This is an automated email from the ASF dual-hosted git repository. jtulach pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-netbeans.git.
from fa6d3a5 Merge pull request #1142 from herkrath/NETBEANS-2148 new 8991d42 Copy the .class files when they are more up-to-date than .java new 6ca4f4b Copy only when the BinaryForSourceQuery requests that via Result2 new 613177b BinaryQueryImplementation2 using singletonizer pattern new d4d4a05 Test to check prefer binaries behavior new 747ce71 Documenting and versioning the API change new 6416066 Assignment to false is followed by a break new c1dc05a Calling APTUtils.sourceRootRegistered new 0c96b12 OSGi compendium JAR 5.0.0 contains outdated version of org.osgi.service.resolver.ResolveContext new 75595fe Merge pull request #1123 from JaroslavTulach/jtulach/CopyRatherThanCompile The 2391 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: ide/api.java.classpath/apichanges.xml | 18 ++ ide/api.java.classpath/manifest.mf | 2 +- .../api/java/queries/BinaryForSourceQuery.java | 117 ++++++++++- .../modules/java/classpath/QueriesAccessor.java | 96 +++++++++ .../BinaryForSourceQueryImplementation2.java | 116 +++++++++++ .../java/queries/BinaryForSourceQuery2Test.java | 144 ++++++++++++++ java/java.source.base/nbproject/project.xml | 2 +- .../java/source/indexing/JavaBinaryIndexer.java | 10 +- .../java/source/indexing/JavaCustomIndexer.java | 72 +++++++ .../modules/java/source/usages/BinaryAnalyser.java | 19 +- .../api/java/source/SourceUtilsTestUtil.java | 2 +- .../source/indexing/JavaCustomIndexerTest.java | 60 +++++- .../test/unit/src/test2/NoCompileTest.java | 23 +++ platform/libs.osgi/external/binaries-list | 2 +- platform/libs.osgi/external/osgi-7.0-license.txt | 2 +- .../libs.osgi/nbproject/org-netbeans-libs-osgi.sig | 219 --------------------- platform/libs.osgi/nbproject/project.properties | 2 +- platform/libs.osgi/nbproject/project.xml | 4 +- 18 files changed, 668 insertions(+), 242 deletions(-) create mode 100644 ide/api.java.classpath/src/org/netbeans/modules/java/classpath/QueriesAccessor.java create mode 100644 ide/api.java.classpath/src/org/netbeans/spi/java/queries/BinaryForSourceQueryImplementation2.java create mode 100644 ide/api.java.classpath/test/unit/src/org/netbeans/api/java/queries/BinaryForSourceQuery2Test.java create mode 100644 java/java.source.base/test/unit/src/test2/NoCompileTest.java --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists