mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-02 11:18:16 +07:00
do not add exceptions to containing methods when element is selected inside lambda
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
// "Add Runtime Exception(s) to Method Signature" "false"
|
||||
class a {
|
||||
int f() {
|
||||
Runnable r = () -> {
|
||||
throw new RuntimeException()<caret>;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user