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 2021/03/31 09:21:52 UTC

[netbeans] branch master updated (2a0eff4 -> eabc0c0)

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/netbeans.git.


    from 2a0eff4  Merge pull request #2846 from DevCharly/flatlaf-form-license-header
     new 325a95a  Use JSON parsing library rather than JavaScript engine to parse the suite configuration files
     new 6141413  Introduce assertSuitePys to work any provided directory
     new a6eb9e9  More robust against non-numerical versions
     new eabc0c0  Merge pull request #2843 from JaroslavTulach/jtulach/MxProjectsOnJdk15

The 5196 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:
 java/java.mx.project/nbproject/project.xml         |  5 +-
 .../modules/java/mx/project/Compliance.java        | 15 +++-
 .../modules/java/mx/project/suitepy/Parse.java     | 65 +++++++--------
 .../modules/java/mx/project/ComplianceTest.java    | 61 ++++++++++++++
 .../modules/java/mx/project/ParseSuitesTest.java   | 94 ++++++++++++++++++++++
 .../modules/java/mx/project/SdkSuiteTest.java      |  7 +-
 .../modules/java/mx/project/SuiteCheck.java        | 12 ++-
 .../modules/java/mx/project/TrufleSuiteTest.java   |  8 +-
 8 files changed, 212 insertions(+), 55 deletions(-)
 create mode 100644 java/java.mx.project/test/unit/src/org/netbeans/modules/java/mx/project/ParseSuitesTest.java

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