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-07-20 22:36:36 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
ba960d6dda7ca3a4a0852158e5e8cc747522cd0e
openide
/
java
/
java-tests
/
testData
T
History
peter
ba960d6dda
IDEA-144461 AutoCompletion doesn't insert whitespace after annotation
2015-08-28 15:13:17 +02:00
..
actions
/reformatFileInEditor
Corrected parameters order, which caused extra spaces formatting when performed on selected fragment. Formatter depending on the result of FormatterUtil.isFormatterCalledExplicitly decides whether to cut trailing spaces or not, and command name mismatch eliminated range correction. Test added.
2015-03-23 20:34:19 +03:00
anonymous
…
codeEditor
/smartPsiElementPointers
…
codeInsight
IDEA-144461 AutoCompletion doesn't insert whitespace after annotation
2015-08-28 15:13:17 +02:00
codeInspection
/bytecodeAnalysis
…
compiler
/notNullVerification
…
compileServer
/incremental
when parsing signatures, create GenericBoundUsage only for classes mentioned in signature bounds;
2015-08-10 12:27:31 +02:00
core
/loadingTest
…
dependencies
…
fileEditorManager
/src
…
fileStructure
…
find
…
ide
add instantiating point of the anonymous class as call point only if anonymous class is immediately passed as argument (IDEA-140031)
2015-05-20 11:53:16 +02:00
inspection
IDEA-143937 Bogus warning by 'Constant conditions & exceptions' inspection within lambda expressions, due to JSR 305 @TypeQualifierDefault annotation
2015-08-18 20:00:23 +02:00
junit
/configurations
…
libResolve
Fixed generic type references when read from cls files (IDEA-141230)
2015-06-09 15:35:12 +03:00
model
…
moduleRootManager
…
projectView
…
psi
[java] test case added for IDEA-135847
2015-08-20 19:48:42 +02:00
refactoring
extract class: don't expand postfix expressions when no getter/setters were generated (IDEA-144369)
2015-08-27 11:19:32 +03:00
spi
…
structureView
…
unscramble
…
vfs
…