|
TPTP 4.5.0 Platform Project Internal API Specification |
||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
| Class Summary | |
|---|---|
| RuleThreadNotifyAllQuickfix | QuickFix for the rule ThreadNotifyAll Replaces the method invocation or the super method invocation of notify() with the invocation notifyAll() E.g 1) Method Invocation o.notify() -> o.notifyAll() 2) Super Invocation super.notify() -> super.notifyAll() |
| RuleThreadOverriveSynchronizableQuickfix | QuickFix for the rule ThreadOverrideSynchronizable Changes methods which override a synchronized method to be synchronized themselves |
|
TPTP 4.5.0 Platform Project Internal API Specification |
||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||