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 179298 - Fix IndentImpl.indentLock()
Summary: Fix IndentImpl.indentLock()
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Formatting & Indentation (show other bugs)
Version: -S1S-
Hardware: PC Mac OS X
: P2 normal (vote)
Assignee: issues@editor
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-07 14:35 UTC by Miloslav Metelka
Modified: 2010-01-11 23:33 UTC (History)
1 user (show)

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 Miloslav Metelka 2010-01-07 14:35:27 UTC
1. For multiple threads access the second and other threads would get "Already locked" ISE.
2. There is no significant reason why not to allow a subsequent locking of the same thread so I will allow it.
Comment 1 Miloslav Metelka 2010-01-11 06:17:33 UTC
http://hg.netbeans.org/jet-main/rev/0ed8c9d2056d
Comment 2 Quality Engineering 2010-01-11 23:33:04 UTC
Integrated into 'main-golden', will be available in build *201001120200* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/0ed8c9d2056d
User: Miloslav Metelka <mmetelka@netbeans.org>
Log: #179298 - Fix IndentImpl.indentLock()