You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by sk...@apache.org on 2020/02/12 16:25:29 UTC

[netbeans] branch release113 updated (e6797e8 -> 017ddb7)

This is an automated email from the ASF dual-hosted git repository.

skygo pushed a change to branch release113
in repository https://gitbox.apache.org/repos/asf/netbeans.git.


    from e6797e8  Merge pull request #1913 from apache/master
     add e109319  [NETBEANS-3864] Missing source level 13 and 14 in a NetBeans module project
     add caf87c6  Merge pull request #1943 from apache/geertjanw-patch-7
     add 7c607ba  [NETBEANS-3867] Fix NPE-s for some rare cases on Gradle projects
     add 038646e  Merge pull request #1945 from lkishalmi/NETBEANS-3867
     add 05257f5  [NETBEANS-3317]: field TypeVar.bound has been encapsulated and renamed to _bound - should use getUpperBound() instead.
     add e198d0d  Merge pull request #1942 from jlahoda/NETBEANS-3317
     new 017ddb7  Merge pull request #1944 from apache/master

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../ui/customizer/SingleModuleProperties.java       |  2 +-
 .../java/classpath/ClassPathProviderImpl.java       |  2 +-
 .../gradle/java/queries/GradleBinaryForSource.java  |  3 ++-
 .../org/netbeans/api/java/source/SourceUtils.java   |  6 +++++-
 ...{TestDollarSourceName.java => TestGetBound.java} |  5 ++---
 .../netbeans/api/java/source/SourceUtilsTest.java   | 21 +++++++++++++++++++++
 6 files changed, 32 insertions(+), 7 deletions(-)
 copy java/java.source.base/test/unit/data/sourceutils/{TestDollarSourceName.java => TestGetBound.java} (86%)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[netbeans] 01/01: Merge pull request #1944 from apache/master

Posted by sk...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

skygo pushed a commit to branch release113
in repository https://gitbox.apache.org/repos/asf/netbeans.git

commit 017ddb7b75c339a13d913c0cceff23f1f52da6de
Merge: e6797e8 e198d0d
Author: Eric Barboni <sk...@apache.org>
AuthorDate: Wed Feb 12 17:25:21 2020 +0100

    Merge pull request #1944 from apache/master
    
     sync master to release 113 branch for beta3 (extra time)

 .../ui/customizer/SingleModuleProperties.java      |  2 +-
 .../java/classpath/ClassPathProviderImpl.java      |  2 +-
 .../gradle/java/queries/GradleBinaryForSource.java |  3 ++-
 .../org/netbeans/api/java/source/SourceUtils.java  |  6 +++++-
 .../test/unit/data/sourceutils/TestGetBound.java   | 23 ++++++++++++++++++++++
 .../netbeans/api/java/source/SourceUtilsTest.java  | 21 ++++++++++++++++++++
 6 files changed, 53 insertions(+), 4 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists