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

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

commit f1c37f6eaf44f89db6a5cd42cb755a92d3341e9d
Merge: 202f2cb 4843512
Author: Matthias Bläsing <mblaes...@doppel-helix.eu>
AuthorDate: Thu Jan 18 21:45:08 2018 +0100

    Merge pull request #364 from 
dtrebbien/NETBEANS-252-CG-unable-to-add-method-to-enum-constants
    
    [NETBEANS-252] Fix CG adding methods to enum constant bodies
    
    The author of the changes indicates, that he does not want to sign the 
formal CLA
    for the apache foundation, given the statement:
    
    This comment from Daniel Trebbien in github PR:
    https://github.com/apache/incubator-netbeans/pull/364#issuecomment-357524566
    
    > I am not going to sign the Apache Foundation's ICLA.
    >
    > Here's what I can do: I am dedicating the test code files to the Public 
Domain. Therefore, the Apache > Software Foundation and anyone else can do 
whatever they want with it. I will add the
    > required license header to the new test files and update the "caret 
positions" in the unit tests.
    
    it is assumed, that Daniel by this shos "a clear intent by the author to 
contribute under our normal terms."
    
    
http://mail-archives.apache.org/mod_mbox/www-infrastructure-dev/201112.mbox/%3ca603ffce-623b-43e9-87f8-39baa51c7...@gbiv.com%3E

 .../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(-)

-- 
To stop receiving notification emails like this one, please contact
"commits@netbeans.apache.org" <commits@netbeans.apache.org>.

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

Reply via email to