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 14149 - Source code editor throws (Property) exceptions
Summary: Source code editor throws (Property) exceptions
Status: CLOSED DUPLICATE of bug 14132
Alias: None
Product: platform
Classification: Unclassified
Component: Explorer (show other bugs)
Version: 3.x
Hardware: PC Windows 3.1/NT
: P1 blocker (vote)
Assignee: issues@platform
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-08-02 19:07 UTC by _ gtzabari
Modified: 2008-12-22 16:58 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 _ gtzabari 2001-08-02 19:07:43 UTC
dev build 200108020100

Right clicking on the source code sometimes gives the following exception. This 
is rare but I thought you should know about it. There is also a second 
exception that occurs but I lost it. I've also been able to reproduce this bug 
without right-clicking so it seems rather random (possibly related to race-
conditions)

Thu Aug 02 14:02:15 EDT 2001: java.lang.NoClassDefFoundError: null
java.lang.NoClassDefFoundError
        at org.openide.explorer.propertysheet.editors.ModifierEditor.<init>
(ModifierEditor.java:54)
        at org.openide.src.nodes.MemberElementNode$2.getPropertyEditor
(MemberElementNode.java:124)
        at org.openide.explorer.propertysheet.PropertyPanel.updateEditor
(PropertyPanel.java:460)
        at org.openide.explorer.propertysheet.PropertyPanel.<init>
(PropertyPanel.java:230)
        at org.openide.explorer.propertysheet.PropertyPanel.<init>
(PropertyPanel.java:252)
        at org.openide.explorer.propertysheet.PropertySheetTab.fillProperties
(PropertySheetTab.java:320)
        at org.openide.explorer.propertysheet.PropertySheetTab.createPane
(PropertySheetTab.java:290)
        at org.openide.explorer.propertysheet.PropertySheetTab.<init>
(PropertySheetTab.java:166)
        at org.openide.explorer.propertysheet.PropertySheet.refreshPropertySheet
(PropertySheet.java:443)
        at org.openide.explorer.propertysheet.PropertySheet.access$1100
(PropertySheet.java:52)
        at org.openide.explorer.propertysheet.PropertySheet$3.run
(PropertySheet.java:583)
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:154)
[catch] at java.awt.EventQueue.dispatchEvent(EventQueue.java:337)
        at java.awt.EventDispatchThread.pumpOneEventForHierarchy
(EventDispatchThread.java:131)
        at java.awt.EventDispatchThread.pumpEventsForHierarchy
(EventDispatchThread.java:98)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
        at java.awt.EventDispatchThread.run(EventDispatchThread.java:85)
Comment 1 _ gtzabari 2001-08-02 19:47:32 UTC
Repro steps
-----------

1) Open file in editor
2) Change file
3) Hit Save
4) Repeat until error occurs

  It's pretty easy to reproduce.
Comment 2 _ gtzabari 2001-08-02 21:52:25 UTC
Increasing priority to P2.. This bug gets worse and worse over time.. 
About 30 mins into use, Netbeans throws the exception once per every 
3 keys pressed. ACK! :)
Comment 3 _ gtzabari 2001-08-02 22:05:40 UTC
Ok.. ok.. screw this :)

I hope you're not overly annoyed by my constant increase of priority 
but this issue is _BAD_..

I restart netbeans and 30 seconds into using it I run into this issue 
again.. I can type a maximum of 10 characters before this bug kicks 
in and steals my focus again. It renders Netbeans utterly useless.. 
damnit! :)

Upgrading to P1, feel free to adjust as you feel is appropriate.
Comment 4 Jan Chalupa 2001-08-03 08:11:21 UTC
Re-assigning to openide.
Comment 5 David Strupl 2001-08-03 15:02:27 UTC
This error was caused by incorrect build.xml file in module openide.

*** This issue has been marked as a duplicate of 14132 ***
Comment 6 Quality Engineering 2003-07-01 15:50:39 UTC
Resolved for 3.4.x or earlier, no new info since then -> verified
Comment 7 Quality Engineering 2003-07-01 16:28:20 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.