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 169695 - java.beans.PropertyVetoException: Not allowed
Summary: java.beans.PropertyVetoException: Not allowed
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Text (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker with 1 vote (vote)
Assignee: mslama
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-02 19:55 UTC by rost
Modified: 2009-08-04 05:46 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 153635


Attachments
stacktrace (2.50 KB, text/plain)
2009-08-02 19:55 UTC, rost
Details

Note You need to log in before you can comment on or make changes to this bug.
Description rost 2009-08-02 19:55:43 UTC
Build: NetBeans IDE 6.7.1 (Build 200907230101)
VM: Java HotSpot(TM) Client VM, 14.0-b16, Java(TM) SE Runtime Environment, 1.6.0_14-b08
OS: Linux, 2.6.28-14-generic, i386

User Comments:
yardus: Trying to apply change in the diff window

ronnystandtke: Clicking on an arrow in the middle of a diff view.



Stacktrace: 
java.beans.PropertyVetoException: Not allowed
        at org.openide.text.CloneableEditorSupport$Listener.vetoableChange(CloneableEditorSupport.java:2766)
        at org.netbeans.editor.BaseDocument.notifyModify(BaseDocument.java:1828)
        at org.netbeans.editor.BaseDocument.notifyModifyCheckStart(BaseDocument.java:977)
        at org.netbeans.editor.BaseDocument.insertString(BaseDocument.java:721)
        at org.netbeans.modules.diff.builtin.visualizer.editable.EditableDiffView.rollback(EditableDiffView.java:547)
        at org.netbeans.modules.diff.builtin.visualizer.editable.LineNumbersActionsBar.performAction(LineNumbersActionsBar.java:198)
Comment 1 rost 2009-08-02 19:55:49 UTC
Created attachment 85662 [details]
stacktrace
Comment 2 Exceptions Reporter 2009-08-02 19:55:55 UTC
This issue already has 7 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=153635
Comment 3 mslama 2009-08-03 15:18:44 UTC
jet-main #6a875084c537

#169695, #166413, #166190: Added exception log to find out why document locking fails.
Comment 4 Quality Engineering 2009-08-04 05:46:32 UTC
Integrated into 'main-golden', will be available in build *200908040201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/6a875084c537
User: Marek Slama <mslama@netbeans.org>
Log: #169695, #166413, #166190: Added exception log to find out why document locking fails.