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 09:39:37 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
d2d87a71f30ef8115cc84c8ece92ef6165d5b08a
openide
/
java
/
java-tests
/
testData
/
codeInsight
/
daemonCodeAnalyzer
/
quickFix
/
useHashCode
History
…
..
afterBoxed.java
…
afterBoxedExpr.java
…
afterDouble.java
…
afterDoubleBoxed.java
[java-inspections] UseHashCodeMethodInspection: support double type
2023-12-11 21:37:14 +00:00
afterNoDouble2.java
…
afterNoDouble.java
…
afterReusedVariable1.java
[java-inspections] UseHashCodeMethodInspection: support reporting and replacing with Double.hashCode() when temp var is reused
2024-01-22 19:24:31 +00:00
afterReusedVariable2.java
…
afterSimple2.java
[java-inspections] IDEA-338114 Suggest to replace (int)(v ^ (v >>> 32)) with a Long.hashCode(v)
2023-11-15 21:43:17 +00:00
afterSimple.java
[java-inspections] UseHashCodeMethodInspection: support double type
2023-12-11 21:37:14 +00:00
afterSplitDeclarationAndAssignment.java
…
beforeBoxed.java
[java-inspections] UseHashCodeMethodInspection: fix inspection name, support boxed Long type
2023-12-01 18:37:05 +00:00
beforeBoxedExpr.java
…
beforeDouble.java
…
beforeDoubleBoxed.java
…
beforeNoDouble2.java
…
beforeNoDouble.java
[java-inspections] UseHashCodeMethodInspection: support double type
2023-12-11 21:37:14 +00:00
beforeReusedVariable1.java
[java-inspections] UseHashCodeMethodInspection: support reporting and replacing with Double.hashCode() when temp var is reused
2024-01-22 19:24:31 +00:00
beforeReusedVariable2.java
…
beforeSideEffect.java
…
beforeSimple2.java
…
beforeSimple.java
…
beforeSplitDeclarationAndAssignment.java
…