-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Use local variable type inference when appropriate * Use List.of when applicable * Use Map.of when appropriate * Remove more use of Guava, use Predicate.not when appropriate * Simplify Stream<Optional> expressions * Apply PR feedback * Use local variable type inference in tests also
- Loading branch information
1 parent
99b3d28
commit c4a70ea
Showing
68 changed files
with
1,337 additions
and
1,502 deletions.
There are no files selected for viewing
121 changes: 57 additions & 64 deletions
121
src/main/java/org/sonarsource/sonarlint/ls/AnalysisManager.java
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.