You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/topics/testing-rules.adoc
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -99,7 +99,7 @@ The `<not>` element has no unique attributes or child elements.
99
99
[discrete]
100
100
===== Summary
101
101
102
-
The `<iterable-filter>` element counts the number of times a condition is verified. For additional information, see the link:{LinkAPI}org/jboss/windup/rules/general/IterableFilter.html[IterableFilter] class.
102
+
The `<iterable-filter>` element counts the number of times a condition is verified. For additional information, see the link:https://github.com/windup/windup/blob/master/rules-base/api/src/main/java/org/jboss/windup/rules/general/IterableFilter.java[IterableFilter] class.
103
103
104
104
The following is an example that looks for four instances of the specified message.
105
105
@@ -158,7 +158,10 @@ The `<iterable-filter>` element has no unique child elements.
158
158
[id="classification_exists_syntax_{context}"]
159
159
==== <classification-exists> syntax
160
160
161
-
The `<classification-exists>` element determines if a specific classification title has been included in the analysis. For additional information, see the link:{LinkAPI}org/jboss/windup/reporting/config/ClassificationExists.html[ClassificationExists] class.
161
+
The `<classification-exists>` element determines if a specific classification title has been included in the analysis. For additional information, see the link:{LinkAPI}org/jboss/windup/reporting/config/ClassificationExists.java[ClassificationExists] class.
@@ -226,7 +229,7 @@ The `<classification-exists>` has no unique child elements.
226
229
[id="hint-exists-syntax_{context}"]
227
230
==== <hint-exists> syntax
228
231
229
-
The `<hint-exists>` element determines if a specific hint has been included in the analysis. It searches for any instances of the defined message, and is typically used to search for the beginning or a specific class inside of a `<message>` element. For additional information, see the link:{LinkAPI}org/jboss/windup/reporting/config/HintExists.html[HintExists] class.
232
+
The `<hint-exists>` element determines if a specific hint has been included in the analysis. It searches for any instances of the defined message, and is typically used to search for the beginning or a specific class inside of a `<message>` element. For additional information, see the link:{LinkAPI}org/jboss/windup/reporting/config/HintExists.java[HintExists] class.
Copy file name to clipboardExpand all lines: docs/topics/yaml-rule-structure-syntax.adoc
+11-15Lines changed: 11 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,11 +31,8 @@ effort: 1 <3>
31
31
category: mandatory <4>
32
32
----
33
33
<1> The ID must be unique within the ruleset to which the rule belongs.
34
-
35
34
<2> See below for a description of the label format.
36
-
37
35
<3> `effort` is an integer value that indicates the level of effort needed to fix this issue.
38
-
39
36
<4> `category` describes the severity of the issue for migration. The value can be either `mandatory`, `optional` or `potential`. For a description of these categories, see xref:yaml-rule-categories_{context}[Rule categories].
0 commit comments