Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 656 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 656 Bytes

LintCustomisation

Please indicate the source code when forwarding:Yiyi Wang

Implement the Lint Detector Generator by myself

build.gradle: regarding how to write your build.gradle in Android Studio

CreateCodeDetector.java: implement generating the Method Detector automatically.

ExampleMethodDetector.java: an example of Detector generated by CreatCodeDetector.java.

CreateRegistry.java: implement generating the Issue Registry automatically.

CodeReTemp.java: a custom code which modify the format of your detected java files. Make it easier to get the java files in project and generate the code. Depends on what kind of names of your java files.