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-18 09:34:34 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
6341a52ccd1914a1e9255a6abd132c669d700087
openide
/
java
/
java-tests
/
testData
T
History
Tagir Valeev
6341a52ccd
StreamApiMigrationInspection: support postfix limit conversion (like if(count++ > 100) break; => limit(102)) (IDEA-CR-16910)
2016-12-21 13:45:42 +07:00
..
actions
/reformatFileInEditor
…
anonymous
…
codeEditor
/smartPsiElementPointers
…
codeInsight
StreamApiMigrationInspection: support postfix limit conversion (like if(count++ > 100) break; => limit(102)) (IDEA-CR-16910)
2016-12-21 13:45:42 +07:00
codeInspection
…
compiler
javac ast indices: do not process examine from compilation files
2016-12-20 12:39:44 +03:00
compileServer
/incremental
…
core
/loadingTest
…
dependencies
…
fileEditorManager
/src
…
fileStructure
…
find
…
ide
…
inspection
IDEA-165395 Replace stream API with loop: l.stream().toArray(String[]::new)
2016-12-15 15:39:48 +07:00
jrt
…
junit
/configurations
…
libResolve
…
model
…
moduleRootManager
…
projectView
…
psi
ensure no whitespaces/comments left after dequalify with type annotations (IDEA-165140)
2016-12-07 18:44:34 +01:00
refactoring
assume that lambda on method references place won't require additional cast (IDEA-165335; IDEA-165039)
2016-12-20 19:31:40 +01:00
spi
…
structureView
…
unscramble
…
vfs
…