This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 136250 - Blacklist violations
Summary: Blacklist violations
Status: VERIFIED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: languages (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Torbjorn Norbye
URL: http://deadlock.netbeans.org/hudson/j...
Keywords: TEST
Depends on:
Blocks:
 
Reported: 2008-06-02 12:34 UTC by Ivan Sidorkin
Modified: 2008-08-01 15:59 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ivan Sidorkin 2008-06-02 12:34:25 UTC
you shouldn't load classes from Blacklist during NetBeans startup

junit.framework.AssertionFailedError: BlacklistedClassesHandler identified the following violations:
  Blacklist violations:
    1. org.netbeans.modules.gsf.api.Parser
      Instantiator: org.netbeans.StandardModule$OneModuleClassLoader@4d8d50[org.netbeans.modules.ruby]
        Stack trace:
          org.netbeans.xtest.plugin.ide.BlacklistedClassesHandler.publish(BlacklistedClassesHandler.java:145)
.....
Comment 1 Torbjorn Norbye 2008-06-02 15:18:28 UTC
I believe this was fixed yesterday - but there is something very weird going on with deadlock.netbeans.org.   The
commit-validation tests are passing 100% on my machine; but Hudson is showing a lot of failures.

But there are other weird things happening there... the builds haven't been updated since last night... The number of
tests jumped a lot yesterday...  In the test failure for the blacklist test, the line numbers in the stacktrace do not
reflect the current sources!  For example:
          org.netbeans.modules.gsf.Language.createInstance(Language.java:285)
          org.netbeans.modules.gsf.Language.getGsfLanguage(Language.java:218)
These are not correct for what is supposed to be in the trunk now!
Comment 2 Torbjorn Norbye 2008-06-02 18:44:34 UTC
The builds have been restarted now (they weren't updating) and the tests are passing.
Comment 3 Ivan Sidorkin 2008-06-02 19:15:46 UTC
verified