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 3584df0  Correction of layer location and thread filtering.
     add 18fabb5  Java code completion should show effectivelly final variables 
for use from anonymous classes.

No new revisions were added by this update.

Summary of changes:
 .../1.8/effectivellyFinal.pass                     |   4 +
 .../modules/java/completion/data/Final.java        |  36 ++++++
 .../JavaCompletionTask18FeaturesTest.java          |   4 +
 .../lib/nbjavac/services/NBJavacTrees.java         |  22 +++-
 .../lib/nbjavac/services/NBJavacTreesTest.java     | 128 +++++++++++++++++++++
 5 files changed, 193 insertions(+), 1 deletion(-)
 create mode 100644 
java/java.completion/test/unit/data/goldenfiles/org/netbeans/modules/java/completion/JavaCompletionTaskTest/1.8/effectivellyFinal.pass
 create mode 100644 
java/java.completion/test/unit/data/org/netbeans/modules/java/completion/data/Final.java
 create mode 100644 
java/lib.nbjavac/test/unit/src/org/netbeans/lib/nbjavac/services/NBJavacTreesTest.java

---------------------------------------------------------------------
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