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 - NullPointerException: The project parameter cannot be null
Summary: NullPointerException: The project parameter cannot be null
Status: NEW
Alias: None
Product: contrib
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: issues@contrib
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-17 13:51 UTC by augcampos
Modified: 2012-09-19 08:05 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 173404


Attachments
stacktrace (4.68 KB, text/plain)
2012-09-17 13:51 UTC, augcampos
Details
stacktrace (5.80 KB, text/plain)
2012-09-17 14:32 UTC, augcampos
Details
stacktrace (5.93 KB, text/plain)
2012-09-18 10:38 UTC, augcampos
Details

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