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 2951 - When I try to compile a JO I have got an exception. And the Output Window spit out some text > see also comment.
Summary: When I try to compile a JO I have got an exception. And the Output Window spi...
Status: CLOSED WORKSFORME
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: All All
: P4 normal (vote)
Assignee: support
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-07-30 00:41 UTC by Jan Palka
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Palka 1999-07-30 00:41:48 UTC
java.lang.NullPointerException:
        at com.netbeans.developer.modules.loaders.form.RADConnectionPropertyEdit
or.storeToXML(RADConnectionPropertyEditor.java:254)
        at com.netbeans.developer.modules.loaders.form.GandalfPersistenceManager
.saveProperties(GandalfPersistenceManager.java:736)
        at com.netbeans.developer.modules.loaders.form.GandalfPersistenceManager
.saveComponent(GandalfPersistenceManager.java:705)
        at com.netbeans.developer.modules.loaders.form.GandalfPersistenceManager
.saveVisualComponent(GandalfPersistenceManager.java:664)
        at com.netbeans.developer.modules.loaders.form.GandalfPersistenceManager
.saveContainer(GandalfPersistenceManager.java:560)
        at com.netbeans.developer.modules.loaders.form.GandalfPersistenceManager
.saveContainer(GandalfPersistenceManager.java:549)
        at com.netbeans.developer.modules.loaders.form.GandalfPersistenceManager
.saveForm(GandalfPersistenceManager.java:518)
        at com.netbeans.developer.modules.loaders.form.FormEditorSupport.saveFor
m(FormEditorSupport.java:298)
        at com.netbeans.developer.modules.loaders.form.FormEditorSupport.saveDoc
umentIfNecessary(FormEditorSupport.java:290)
        at com.netbeans.developer.modules.loaders.java.CoronaClassFile.checkSave
(CoronaClassFile.java:73)

        at com.netbeans.developer.modules.loaders.java.CoronaClassFile.getInputS
tream(CoronaClassFile.java:59)
        at com.netbeans.developer.modules.loaders.java.CoronaEnvironment.parseFi
le(CoronaEnvironment.java:325)
        at com.netbeans.developer.modules.loaders.java.JavaCompiler.compile(Java
Compiler.java:434)
        at com.netbeans.developer.modules.loaders.java.JavaCompilerGroup.start(J
avaCompilerGroup.java:79)
        at com.netbeans.developer.impl.compiler.CompilationEngineImpl$CompilerTh
read$GroupCompiler.run(CompilationEngineImpl.java:240)
Comment 1 Marek Grummich 2000-07-25 09:43:59 UTC
Priority is changed to P4 (normal).