issues
search
cushon
/
issues-import
0
stars
0
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Warn on overloads which become ambiguous in common Java 8 usage patterns
#263
cushon
opened
10 years ago
1
Error:java: An unhandled exception was thrown by the Error Prone static analysis plugin.
#262
cushon
opened
10 years ago
0
Replace "assert false" with "throw new AssertionError()"
#261
cushon
opened
10 years ago
0
Maven dependency issue
#260
cushon
opened
10 years ago
1
PreconditionsTooManyArgs complains about legitimate additional arguments to assertion
#259
cushon
closed
10 years ago
1
Warn on static-importing the same name from two different classes?
#258
cushon
opened
10 years ago
1
Use ArrayDeque instead of LinkedList or Stack
#257
cushon
closed
10 years ago
1
JUnit 4 tests with methods annotated with @Test but no @RunWith annotation on the class
#256
cushon
closed
10 years ago
1
checking for a list.size() >= 0
#255
cushon
opened
10 years ago
1
Precondition.checkFoo() only accepts %s as a placeholders. All others (%d, etc) should be errors or warnings
#254
cushon
closed
10 years ago
2
Prohibit raw types when that type is also used generically.
#253
cushon
closed
10 years ago
1
"a || a" (also "a && a")
#252
cushon
opened
10 years ago
0
NoSuchFieldError: endPositions
#251
cushon
closed
10 years ago
1
IJ plugin compilation fails with GC overhead limit exceeded
#250
cushon
opened
10 years ago
0
Crash with IntelliJ
#249
cushon
opened
10 years ago
0
Verify type constraints of System.arraycopy
#248
cushon
opened
10 years ago
0
Math.abs followed by modulus.
#247
cushon
closed
10 years ago
1
Full Java 8 support
#246
cushon
opened
10 years ago
8
DepAnn check reports false positive on property that has no deprecation at all
#245
cushon
closed
10 years ago
2
ArrayHashCode doesn't catch some cases
#244
cushon
opened
10 years ago
0
Warning about possible NPE caused by unboxing
#243
cushon
closed
10 years ago
1
getClass() is usually wrong for Annotations and Enums
#242
cushon
opened
10 years ago
1
Retain token stream so that checks can examine comments, etc.
#241
cushon
opened
10 years ago
1
Project does not build with JDK 1.8 (final) - java.lang.ClassCastException: com.sun.tools.javac.main.Main$Result cannot be cast to java.lang.Integer
#240
cushon
closed
10 years ago
2
Ordering.from fails if 'from' method is statically imported
#239
cushon
opened
10 years ago
1
Truth's Subject (and subclasses) expose predicates like isEqualTo. ".equals()" is always the wrong thing to call.
#238
cushon
opened
10 years ago
2
Prefer getNumber() to ordinal() on com.google.protobuf.ProtocolMessageEnum
#237
cushon
opened
10 years ago
1
Fix AnnotationTree formatting
#236
cushon
opened
10 years ago
1
Support UnionTypeTree as a matcher type
#235
cushon
opened
10 years ago
2
Detect invalid time unit conversions
#234
cushon
closed
10 years ago
1
Implement javax.tools.JavaCompiler
#233
cushon
closed
10 years ago
3
Preconditions.check{State,Argument} invalid format specifier
#232
cushon
opened
10 years ago
2
Detect misuses of MessageFormat (esp. malformed format string)
#231
cushon
closed
10 years ago
4
Classes that can be instantiated by the Android framework should always be public
#230
cushon
closed
10 years ago
1
Detect potential updates to Immutable collections
#229
cushon
opened
10 years ago
4
Investigate turning on tree end positions by default
#228
cushon
opened
10 years ago
4
Octal literals, e.g. 'int i = 010;' are arguably evil
#227
cushon
opened
10 years ago
2
CheckReturnValue and ReturnValueIgnored should disable checking on mocked objects
#226
cushon
opened
10 years ago
1
Code review request
#225
cushon
closed
10 years ago
1
Does not fail build on jdk8
#224
cushon
opened
10 years ago
4
NPE in DeadException check
#223
cushon
closed
10 years ago
1
CollectionIncompatibleType throwing exceptions.
#222
cushon
closed
10 years ago
7
Array processing using Objects.equal() and Objects.hashCode()
#221
cushon
closed
10 years ago
3
Code review request
#220
cushon
closed
10 years ago
1
Check that no verification/statements exist after a ExpectedException is thrown
#219
cushon
opened
10 years ago
1
Check for arrays passed to Objects.hashCode()
#218
cushon
opened
10 years ago
7
Calling getClass on a variable of type Class
#217
cushon
opened
10 years ago
3
[intellij plugin] ErrorProneIdeaCompiler : Unsupported major.minor version 51.0
#216
cushon
opened
10 years ago
0
Bad wiki formatting of exclamation mark
#215
cushon
opened
10 years ago
0
Code review request
#214
cushon
closed
10 years ago
3
Next