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
/
beforeNull.java
blob
7e0f200d9267e37142056f2c155c716a9f83fa72
1
class
Test
{
2
public
Test
method
() {
3
return
<
selection
>
null
</
selection
>;
4
}
5
}
6