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-10 18:09:38 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
1ce52bca33eafe9b83b7da66775a6ff05a20aa6c
openide
/
java
/
java-tests
/
testData
/
codeInsight
/
daemonCodeAnalyzer
/
quickFix
/
constantExpression
History
Bas Leijdekkers
f198a23cdf
Java: don't evaluate enum constants as constants expressions
...
GitOrigin-RevId: c5d703ce78b569a3bdab9e8e9dcc2e95bdadd07f
2024-08-29 19:03:09 +00:00
..
afterDfaClass.java
…
afterDfaCondition.java
…
afterDfaEnum.java
…
afterDfaMath.java
[java-inspections] IDEA-326604 Constant expression can be evaluated using dataflow analysis
2023-07-28 09:45:29 +00:00
afterLongEquality.java
…
afterLongString.java
IDEA-312818 [java-inspections] "Replace concatenation" naming is too long
2023-03-20 15:27:55 +00:00
afterParens.java
…
afterSimple.java
IDEA-312818 [java-inspections] "Replace concatenation" naming is too long
2023-03-20 15:27:55 +00:00
afterStrings.java
…
afterUnary.java
IDEA-312818 [java-inspections] "Replace concatenation" naming is too long
2023-03-20 15:27:55 +00:00
beforeDfaClass.java
…
beforeDfaCondition.java
…
beforeDfaEnum.java
…
beforeDfaMath.java
…
beforeEnumConstantInConcatenation.java
…
beforeEnumConstantRef.java
Java: fix false positive on reference to enum constant (IDEA-357156)
2024-08-06 10:48:28 +00:00
beforeIncompletePolyadic.java
…
beforeLiteral.java
[java-inspections] ConstantExpressionInspection: minor fixes
2023-08-04 15:20:12 +00:00
beforeLongEquality.java
…
beforeLongString.java
…
beforeParens.java
…
beforeSimple.java
…
beforeStrings.java
Compute constant expression as an inspection; minor improvements
2018-01-25 15:43:48 +07:00
beforeUnary.java
…
beforeUnaryMinus.java
…
beforeVeryLongString.java
…