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 256275 - IllegalArgumentException: Not supported: org.netbeans.modules.java.debugjavac.impl.Utilities$1[mem://mem]
Summary: IllegalArgumentException: Not supported: org.netbeans.modules.java.debugjavac...
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-30 13:04 UTC by faramir2
Modified: 2015-10-30 13:04 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 205369


Attachments
stacktrace (2.59 KB, text/plain)
2015-10-30 13:04 UTC, faramir2
Details

Note You need to log in before you can comment on or make changes to this bug.
Description faramir2 2015-10-30 13:04:13 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.51-b03, Java(TM) SE Runtime Environment, 1.8.0_51-b16
OS: Windows 7

User Comments:
ymajoros: don't know, but redeployments while it shouldn't (no deploy on save) etc.

faramir2: I just run NetBeans and have opened one java file. Then I clicked "Decompile" button on toolbar (between Source and History) and the exception occurs. Decompile view is empty (like opening empty file).

runshine: Use plugin "debuggin for javac" decompile a spring-mvc controller

GUEST: tried to decompile a class from dependency jar




Stacktrace: 
java.lang.IllegalArgumentException: Not supported: org.netbeans.modules.java.debugjavac.impl.Utilities$1[mem://mem]
   at com.sun.tools.javac.file.JavacFileManager.isSameFile(JavacFileManager.java:647)
   at javax.tools.ForwardingJavaFileManager.isSameFile(ForwardingJavaFileManager.java:90)
   at com.sun.tools.javac.api.ClientCodeWrapper$WrappedJavaFileManager.isSameFile(ClientCodeWrapper.java:259)
   at com.sun.tools.javac.comp.Enter.visitTopLevel(Enter.java:355)
   at com.sun.tools.javac.tree.JCTree$JCCompilationUnit.accept(JCTree.java:520)
   at com.sun.tools.javac.comp.Enter.classEnter(Enter.java:302)
Comment 1 faramir2 2015-10-30 13:04:16 UTC
Created attachment 157064 [details]
stacktrace