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

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


    from 202f2cb  Merge of PR Migrate to Files.new* creation of I/O streams 
during IDE boot
     add 4843512  [NETBEANS-252] Fix CG adding methods to enum constant bodies
     new f1c37f6  Merge pull request #364 from 
dtrebbien/NETBEANS-252-CG-unable-to-add-method-to-enum-constants

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:
 .../1.8/OverrideInAnonClass.pass2                  | 34 ++++++++++++
 .../1.8/OverrideInAnonClass2.pass2                 | 34 ++++++++++++
 .../1.8/OverrideInAnonInterfaceImpl.pass2          | 36 +++++++++++++
 .../1.8/OverrideInAnonInterfaceImpl2.pass2         | 36 +++++++++++++
 .../1.8/OverrideInEnumConstantBody.pass2           | 43 ++++++++++++++++
 .../1.8/OverrideInEnumConstantBody2.pass2          | 43 ++++++++++++++++
 .../1.8/OverrideInEnumConstantBody3.pass2          | 43 ++++++++++++++++
 .../completion/data/OverrideInAnonClass.java       | 30 +++++++++++
 .../data/OverrideInAnonInterfaceImpl.java          | 32 ++++++++++++
 .../data/OverrideInEnumConstantBody.java           | 39 ++++++++++++++
 .../JavaCompletionItemElementCreatingTest.java     | 27 ++++++++++
 .../modules/java/source/save/CasualDiff.java       | 60 +++++++++++++---------
 12 files changed, 434 insertions(+), 23 deletions(-)
 create mode 100644 
java.editor/test/unit/data/goldenfiles/org/netbeans/modules/java/editor/completion/JavaCompletionProviderTest/1.8/OverrideInAnonClass.pass2
 create mode 100644 
java.editor/test/unit/data/goldenfiles/org/netbeans/modules/java/editor/completion/JavaCompletionProviderTest/1.8/OverrideInAnonClass2.pass2
 create mode 100644 
java.editor/test/unit/data/goldenfiles/org/netbeans/modules/java/editor/completion/JavaCompletionProviderTest/1.8/OverrideInAnonInterfaceImpl.pass2
 create mode 100644 
java.editor/test/unit/data/goldenfiles/org/netbeans/modules/java/editor/completion/JavaCompletionProviderTest/1.8/OverrideInAnonInterfaceImpl2.pass2
 create mode 100644 
java.editor/test/unit/data/goldenfiles/org/netbeans/modules/java/editor/completion/JavaCompletionProviderTest/1.8/OverrideInEnumConstantBody.pass2
 create mode 100644 
java.editor/test/unit/data/goldenfiles/org/netbeans/modules/java/editor/completion/JavaCompletionProviderTest/1.8/OverrideInEnumConstantBody2.pass2
 create mode 100644 
java.editor/test/unit/data/goldenfiles/org/netbeans/modules/java/editor/completion/JavaCompletionProviderTest/1.8/OverrideInEnumConstantBody3.pass2
 create mode 100644 
java.editor/test/unit/data/org/netbeans/modules/java/editor/completion/data/OverrideInAnonClass.java
 create mode 100644 
java.editor/test/unit/data/org/netbeans/modules/java/editor/completion/data/OverrideInAnonInterfaceImpl.java
 create mode 100644 
java.editor/test/unit/data/org/netbeans/modules/java/editor/completion/data/OverrideInEnumConstantBody.java

-- 
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].

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