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 200855

Summary: NullPointerException at org.nbheaven.sqe.tools.checkstyle.codedefects.tasklist.CheckstyleTaskProvider.getTasks
Product: third-party Reporter: tomzi <tomzi>
Component: sqe toolsAssignee: sreimers <sreimers>
Status: NEW ---    
Severity: normal CC: tomzi
Priority: P3    
Version: 7.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 170846
Attachments: stacktrace

Description tomzi 2011-08-11 06:52:50 UTC
Build: NetBeans IDE 7.0.1 (Build 201107282000)
VM: Java HotSpot(TM) 64-Bit Server VM, 21.0-b17, Java(TM) SE Runtime Environment, 1.7.0-b147
OS: Windows 7

User Comments:
GUEST: Selected a different tab.




Stacktrace: 
java.lang.NullPointerException
   at org.nbheaven.sqe.tools.checkstyle.codedefects.tasklist.CheckstyleTaskProvider.getTasks(CheckstyleTaskProvider.java:95)
   at org.nbheaven.sqe.tools.checkstyle.codedefects.tasklist.CheckstyleTaskProvider.setScope(CheckstyleTaskProvider.java:71)
   at org.netbeans.modules.tasklist.impl.TaskManagerImpl.doRefresh(TaskManagerImpl.java:347)
   at org.netbeans.modules.tasklist.impl.TaskManagerImpl.access$200(TaskManagerImpl.java:76)
   at org.netbeans.modules.tasklist.impl.TaskManagerImpl$3.run(TaskManagerImpl.java:333)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1424)
Comment 1 tomzi 2011-08-11 06:53:03 UTC
Created attachment 109920 [details]
stacktrace