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-05-29 23:17:34 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
1a1290751c41fb4e0926db160ea2988bd85637c4
openide
/
java
/
java-tests
/
testData
/
codeInsight
/
daemonCodeAnalyzer
/
advHighlighting6
T
History
Alexey Kudravtsev
0798a43f7d
Use resolveImaginarySuperCallInThisPlace() instead of enumerating all super class constructors; find usages of overloaded ctr should find only correct implicit super calls
2016-09-01 16:59:57 +03:00
..
AgentPremain.java
…
AmbiguityChecksForImplicitSuperConstructorCall.java
Use resolveImaginarySuperCallInThisPlace() instead of enumerating all super class constructors; find usages of overloaded ctr should find only correct implicit super calls
2016-09-01 16:59:57 +03:00
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
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