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-01-08 15:09:39 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
d780e31bdff882ad2a0fbced9f7382dcb6d28f2e
openide
/
java
/
java-tests
/
testData
/
codeInsight
/
daemonCodeAnalyzer
/
advHighlighting6
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
inherit unrelated concrete methods with same signature error (IDEA-67838)
2016-01-07 16:06:39 +01:00
InitializedBeforeUsed.java
ensure left expression is processed before right in assignments (IDEA-140772)
2015-07-03 14:57:13 +03:00
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
unreachable code: qualified fields and array access in assignments (IDEA-144428)
2015-08-28 18:33:15 +03:00
UnsupportedFeatures.java
Cleanup (test moved to a correct location)
2015-07-18 23:13:56 +03:00