File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed
Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ var CoolstoreWithDeps = TC{
1818 },
1919 },
2020 Analysis : api.Analysis {
21- Effort : 113 ,
21+ Effort : 115 ,
2222 Insights : []api.Insight {
2323 {
2424 Category : "mandatory" ,
@@ -439,6 +439,16 @@ var CoolstoreWithDeps = TC{
439439 Line : 4 ,
440440 Message : "Replace the `javax.ws` import statement with `jakarta.ws`" ,
441441 },
442+ {
443+ File : "/shared/source/coolstore/src/main/java/com/redhat/coolstore/model/CatalogItemEntity.java" ,
444+ Line : 3 ,
445+ Message : "Replace the `javax.persistence` import statement with `jakarta.persistence`" ,
446+ },
447+ {
448+ File : "/shared/source/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java" ,
449+ Line : 7 ,
450+ Message : "Replace the `javax.jms` import statement with `jakarta.jms`" ,
451+ },
442452 {
443453 File : "/shared/source/coolstore/src/main/java/com/redhat/coolstore/service/CatalogService.java" ,
444454 Line : 12 ,
You can’t perform that action at this time.
0 commit comments