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 167502 - NullPointerException at org.netbeans.modules.latex.refactoring.RenameRefactoringPluginImpl.preCheck
Summary: NullPointerException at org.netbeans.modules.latex.refactoring.RenameRefactor...
Status: NEW
Alias: None
Product: contrib
Classification: Unclassified
Component: Latex (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@contrib
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-23 05:35 UTC by nwourms
Modified: 2009-06-23 05:35 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 148618


Attachments
stacktrace (646 bytes, text/plain)
2009-06-23 05:35 UTC, nwourms
Details

Note You need to log in before you can comment on or make changes to this bug.
Description nwourms 2009-06-23 05:35:30 UTC
Build: NetBeans IDE Dev (Build 200906020201)
VM: Java HotSpot(TM) 64-Bit Server VM, 14.0-b16, Java(TM) SE Runtime Environment, 1.6.0_14-b08
OS: Linux, 2.6.18-128.1.10.el5, amd64

User Comments:
GUEST: Attempting to use refactor to rename a pointer in a c project.

xdark: Refactoring (renaming) a java class name



Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.latex.refactoring.RenameRefactoringPluginImpl.preCheck(RenameRefactoringPluginImpl.java:75)
        at org.netbeans.modules.refactoring.api.AbstractRefactoring.pluginsPreCheck(AbstractRefactoring.java:360)
        at org.netbeans.modules.refactoring.api.AbstractRefactoring.preCheck(AbstractRefactoring.java:189)
        at org.netbeans.modules.refactoring.spi.impl.ParametersPanel$10.run(ParametersPanel.java:486)
        at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:577)
        at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1030)
Comment 1 nwourms 2009-06-23 05:35:35 UTC
Created attachment 83906 [details]
stacktrace