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 42664 - SDK 1.5.0
Summary: SDK 1.5.0
Status: VERIFIED DUPLICATE of bug 35870
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-30 21:12 UTC by cfh
Modified: 2004-07-14 11:09 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
ide.log (28.73 KB, text/plain)
2004-04-30 21:13 UTC, cfh
Details

Note You need to log in before you can comment on or make changes to this bug.
Description cfh 2004-04-30 21:12:32 UTC
After restarting ide, tryed to add code to a 
JMenuItem using property inspector and field 
Post-Creation Code

I knew it couldn't be done whitout erros and 
closing form and IDE, but I had to try !
Comment 1 cfh 2004-04-30 21:13:00 UTC
Created attachment 14650 [details]
ide.log
Comment 2 cfh 2004-05-05 10:39:14 UTC
I believe that all these errors I'm getting in Form Wizard
corresponds to the IDE's use of memory.

I changed the -J option in ide.cfg.

From:    -J-Xms24m -J-Xmx96m
To:      -J-Xms24m -J-Xmx384m

And believe it or not, but this stunt reduced my error problems
with 98%.  
This too goes for issue 42449

I'm almost out problems !!

Regards
Carsten F. Hansen
Comment 3 pfelenda 2004-05-24 10:47:39 UTC
Reassigning to form module.

java.lang.NullPointerException
	at
org.netbeans.modules.form.JavaCodeGenerator.generateListenerAddCode(JavaCodeGenerator.java:1429)
Comment 4 Tomas Pavek 2004-05-24 13:20:18 UTC
By raising the available memory you reduce the possibility that the
event set descriptors are freed from memory (held just weakly - that's
the core of the bug. But better is to wait for jdk 1.5. beta2.

*** This issue has been marked as a duplicate of 35870 ***
Comment 5 cfh 2004-05-24 13:28:10 UTC
I'm holding my breath until the release of beta2
but I'm running out af air.

Carsten
Comment 6 Jaromir Uhrik 2004-07-14 11:09:55 UTC
Verified - duplicate.