a24c9b60ad992b93e0a335072da4ad580e247b19
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private indexIn(stream Stream<T>, predicate Predicate<T>) : Optional<Long> renamed to private indexes(stream Stream<T>, predicate Predicate<T>) : Stream<Long> in class com.google.googlejavaformat.java.JavaInputAstVisitor | From | To | |
Change Return Type | 2 | ||
Change Return Type Optional<Long> to Stream<Long> in method private handleStream(parts List<ExpressionTree>) : Stream<Long> in class com.google.googlejavaformat.java.JavaInputAstVisitor | From | To | |
Change Return Type Optional<Long> to Stream<Long> in method private indexes(stream Stream<T>, predicate Predicate<T>) : Stream<Long> in class com.google.googlejavaformat.java.JavaInputAstVisitor | From | To |