Finding methods sending shouldBeImplemented within a package
Hi, I am working on some NativeBoost bindings to a library. I am organizing my work along the API of a java binding of the same library. As nights go by, I created some methods that I didn't have yet use for as "self shouldBeImplemented", writing the others with test first. What is the easiest way to find all methods sending shouldBeImplemented in my package? Best regards, Markus
Open Nautilus, right click on your package, âChoose Open restricted browserâ It would open a new Nautilus scoped to your package. Then in the code pane, just type âshouldBeImplementedâ, select the text and right click, and finally select 'Implementors' Ben On 28 May 2014, at 13:57, Markus Fritsche <mfritsche@reauktion.de> wrote:
Hi,
I am working on some NativeBoost bindings to a library. I am organizing my work along the API of a java binding of the same library. As nights go by, I created some methods that I didn't have yet use for as "self shouldBeImplemented", writing the others with test first.
What is the easiest way to find all methods sending shouldBeImplemented in my package?
Best regards, Markus
You can right click on your package and select "browse scoped". Then senders/implementors queries and refactorings will be scoped to your package (modulo a bug that includes unrelated trait methods that I need to fix :) ). On 28 mai 2014, at 13:57, Markus Fritsche <mfritsche@reauktion.de> wrote:
Hi,
I am working on some NativeBoost bindings to a library. I am organizing my work along the API of a java binding of the same library. As nights go by, I created some methods that I didn't have yet use for as "self shouldBeImplemented", writing the others with test first.
What is the easiest way to find all methods sending shouldBeImplemented in my package?
Best regards, Markus
Here is the bug entry & the fix: https://pharo.fogbugz.com/f/cases/13281/Wrong-environment-when-browsing-scop... On 28 mai 2014, at 14:08, Camille Teruel <camille.teruel@gmail.com> wrote:
You can right click on your package and select "browse scoped". Then senders/implementors queries and refactorings will be scoped to your package (modulo a bug that includes unrelated trait methods that I need to fix :) ).
On 28 mai 2014, at 13:57, Markus Fritsche <mfritsche@reauktion.de> wrote:
Hi,
I am working on some NativeBoost bindings to a library. I am organizing my work along the API of a java binding of the same library. As nights go by, I created some methods that I didn't have yet use for as "self shouldBeImplemented", writing the others with test first.
What is the easiest way to find all methods sending shouldBeImplemented in my package?
Best regards, Markus
participants (3)
-
Benjamin -
Camille Teruel -
Markus Fritsche