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 251365 - IllegalStateException at org.objectweb.asm.tree.ClassNode.<init>
Summary: IllegalStateException at org.objectweb.asm.tree.ClassNode.<init>
Status: NEW
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal with 1 vote (vote)
Assignee: issues@third-party
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-23 05:04 UTC by Exceptions Reporter
Modified: 2016-10-19 14:11 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 213047


Attachments
stacktrace (5.70 KB, text/plain)
2015-03-23 05:04 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2015-03-23 05:04:34 UTC
Build: NetBeans IDE Dev (Build 1)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.40-b25, Java(TM) SE Runtime Environment, 1.8.0_40-b25
OS: Mac OS X

User Comments:
Dredd: First opening of a project

Dredd: First parsing of a project.

Dredd: Only on initial scanning of a project. I've encounterd this exception in dev builds for some time now.

Dredd: Starting IDE for the first time with new build. Cache cleared, settings not. Problem stands for some time now.
Issue not present on second run.

Dredd: First scan of a project

GUEST: just created project, added directory from outside netbeans

Dredd: Starting IDE with one open PHP project. Cache was cleared beforehand.




Stacktrace: 
java.lang.IllegalStateException
   at org.objectweb.asm.tree.ClassNode.<init>(ClassNode.java:0)
   at org.parboiled.transform.ParserClassNode.<init>(ParserClassNode.java:41)
   at org.parboiled.transform.ParserTransformer.extendParserClass(ParserTransformer.java:43)
   at org.parboiled.transform.ParserTransformer.transformParser(ParserTransformer.java:38)
   at org.parboiled.Parboiled.createParser(Parboiled.java:54)
   at org.pegdown.PegDownProcessor.<init>(PegDownProcessor.java:92)
Comment 1 Exceptions Reporter 2015-03-23 05:04:37 UTC
Created attachment 152778 [details]
stacktrace
Comment 2 Tomas Zezula 2015-03-26 09:33:35 UTC
The problem is in org.parboiled.transform.ParserClassNode.
The module is org.parboiled.
Comment 3 Exceptions Reporter 2016-03-01 12:56:21 UTC
This bug already has 10 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=213047