You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Same behaviour as find references of interface method.
Find results
src/AbstractClass.php|7 col 33| abstract protected function someMethod();
src/ImplementationClass.php|7 col 24| protected function someMethod()
src/ImplementationClass.php|13 col 16| $this->someMethod();
Actual
Found 1 literal references to method "someMethod" using FS "composer"
Additional insights
It has the same result with git and simple filesystem.
It has the same result if the method or class is not abstract.
Using call phpactor#GotoImplementations() have an empty result.
But after building the index, it will find the implementation as expected.
However, it is still missing to find references of the usage.
The text was updated successfully, but these errors were encountered:
Given files
composer.json
src/AbstractClass.php
src/ImplementationClass.php
Steps to reproduce
someMethod
of filesrc/AbstractClass.php
:call phpactor#rpc('references', {'filesystem': 'composer', 'offset': phpactor#_offset(), 'source': phpactor#_source(), 'path': phpactor#_path()})
Expected
Same behaviour as find references of interface method.
Find results
Actual
Additional insights
git
andsimple
filesystem.call phpactor#GotoImplementations()
have an empty result.The text was updated successfully, but these errors were encountered: