This website requires JavaScript.
Explore
Help
Register
Sign In
MDS
/
openide
Watch
1
Star
0
Fork
0
mirror of
https://gitflic.ru/project/openide/openide.git
synced
2026-09-06 08:00:18 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
747caef971762830f672ea8046598e838dfde7e7
openide
/
java
/
java-tests
/
testData
/
codeInsight
/
daemonCodeAnalyzer
/
quickFix
/
streamApiMigration
/
java10
T
History
…
..
afterCollectionAddAllUnmodifiableJava10.java
Java: better quick fix texts for "Loop can be collapsed with Stream API" and "Simplifiable forEach() call" inspections
2022-12-23 13:26:29 +00:00
afterUnmodifiable.java
MigrateToStreamFix: explicit formatting removed (as formatted anyways automatically)
2018-05-30 18:23:38 +07:00
afterUnmodifiableJava10.java
CollectMigration: do not wrap nullable values with toUnmodifiableList/Set (IDEA-207976)
2019-03-14 11:10:38 +07:00
afterVarJava10.java
BaseStreamApiMigration: when deleting the initializer replace type with explicit if possible
2018-06-13 11:14:54 +07:00
beforeCollectionAddAllUnmodifiableJava10.java
…
beforeUnmodifiable.java
…
beforeUnmodifiableJava10.java
…
beforeVarJava10.java
…