repo.or.cz
/
fedora-idea.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
macros: diplication for action element and key shortcut
[fedora-idea.git]
/
resources-en
/
src
/
intentionDescriptions
/
SimplifyBooleanExpressionAction
/
before.java.template
blob
cd77a9b90be8bc3b248a3defdd072d334071086e
1
public class X {
2
void f(int i) {
3
if (<spot>this == null || true || i == 0</spot>) return;
4
}
5
}