Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

If an internet connection is not possible from the location where the Analyzer is to be run, it's possible to download the coverage data files locally and run them there. Contact Vaadin to get information on how to do this. By default, the Analyzer connects to the Vaadin servers to access the most up-to-date coverage data.

The Analyzer does connect to Vaadin servers to retrieve data files, but it doesn't send any information to Vaadin. You have full discretion over what about your application or the Analyzer report you might discuss with Vaadin. The Analyzer tool doesn't have any feature for transmitting information; you can't use it intentionally or accidentally to send information.
By requesting a free detailed report, you agree to be contacted by email by a Vaadin expert. We will receive your email address and the attached data for the purpose of contacting you about it. For details on how we use and protect your data, see our Vaadin Privacy Policy at `https://vaadin.com/privacy-policy`.

Check warning on line 34 in articles/tools/modernization-toolkit/analyzer-for-eclipse.adoc

View workflow job for this annotation

GitHub Actions / lint

[vale] reported by reviewdog 🐶 [Vaadin.We] Try to avoid using first-person plural like 'our'. Raw Output: {"message": "[Vaadin.We] Try to avoid using first-person plural like 'our'.", "location": {"path": "articles/tools/modernization-toolkit/analyzer-for-eclipse.adoc", "range": {"start": {"line": 34, "column": 248}}}, "severity": "WARNING"}

Check warning on line 34 in articles/tools/modernization-toolkit/analyzer-for-eclipse.adoc

View workflow job for this annotation

GitHub Actions / lint

[vale] reported by reviewdog 🐶 [Vaadin.We] Try to avoid using first-person plural like 'we'. Raw Output: {"message": "[Vaadin.We] Try to avoid using first-person plural like 'we'.", "location": {"path": "articles/tools/modernization-toolkit/analyzer-for-eclipse.adoc", "range": {"start": {"line": 34, "column": 214}}}, "severity": "WARNING"}

Check warning on line 34 in articles/tools/modernization-toolkit/analyzer-for-eclipse.adoc

View workflow job for this annotation

GitHub Actions / lint

[vale] reported by reviewdog 🐶 [Vaadin.Will] Avoid using 'will'. Raw Output: {"message": "[Vaadin.Will] Avoid using 'will'.", "location": {"path": "articles/tools/modernization-toolkit/analyzer-for-eclipse.adoc", "range": {"start": {"line": 34, "column": 97}}}, "severity": "WARNING"}

Check warning on line 34 in articles/tools/modernization-toolkit/analyzer-for-eclipse.adoc

View workflow job for this annotation

GitHub Actions / lint

[vale] reported by reviewdog 🐶 [Vaadin.We] Try to avoid using first-person plural like 'We'. Raw Output: {"message": "[Vaadin.We] Try to avoid using first-person plural like 'We'.", "location": {"path": "articles/tools/modernization-toolkit/analyzer-for-eclipse.adoc", "range": {"start": {"line": 34, "column": 94}}}, "severity": "WARNING"}

Last, Modernization Toolkit Analyzer doesn't change your code. It writes all output to the Eclipse console, but nothing to disk.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

First, the Analyzer doesn't change your code. It writes all output to the console, not the disk.

Second, the Analyzer connects to Vaadin servers to retrieve data files, but it doesn't send any information to Vaadin. You have full discretion over what about your application or the Analyzer report you might discuss with Vaadin. The Analyzer tool doesn't have a feature for transmitting information. Therefore, you can't use it intentionally or accidentally to send information.
Second, by requesting a free detailed report, you agree to be contacted by email by a Vaadin expert. We will receive your email address and the attached data for the purpose of contacting you about it. For details on how we use and protect your data, see our Vaadin Privacy Policy at `https://vaadin.com/privacy-policy`.

Check warning on line 25 in articles/tools/modernization-toolkit/analyzer-for-maven.adoc

View workflow job for this annotation

GitHub Actions / lint

[vale] reported by reviewdog 🐶 [Vaadin.We] Try to avoid using first-person plural like 'our'. Raw Output: {"message": "[Vaadin.We] Try to avoid using first-person plural like 'our'.", "location": {"path": "articles/tools/modernization-toolkit/analyzer-for-maven.adoc", "range": {"start": {"line": 25, "column": 256}}}, "severity": "WARNING"}

Check warning on line 25 in articles/tools/modernization-toolkit/analyzer-for-maven.adoc

View workflow job for this annotation

GitHub Actions / lint

[vale] reported by reviewdog 🐶 [Vaadin.We] Try to avoid using first-person plural like 'we'. Raw Output: {"message": "[Vaadin.We] Try to avoid using first-person plural like 'we'.", "location": {"path": "articles/tools/modernization-toolkit/analyzer-for-maven.adoc", "range": {"start": {"line": 25, "column": 222}}}, "severity": "WARNING"}

Check warning on line 25 in articles/tools/modernization-toolkit/analyzer-for-maven.adoc

View workflow job for this annotation

GitHub Actions / lint

[vale] reported by reviewdog 🐶 [Vaadin.Will] Avoid using 'will'. Raw Output: {"message": "[Vaadin.Will] Avoid using 'will'.", "location": {"path": "articles/tools/modernization-toolkit/analyzer-for-maven.adoc", "range": {"start": {"line": 25, "column": 105}}}, "severity": "WARNING"}

Check warning on line 25 in articles/tools/modernization-toolkit/analyzer-for-maven.adoc

View workflow job for this annotation

GitHub Actions / lint

[vale] reported by reviewdog 🐶 [Vaadin.We] Try to avoid using first-person plural like 'We'. Raw Output: {"message": "[Vaadin.We] Try to avoid using first-person plural like 'We'.", "location": {"path": "articles/tools/modernization-toolkit/analyzer-for-maven.adoc", "range": {"start": {"line": 25, "column": 102}}}, "severity": "WARNING"}


== Requirements & Preparations
Expand Down