Fisheye: Tag d52f0d99b54331a9d4f48f6aaf7092a8e547f241 refers to a dead (removed) revision in file `grails-app/jobs/com/lemans/ds/splitvalidation/ProductSplitValidationJob.groovy'. Fisheye: No comparison available. Pass `N' to diff? Index: grails-app/services/com/lemans/ds/product/ProductService.groovy =================================================================== diff -u -r8f380e6cdee67b1a9020e1b786b3cd3560b042e1 -rd52f0d99b54331a9d4f48f6aaf7092a8e547f241 --- grails-app/services/com/lemans/ds/product/ProductService.groovy (.../ProductService.groovy) (revision 8f380e6cdee67b1a9020e1b786b3cd3560b042e1) +++ grails-app/services/com/lemans/ds/product/ProductService.groovy (.../ProductService.groovy) (revision d52f0d99b54331a9d4f48f6aaf7092a8e547f241) @@ -247,21 +247,6 @@ """ } - void bulkSplitValidation() { - try { - GParsPool.withPool(5) { - sql().rows('SELECT productId FROM product WITH(NOLOCK) WHERE dateDeleted IS NULL')?.productId?.eachParallel { Integer productId -> - Product.withNewTransaction { - sql().execute(SPLIT_VALIDATION, [productId, 1]) - } - } - } - } catch (SQLException e) { - log.error e.message - jobStatusManagerService.updateEndDate() - } - } - Map splitValidationForProduct(Integer productId, Map filter) { List output = sql().callWithAllRows(SPLIT_VALIDATION, [productId, 0, filter.skipFitmentValidation ?: 0]) { } List results = [] Fisheye: Tag d52f0d99b54331a9d4f48f6aaf7092a8e547f241 refers to a dead (removed) revision in file `grails-app/services/com/lemans/ds/splitvalidation/JobStatusManagerService.groovy'. Fisheye: No comparison available. Pass `N' to diff?