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-05 18:50:54 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
bd49d9f0658920b41d02fe270d0a125d39761f59
openide
/
java
/
java-tests
/
testData
/
codeInsight
/
daemonCodeAnalyzer
/
quickFix
/
staticImportConstant
History
Anna Kozlova
bd49d9f065
add static import: check all expected types (IDEA-153378)
2018-01-05 20:05:51 +01:00
..
afterAmbiguity.java
import static: insert single-static-import if multiple on-demand imports with corresponding constants are available leading to ambiguity reference
2016-11-25 09:56:52 +01:00
afterAmbiguityResolvedBeExpectedType.java
add static import: check all expected types (IDEA-153378)
2018-01-05 20:05:51 +01:00
afterConstant.java
…
afterConstantInAssignment.java
…
afterConstantInComparison.java
retrieve type from binary comparisons to detect applicable constants (IDEA-165557)
2016-12-19 09:40:53 +01:00
beforeAmbiguity.java
import static: insert single-static-import if multiple on-demand imports with corresponding constants are available leading to ambiguity reference
2016-11-25 09:56:52 +01:00
beforeAmbiguityResolvedBeExpectedType.java
add static import: check all expected types (IDEA-153378)
2018-01-05 20:05:51 +01:00
beforeConstant.java
…
beforeConstantAtAnnotation.java
disable import static constant at annotation position
2017-04-21 20:03:27 +02:00
beforeConstantInAssignment.java
…
beforeConstantInComparison.java
retrieve type from binary comparisons to detect applicable constants (IDEA-165557)
2016-12-19 09:40:53 +01:00
beforeConstantOnTheLeftSideOfAssignment.java
…
beforeConstantOnTypeElementPlace.java
…
beforeStringConstant.java
…