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
83d3df6a956c307eaf56e11736af3a122284b971
openide
/
java
/
java-tests
/
testData
T
History
Anna Kozlova
83d3df6a95
extract method: allow to extract @NotNull code with missed branches which would be replaced with 'return null' with check on call site (IDEA-120076)
2014-11-27 18:12:53 +01:00
..
anonymous
…
codeEditor
/smartPsiElementPointers
…
codeInsight
new overload resolution: integrate isPotentiallyCompatible in isApplicable checks
2014-11-26 17:42:30 +01:00
codeInspection
/bytecodeAnalysis
…
compiler
/notNullVerification
…
compileServer
/incremental
do not schedule unnecessary recompilation on duplicate-class check;
2014-11-25 15:51:22 +01:00
core
/loadingTest
…
dependencies
…
fileEditorManager
/src
…
fileStructure
…
find
fix find editor tests after applying new colors for editor stripes (IDEA-131263)
2014-11-20 11:59:39 +03:00
ide
[for java caller hierarchy] when occurrence in anonymous class search for usages of containing method (IDEA-73312), also search occurrences past constructors of anonymous classes (IDEA-56615)
2014-11-20 14:17:57 +01:00
inspection
IDEA-133565 "@NotNull/@Nullable Problems" inspection doesn't ignore external annotations
2014-11-27 14:43:01 +01:00
junit
/configurations
…
libResolve
…
model
…
moduleRootManager
…
projectView
…
psi
[AutoDetect] while detecting indent, skip line comments (IDEA-132279).
2014-11-14 10:46:27 +02:00
refactoring
extract method: allow to extract @NotNull code with missed branches which would be replaced with 'return null' with check on call site (IDEA-120076)
2014-11-27 18:12:53 +01:00
spi
…
structureView
…
unscramble
…
vfs
…