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