net.sourceforge.pmd.quickfix

Interface Fix

public interface Fix

BSD-style license; for more info see http://pmd.sourceforge.net/license.html
Method Summary
Stringfix(String code, int lineNumber)
StringgetLabel()

Method Detail

fix

public String fix(String code, int lineNumber)

getLabel

public String getLabel()