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-08 06:10:59 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
2c7124b0b00a83da994b91074b901ff499b478b3
openide
/
java
/
java-tests
/
testData
/
codeInsight
/
daemonCodeAnalyzer
/
advHighlighting6
History
Roman Shevchenko
5d10b37246
[java] enhanced 'switch' statements: basic highlighting (IDEA-196643)
2018-11-02 18:22:34 +01:00
..
AgentPremain.java
…
AmbiguityChecksForImplicitSuperConstructorCall.java
…
AssignmentFromStringToObject.java
…
ClassObjectAccessibility.java
…
CompileTypeConstantsAccessibleFromStaticFieldInitializers.java
…
EnumConstantWithoutInterfaceImplementation.java
…
EnumInitializers.java
…
EnumInstanceFieldInitializer.java
…
EnumSynthetics.java
…
EnumWithoutConstants.java
enum, abstract and final should be an error somewhere (IDEA-186642)
2018-02-14 18:37:36 +01:00
GenericArrayCreationWithGenericTypeWithOneUnboundedWildcardOneNormalParams.java
…
IDEA61415.java
…
IDEA65473.java
…
IDEA79251.java
…
IDEA108285.java
…
IDEADEV11877.java
…
InheritUnrelatedConcreteMethodsWithSameSignature.java
…
InitializedBeforeUsed.java
…
InnerClassImportShouldNotLeadToClassUsage.java
unused class when used through import only should not be treated as used (IDEA-99444)
2018-08-23 20:55:49 +03:00
Java5CastConventions.java
…
JavacQuirks.java
…
MethodReturnTypeSubstitutability.java
…
PrivateClassReferencedInAnnotationOnSibling.java
…
ReachableWhileBodyDueToConstantStringComparison.java
…
RedundantCastInConditionalExpression.java
…
SameFieldNameErrorOnSecond.java
…
SkipAbstractMethodsIfTheyMustBeDeclaredInNonAbstractSuperclass.java
…
SpeculateOnUnhandledExceptionsOverResolvedConstructorOnly.java
…
StatementWithExpression.java
…
StaticOnDemandImportResolvesToClass.java
…
ThisInArgListOfAnonymous.java
…
UnhandledErrorsFromEnumConstructors.java
highlight only method name on unhandled exception (IDEA-190912)
2018-04-25 21:11:38 +02:00
UnhandledExceptions.java
highlight only method name on unhandled exception (IDEA-190912)
2018-04-25 21:11:38 +02:00
UnhandledExceptionsValueOf.java
…
UnreachableAssignments.java
…
UnsupportedFeatures.java
[java] enhanced 'switch' statements: basic highlighting (IDEA-196643)
2018-11-02 18:22:34 +01:00
VariableUsedBeforeAssignmentWithParenthesis.java
…