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-09-08 21:52:48 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
747caef971762830f672ea8046598e838dfde7e7
openide
/
java
/
java-tests
/
testData
/
codeInsight
/
daemonCodeAnalyzer
/
quickFix
/
constantExpression
T
History
Mikhail Pyltsin
and
intellij-monorepo-bot
ab51e442f6
[java-inspections] IDEA-378586 Impossible to compute constant for '\''
...
GitOrigin-RevId: ba58288dab3e558c1a1fe4529e8abe4ef26482fa
2025-09-02 18:14:43 +00:00
..
afterCharQuote.java
[java-inspections] IDEA-378586 Impossible to compute constant for '\''
2025-09-02 18:14:43 +00:00
afterDfaClass.java
[java-inspections] IDEA-326604 Constant expression can be evaluated using dataflow analysis
2023-07-28 09:45:29 +00:00
afterDfaCondition.java
[java-inspections] IDEA-326604 Constant expression can be evaluated using dataflow analysis
2023-07-28 09:45:29 +00:00
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
…
afterStrings.java
Compute constant expression as an inspection; minor improvements
2018-01-25 15:43:48 +07:00
afterUnary.java
…
beforeCharQuote.java
[java-inspections] IDEA-378586 Impossible to compute constant for '\''
2025-09-02 18:14:43 +00:00
beforeConstantCast.java
…
beforeDfaClass.java
[java-inspections] IDEA-326604 Constant expression can be evaluated using dataflow analysis
2023-07-28 09:45:29 +00:00
beforeDfaCondition.java
…
beforeDfaEnum.java
…
beforeDfaMath.java
…
beforeEnumConstantInConcatenation.java
Java: don't evaluate enum constants as constants expressions
2024-08-29 19:03:09 +00:00
beforeEnumConstantRef.java
…
beforeIncompletePolyadic.java
…
beforeLiteral.java
…
beforeLongEquality.java
…
beforeLongString.java
…
beforeOnlyParens.java
…
beforeParens.java
…
beforeSimple.java
…
beforeStrings.java
…
beforeUnary.java
IDEA-312818 [java-inspections] "Replace concatenation" naming is too long
2023-03-20 15:27:55 +00:00
beforeUnaryMinus.java
Compute constant expression as an inspection; minor improvements
2018-01-25 15:43:48 +07:00
beforeVeryLongString.java
…