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 153474

Summary: NullPointerException at org.nbheaven.sqe.bridge.checkstyle.tasklist.CheckstyleTaskProvider.getResult
Product: third-party Reporter: alanbur <alanbur>
Component: sqe toolsAssignee: sreimers <sreimers>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=68911
Issue Type: DEFECT Exception Reporter: 68911
Attachments: stacktrace

Description alanbur 2008-11-19 17:55:08 UTC
Build: NetBeans IDE 6.5 (Build 200811100001)
VM: Java HotSpot(TM) Client VM, 11.0-b15, Java(TM) SE Runtime Environment, 1.6.0_10-b33
OS: SunOS, 5.11, x86

User Comments:
ranbato: I believe it is getting this on the start page

GUEST: Checking the Task list, and swithing to main project scope mode



Stacktrace: 
java.lang.NullPointerException
        at org.nbheaven.sqe.bridge.checkstyle.tasklist.CheckstyleTaskProvider.getResult(CheckstyleTaskProvider.java:123)
        at org.nbheaven.sqe.bridge.checkstyle.tasklist.CheckstyleTaskProvider.setScope(CheckstyleTaskProvider.java:98)
        at org.netbeans.modules.tasklist.impl.TaskManagerImpl.doRefresh(TaskManagerImpl.java:434)
        at org.netbeans.modules.tasklist.impl.TaskManagerImpl.access$900(TaskManagerImpl.java:74)
        at org.netbeans.modules.tasklist.impl.TaskManagerImpl$.run(TaskManagerImpl.java:418)
        at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:572)
Comment 1 alanbur 2008-11-19 17:55:19 UTC
Created attachment 73927 [details]
stacktrace
Comment 2 Jaromir Uhrik 2008-11-26 12:00:06 UTC
Passing to tasklist component - please evaluate.
Thanks.
Comment 3 Jesse Glick 2009-09-28 17:11:01 UTC

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