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