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-08-25 10:51:25 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
4c06b785c001b23dcfcee6dd116fb22d3205d829
openide
/
java
/
java-tests
/
testData
/
codeInsight
/
daemonCodeAnalyzer
T
History
Anna.Kozlova
4c06b785c0
testdata for IDEA-154861
2016-04-18 12:54:50 +02:00
..
advHighlighting
move operator assignment check for object to javac quirks inspection with fix (IDEA-154209)
2016-04-06 17:15:12 +02:00
advHighlighting6
check for abstract method implemented optimized: don't go through hierarchy if superClass is not abstract and there is no interfaces, would also fix asm implementations with 'broken' erasures inside
2016-04-11 21:51:18 +02:00
advHighlighting7
warn about compilable code which would lead to runtime ClassCastException in addition to unchecked warning which nobody understands (IDEA-154345)
2016-04-15 18:43:24 +02:00
advHighlighting8
lambda: treat fields qualified with this as unqualified (IDEA-154174)
2016-04-05 18:27:32 +02:00
advHighlighting9
…
ambiguousCalls
…
annotations
…
augment
[java] adds PsiModifierList.hasModifierProperty() augmentation point (IDEA-153706)
2016-04-08 10:36:41 +02:00
genericsHighlighting
…
genericsHighlighting8
bad code green: reject return type constraint if unchecked conversion was applied during applicability check and return type is type parameter
2016-04-11 21:51:18 +02:00
genericsHighlightingGenerated8
…
highlightSeverity
…
javaDoc
…
lambda
testdata for IDEA-154861
2016-04-18 12:54:50 +02:00
lossyEncoding
…
quickFix
anonym -> lambda, redundant cast, redundant type args: process top level overloads (IDEA-152766);
2016-04-15 18:43:24 +02:00
replaceImplementsWithStaticImport
…
typeMatching
…
typing
…
uncompleteConstructs
…
unusedDecls
…
unusedImports
…