Skip to content

Commit 904df63

Browse files
committed
Add FIXME
1 parent da74773 commit 904df63

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/sbm-recipes-boot-upgrade/src/main/java/org/springframework/sbm/boot/upgrade_27_30/report/SpringBootUpgradeReportDataProvider.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ public Map<String, Object> getData(ProjectContext context, @Valid List<SpringBoo
5353
data.put("projectName", context.getBuildFile().getName().get());
5454
}
5555

56+
// FIXME: results in all conditons for all sections being evaluated twice
5657
data.put("numberOfChanges", sections.stream().filter(s -> s.shouldRender(context)).count());
5758

5859
// FIXME: Retrieve Boot version from Finder

0 commit comments

Comments
 (0)