orimarco
Results
2
issues of
orimarco
1. Remove redundant continue in default branch of switch. ```java for (final ASTNode $ : ancestors.of(¢)) switch ($.getNodeType()) { case ASTNode.BLOCK: return $; default: continue; } ``` 2. Redundant return...
Challenge
M.Sc. thesis
Part II of #1085 1. Anonymous type can be replaced with lambda: 2. putIfAbsent: (had that one already, but without checking the type is Map) ```java if (stats.get(key) == null)...
Challenge
M.Sc. thesis