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 169649 - NullPointerException at org.nbheaven.sqe.bridge.checkstyle.utils.AuditEventAnnotationProcessor.getLineForRuleViolation
Summary: NullPointerException at org.nbheaven.sqe.bridge.checkstyle.utils.AuditEventAn...
Status: RESOLVED WORKSFORME
Alias: None
Product: third-party
Classification: Unclassified
Component: sqe tools (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: sreimers
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-31 14:53 UTC by serb
Modified: 2009-09-29 00:44 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 154675


Attachments
stacktrace (599 bytes, text/plain)
2009-07-31 14:54 UTC, serb
Details

Note You need to log in before you can comment on or make changes to this bug.
Description serb 2009-07-31 14:53:57 UTC
Build: NetBeans IDE 6.7.1 (Build 200907230233)
VM: Java HotSpot(TM) Client VM, 11.3-b02, Java(TM) SE Runtime Environment, 1.6.0_13-b04
OS: Windows XP, 5.1, x86

User Comments:
serb: I just run checkstyle plugin a few time.



Stacktrace: 
java.lang.NullPointerException
        at org.nbheaven.sqe.bridge.checkstyle.utils.AuditEventAnnotationProcessor.getLineForRuleViolation(AuditEventAnnotationProcessor.java:74)
        at org.nbheaven.sqe.bridge.checkstyle.utils.AuditEventAnnotationProcessor.annotateSourceFile(AuditEventAnnotationProcessor.java:147)
        at org.nbheaven.sqe.codedefects.core.spi.AnnotationToggleListener$1.run(AnnotationToggleListener.java:64)
        at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:577)
        at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1030)
Comment 1 serb 2009-07-31 14:54:02 UTC
Created attachment 85623 [details]
stacktrace
Comment 2 Jesse Glick 2009-09-29 00:05:09 UTC
Unfortunately I do not have access to the sources for the version of SQE you are running so I do not know which line is
actually throwing the NPE.