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 218474

Summary: NullPointerException: The project parameter cannot be null
Product: contrib Reporter: augcampos
Component: CodeAssignee: issues@contrib <issues>
Status: NEW ---    
Severity: normal CC: augcampos, jlahoda, musilt2
Priority: P3    
Version: 7.3   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 173404
Attachments: stacktrace
stacktrace
stacktrace

Description augcampos 2012-09-17 13:51:02 UTC
Build: NetBeans IDE Dev (Build 201209160001)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.3-b01, Java(TM) SE Runtime Environment, 1.7.0_07-b10
OS: Linux

User Comments:
GUEST: Tools -> Template -> TestNG -> TestCase Template

GUEST: navigated using ctrl-B from one class to another

GUEST: Clicked 'View Data' on a DB table




Stacktrace: 
java.lang.NullPointerException: The project parameter cannot be null
   at org.openide.util.Parameters.notNull(Parameters.java:89)
   at org.netbeans.modules.hudsonfindbugs.api.FindBugsQuery.getFindBugsUrl(FindBugsQuery.java:93)
   at org.netbeans.modules.hudsonfindbugs.FindBugsTaskScanner.setScope(FindBugsTaskScanner.java:108)
   at org.netbeans.modules.tasklist.impl.TaskManagerImpl.doRefresh(TaskManagerImpl.java:353)
   at org.netbeans.modules.tasklist.impl.TaskManagerImpl.access$200(TaskManagerImpl.java:78)
   at org.netbeans.modules.tasklist.impl.TaskManagerImpl$3.run(TaskManagerImpl.java:339)
Comment 1 augcampos 2012-09-17 13:51:33 UTC
Created attachment 124456 [details]
stacktrace
Comment 2 augcampos 2012-09-17 14:32:14 UTC
Created attachment 124461 [details]
stacktrace

reload text file from file system (edited in other editor, kate)
Comment 3 augcampos 2012-09-18 10:38:12 UTC
Created attachment 124501 [details]
stacktrace

reload a simpre text file