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 82179 - NPE on refactoring
Summary: NPE on refactoring
Status: VERIFIED FIXED
Alias: None
Product: xml
Classification: Unclassified
Component: Schema Tools (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P1 blocker (vote)
Assignee: Chris Webster
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-08 15:57 UTC by Ivan Sidorkin
Modified: 2006-09-06 10:36 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ivan Sidorkin 2006-08-08 15:57:04 UTC
Build 060806_1
Java 1.6.0-beta2

- create Java Application
- create Purchase Order Schema
- select Complex Types -> USAddress
- select Refactor->Rename in context menu for USAddress
- change name and press Next button
- in XML Refactorin tab press "Refresh the schema data" button
- Rename dialog opened again
- press Cancel button
- press Do Refactoring button

java.lang.NullPointerException
	at
org.netbeans.modules.xml.refactoring.ui.j.ui.RefactoringPanel$1.run(RefactoringPanel.java:506)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:499)
[catch] at
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:932)
Comment 1 htt 2006-08-08 19:45:40 UTC
Per cwebster (08/04/2006), "Should be fixed in trunk build."
Comment 2 Chris Webster 2006-08-08 22:38:50 UTC
Fixed in release55. 
Comment 3 Ivan Sidorkin 2006-09-06 10:36:42 UTC
verified in 060905