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 8085 - A strange Exceptions are after reload form (fired by cvs->remove)
Summary: A strange Exceptions are after reload form (fired by cvs->remove)
Status: CLOSED FIXED
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: PC Linux
: P4 normal (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-10-30 18:51 UTC by dmladek
Modified: 2003-06-30 18:30 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
ide.log (15.62 KB, text/plain)
2001-07-20 20:39 UTC, dmladek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description dmladek 2000-10-30 18:51:08 UTC
[1133CE]
jdk1.3.0-fcs
+ apatch.jar from Ales.Kemr !!!
	fixing bugs #7778 #5568
http://www.netbeans.org/bugs-cgi/show_bug.cgi?id=7778
http://www.netbeans.org/bugs-cgi/show_bug.cgi?id=5568
======================================================

I had opened a simple JFrame in form/source editor
this fale was located in my CVS FS.
I've performed CVS command -> remove
And the editor asked me if I wish to reload it?
I said YES. And several ugly Exceptions were thrown.

* one from vcscvs modeule (which is right:)
*********** Exception occurred ************
Mon Oct 30 19:35:29 GMT+01:00 2000org.netbeans.modules.vcs.VcsFileSystem$3: null
org.netbeans.modules.vcs.VcsFileSystem$3: The file Raz/JFrametest.form is not
checked out locally. Check it out first.

* then *********** Exception occurred ************
Mon Oct 30 19:35:32 GMT+01:00 2000java.lang.NullPointerException: null
java.lang.NullPointerException
        at
org.netbeans.modules.form.FormEditorSupport.reloadDocumentTask(FormEditorSupport.java:289)

* and *********** Exception occurred ************
Mon Oct 30 19:35:35 GMT+01:00 2000java.util.MissingResourceException: Can't find
resource for bundle java.util.PropertyResourceBundle, key
NTF_ExceptionalExceptionTitle
java.util.MissingResourceException: Can't find resource for bundle
java.util.PropertyResourceBundle, key NTF_ExceptionalExceptionTitle
        at java.util.ResourceBundle.getObject(ResourceBundle.java:382)

for details see ide.log
Comment 1 dmladek 2000-10-30 18:51:59 UTC
Created attachment 224 [details]
ide.log
Comment 2 Jan Lahoda 2001-01-24 15:37:59 UTC
Only changed version to Development.
Comment 3 Jan Chalupa 2001-03-12 10:36:46 UTC
Version: 'Dev' -> 3.2
Comment 4 Jan Lahoda 2001-04-05 15:34:25 UTC
This is maybe problem of This is maybe problem of form editor.
Comment 5 Tomas Pavek 2001-04-05 16:44:57 UTC
The NPE in FormEditorSupport was already fixed some time ago. I think it's the 
same case as issue #8382.
Revise the current state of the bug in 3.2 and assign it to VCS or core if you 
think the other things (exceptions) are not fixed.
Comment 6 Marian Mirilovic 2001-04-09 16:30:52 UTC
verified in [nb_r32](23), [pilsen](010407)
Comment 7 Jan Chalupa 2001-05-05 22:23:45 UTC
Target milestone -> 3.2
Comment 8 Quality Engineering 2003-06-30 18:30:21 UTC
Resolved for 3.3.x or earlier, no new info since then -> closing.