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 152076 - [65cat] NullPointerException at org.netbeans.modules.python.editor.refactoring.PythonWhereUsedQueryPlugin$FindTask.run
Summary: [65cat] NullPointerException at org.netbeans.modules.python.editor.refactorin...
Status: RESOLVED FIXED
Alias: None
Product: python
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Lou Dasaro
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-01 08:44 UTC by sunbiz
Modified: 2015-05-18 03:45 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 134909


Attachments
stacktrace (1.22 KB, text/plain)
2008-11-01 08:44 UTC, sunbiz
Details
stacktrace (1.22 KB, text/plain)
2008-11-01 08:45 UTC, sunbiz
Details

Note You need to log in before you can comment on or make changes to this bug.
Description sunbiz 2008-11-01 08:44:48 UTC
Build: NetBeans IDE 6.5 RC2 (Build 20081031212129)
VM: Java HotSpot(TM) Client VM, 11.0-b15, Java(TM) SE Runtime Environment, 1.6.0_10-rc2-b32
OS: Windows Vista, 6.0, x86

Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.python.editor.refactoring.PythonWhereUsedQueryPlugin$FindTask.run(PythonWhereUsedQueryPlugin.java:357)
        at org.netbeans.modules.python.editor.refactoring.PythonWhereUsedQueryPlugin$FindTask.run(PythonWhereUsedQueryPlugin.java:257)
        at org.netbeans.napi.gsfret.source.Source.runModificationTask(Source.java:602)
        at org.netbeans.modules.python.editor.refactoring.PythonRefactoringPlugin.processFiles(PythonRefactoringPlugin.java:219)
        at org.netbeans.modules.python.editor.refactoring.PythonWhereUsedQueryPlugin.prepare(PythonWhereUsedQueryPlugin.java:204)
        at org.netbeans.modules.refactoring.api.AbstractRefactoring.pluginsPrepare2(AbstractRefactoring.java:406)
Comment 1 sunbiz 2008-11-01 08:44:52 UTC
Created attachment 73039 [details]
stacktrace
Comment 2 sunbiz 2008-11-01 08:45:50 UTC
Build: NetBeans IDE 6.5 RC2 (Build 20081031212129)
VM: Java HotSpot(TM) Client VM, 11.0-b15, Java(TM) SE Runtime Environment, 1.6.0_10-rc2-b32
OS: Windows Vista, 6.0, x86

User Comments: 


Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.python.editor.refactoring.PythonWhereUsedQueryPlugin$FindTask.run(PythonWhereUsedQueryPlugin.java:357)
        at org.netbeans.modules.python.editor.refactoring.PythonWhereUsedQueryPlugin$FindTask.run(PythonWhereUsedQueryPlugin.java:257)
        at org.netbeans.napi.gsfret.source.Source.runModificationTask(Source.java:602)
        at org.netbeans.modules.python.editor.refactoring.PythonRefactoringPlugin.processFiles(PythonRefactoringPlugin.java:219)
        at org.netbeans.modules.python.editor.refactoring.PythonWhereUsedQueryPlugin.prepare(PythonWhereUsedQueryPlugin.java:204)
        at org.netbeans.modules.refactoring.api.AbstractRefactoring.pluginsPrepare2(AbstractRefactoring.java:406)
Comment 3 sunbiz 2008-11-01 08:45:53 UTC
Created attachment 73040 [details]
stacktrace
Comment 4 Lou Dasaro 2015-05-18 03:45:10 UTC
Unable to replicate, probably fixed long ago...