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 172751

Summary: java.io.IOException at org.netbeans.modules.javafx.refactoring.impl.RenameRefactoringElement.init
Product: javafx Reporter: Alexandr Scherbatiy <sunflower>
Component: UnsupportedAssignee: J Bachorik <yardus>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=158928
Issue Type: DEFECT Exception Reporter: 158928
Bug Depends on:    
Bug Blocks: 173077    
Attachments: stacktrace

Description Alexandr Scherbatiy 2009-09-22 11:04:32 UTC
Build: NetBeans IDE Dev (Build 200909211401)
VM: Java HotSpot(TM) Client VM, 14.1-b02, Java(TM) SE Runtime Environment, 1.6.0_15-b03
OS: Windows XP, 5.1, x86

User Comments:
sunflower: - Refactor -> Rename the 'f' variable in  'while(f){' line
-------------------------------------------------------------
var f = true;

while(f){
    f = not f;
}
-------------------------------------------------------------
The exception pops up.



Stacktrace: 
java.io.IOException
        at org.netbeans.modules.javafx.refactoring.impl.RenameRefactoringElement.init(RenameRefactoringElement.java:263)
        at org.netbeans.modules.javafx.refactoring.impl.RenameRefactoringElement.<init>(RenameRefactoringElement.java:91)
        at org.netbeans.modules.javafx.refactoring.impl.RenameRefactoringElement.create(RenameRefactoringElement.java:79)
        at org.netbeans.modules.javafx.refactoring.impl.RenameRefactoringPlugin.prepare(RenameRefactoringPlugin.java:239)
        at org.netbeans.modules.refactoring.api.AbstractRefactoring.pluginsPrepare2(AbstractRefactoring.java:419)
        at org.netbeans.modules.refactoring.api.AbstractRefactoring.pluginsPrepare(AbstractRefactoring.java:403)
Comment 1 Alexandr Scherbatiy 2009-09-22 11:04:37 UTC
Created attachment 88092 [details]
stacktrace
Comment 2 J Bachorik 2009-10-02 14:04:00 UTC
fixed in http://hg.netbeans.org/javafx/rev/7e7b0e73da74
Comment 3 Alexandr Scherbatiy 2009-10-06 10:54:48 UTC
verified in netbeans-trunk-nightly-200910030241-javafx-full.zip