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 252295 - AssertionError at org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.<init>
Summary: AssertionError at org.netbeans.modules.parsing.api.ParserManager$UserTaskActi...
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Mixed Development (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: petrk
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-05-08 09:43 UTC by petrk
Modified: 2015-09-04 16:00 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 217189


Attachments
stacktrace (7.88 KB, text/plain)
2015-05-08 09:43 UTC, petrk
Details
stacktrace (7.28 KB, text/plain)
2015-06-15 05:34 UTC, Vladimir Voskresensky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description petrk 2015-05-08 09:43:35 UTC
Build: NetBeans IDE Dev (Build 20150401-4f75e1e1e700)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.51-b03, Java(TM) SE Runtime Environment, 1.7.0_51-b13
OS: Linux

User Comments:
petrk: Collapsed node (it was NetBeans module)




Stacktrace: 
java.lang.AssertionError
   at org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.<init>(ParserManager.java:143)
   at org.netbeans.modules.parsing.api.ParserManager.parseWhenScanFinished(ParserManager.java:130)
   at org.netbeans.api.java.source.JavaSource.runWhenScanFinished(JavaSource.java:590)
   at org.netbeans.modules.cnd.mixeddev.java.JavaContextSupport.resolveContext(JavaContextSupport.java:100)
   at org.netbeans.modules.cnd.mixeddev.java.JNISupport.getJNIClasses(JNISupport.java:84)
   at org.netbeans.modules.cnd.mixeddev.wizard.GenerateProjectAction.enable(GenerateProjectAction.java:99)
Comment 1 petrk 2015-05-08 09:43:37 UTC
Created attachment 153561 [details]
stacktrace
Comment 2 Vladimir Voskresensky 2015-06-15 05:34:21 UTC
Created attachment 154215 [details]
stacktrace

right click on NB module project
Comment 3 Ondrej Vrabec 2015-06-15 06:57:25 UTC
Hardly an issue in explorer, looks that cnd passes wrong parameters to parsing.api (org.netbeans.modules.cnd.mixeddev.java.JavaContextSupport.resolveContext)
Comment 4 Quality Engineering 2015-06-18 02:42:11 UTC
Integrated into 'main-silver', will be available in build *201506180001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/50094294dd0d
User: Petr Kudryavtsev <petrk@netbeans.org>
Log: Attempt to fix #252295 - AssertionError at org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.<init>