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-25 20:36:22 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
b2b09c29ee73fa0da2f4cf6a71aa416e50968efb
openide
/
java
/
java-tests
/
testData
/
codeInsight
/
daemonCodeAnalyzer
/
advHighlighting6
T
History
Anna.Kozlova
f9c6e0fda2
enum constants should be checked to implement enum interfaces
2016-07-22 15:05:47 +02:00
..
AgentPremain.java
…
AssignmentFromStringToObject.java
…
ClassObjectAccessibility.java
…
CompileTypeConstantsAccessibleFromStaticFieldInitializers.java
…
EnumConstantWithoutInterfaceImplementation.java
enum constants should be checked to implement enum interfaces
2016-07-22 15:05:47 +02: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
ThisInArgListOfAnonymous.java
this and super are not available inside anonymous class args
2016-07-01 12:44:39 +03: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
…
VariableUsedBeforeAssignmentWithParenthesis.java
ignore parenthesis when building control flow (IDEA-156926)
2016-06-01 21:19:15 +03:00