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

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


    from 4e7bd082ffb Merge pull request #9307 from mbien/cache-loading-perf
     add 38c5a280720 Improving code completion in presence of local classes.
     new 20132a60284 Merge pull request #9260 from lahodaj/GITHUB-9199

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:
 .../java/completion/JavaCompletionTask.java        | 44 ++++++++----
 .../JavaCompletionTaskTest/1.8/LocalClass.pass     |  1 +
 .../1.8/LocalClassConstructor.pass                 |  2 +
 .../1.8/LocalRecordPattern.pass                    |  1 +
 .../JavaCompletionTask121FeaturesTest.java         | 55 +++++++++++++++
 .../completion/JavaCompletionTaskAdvancedTest.java | 31 +++++++++
 java/java.source.base/apichanges.xml               | 15 +++-
 java/java.source.base/nbproject/project.properties |  2 +-
 .../netbeans/api/java/source/TreeUtilities.java    | 29 +++++++-
 .../api/java/source/TreeUtilitiesTest.java         | 41 +++++++++++
 .../org/netbeans/lib/nbjavac/services/NBAttr.java  | 81 ++++++++++++++--------
 .../{apichanges.dtd => apichanges-1.1.dtd}         |  4 +-
 12 files changed, 258 insertions(+), 48 deletions(-)
 create mode 100644 
java/java.completion/test/unit/data/goldenfiles/org/netbeans/modules/java/completion/JavaCompletionTaskTest/1.8/LocalClass.pass
 create mode 100644 
java/java.completion/test/unit/data/goldenfiles/org/netbeans/modules/java/completion/JavaCompletionTaskTest/1.8/LocalClassConstructor.pass
 create mode 100644 
java/java.completion/test/unit/data/goldenfiles/org/netbeans/modules/java/completion/JavaCompletionTaskTest/1.8/LocalRecordPattern.pass
 copy nbbuild/javadoctools/{apichanges.dtd => apichanges-1.1.dtd} (92%)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

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

Reply via email to