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 150424 - NullPointerException at org.nbheaven.sqe.core.ant.AntUtilities.sqeProperties
Summary: NullPointerException at org.nbheaven.sqe.core.ant.AntUtilities.sqeProperties
Status: RESOLVED DUPLICATE of bug 143153
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@ide
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-16 17:19 UTC by marco_bresciani
Modified: 2008-10-16 19:59 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 54642


Attachments
stacktrace (6.80 KB, text/plain)
2008-10-16 17:19 UTC, marco_bresciani
Details

Note You need to log in before you can comment on or make changes to this bug.
Description marco_bresciani 2008-10-16 17:19:30 UTC
Build: NetBeans IDE 6.1 (Build 200804211638)
VM: Java HotSpot(TM) Client VM, 1.6.0_03-b05, Java(TM) SE Runtime Environment, 1.6.0_03-b05
OS: Windows XP, 5.1, x86

User Comments:
GUEST: Got this error just after netbeans has started (with sqe plugin)

GUEST: I created a maven web application project, when the IDE creates the project the error flag appears.

GUEST: While startup. After killing the IDE while failed project opening.



Stacktrace: 
java.lang.NullPointerException
        at org.nbheaven.sqe.core.ant.AntUtilities.sqeProperties(AntUtilities.java:52)
        at org.nbheaven.sqe.core.ant.AntUtilities.getSQEProperties(AntUtilities.java:64)
        at org.nbheaven.sqe.codedefects.core.util.SQECodedefectProperties.isQualityProviderAnnotateActive(SQECodedefectProperties.java:75)
        at org.nbheaven.sqe.codedefects.resultui.action.AbstractShowAnnotationsAction$ToggleButtonModel.propertyChange(AbstractShowAnnotationsAction.java:103)
        at org.nbheaven.sqe.codedefects.resultui.action.AbstractShowAnnotationsAction$ToggleButtonModel.<init>(AbstractShowAnnotationsAction.java:97)
        at org.nbheaven.sqe.codedefects.resultui.action.AbstractShowAnnotationsAction.getToolbarPresenter(AbstractShowAnnotationsAction.java:73)
Comment 1 marco_bresciani 2008-10-16 17:19:51 UTC
Created attachment 72019 [details]
stacktrace
Comment 2 Peter Pis 2008-10-16 19:59:25 UTC

*** This issue has been marked as a duplicate of 143153 ***