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 175046 - NullPointerException at org.nbheaven.sqe.codedefects.ui.actions.RunAllQualityProvidersAction.areQualityProvidersActive
Summary: NullPointerException at org.nbheaven.sqe.codedefects.ui.actions.RunAllQuality...
Status: RESOLVED FIXED
Alias: None
Product: third-party
Classification: Unclassified
Component: sqe tools (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jesse Glick
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-20 20:31 UTC by artisan
Modified: 2009-10-21 15:34 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 160353


Attachments
stacktrace (1.74 KB, text/plain)
2009-10-20 20:31 UTC, artisan
Details

Note You need to log in before you can comment on or make changes to this bug.
Description artisan 2009-10-20 20:31:04 UTC
Build: NetBeans IDE 6.7.1 (Build 200907230233)
VM: Java HotSpot(TM) 64-Bit Server VM, 16.0-b07, Java(TM) SE Runtime Environment, 1.7.0-ea-b67
OS: Linux, 2.6.28-15-generic, amd64

Stacktrace: 
java.lang.NullPointerException
        at org.nbheaven.sqe.codedefects.ui.actions.RunAllQualityProvidersAction.areQualityProvidersActive(RunAllQualityProvidersAction.java:123)
        at org.nbheaven.sqe.codedefects.ui.actions.RunAllQualityProvidersAction.updateEnableState(RunAllQualityProvidersAction.java:109)
        at org.nbheaven.sqe.codedefects.ui.actions.RunAllQualityProvidersAction.resultChanged(RunAllQualityProvidersAction.java:92)
        at org.openide.util.lookup.SimpleProxyLookup.checkLookup(SimpleProxyLookup.java:111)
        at org.openide.util.lookup.SimpleProxyLookup.access$000(SimpleProxyLookup.java:58)
        at org.openide.util.lookup.SimpleProxyLookup$ProxyResult.checkResult(SimpleProxyLookup.java:183)
Comment 1 artisan 2009-10-20 20:31:08 UTC
Created attachment 89798 [details]
stacktrace
Comment 2 Jesse Glick 2009-10-20 21:08:01 UTC
No idea how to reproduce but can make it not occur: #57f9e52f384a

BTW you can switch to the development update center for SQE:

http://deadlock.netbeans.org/hudson/job/sqe/lastStableBuild/artifact/build/full-sqe-updatecenter/updates.xml
Comment 3 artisan 2009-10-21 10:35:30 UTC
I think this a stack trace generated by a netbeans with an uncomplete uninstall of sqe. So this should be fixed with SQE-
23.

MANY thanks guys !!! I really appreciate your efforts to bring quality control to netbeans !!! :-)
Comment 4 Jesse Glick 2009-10-21 15:34:02 UTC
Agreed, SQE-23 is the most likely root cause.