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
"create method from usage" qualifies reference when creating method with the same...
[fedora-idea.git]
/
testData
/
refactoring
/
introduceParameter
/
beforeLocalVarDeclaration.java
blob
a18a10431443c79fc60dbd109e5838aaccb39edd
1
class
Foo
{
2
void
f
() {
3
int
k
= <
selection
>
0
</
selection
>;
4
}
5
}