mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-09 20:42:52 +07:00
CommentTracker#markUsed -> markUnchanged; ReplaceInefficientStreamCountInspection: move comments from .stream() call parameters list outside of resulting .size() parameters list (IDEA-CR-16097).
This commit is contained in:
+2
-1
@@ -4,6 +4,7 @@ import java.util.Arrays;
|
||||
|
||||
class Test {
|
||||
int cnt() {
|
||||
return Arrays.asList('d', 'e', 'f').size(/*inside*/);
|
||||
/*inside*/
|
||||
return Arrays.asList('d', 'e', 'f').size();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user