Skip to content

Commit

Permalink
[RFR][JF] Affected files test cases fix
Browse files Browse the repository at this point in the history
Signed-off-by: Karishma Punwatkar <[email protected]>

	modified:   cypress/fixtures/analysis.json

	modified:   cypress/fixtures/analysis.json
  • Loading branch information
kpunwatk committed Dec 5, 2024
1 parent d9e06c0 commit 6778081
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions cypress/fixtures/analysis.json
Original file line number Diff line number Diff line change
Expand Up @@ -1200,7 +1200,7 @@
{
"name": "Hibernate Search 5 - Changes in indexing numeric and date values",
"category": "optional",
"source": "eap",
"sources": ["eap"],
"targets": ["eap"],
"effort": 1,
"incidents": 2,
Expand All @@ -1220,10 +1220,10 @@
{
"name": "Add Maven profile to run the Quarkus native build",
"category": "mandatory",
"source": "java-ee",
"sources": ["java-ee"],
"targets": ["quarkus"],
"effort": 1,
"totalEffort": 9,
"totalEffort": 1,
"incidents": 1,
"affectedFiles": 1,
"ruleSet": "quarkus/springboot",
Expand All @@ -1241,10 +1241,10 @@
{
"name": "Adopt Maven Surefire plugin",
"category": "mandatory",
"source": "java-ee",
"sources": ["java-ee"],
"targets": ["quarkus"],
"effort": 1,
"totalEffort": 8,
"totalEffort": 1,
"incidents": 1,
"affectedFiles": 1,
"ruleSet": "quarkus/springboot",
Expand All @@ -1262,10 +1262,10 @@
{
"name": "'jaxb-core' Maven dependency missing",
"category": "potential",
"source": "camel",
"sources": ["camel"],
"targets": ["camel"],
"effort": 1,
"totalEffort": 4,
"totalEffort": 1,
"incidents": 1,
"affectedFiles": 1,
"ruleSet": "camel3/camel2",
Expand Down

0 comments on commit 6778081

Please sign in to comment.