Menu

#16 Display mark if method is invoked in a synchronized block

open
5
2003-09-12
2003-09-12
No

Hi,
I think it would be very useful if one could display the
call hierarchy of a method with special markers for the
calling methods that invokes "this" method inside a
synchronized block. Just like the marker that is displayed
if a calling method itself is synchronized.

Even better would be if one could easily see which
object the block is synchronized on. This would expose
potential threadproblems.

Discussion


Log in to post a comment.