OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LintFixGenerator
(Results
1 - 3
of
3
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintFixGenerator.java
104
public class
LintFixGenerator
implements IMarkerResolutionGenerator2, IQuickAssistProcessor {
105
/** Constructs a new {@link
LintFixGenerator
} */
106
public
LintFixGenerator
() {
LintListDialog.java
234
LintFixGenerator
.suppressDetector(id, true, mFile, true /*all*/);
239
LintFixGenerator
.addSuppressAnnotation(marker);
LintViewPart.java
560
LintFixGenerator
.suppressDetector(id, true,
569
LintFixGenerator
.addSuppressAnnotation(marker);
Completed in 40 milliseconds