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 270604 - org.netbeans.modules.java.source.parsing.OutputFileManager$InvalidSourcePath at org.netbeans.api.java.source.ClasspathInfo.<init>
Summary: org.netbeans.modules.java.source.parsing.OutputFileManager$InvalidSourcePath ...
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Parsing & Indexing (show other bugs)
Version: Dev
Hardware: All All
: P2 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-05-10 10:16 UTC by Vladimir Voskresensky
Modified: 2017-05-12 01:45 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 229112


Attachments
stacktrace (2.81 KB, text/plain)
2017-05-10 10:16 UTC, Vladimir Voskresensky
Details
stacktrace (3.52 KB, text/plain)
2017-05-10 11:13 UTC, Vladimir Voskresensky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Voskresensky 2017-05-10 10:16:34 UTC
Build: NetBeans IDE Dev (Build 20170510-1e3d62283514)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.131-b11, Java(TM) SE Runtime Environment, 1.8.0_131-b11
OS: SunOS

User Comments:
vv159170: sputnik sources/dev build/clean cachedir/restart IDE/initial scan




Stacktrace: 
org.netbeans.modules.java.source.parsing.OutputFileManager$InvalidSourcePath
   at org.netbeans.api.java.source.ClasspathInfo.<init>(ClasspathInfo.java:188)
   at org.netbeans.api.java.source.ClasspathInfo.create(ClasspathInfo.java:471)
   at org.netbeans.api.java.source.ClasspathInfo.access$200(ClasspathInfo.java:100)
   at org.netbeans.api.java.source.ClasspathInfo$ClasspathInfoAccessorImpl.create(ClasspathInfo.java:714)
   at org.netbeans.modules.java.source.indexing.JavaBinaryIndexer.preBuildArgs(JavaBinaryIndexer.java:203)
   at org.netbeans.modules.java.source.indexing.JavaBinaryIndexer.index(JavaBinaryIndexer.java:127)
Comment 1 Vladimir Voskresensky 2017-05-10 10:16:36 UTC
Created attachment 164290 [details]
stacktrace
Comment 2 Vladimir Voskresensky 2017-05-10 11:13:16 UTC
Created attachment 164291 [details]
stacktrace

rebuild
Comment 3 Vladimir Voskresensky 2017-05-10 12:22:30 UTC
Tomas, do you need my help to reproduce the problem? I can upload new snapshot
Comment 4 Tomas Zezula 2017-05-10 13:13:49 UTC
Thanks, no I am able to reproduce.
Starting with empty user dir causing the problem.
Comment 5 Tomas Zezula 2017-05-10 14:07:13 UTC
Fixed jet-main 415967a1cedc
Comment 6 Quality Engineering 2017-05-12 01:45:36 UTC
Integrated into 'main-silver', will be available in build *201705120001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/415967a1cedc
User: Tomas Zezula <tzezula@netbeans.org>
Log: #270604:org.netbeans.modules.java.source.parsing.OutputFileManager$InvalidSourcePath at org.netbeans.api.java.source.ClasspathInfo.<init>