Lines Matching refs:kotlin
45 def kotlin(description, pattern): function
118 kotlin('never used parameter or variable', '.+ \'.*\' is never used'),
119 kotlin('multiple labels', '.+ more than one label .+ in this scope'),
120 kotlin('type mismatch', 'type mismatch: '),
121 kotlin('is always true', '.+ is always \'true\''),
122 kotlin('no effect', '.+ annotation has no effect for '),
123 kotlin('no cast needed', 'no cast needed'),
124 kotlin('accessor not generated', 'an accessor will not be generated '),
125 kotlin('initializer is redundant', '.* initializer is redundant$'),
126 kotlin('elvis operator always returns ...',
128 kotlin('shadowed name', 'name shadowed: .+'),
129 kotlin('unchecked cast', 'unchecked cast: .* to .*$'),
130 kotlin('unreachable code', 'unreachable code'),
131 kotlin('unnecessary assertion', 'unnecessary .+ assertion .+'),
132 kotlin('unnecessary safe call on a non-null receiver',
134 kotlin('Deprecated in Java',
136 kotlin('Replacing Handler for Executor',
138 kotlin('library has Kotlin runtime',
142 kotlin('other warnings', '.+'), # catch all other Kotlin warnings