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
Validator tests added.
[fedora-idea.git]
/
plugins
/
IntentionPowerPak
/
src
/
intentionDescriptions
/
ExtractIncrementIntention
/
before.java.template
blob
20b5f42e211843ac099c755ee6ed45e23d9c3be4
1
public class X {
2
int f() {
3
System.out.println(<spot>i++</spot>);
4
}
5
}