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 156761 - PropertyVetoException: at org.openide.windows.CloneableOpenSupport$Listener.vetoableChange(CloneableOpenSupport.java
Summary: PropertyVetoException: at org.openide.windows.CloneableOpenSupport$Listener.v...
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@platform
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-14 11:09 UTC by Lukas Hasik
Modified: 2009-03-18 12:46 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 1851


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lukas Hasik 2009-01-14 11:09:46 UTC
Build: NetBeans IDE Dev (Build 200708210000)
VM: Java HotSpot(TM) Client VM, 1.6.0_02-b06
OS: Windows XP, 5.1, x86
User comments: 
STACKTRACE: (first 10 lines)
java.beans.PropertyVetoException: 
        at org.openide.windows.CloneableOpenSupport$Listener.vetoableChange(CloneableOpenSupport.java:346)
        at org.openide.util.WeakListenerImpl$VetoableChange.vetoableChange(WeakListenerImpl.java:196)
        at java.beans.VetoableChangeSupport.fireVetoableChange(VetoableChangeSupport.java:335)
        at java.beans.VetoableChangeSupport.fireVetoableChange(VetoableChangeSupport.java:252)
        at org.openide.loaders.OpenSupport$Env.fireVetoableChange(OpenSupport.java:315)
        at org.openide.loaders.OpenSupport$Env.vetoableChange(OpenSupport.java:292)
        at java.beans.VetoableChangeSupport.fireVetoableChange(VetoableChangeSupport.java:335)
        at java.beans.VetoableChangeSupport.fireVetoableChange(VetoableChangeSupport.java:252)
        at org.openide.loaders.DataObject.fireVetoableChange(DataObject.java:911)
        at org.openide.loaders.DataObject.markInvalid0(DataObject.java:188)
Comment 1 Stanislav Aubrecht 2009-01-16 10:42:25 UTC
fixed

ec004232104e
Comment 2 Quality Engineering 2009-01-28 09:53:06 UTC
Integrated into 'main-golden', will be available in build *200901280348* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/ec004232104e
User: S. Aubrecht <saubrecht@netbeans.org>
Log: #156761 - ignore PropertyVetoExceptions when edited file with unsaved changes is deleted externally