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 224433 - java.util.EmptyStackException at java.util.Stack.peek
Summary: java.util.EmptyStackException at java.util.Stack.peek
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Source (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-03 15:17 UTC by aquaglia
Modified: 2013-01-16 02:44 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 196803


Attachments
stacktrace (2.48 KB, text/plain)
2013-01-03 15:18 UTC, aquaglia
Details

Note You need to log in before you can comment on or make changes to this bug.
Description aquaglia 2013-01-03 15:17:58 UTC
Build: NetBeans IDE Dev (Build 201212200001)
VM: Java HotSpot(TM) Client VM, 23.3-b01, Java(TM) SE Runtime Environment, 1.7.0_07-b11
OS: Windows XP

User Comments:
aquaglia: Debugging




Stacktrace: 
java.util.EmptyStackException
   at java.util.Stack.peek(Stack.java:102)
   at org.netbeans.modules.java.source.parsing.SiblingSupport$Provider.getSibling(SiblingSupport.java:102)
   at org.netbeans.modules.java.source.parsing.ProxyFileManager.mark(ProxyFileManager.java:434)
   at org.netbeans.modules.java.source.parsing.ProxyFileManager.getJavaFileForOutput(ProxyFileManager.java:360)
   at com.sun.tools.javac.jvm.ClassWriter.writeClass(ClassWriter.java:1516)
   at com.sun.tools.javac.main.JavaCompiler.genCode(JavaCompiler.java:721)
Comment 1 aquaglia 2013-01-03 15:18:00 UTC
Created attachment 129861 [details]
stacktrace
Comment 2 Tomas Zezula 2013-01-15 17:02:54 UTC
Fixed jet-main 82d9e208e78d
Comment 3 Quality Engineering 2013-01-16 02:44:32 UTC
Integrated into 'main-golden', will be available in build *201301160001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/82d9e208e78d
User: Tomas Zezula <tzezula@netbeans.org>
Log: #224433:java.util.EmptyStackException at java.util.Stack.peek