TPTP 4.5.0 Platform Project
Internal API Specification

Package org.eclipse.tptp.platform.analysis.codereview.java.internal.quickfix.threads

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