Skip to content

Commit 2f683ed

Browse files
committed
MTA-3573: Explain reason for potential false positives
Signed-off-by: A.Arnold <[email protected]>
1 parent a736b30 commit 2f683ed

File tree

2 files changed

+24
-4
lines changed

2 files changed

+24
-4
lines changed

docs/topics/mta-7-installing-web-console-on-openshift.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
You can install the {ProductName} ({ProductShortName}) {WebName} on all Red Hat OpenShift cloud services and Red Hat OpenShift self-managed editions.
1111

12-
IMPORTANT: To be able to create {ProductShortName} instances, you must first install the {ProductShortName} Operator.
12+
IMPORTANT: To be able to create {ProductShortName} instances, you must first install the {ProductShortName} Operator.
1313

1414
The {ProductShortName} Operator is a structural layer that manages resources deployed on OpenShift, such as database, front end, and back end, to automatically create an {ProductShortName} instance.
1515

@@ -161,7 +161,7 @@ The most commonly used CR settings are listed in this table:
161161
|====
162162
+
163163
.Example YAML file
164-
[sample,YAML]
164+
[source,YAML]
165165
----
166166
kind: Tackle
167167
apiVersion: tackle.konveyor.io/v1alpha1

docs/topics/mta-web-assessing-apps.adoc

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ IMPORTANT: You can assess only one application at a time.
2121
.Procedure
2222

2323
. In the {ProductShortName} user interface, select the *Migration* view.
24-
. Click *Application inventory* in the left menu bar. A list of the available applications appears in the main pane.
24+
. Click *Application inventory* in the left menu bar. A list of the available applications appears in the main pane.
2525
. Select the application you want to assess.
26-
. Click the *Options* menu ({kebab}) at the right end of the row and select *Assess* from the drop-down menu.
26+
. Click the *Options* menu ({kebab}) at the right end of the row and select *Assess* from the drop-down menu.
2727
. From the list of available questionnaires, click *Take* for the desired questionnaire.
2828
. Select *Stakeholders* and *Stakeholder groups* from the lists to track who contributed to the assessment for future reference.
2929
+
@@ -33,6 +33,26 @@ NOTE: You can also add *Stakeholder Groups* or *Stakeholders* in the *Controls*
3333
. Answer each *Application assessment* question and click *Next*.
3434
. Click *Save* to review the assessment and proceed with the steps in xref:mta-web-reviewing-apps_user-interface-guide[Reviewing an application].
3535

36+
[NOTE]
37+
====
38+
39+
If you are seeing false positives in an application that is not fully resolvable, then this is not entirely unexpected.
40+
41+
42+
The reason, is that {ProductShortName} cannot discover the class is that is being called. Therefore, {ProductShortName} cannot determine whether it is a valid match or not.
43+
44+
45+
When this happens, {ProductShortName} defaults to exposing more information than less.
46+
47+
48+
In this situation, the following solutions are suggested:
49+
50+
. Ensure that the maven settings can get all the dependencies.
51+
52+
. Ensure the application is fully compilable.
53+
54+
====
55+
3656
[role="_additional-resources"]
3757
.Additional resources
3858
* xref:mta-default-questionnaire_user-interface-guide[The default assessment questionnaire]

0 commit comments

Comments
 (0)