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 175193 - IllegalArgumentException: ve\u010dern�\u010dek
Summary: IllegalArgumentException: ve\u010dern�\u010dek
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Source (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jan Lahoda
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-22 10:38 UTC by Jiri Prox
Modified: 2009-10-28 11:48 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 150007


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Prox 2009-10-22 10:38:26 UTC
Build: NetBeans IDE 6.8 Beta (Build 200910212001)
VM: Java HotSpot(TM) Client VM, 14.2-b01, Java(TM) SE Runtime Environment, 1.6.0_16-b01
OS: Linux, 2.6.24-23-generic, i386

User Comments:
GUEST: Startup the program

jiriprox: IAE when using Move Inner Class To Outer Level refactoring in package containing multibytes in is name



Stacktrace: 
java.lang.IllegalArgumentException: ve\u010dern�\u010dek
        at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FolderObj.createFolderImpl(FolderObj.java:148)
        at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FolderObj$2.call(FolderObj.java:219)
        at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FolderObj$2.call(FolderObj.java:217)
        at org.netbeans.modules.masterfs.filebasedfs.FileBasedFileSystem.runAsInconsistent(FileBasedFileSystem.java:112)
        at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FolderObj.createFolder(FolderObj.java:222)
        at org.openide.filesystems.FileUtil.createFolder(FileUtil.java:815)
Comment 1 Jiri Skrivanek 2009-10-22 11:51:56 UTC
Package is incorrectly read by refactoring and then it is not multibyte anymore.
Comment 2 Jan Pokorsky 2009-10-22 12:51:07 UTC
It would be nice if the VeryPretty could print trees without escaping.
Comment 4 Quality Engineering 2009-10-28 11:48:25 UTC
Integrated into 'main-golden', will be available in build *200910280201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/41df484dcb3f
User: Jan Lahoda <jlahoda@netbeans.org>
Log: Fixing issues #173905&#175193.