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

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


    from 3130438  commit-validation fixes: Display categories, registration 
order (#2360)
     new 050a9a1  Do not report unsatisfied autoload fragments triggered by 
host module.
     new 0029626  Prevent edges-to-self in topological sort.
     new 720520e  Merge pull request #2390 from 
sdedic/bugfix/autoload-fragment-warning

The 4378 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:
 .../src/org/netbeans/ModuleManager.java            |   8 +-
 platform/o.n.bootstrap/src/org/netbeans/Util.java  |  10 +-
 .../unit/data/jars/client-module-depend-broken.mf  |   6 +
 .../unit/data/jars/client-module-depend-frag.mf    |   6 +
 .../unit/data/jars/client-module-depend-host.mf    |   6 +
 .../unit/data/jars/client-module-needs-broken.mf   |   6 +
 .../test/unit/data/jars/client-module.mf           |   5 +
 .../org/foo/Something.java                         |   0
 .../test/unit/data/jars/fragment-module-auto.mf    |   5 +
 .../data/jars/fragment-module-missing-token.mf     |   3 +
 .../test/unit/data/jars/fragment-module-reg.mf     |   6 +
 .../test/unit/data/jars/fragment-module.mf         |   2 +
 .../test/unit/data/jars/host-module.mf             |   2 +-
 .../unit/src/org/netbeans/ModuleManagerTest.java   | 188 ++++++++++++++++++++-
 .../core/validation/ValidateModulesTest.java       |  37 +++-
 15 files changed, 281 insertions(+), 9 deletions(-)
 create mode 100644 
platform/o.n.bootstrap/test/unit/data/jars/client-module-depend-broken.mf
 create mode 100644 
platform/o.n.bootstrap/test/unit/data/jars/client-module-depend-frag.mf
 create mode 100644 
platform/o.n.bootstrap/test/unit/data/jars/client-module-depend-host.mf
 create mode 100644 
platform/o.n.bootstrap/test/unit/data/jars/client-module-needs-broken.mf
 create mode 100644 platform/o.n.bootstrap/test/unit/data/jars/client-module.mf
 copy platform/o.n.bootstrap/test/unit/data/jars/{host-module => 
client-module}/org/foo/Something.java (100%)
 create mode 100644 
platform/o.n.bootstrap/test/unit/data/jars/fragment-module-auto.mf
 create mode 100644 
platform/o.n.bootstrap/test/unit/data/jars/fragment-module-reg.mf


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