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 - java.io.IOException at org.netbeans.modules.javafx.refactoring.impl.RenameRefactoringElement.init
Summary: java.io.IOException at org.netbeans.modules.javafx.refactoring.impl.RenameRef...
Status: VERIFIED FIXED
Alias: None
Product: javafx
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: J Bachorik
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks: 173077
  Show dependency tree
 
Reported: 2009-09-22 11:04 UTC by Alexandr Scherbatiy
Modified: 2009-10-06 10:54 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 158928


Attachments
stacktrace (1.09 KB, text/plain)
2009-09-22 11:04 UTC, Alexandr Scherbatiy
Details

Note You need to log in before you can comment on or make changes to this bug.
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