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 54062

Summary: Refactoring is broken
Product: editor Reporter: Jan Becicka <jbecicka>
Component: RefactoringAssignee: Martin Matula <mmatula>
Status: CLOSED FIXED    
Severity: blocker Keywords: REGRESSION
Priority: P1    
Version: 4.x   
Hardware: PC   
OS: Windows ME/2000   
Issue Type: DEFECT Exception Reporter:

Description Jan Becicka 2005-01-27 07:56:17 UTC
After fix of issue 54009. Refactoring does not
work - preview window throws ClassCastException:

java.lang.ClassCastException
        at
org.netbeans.modules.refactoring.ui.RefactoringPanel$8.run(RefactoringPanel.java:698)
        at org.openide.util.Task.run(Task.java:189)
        at
org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:330)
[catch] at
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:721)
Comment 1 Martin Matula 2005-01-27 08:27:52 UTC
Fixed.

Checking in src/org/netbeans/modules/refactoring/ui/RefactoringPanel.java;
/cvs/refactoring/src/org/netbeans/modules/refactoring/ui/RefactoringPanel.java,v
 <--  RefactoringPanel.java
new revision: 1.42; previous revision: 1.41
done
Comment 2 Jan Becicka 2005-01-27 09:04:20 UTC
Verified