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 146494 - NullPointerException at org.netbeans.modules.xml.refactoring.ui.MoveFilePanel.initValues
Summary: NullPointerException at org.netbeans.modules.xml.refactoring.ui.MoveFilePanel...
Status: RESOLVED WORKSFORME
Alias: None
Product: xml
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Svata Dedic
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-08 12:58 UTC by vagnermontenegro
Modified: 2015-02-04 03:37 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 107756


Attachments
stacktrace (500 bytes, text/plain)
2008-09-08 12:58 UTC, vagnermontenegro
Details

Note You need to log in before you can comment on or make changes to this bug.
Description vagnermontenegro 2008-09-08 12:58:35 UTC
Build: NetBeans IDE 6.5 Beta (Build 200808111757)
VM: Java HotSpot(TM) Client VM, 10.0-b19, Java(TM) SE Runtime Environment, 1.6.0_05-b13
OS: Windows XP, 5.1, x86

User Comments: 
to open a file xsd

Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.xml.refactoring.ui.MoveFilePanel.initValues(MoveFilePanel.java:132)
        at org.netbeans.modules.xml.refactoring.ui.MoveFilePanel.initialize(MoveFilePanel.java:122)
        at org.netbeans.modules.refactoring.spi.impl.ParametersPanel$10.run(ParametersPanel.java:492)
        at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:572)
        at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:997)
Comment 1 vagnermontenegro 2008-09-08 12:58:39 UTC
Created attachment 69302 [details]
stacktrace
Comment 2 Sonali Kochar 2008-09-08 18:24:42 UTC
What kind of Netbeans project did you create? java? web? Please let me know.
Comment 3 Quality Engineering 2015-02-04 03:37:33 UTC
Reported for 7.3.x or earlier, no new info since then -> closing as worksforme, please reopen in case you see it.