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 76788 - UnsupportedOperationException when creating newfile.class
Summary: UnsupportedOperationException when creating newfile.class
Status: VERIFIED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-24 10:16 UTC by Jiri Prox
Modified: 2007-09-26 09:14 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
exception (1.36 KB, text/plain)
2006-05-24 10:17 UTC, Jiri Prox
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Prox 2006-05-24 10:16:53 UTC
NB 5.5 200605220200
JDK 1.6.0 b82

Extracted from issue 76544 :

I got exception while trying to create ".class" file.

Steps:
1. Create "New Empty" file - in source packages "file.class".
2. Exception is thrown.

java.lang.UnsupportedOperationException
	at org.netbeans.modules.javacore.scanning.FObjectInfo.getPath(FObjectInfo.java:42)
	at
org.netbeans.modules.javacore.scanning.ClassUpdater.getClassFile(ClassUpdater.java:228)
	at
org.netbeans.modules.javacore.scanning.ClassUpdater.updateResources(ClassUpdater.java:110)
Comment 1 Jiri Prox 2006-05-24 10:17:29 UTC
Created attachment 30580 [details]
exception
Comment 2 Jan Becicka 2006-10-26 16:26:41 UTC
Javacore module was replaced by Retouche infrastructure. This bug is not valid
in trunk any more.
Comment 3 Jiri Prox 2006-10-27 09:42:18 UTC
verified
Comment 4 Quality Engineering 2007-09-20 09:46:13 UTC
Reorganization of java component