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 215323 - AssertionError at org.netbeans.modules.java.source.parsing.JavacParser.reparseMethod
Summary: AssertionError at org.netbeans.modules.java.source.parsing.JavacParser.repars...
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Source (show other bugs)
Version: 7.2
Hardware: All All
: P2 normal with 1 vote (vote)
Assignee: Tomas Zezula
URL:
Keywords: 8.0_HR_FIX
Depends on:
Blocks:
 
Reported: 2012-07-10 03:02 UTC by stosh
Modified: 2014-03-03 00:47 UTC (History)
12 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 190572


Attachments
stacktrace (1.21 KB, text/plain)
2012-07-10 03:02 UTC, stosh
Details
stacktrace (1.25 KB, text/plain)
2012-11-12 08:04 UTC, Exceptions Reporter
Details
stacktrace (1.32 KB, text/plain)
2012-12-17 14:11 UTC, swpalmer
Details
stacktrace (1.32 KB, text/plain)
2013-02-04 11:49 UTC, misterm
Details
stacktrace (1.16 KB, text/plain)
2013-07-31 02:34 UTC, J Bachorik
Details
stacktrace (1.15 KB, text/plain)
2013-08-08 14:47 UTC, Chiana
Details
stacktrace (1.20 KB, text/plain)
2013-08-09 01:44 UTC, brettryan
Details
stacktrace (2.25 KB, text/plain)
2013-09-04 22:01 UTC, janario
Details
stacktrace (1.14 KB, text/plain)
2013-09-10 12:44 UTC, Jiri Prox
Details
dump file (3.45 KB, application/octet-stream)
2013-09-10 12:44 UTC, Jiri Prox
Details
stacktrace (1.20 KB, text/plain)
2013-10-14 17:43 UTC, javydreamercsw
Details
stacktrace (5.47 KB, text/plain)
2014-02-05 17:37 UTC, misterm
Details

Note You need to log in before you can comment on or make changes to this bug.
Description stosh 2012-07-10 03:02:37 UTC
This bug was originally marked as duplicate of bug 203506, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 7.2 Beta (Build 201205031832)
VM: Java HotSpot(TM) Client VM, 22.0-b10, Java(TM) SE Runtime Environment, 1.7.0_02-b13
OS: Windows XP

User Comments:
stosh: Editing java in a JPanel.




Stacktrace: 
java.lang.AssertionError
   at org.netbeans.modules.java.source.parsing.JavacParser.reparseMethod(JavacParser.java:980)
   at org.netbeans.modules.java.source.parsing.JavacParser.parseImpl(JavacParser.java:401)
   at org.netbeans.modules.java.source.parsing.JavacParser.parse(JavacParser.java:334)
   at org.netbeans.modules.parsing.impl.TaskProcessor.callParse(TaskProcessor.java:595)
   at org.netbeans.modules.parsing.impl.SourceCache.getResult(SourceCache.java:213)
   at org.netbeans.modules.parsing.impl.TaskProcessor$CompilationJob.run(TaskProcessor.java:717)
Comment 1 stosh 2012-07-10 03:02:39 UTC
Created attachment 121867 [details]
stacktrace
Comment 2 Exceptions Reporter 2012-11-12 08:04:41 UTC
Created attachment 127577 [details]
stacktrace
Comment 3 swpalmer 2012-12-17 14:11:17 UTC
Created attachment 129458 [details]
stacktrace

typing java code
Comment 4 misterm 2013-02-04 11:49:58 UTC
Created attachment 130992 [details]
stacktrace
Comment 5 J Bachorik 2013-07-31 02:34:02 UTC
Created attachment 138025 [details]
stacktrace

undoing changes in the file via Ctrl-z
Comment 6 Chiana 2013-08-08 14:47:16 UTC
Created attachment 138452 [details]
stacktrace

Was starting to type a comment
Comment 7 brettryan 2013-08-09 01:44:16 UTC
Created attachment 138472 [details]
stacktrace

Was typing in java code.
Comment 8 brettryan 2013-08-09 01:47:19 UTC
Right after this occurred I was no longer able to Undo (CMD+Z) or Redo (CMD+Y) from either the menu or keyboard. It seems closing the editor and opening again restored this capability.
Comment 9 janario 2013-09-04 22:01:37 UTC
Created attachment 139683 [details]
stacktrace

.
Comment 10 Jiri Prox 2013-09-10 12:44:24 UTC
Created attachment 139878 [details]
stacktrace

AE when editing file
Comment 11 Jiri Prox 2013-09-10 12:44:27 UTC
Created attachment 139879 [details]
dump file
Comment 12 javydreamercsw 2013-10-14 17:43:13 UTC
Created attachment 141072 [details]
stacktrace

Error during parsing.
Comment 13 misterm 2014-02-05 17:37:23 UTC
Created attachment 144846 [details]
stacktrace

.
Comment 14 Alexander Simon 2014-02-21 18:19:01 UTC
34 reports => P2
Comment 15 Tomas Zezula 2014-02-26 17:03:17 UTC
Fixed jet-main 7e93cdb61127
Comment 16 Tomas Zezula 2014-02-28 09:44:20 UTC
Transplanted 36a9174fc27c
Comment 17 Quality Engineering 2014-03-01 06:14:32 UTC
Integrated into 'main-silver', will be available in build *201403010001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/7e93cdb61127
User: Tomas Zezula <tzezula@netbeans.org>
Log: #215323:AssertionError at org.netbeans.modules.java.source.parsing.JavacParser.reparseMethod
Comment 18 Quality Engineering 2014-03-03 00:47:13 UTC
Integrated into 'releases/release80', will be available in build *201403022200* or newer. Wait for official and publicly available build.

Changeset: http://hg.netbeans.org/releases/rev/36a9174fc27c
User: Tomas Zezula <tzezula@netbeans.org>
Log: #215323:AssertionError at org.netbeans.modules.java.source.parsing.JavacParser.reparseMethod