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

Summary: NPE on refactoring
Product: xml Reporter: Ivan Sidorkin <ivansidorkin>
Component: Schema ToolsAssignee: Chris Webster <cwebster>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P1    
Version: 5.x   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:

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