Bug 243092 - [compiler] Problem marker for non-final locks
Summary: [compiler] Problem marker for non-final locks
Status: NEW
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.4   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-04 15:55 EDT by Benjamin Muskalla CLA
Modified: 2008-08-04 15:55 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Benjamin Muskalla CLA 2008-08-04 15:55:38 EDT
I20080803-2135

It would be useful to have a problem type which flags all occurrences of non-final locks of synchronized blocks.
I already implemented a version of this based on the AST but would be willing to contribute this as a JDT/Core patch back to the compiler.
See http://wiki.eclipse.org/Concurrency-related_refactorings_for_JDT#Milestone_1