Dashboard
Resources
Pricing
Discover
Directory
Log in
ben-manes
/
caffeine
Active
Last analyzed
c29a257
8 days ago
Default analysis branch is
master
Currently analyzing run
Overview
Issues
Metrics
History
All
Sort
Recommended
919
All issues
952
Recommended
919
Bug risk
97
Anti-pattern
103
Security
0
Performance
1
Type check
0
Coverage
0
Style
751
Documentation
0
Wrong argument type for Collection remove method
JAVA-E1036
Bug risk
8 days ago
—
a month old
Found in jcache/../EntryProcessorTest.java
1
Static field accessed before being written
JAVA-W1060
Bug risk
8 days ago
—
a month old
Found in caffeine/../BoundedBuffer.java, caffeine/../BoundedLocalCache.java and 2 other files
18
Custom serialization method is declared with an incorrect signature
JAVA-E1033
Bug risk
8 days ago
—
a month old
Found in caffeine/../BoundedLocalCache.java and caffeine/../UnboundedLocalCache.java
8
Serializable class with non-serializable superclass and no default constructor detected
JAVA-E1034
Bug risk
8 days ago
—
a month old
Found in caffeine/../BoundedLocalCache.java and caffeine/../UnboundedLocalCache.java
2
Local variable is never written to
JAVA-E1064
Bug risk
8 days ago
—
a month old
Found in caffeine/../BoundedLocalCache.java
6
Conditions should not contain assignments
JAVA-W1034
Bug risk
8 days ago
—
a month old
Found in caffeine/../BoundedLocalCache.java and caffeine/../StripedBuffer.java
3
Nullable parameters should be checked for null before use
JAVA-E1067
Bug risk
8 days ago
—
a month old
Found in caffeine/../Async.java
1
Possible null access
JAVA-E1083
Bug risk
8 days ago
—
10 days old
Found in caffeine/../BoundedLocalCache.java, caffeine/../LocalAsyncCache.java and 3 other files
36
1700%
Possible null access due to exception handling
JAVA-E1084
Bug risk
8 days ago
—
10 days old
Found in caffeine/../BoundedLocalCache.java
3
50%
Redundant cast of return value
JAVA-W1067
Anti-pattern
8 days ago
—
a month old
Found in caffeine/../BoundedLocalCache.java, caffeine/../LocalAsyncLoadingCache.java and 2 other files
5
Unnecessary imports detected
JAVA-W1069
Anti-pattern
8 days ago
—
a month old
Found in caffeine/../AccessOrderDeque.java, caffeine/../Async.java and 30 other files
77
Classes that contain only static members should not be instantiated
JAVA-W1035
Anti-pattern
8 days ago
—
a month old
Found in caffeine/../LocalAsyncCache.java
1
Local variables should not be assigned in return statements
JAVA-W1037
Anti-pattern
8 days ago
—
a month old
Found in caffeine/../LocalCache.java
2
Detected use of the
Date
API
JAVA-W1072
Anti-pattern
8 days ago
—
a month old
Found in jcache/../JavaSerializationCopierTest.java
5
Wrong argument order in test assertions
JAVA-C1002
Style
8 days ago
—
2 months old
Found in examples/../WriteBehindCacheWriterTest.java
1
Multiple variables declared on the same line
JAVA-C1003
Style
8 days ago
—
a month old
Found in caffeine/../BoundedBuffer.java, caffeine/../BoundedLocalCache.java and 4 other files
750