PMD static code analysis for code snippets

后端 未结 0 1163
孤城傲影
孤城傲影 2021-01-07 02:10

Is it possible to analyse half-completed code snippets with PMD? for example, a code sample like this.

Random r = new Random();
int i = r.nextInt(5);

switch(         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题