NuSphere Forums Forum Index
NuSphere Forums
Reply to topic
Refactor does not find all occurances of a function


Joined: 28 Jun 2013
Posts: 1
Reply with quote
Hi,

Just upgrades fron 5.95 to 9.0 , I looke at the Refactor tool.
I found that it does not find all function calls it should find.

example: piece of code:
Code:
 
               $actie = new ANWBActieModel();
                return $actie->ProcessActie($persoon,$startTimestamp);
                break;
            case"WS":
                $actie = new WSActieModel();
                return $actie->ProcessActie($persoon,$startTimestamp);
                break;
            case"NOD":


Refactor just sees the first occurance of "ProcessAktie" ...

What's wrong
View user's profileFind all posts by marcelhaSend private message
Site Admin

Joined: 13 Jul 2003
Posts: 8334
Reply with quote
you'd better report this to support and provide all details

_________________
The PHP IDE team
View user's profileFind all posts by dmitriSend private messageVisit poster's website
Refactor does not find all occurances of a function
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT - 5 Hours  
Page 1 of 1  

  
  
 Reply to topic