This website requires JavaScript.
Explore
Help
Register
Sign In
MDS
/
openide
Watch
1
Star
0
Fork
0
You've already forked openide
mirror of
https://gitflic.ru/project/openide/openide.git
synced
2026-06-14 18:38:47 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
fc14dddfd8143e1f10477d9de7984e8d9c4df937
openide
/
java
/
java-tests
/
testData
/
codeInsight
/
daemonCodeAnalyzer
/
advHighlighting6
T
History
Anna.Kozlova
fc14dddfd8
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
..
AgentPremain.java
…
AssignmentFromStringToObject.java
move operator assignment check for object to javac quirks inspection with fix (IDEA-154209)
2016-04-06 17:15:12 +02:00
ClassObjectAccessibility.java
…
CompileTypeConstantsAccessibleFromStaticFieldInitializers.java
non-static fields should not be available in static context even if they are compile time constants (IDEA-150030)
2016-03-14 21:34:56 +01:00
EnumInitializers.java
…
EnumInstanceFieldInitializer.java
…
EnumSynthetics.java
…
EnumWithoutConstants.java
…
GenericArrayCreationWithGenericTypeWithOneUnboundedWildcardOneNormalParams.java
…
IDEA61415.java
…
IDEA65473.java
…
IDEA79251.java
…
IDEA108285.java
…
IDEADEV11877.java
…
InheritUnrelatedConcreteMethodsWithSameSignature.java
…
InitializedBeforeUsed.java
…
Java5CastConventions.java
…
JavacQuirks.java
…
MethodReturnTypeSubstitutability.java
…
RedundantCastInConditionalExpression.java
…
SkipAbstractMethodsIfTheyMustBeDeclaredInNonAbstractSuperclass.java
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
UnhandledErrorsFromEnumConstructors.java
collect unhandled exceptions from enum constructor (IDEA-154283)
2016-04-07 15:13:00 +02:00
UnhandledExceptions.java
…
UnhandledExceptionsValueOf.java
…
UnreachableAssignments.java
…
UnsupportedFeatures.java
…