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 73619 - A java.lang.AssertionError exception has occurred.
Summary: A java.lang.AssertionError exception has occurred.
Status: RESOLVED WORKSFORME
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P1 blocker (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-15 20:15 UTC by smire
Modified: 2006-04-14 16:35 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
messages.log file (267.60 KB, text/plain)
2006-03-15 20:18 UTC, smire
Details

Note You need to log in before you can comment on or make changes to this bug.
Description smire 2006-03-15 20:15:15 UTC
whenever i want to compile my gui this is what i get:


java.lang.AssertionError
	at 
org.netbeans.modules.form.layoutdesign.LayoutPersistenceManager.saveInterval
(LayoutPersistenceManager.java:170)
	at 
org.netbeans.modules.form.layoutdesign.LayoutPersistenceManager.saveInterval
(LayoutPersistenceManager.java:161)
	at 
org.netbeans.modules.form.layoutdesign.LayoutPersistenceManager.saveInterval
(LayoutPersistenceManager.java:161)
	at 
org.netbeans.modules.form.layoutdesign.LayoutPersistenceManager.saveInterval
(LayoutPersistenceManager.java:161)
	at 
org.netbeans.modules.form.layoutdesign.LayoutPersistenceManager.saveLayout
(LayoutPersistenceManager.java:109)
	at org.netbeans.modules.form.layoutdesign.LayoutModel.dumpLayout
(LayoutModel.java:965)
	at org.netbeans.modules.form.GandalfPersistenceManager.saveLayout
(GandalfPersistenceManager.java:2801)
	at org.netbeans.modules.form.GandalfPersistenceManager.saveContainer
(GandalfPersistenceManager.java:2754)
	at org.netbeans.modules.form.GandalfPersistenceManager.saveAnyComponent
(GandalfPersistenceManager.java:2727)
	at org.netbeans.modules.form.GandalfPersistenceManager.saveContainer
(GandalfPersistenceManager.java:2772)
	at org.netbeans.modules.form.GandalfPersistenceManager.saveAnyComponent
(GandalfPersistenceManager.java:2727)
	at org.netbeans.modules.form.GandalfPersistenceManager.saveForm
(GandalfPersistenceManager.java:2623)
	at org.netbeans.modules.form.FormEditor.saveFormData
(FormEditor.java:269)
	at org.netbeans.modules.form.FormEditorSupport.saveDocument
(FormEditorSupport.java:215)
	at org.netbeans.modules.java.JavaEditor$Save.save(JavaEditor.java:235)
	at org.netbeans.core.NbTopManager.saveAll(NbTopManager.java:261)
	at org.netbeans.core.NbTopManager.access$300(NbTopManager.java:63)
	at org.netbeans.core.NbTopManager$NbLifecycleManager.saveAll
(NbTopManager.java:421)
	at org.apache.tools.ant.module.run.TargetExecutor.run
(TargetExecutor.java:213)
[catch] at org.netbeans.core.execution.RunClassThread.run
(RunClassThread.java:125)
Comment 1 smire 2006-03-15 20:18:43 UTC
Created attachment 29255 [details]
messages.log file
Comment 2 Jan Stola 2006-03-23 10:46:33 UTC
I am sorry I am not able to reproduce this issue and the stack trace
of the exception is not sufficient to track the problem down.
Are you still able to reproduce it (in NetBeans 5.0)? If so, could
you, please provide more details? It would be ideal to attach
the corresponding .form and .java files (saved in the last good state)
and describe the steps that lead to the exception. Thank you in advance.
Comment 3 Jan Stola 2006-04-14 16:35:42 UTC
No additional information provided => closing as WORKSFORME.