Skip to content

Commit b0714c8

Browse files
author
vibhuti sodhi
committed
minor updates
1 parent a601867 commit b0714c8

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

docs/topics/mta-review-reports.adoc

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -158,19 +158,22 @@ Issues are sorted into four categories by default. Information on these categori
158158

159159
=== Insights
160160

161-
Insights provide helpful information about the technologies used in the application and their usage in the code.
161+
include::
162+
163+
Issues are generated by general rules, whereas string tags are generated by tagging rules. String tags indicate the presence of a technology but do not show the code location. With the introduction of Insights, you can see the technology used in the application along with its usage in the code.
164+
162165
For example, a rule searching for a deprecated API usage in the code that does not impact the current migration but can be tracked and fixed when needed in the future.
163166

164167
Unlike issues, insights do not need to be fixed for a successful migration. They are generated by any tagging or non-tagging rule and do not have an effort and category assigned. They might have a message and tag.
165168

166169
[NOTE]
167170
=====
168-
Insights are generated automatically, if applicable or present. However, you must run the application analysis by using the CLI because MTA 7.1 does not support their generation through the UI.
171+
Insights are generated automatically if applicable or present.
169172
=====
170173

171-
You can view Insights in the Static report under the Insights tab and in the analysis output under the Insights section.
174+
You can view Insights under the Insights tab in the Static report.
172175

173-
.Example: Insights generated by a tagging rule with undefined effort and category
176+
.Example: Insights generated by a tagging rule with undefined effort
174177

175178
[source,terminal]
176179
----
@@ -188,7 +191,7 @@ You can view Insights in the Static report under the Insights tab and in the ana
188191
pattern: .*wicket.*\.jar
189192
----
190193

191-
.Example: Insights generated by a non-tagging rule with zero effort and no category
194+
.Example: Insights generated by a non-tagging rule with zero effort
192195

193196
[source,terminal]
194197
----

0 commit comments

Comments
 (0)