Idea does not find all usages with Alt+F7
Has anyone noticed that idea is not finding all usages of a method using
Alt+F7?
=== Usages of a method using Alt+F7 Scope Project Classes =====
Method
getOriginalTeam():GaoTeam of class peacetech.gao.ccs.jdo.GaoTeam
Found usages ( 3 usages in 2 files )
peacetech.gao.ccs.web.action ( in
Z:\Projects\Gao\ccs\web\main\java\web\src ) ( 1 usage in 1 file )
QueryContactsAction.java ( 1 usage )
(167, 91) Collection teams =
qrForm.jdo().getGaoTeam(Integer.parseInt(qrFilter.getGoaTeam())).getOriginal
Team().getOriginalTeams();
peacetech.gao.ccs.web.value ( in
Z:\Projects\Gao\ccs\web\main\java\web\src ) ( 2 usages in 1 file )
GaoTeamValue.java ( 2 usages )
(101, 43)
setOriginalTeam(String.valueOf(source.getOriginalTeam().getId()));
(123, 45) if (originalTeam.getId() !=
destination.getOriginalTeam().getId()) {
===== Search in files on the same method ========
Occurrences of 'getOriginalTeam()' ( 6 occurrences in 5 files )
peacetech.gao.ccs.web.action ( in
Z:\Projects\Gao\ccs\web\main\java\web\src ) ( 2 occurrences in 2 files )
EditGaoTeamAction.java ( 1 occurrence )
(84, 23) if(gaoTeamForm.getOriginalTeam() == null){
QueryContactsAction.java ( 1 occurrence )
(167, 91) Collection teams =
qrForm.jdo().getGaoTeam(Integer.parseInt(qrFilter.getGoaTeam())).getOriginal
Team().getOriginalTeams();
peacetech.gao.ccs.web.form ( in
Z:\Projects\Gao\ccs\web\main\java\web\src ) ( 1 occurrence in 1 file )
GaoTeamForm.java ( 1 occurrence )
(73, 20) public GaoTeam getOriginalTeam() {
peacetech.gao.ccs.web.proxy ( in
Z:\Projects\Gao\ccs\web\main\java\web\src ) ( 1 occurrence in 1 file )
GaoTeamProxy.java ( 1 occurrence )
(31, 18) public GaoTeam getOriginalTeam() {
peacetech.gao.ccs.web.value ( in
Z:\Projects\Gao\ccs\web\main\java\web\src ) ( 2 occurrences in 1 file )
GaoTeamValue.java ( 2 occurrences )
(101, 43)
setOriginalTeam(String.valueOf(source.getOriginalTeam().getId()));
(123, 45) if (originalTeam.getId() !=
destination.getOriginalTeam().getId()) {
Please sign in to leave a comment.
I saw the same behavior with IntelliJ 4 when I use more than one module.
Sometime it works but most of the time it does not work.
Victor
"Alex Roytman" <nospam@hello.world> wrote in message
news:caa6hf$ej6$1@is.intellij.net...
>
>
>
>
>
qrForm.jdo().getGaoTeam(Integer.parseInt(qrFilter.getGoaTeam())).getOriginal
>
>
>
>
qrForm.jdo().getGaoTeam(Integer.parseInt(qrFilter.getGoaTeam())).getOriginal
>
>
Alex Roytman wrote:
I just noticed this yesterday but didn't have the time to investigate
and make sure it wasn't just my imagination.
Same for me...
-- likeapear
"Alex Roytman" <nospam@hello.world> pí¹e v diskusním pøíspìvku news:caa6hf$ej6$1@is.intellij.net...
>
I sumitted a bug
"Alex Roytman" <nospam@hello.world> wrote in message
news:caa6hf$ej6$1@is.intellij.net...
>
>
>
>
>
qrForm.jdo().getGaoTeam(Integer.parseInt(qrFilter.getGoaTeam())).getOriginal
>
>
>
>
qrForm.jdo().getGaoTeam(Integer.parseInt(qrFilter.getGoaTeam())).getOriginal
>
>