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 270576 - UnsupportedOperationException: No JavaFileManager for location: CLASS_OUTPUT
Summary: UnsupportedOperationException: No JavaFileManager for location: CLASS_OUTPUT
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Source (show other bugs)
Version: Dev
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-05-05 19:01 UTC by Tomas Stupka
Modified: 2017-05-11 01:43 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 229068


Attachments
stacktrace (4.45 KB, text/plain)
2017-05-05 19:01 UTC, Tomas Stupka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Stupka 2017-05-05 19:01:33 UTC
This bug was originally marked as duplicate of bug 252798, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 20170504-0c0ccf9905d2)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.102-b07, Java(TM) SE Runtime Environment, 1.8.0_102-b07
OS: Mac OS X

User Comments:
tstupka: git rebase outside of the ide a few files were changed




Stacktrace: 
java.lang.UnsupportedOperationException: No JavaFileManager for location: CLASS_OUTPUT
   at org.netbeans.modules.java.source.parsing.ProxyFileManager.getJavaFileForOutput(ProxyFileManager.java:440)
   at com.sun.tools.javac.jvm.ClassWriter.writeClass(ClassWriter.java:1737)
   at com.sun.tools.javac.main.JavaCompiler.genCode(JavaCompiler.java:768)
   at com.sun.tools.javac.main.JavaCompiler.generate(JavaCompiler.java:1726)
   at com.sun.tools.javac.api.JavacTaskImpl$2.process(JavacTaskImpl.java:562)
   at com.sun.tools.javac.api.JavacTaskImpl$Filter.run(JavacTaskImpl.java:639)
Comment 1 Tomas Stupka 2017-05-05 19:01:34 UTC
Created attachment 164263 [details]
stacktrace
Comment 2 Tomas Zezula 2017-05-09 15:09:34 UTC
Fixed jet-main 1e3d62283514
Comment 3 Quality Engineering 2017-05-11 01:43:49 UTC
Integrated into 'main-silver', will be available in build *201705110001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/1e3d62283514
User: Tomas Zezula <tzezula@netbeans.org>
Log: #270576:UnsupportedOperationException: No JavaFileManager for location: CLASS_OUTPUT