visualizing synchronized



Hello,

I would like to make our developers more aware of possible deadlocks
when using "synchronized" thoughtless.

The following functionality seems useful:
- within a function body, color functions that are synchronized or use
lock internally
- color function header when this function is used from within a
synchronized context

Is there an Eclipse plugin that does something similar?
Other suggestions?

We do know jlint but find it sometimes hard to interprete.

Thanks in advance,

Marc

.