Lines Matching refs:kotlin
47 def kotlin(description, pattern): function
99 kotlin('never used parameter or variable', '.+ \'.*\' is never used'),
100 kotlin('multiple labels', '.+ more than one label .+ in this scope'),
101 kotlin('type mismatch', 'type mismatch: '),
102 kotlin('is always true', '.+ is always \'true\''),
103 kotlin('no effect', '.+ annotation has no effect for '),
104 kotlin('no cast needed', 'no cast needed'),
105 kotlin('accessor not generated', 'an accessor will not be generated '),
106 kotlin('initializer is redundant', '.* initializer is redundant$'),
107 kotlin('elvis operator always returns ...',
109 kotlin('shadowed name', 'name shadowed: .+'),
110 kotlin('unchecked cast', 'unchecked cast: .* to .*$'),
111 kotlin('unreachable code', 'unreachable code'),
112 kotlin('unnecessary assertion', 'unnecessary .+ assertion .+'),
113 kotlin('unnecessary safe call on a non-null receiver',
115 kotlin('Deprecated in Java',
117 kotlin('Replacing Handler for Executor',
119 kotlin('library has Kotlin runtime',
123 kotlin('other warnings', '.+'), # catch all other Kotlin warnings