mirror of
https://github.com/github/codeql.git
synced 2025-12-17 09:13:20 +01:00
39 lines
1.0 KiB
Java
39 lines
1.0 KiB
Java
class Test {} // lgtm
|
|
// lgtm[java/confusing-method-name]
|
|
// lgtm[java/confusing-method-name, java/non-short-circuit-evaluation]
|
|
// lgtm[@tag:exceptions]
|
|
// lgtm[@tag:exceptions,java/confusing-method-name]
|
|
// lgtm[@expires:2017-06-11]
|
|
// lgtm[java/confusing-method-name] does not seem confusing despite alert by lgtm
|
|
// lgtm: blah blah
|
|
// lgtm blah blah #falsepositive
|
|
//lgtm [java/confusing-method-name]
|
|
/* lgtm */
|
|
// lgtm[]
|
|
// lgtmfoo
|
|
//lgtm
|
|
// lgtm
|
|
// lgtm [java/confusing-method-name]
|
|
// foolgtm[java/confusing-method-name]
|
|
// foolgtm
|
|
// foo; lgtm
|
|
// foo; lgtm[java/confusing-method-name]
|
|
// foo lgtm
|
|
// foo lgtm[java/confusing-method-name]
|
|
// foo lgtm bar
|
|
// foo lgtm[java/confusing-method-name] bar
|
|
// LGTM!
|
|
// LGTM[java/confusing-method-name]
|
|
//lgtm[java/confusing-method-name] and lgtm[java/non-short-circuit-evaluation]
|
|
//lgtm[java/confusing-method-name]; lgtm
|
|
/* lgtm[] */
|
|
/* lgtm[java/confusing-method-name] */
|
|
/* lgtm
|
|
*/
|
|
/* lgtm
|
|
|
|
*/
|
|
/* lgtm[@tag:nullness,java/confusing-method-name] */
|
|
/* lgtm[@tag:nullness] */
|
|
/** lgtm[] */
|