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-05-05 21:00:59 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
6144008d26263a1eb010f1b4e1ec5b8bd33e56e3
openide
/
java
/
java-tests
/
testData
/
codeInsight
/
daemonCodeAnalyzer
/
quickFix
/
surroundWithTry
History
Anna Kozlova
2e736c18fe
surround with try-catch: expand expression lambda to perform operation (IDEA-134500)
2015-03-26 12:07:12 +01:00
..
after1.java
testdata fixed
2013-05-06 20:55:21 +02:00
afterArrayInitializer.java
normalize array initializer in surround with try catch (IDEA-128218)
2014-08-14 16:04:52 +04:00
afterLambdaCodeBlock.java
testdata fixed
2013-05-06 20:55:21 +02:00
afterLambdaExpr.java
surround with try-catch: expand expression lambda to perform operation (IDEA-134500)
2015-03-26 12:07:12 +01:00
before1.java
…
beforeArrayInitializer.java
normalize array initializer in surround with try catch (IDEA-128218)
2014-08-14 16:04:52 +04:00
beforeLambdaCodeBlock.java
…
beforeLambdaExpr.java
surround with try-catch: expand expression lambda to perform operation (IDEA-134500)
2015-03-26 12:07:12 +01:00
beforeMethodRef.java
…