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-24 11:42:01 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
81d29f9bd5eeed5758df875cfe7292d35c37aa12
openide
/
java
/
java-tests
/
testData
/
codeInsight
/
daemonCodeAnalyzer
/
advHighlighting6
T
History
Anna Kozlova
e2e3d94711
provide accessibility fixes for problems inside annotations (IDEA-148864)
2016-09-15 13:55:49 +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
…
ClassObjectAccessibility.java
provide accessibility fixes for problems inside annotations (IDEA-148864)
2016-09-15 13:55:49 +03:00
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