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 - NullPointerException at org.nbheaven.sqe.tools.checkstyle.codedefects.tasklist.CheckstyleTaskProvider.getTasks
Summary: NullPointerException at org.nbheaven.sqe.tools.checkstyle.codedefects.tasklis...
Status: NEW
Alias: None
Product: third-party
Classification: Unclassified
Component: sqe tools (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: sreimers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-11 06:52 UTC by tomzi
Modified: 2011-08-11 12:40 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 170846


Attachments
stacktrace (715 bytes, text/plain)
2011-08-11 06:53 UTC, tomzi
Details

Note You need to log in before you can comment on or make changes to this bug.
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