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-07 06:01:00 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
747caef971762830f672ea8046598e838dfde7e7
openide
/
java
/
java-tests
/
testData
/
codeInsight
/
daemonCodeAnalyzer
/
quickFix
/
addExceptionToExistingCatch
T
History
…
..
java6
…
afterHierarchy.java
[java-highlighting] Do not try to resolve star-import if existing explicit import fails to resolve
2024-06-04 20:27:13 +00:00
afterMultipleExceptions.java
…
afterMultipleExceptionsReplace.java
…
afterSeveralCatches_Choose_X.java
…
afterSeveralCatches_Choose_Y.java
…
afterSingleCatch.java
[java] More tests for preview; minor fixes
2022-07-22 11:54:00 +00:00
beforeHierarchy.java
[java-highlighting] Do not try to resolve star-import if existing explicit import fails to resolve
2024-06-04 20:27:13 +00:00
beforeInAnnonimousClass.java
AddExceptionToExistingCatch: fix collecting try statements IDEA-CR-30935
2018-05-22 15:47:32 +07:00
beforeInCatch.java
AddExceptionToExistingCatchFix: hide fix in catch or finally IDEA-189654
2018-04-06 12:26:55 +07:00
beforeInDeepCatch.java
AddExceptionToExistingCatch: fix collecting try statements IDEA-CR-30935
2018-05-22 15:47:32 +07:00
beforeInFinally.java
AddExceptionToExistingCatchFix: hide fix in catch or finally IDEA-189654
2018-04-06 12:26:55 +07:00
beforeInLocalClass.java
AddExceptionToExistingCatch: disable fix for local classes: IDEA-189828
2018-04-10 15:49:24 +07:00
beforeMethodReference.java
…
beforeMultipleExceptions.java
…
beforeMultipleExceptionsReplace.java
…
beforeSeveralCatches_Choose_X.java
…
beforeSeveralCatches_Choose_Y.java
…
beforeSingleCatch.java
[java] More tests for preview; minor fixes
2022-07-22 11:54:00 +00:00
previewSeveralCatches_Choose_Y.java
…