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 214897 - AssertionError at org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.<init>
Summary: AssertionError at org.netbeans.modules.parsing.api.ParserManager$UserTaskActi...
Status: RESOLVED WORKSFORME
Alias: None
Product: java
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Ralph Ruijs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-28 09:50 UTC by ehsavoie
Modified: 2015-02-04 03:29 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 149678


Attachments
stacktrace (7.74 KB, text/plain)
2012-06-28 09:50 UTC, ehsavoie
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ehsavoie 2012-06-28 09:50:39 UTC
Build: NetBeans IDE Dev (Build 201206280002)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.1-b03, Java(TM) SE Runtime Environment, 1.7.0_05-b05
OS: Linux

User Comments:
GUEST: I was running a clean & build.

ehsavoie: Copy and refactor some classes

abien: Happened during copy between maven projects of REST resources




Stacktrace: 
java.lang.AssertionError
   at org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.<init>(ParserManager.java:140)
   at org.netbeans.modules.parsing.api.ParserManager.parse(ParserManager.java:102)
   at org.netbeans.api.java.source.JavaSource.runUserActionTaskImpl(JavaSource.java:438)
   at org.netbeans.api.java.source.JavaSource.runUserActionTask(JavaSource.java:409)
   at org.netbeans.api.java.source.JavaSource.runModificationTask(JavaSource.java:655)
   at org.netbeans.modules.refactoring.java.spi.JavaRefactoringPlugin.processFiles(JavaRefactoringPlugin.java:273)
Comment 1 ehsavoie 2012-06-28 09:50:45 UTC
Created attachment 121485 [details]
stacktrace
Comment 2 Quality Engineering 2015-02-04 03:29:26 UTC
Reported for 7.3.x or earlier, no new info since then -> closing as worksforme, please reopen in case you see it.