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
/
afterNoUsages.java
blob
c4061d03a69af990c7d857d3edd5d52409b57654
1
class
Test
{
2
public int
m
(
int
a
,
int
b
,
int
anObject
) {
3
return
anObject
;
4
}
5
}