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 255331 - org.netbeans.modules.parsing.spi.ParseException: The file bsh/BSHAllocationExpression.class in E:\mavenrepo\org\beanshell\bsh\2.0b5\bsh-2.0b5.jar is not owned by provided classpaths, boot: C:\Program
Summary: org.netbeans.modules.parsing.spi.ParseException: The file bsh/BSHAllocationEx...
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 8.1
Hardware: All All
: P1 normal (vote)
Assignee: Ralph Ruijs
URL:
Keywords:
: 255168 (view as bug list)
Depends on:
Blocks:
 
Reported: 2015-09-16 13:08 UTC by skygo
Modified: 2016-05-30 16:32 UTC (History)
15 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 219955


Attachments
stacktrace (3.73 KB, text/plain)
2015-09-16 13:08 UTC, skygo
Details
stacktrace (3.73 KB, text/plain)
2015-09-21 17:24 UTC, ehsavoie
Details
stacktrace (3.80 KB, text/plain)
2015-10-12 07:01 UTC, Exceptions Reporter
Details
stacktrace (3.73 KB, text/plain)
2015-11-18 09:23 UTC, Exceptions Reporter
Details
stacktrace (3.80 KB, text/plain)
2015-12-01 09:56 UTC, Alexander Simon
Details
stacktrace (3.80 KB, text/plain)
2015-12-04 05:56 UTC, Milos Kleint
Details
stacktrace (3.73 KB, text/plain)
2015-12-15 04:04 UTC, Milos Kleint
Details
stacktrace (3.80 KB, text/plain)
2015-12-21 03:32 UTC, Milos Kleint
Details
stacktrace (3.80 KB, text/plain)
2016-01-12 12:03 UTC, Alexander Simon
Details
stacktrace (3.80 KB, text/plain)
2016-01-27 14:21 UTC, IrianR
Details
stacktrace (3.73 KB, text/plain)
2016-02-25 19:44 UTC, theshadow27
Details
stacktrace (3.80 KB, text/plain)
2016-04-11 13:17 UTC, aldobrucale
Details
stacktrace (3.73 KB, text/plain)
2016-05-05 16:09 UTC, theshadow27
Details

Note You need to log in before you can comment on or make changes to this bug.
Description skygo 2015-09-16 13:08:22 UTC
This bug was originally marked as duplicate of bug 254344, 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 201509160002)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.60-b23, Java(TM) SE Runtime Environment, 1.8.0_60-b27
OS: Windows 10

User Comments:
skygo: navigating to a method after usage search




Stacktrace: 
org.netbeans.modules.parsing.spi.ParseException: The file bsh/BSHAllocationExpression.class in E:\mavenrepo\org\beanshell\bsh\2.0b5\bsh-2.0b5.jar is not owned by provided classpaths, boot: C:\Program Files\Java\jdk1.8.0_60\jre\lib\resources.jar;C:\Program Files\Java\jdk1.8.0_60\jre\lib\rt.jar;C:\Program Files\Java\jdk1.8.0_60\jre\lib\sunrsasign.jar;C:\Program Files\Java\jdk1.8.0_60\jre\lib\jsse.jar;C:\Program Files\Java\jdk1.8.0_60\jre\lib\jce.jar;C:\Program Files\Java\jdk1.8.0_60\jre\lib\charsets.jar;C:\Program Files\Java\jdk1.8.0_60\jre\lib\jfr.jar;C:\Program Files\Java\jdk1.8.0_60\jre\classes;C:\Program Files\Java\jdk1.8.0_60\jre\lib\ext\access-bridge-64.jar;C:\Program Files\Java\jdk1.8.0_60\jre\lib\ext\cldrdata.jar;C:\Program Files\Java\jdk1.8.0_60\jre\lib\ext\dnsns.jar;C:\Program Files\Java\jdk1.8.0_60\jre\lib\ext\jaccess.jar;C:\Program Files\Java\jdk1.8.0_60\jre\lib\ext\jfxrt.jar;C:\Program Files\Java\jdk1.8.0_60\jre\lib\ext\localedata.jar;C:\Program Files\Java\jdk1.8.0_60\jre\lib\ext\nashorn.jar;C:\Pro
   at org.netbeans.modules.java.source.parsing.ClassParser.parse(ClassParser.java:141)
   at org.netbeans.modules.parsing.impl.TaskProcessor.callParse(TaskProcessor.java:621)
   at org.netbeans.modules.parsing.api.ResultIterator.getParserResult(ResultIterator.java:135)
   at org.netbeans.api.java.source.JavaSource$MultiTask.run(JavaSource.java:478)
   at org.netbeans.modules.parsing.impl.TaskProcessor.callUserTask(TaskProcessor.java:609)
   at org.netbeans.modules.parsing.api.ParserManager$MultiUserTaskAction.run(ParserManager.java:189)
Comment 1 skygo 2015-09-16 13:08:26 UTC
Created attachment 156211 [details]
stacktrace
Comment 2 Tomas Zezula 2015-09-18 06:48:47 UTC
In fact the same as #254344.
Comment 3 ehsavoie 2015-09-21 17:24:03 UTC
Created attachment 156330 [details]
stacktrace

Searching for usage
Comment 4 Tomas Zezula 2015-09-23 13:34:06 UTC
*** Bug 255168 has been marked as a duplicate of this bug. ***
Comment 5 Exceptions Reporter 2015-10-12 07:01:17 UTC
Created attachment 156661 [details]
stacktrace

Find usages
Comment 6 Exceptions Reporter 2015-11-18 09:23:52 UTC
Created attachment 157388 [details]
stacktrace

Editing source code
Comment 7 Alexander Simon 2015-12-01 09:56:33 UTC
Created attachment 157576 [details]
stacktrace

find usages
Comment 8 Milos Kleint 2015-12-04 05:56:43 UTC
Created attachment 157659 [details]
stacktrace

looking up usages of ProgressEventType enum in projects and dependencies
Comment 9 Milos Kleint 2015-12-15 04:04:59 UTC
Created attachment 157788 [details]
stacktrace

dunno, find usages on prj + deps
Comment 10 Milos Kleint 2015-12-21 03:32:04 UTC
Created attachment 157868 [details]
stacktrace

dunno
Comment 11 Alexander Simon 2016-01-12 12:03:38 UTC
Created attachment 158102 [details]
stacktrace

debug
Comment 12 IrianR 2016-01-27 14:21:41 UTC
Created attachment 158252 [details]
stacktrace

Looking for usages of a class.

No error popped up during usage search just noticed the error badge after a while.
Comment 13 theshadow27 2016-02-25 19:44:20 UTC
Created attachment 158643 [details]
stacktrace

Unknown
Comment 14 aldobrucale 2016-04-11 13:17:46 UTC
Created attachment 159209 [details]
stacktrace

Searching for all subypes of java.util.concurrent.Lock
Comment 15 theshadow27 2016-05-05 16:09:13 UTC
Created attachment 159558 [details]
stacktrace

Usage search
Comment 16 Exceptions Reporter 2016-05-30 13:57:56 UTC
This bug already has 50 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=219955
Comment 17 Ralph Ruijs 2016-05-30 16:32:49 UTC
changeset:   6b782523aee1
user:        Ralph Benjamin Ruijs <ralphbenjamin@netbeans.org>
date:        Mon May 30 18:31:24 2016 +0200
summary:     #255331 - The file is not owned by provided classpaths