You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by jt...@apache.org on 2018/04/04 14:39:42 UTC

[incubator-netbeans] branch master updated (f469723 -> 882c6b9)

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 f469723  netbeans-479: Added ConvertToVarHint to replace explicit type with var (#463)
     add 41cb237  [NETBEANS-410] (partial) Moving test data into the tests themselves.
     new 882c6b9  Merge pull request #480 from jlahoda/NETBEANS-410

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:
 .../modules/classfile/JDK8ClassFilesTest.java      | 137 ++++++++++-
 .../org/netbeans/modules/classfile/ModuleTest.java |  23 +-
 .../modules/classfile/datafiles/WithLambda.classx  | Bin 1003 -> 0 bytes
 .../datafiles/old_version_module-info.clz          | Bin 132 -> 0 bytes
 .../test/unit/src/regression/Issue219426Test.java  |  33 ++-
 .../test/unit/src/regression/Issue84411Test.java   | 254 ++++++++++++++++++++-
 .../test/unit/src/regression/Issue91098Test.java   | 135 ++++++++++-
 .../unit/src/regression/datafiles/SwitchData.class | Bin 1910 -> 0 bytes
 .../src/regression/datafiles/left-square.class     | Bin 212 -> 0 bytes
 .../unit/src/regression/datafiles/test91098.class  | Bin 948 -> 0 bytes
 nbbuild/rat-exclusions.txt                         |   1 -
 11 files changed, 562 insertions(+), 21 deletions(-)
 delete mode 100644 classfile/test/unit/src/org/netbeans/modules/classfile/datafiles/WithLambda.classx
 delete mode 100644 classfile/test/unit/src/org/netbeans/modules/classfile/datafiles/old_version_module-info.clz
 delete mode 100644 classfile/test/unit/src/regression/datafiles/SwitchData.class
 delete mode 100644 classfile/test/unit/src/regression/datafiles/left-square.class
 delete mode 100644 classfile/test/unit/src/regression/datafiles/test91098.class

-- 
To stop receiving notification emails like this one, please contact
jtulach@apache.org.

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

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


[incubator-netbeans] 01/01: Merge pull request #480 from jlahoda/NETBEANS-410

Posted by jt...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 882c6b9b447ef78aa5fa6acc96d6930cd59dd970
Merge: f469723 41cb237
Author: Jaroslav Tulach <ja...@oracle.com>
AuthorDate: Wed Apr 4 16:39:39 2018 +0200

    Merge pull request #480 from jlahoda/NETBEANS-410
    
    [NETBEANS-410] (partial) Moving test data into the tests themselves.

 .../modules/classfile/JDK8ClassFilesTest.java      | 137 ++++++++++-
 .../org/netbeans/modules/classfile/ModuleTest.java |  23 +-
 .../modules/classfile/datafiles/WithLambda.classx  | Bin 1003 -> 0 bytes
 .../datafiles/old_version_module-info.clz          | Bin 132 -> 0 bytes
 .../test/unit/src/regression/Issue219426Test.java  |  33 ++-
 .../test/unit/src/regression/Issue84411Test.java   | 254 ++++++++++++++++++++-
 .../test/unit/src/regression/Issue91098Test.java   | 135 ++++++++++-
 .../unit/src/regression/datafiles/SwitchData.class | Bin 1910 -> 0 bytes
 .../src/regression/datafiles/left-square.class     | Bin 212 -> 0 bytes
 .../unit/src/regression/datafiles/test91098.class  | Bin 948 -> 0 bytes
 nbbuild/rat-exclusions.txt                         |   1 -
 11 files changed, 562 insertions(+), 21 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
jtulach@apache.org.

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

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