Update type aware search doc

To better reflect what things look like nowadays
This commit is contained in:
Mike Sol
2023-08-15 08:50:41 -07:00
parent 5751f75749
commit dad560275d
5 changed files with 1 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 100 KiB

After

Width:  |  Height:  |  Size: 89 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 96 KiB

After

Width:  |  Height:  |  Size: 85 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 171 KiB

After

Width:  |  Height:  |  Size: 147 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 90 KiB

After

Width:  |  Height:  |  Size: 99 KiB

View File

@@ -46,7 +46,6 @@ The combination of the fully qualified receiver type, the method name, and the a
For extensive documentation on each of these components and more examples of different ways you can use method patterns to search for methods, please check out the [OpenRewrite docs](https://docs.openrewrite.org/reference/method-patterns).
{% endhint %}
* Select `none` for the flow.
* Your window should look like:
![](../.gitbook/assets/find-method-usage-eclipse.png)
@@ -58,7 +57,7 @@ For extensive documentation on each of these components and more examples of dif
As the code in the SaaS is constantly changing, your results will more than likely be different.
{% endhint %}
* If you click on one of the repository names such as `eclipse/rjkube`, you'll be taken into the code for that repository. Lines that match the search will be underlined and marked with a magnifying glass icon. These lines match the type that was specified in the search. This means that if any other `createFile` method was invoked, you wouldn't see those results here. Instead, you will see:
* If you click on one of the repository names such as `eclipse/winery`, you'll be taken into the code for that repository. Lines that match the search will be underlined and marked with a magnifying glass icon. These lines match the type that was specified in the search. This means that if any other `createFile` method was invoked, you wouldn't see those results here. Instead, you will see:
![](../.gitbook/assets/find-method-usage-result.png)