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 - Refactoring is broken
Summary: Refactoring is broken
Status: CLOSED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 4.x
Hardware: PC Windows ME/2000
: P1 blocker (vote)
Assignee: Martin Matula
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2005-01-27 07:56 UTC by Jan Becicka
Modified: 2007-04-03 18:02 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 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