{"$schema":"https://json.schemastore.org/sarif-2.1.0.json","version":"2.1.0","runs":[{"tool":{"driver":{"name":"codehealth","informationUri":"https://codehealth.canine.dev","rules":[{"id":"D1","name":"Cyclomatic Complexity","shortDescription":{"text":"Cyclomatic Complexity"},"helpUri":"https://codehealth.canine.dev/dimensions/D1"},{"id":"D2","name":"Cognitive Complexity","shortDescription":{"text":"Cognitive Complexity"},"helpUri":"https://codehealth.canine.dev/dimensions/D2"},{"id":"D3","name":"God Classes","shortDescription":{"text":"God Classes"},"helpUri":"https://codehealth.canine.dev/dimensions/D3"},{"id":"D4","name":"Code Duplication","shortDescription":{"text":"Code Duplication"},"helpUri":"https://codehealth.canine.dev/dimensions/D4"},{"id":"D13","name":"Secret Scanning","shortDescription":{"text":"Secret Scanning"},"helpUri":"https://codehealth.canine.dev/dimensions/D13","relationships":[{"target":{"id":"CWE-798","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]},{"target":{"id":"CWE-259","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]}],"properties":{"cwe":["CWE-798","CWE-259"]}},{"id":"D15","name":"Churn \u00D7 Complexity Hotspots","shortDescription":{"text":"Churn \u00D7 Complexity Hotspots"},"helpUri":"https://codehealth.canine.dev/dimensions/D15"},{"id":"D16","name":"Bus Factor","shortDescription":{"text":"Bus Factor"},"helpUri":"https://codehealth.canine.dev/dimensions/D16"},{"id":"D19","name":"Documentation Quality","shortDescription":{"text":"Documentation Quality"},"helpUri":"https://codehealth.canine.dev/dimensions/D19"},{"id":"D21","name":"Naming Consistency","shortDescription":{"text":"Naming Consistency"},"helpUri":"https://codehealth.canine.dev/dimensions/D21"},{"id":"D28","name":"Secrets (history)","shortDescription":{"text":"Secrets (history)"},"helpUri":"https://codehealth.canine.dev/dimensions/D28","relationships":[{"target":{"id":"CWE-798","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]},{"target":{"id":"CWE-259","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]}],"properties":{"cwe":["CWE-798","CWE-259"]}},{"id":"D29","name":"Static Analysis (SAST)","shortDescription":{"text":"Static Analysis (SAST)"},"helpUri":"https://codehealth.canine.dev/dimensions/D29","relationships":[{"target":{"id":"CWE-79","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]},{"target":{"id":"CWE-89","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]},{"target":{"id":"CWE-78","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]},{"target":{"id":"CWE-94","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]},{"target":{"id":"CWE-77","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]}],"properties":{"cwe":["CWE-79","CWE-89","CWE-78","CWE-94","CWE-77"]}},{"id":"D31","name":"IaC \u0026 Container Security","shortDescription":{"text":"IaC \u0026 Container Security"},"helpUri":"https://codehealth.canine.dev/dimensions/D31","relationships":[{"target":{"id":"CWE-1032","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]},{"target":{"id":"CWE-732","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]},{"target":{"id":"CWE-16","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]}],"properties":{"cwe":["CWE-1032","CWE-732","CWE-16"]}},{"id":"D34","name":"Knowledge Freshness","shortDescription":{"text":"Knowledge Freshness"},"helpUri":"https://codehealth.canine.dev/dimensions/D34"},{"id":"D35","name":"Change Coupling","shortDescription":{"text":"Change Coupling"},"helpUri":"https://codehealth.canine.dev/dimensions/D35"}]}},"results":[{"ruleId":"D1","level":"warning","message":{"text":"OmsPortalOrderServiceImpl.generateOrder (cyclomatic 19): OmsPortalOrderServiceImpl.generateOrder has cyclomatic complexity 19 (threshold 15). To reduce it, split the body: these branches sit side by side rather than nested inside one another, so extracting each one on its own would leave a function per branch. Group the statements between the checks into named steps and move each step into its own function, so the body reads as a short sequence of named stages."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"mall-portal/src/main/java/com/macro/mall/portal/service/impl/OmsPortalOrderServiceImpl.java"},"region":{"startLine":94}}}],"partialFingerprints":{"codehealthFindingId/v1":"4bdda699e668246776b53137e614710c3f2dbe4ed15ae29769ec76e1ed856a75"}},{"ruleId":"D2","level":"warning","message":{"text":"UmsMemberCouponServiceImpl.listCart (cognitive 34): UmsMemberCouponServiceImpl.listCart has cognitive complexity 34 (threshold 15). Drivers by points: if/else 21, loops 10, boolean chains 3 (nesting depth added 17). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"mall-portal/src/main/java/com/macro/mall/portal/service/impl/UmsMemberCouponServiceImpl.java"},"region":{"startLine":115}}}],"partialFingerprints":{"codehealthFindingId/v1":"875dc2c18bb4929dcddb019dac8f6284cbbf755b93d1d25459f39c8c238ad045"}},{"ruleId":"D2","level":"warning","message":{"text":"OmsPromotionServiceImpl.calcCartPromotion (cognitive 31): OmsPromotionServiceImpl.calcCartPromotion has cognitive complexity 31 (threshold 15). Drivers by points: if/else 16, loops 15 (nesting depth added 19). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"mall-portal/src/main/java/com/macro/mall/portal/service/impl/OmsPromotionServiceImpl.java"},"region":{"startLine":29}}}],"partialFingerprints":{"codehealthFindingId/v1":"a7ad19d5b3db4e52226dbd6bff213b233752e9ef4b76e4cf7bcf833d7864028e"}},{"ruleId":"D2","level":"warning","message":{"text":"OmsPortalOrderServiceImpl.generateOrder (cognitive 30): OmsPortalOrderServiceImpl.generateOrder has cognitive complexity 30 (threshold 15). Drivers by points: if/else 20, loops 9, boolean chains 1 (nesting depth added 7). To reduce it, split the body: most of this score is breadth rather than depth \u2014 checks laid out side by side rather than stacked \u2014 so group the statements between the checks into named steps and move each step into its own function. Some of it IS depth: where a check sits inside another whose only job is to reach it, merge the two into one condition, and where an else follows a branch that already returns, drop the trailing else and let the rest of the body continue at one level."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"mall-portal/src/main/java/com/macro/mall/portal/service/impl/OmsPortalOrderServiceImpl.java"},"region":{"startLine":94}}}],"partialFingerprints":{"codehealthFindingId/v1":"b19315cf4bc4104e7c6d7e0892b1e1e870297292f806d516fb1d13c18baa472d"}},{"ruleId":"D2","level":"warning","message":{"text":"OmsPortalOrderServiceImpl.getCouponOrderItemByRelation (cognitive 21): OmsPortalOrderServiceImpl.getCouponOrderItemByRelation has cognitive complexity 21 (threshold 15). Drivers by points: if/else 11, loops 10 (nesting depth added 11). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"mall-portal/src/main/java/com/macro/mall/portal/service/impl/OmsPortalOrderServiceImpl.java"},"region":{"startLine":667}}}],"partialFingerprints":{"codehealthFindingId/v1":"308361d8b1c1a0629c124db1d9c1d9d8c87f3c5dcdc4c1b07299ce4f115737bb"}},{"ruleId":"D2","level":"warning","message":{"text":"RequestUtil.getRequestIp (cognitive 16): RequestUtil.getRequestIp has cognitive complexity 16 (threshold 15). Drivers by points: if/else 8, boolean chains 5, error handling 3 (nesting depth added 4). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"mall-common/src/main/java/com/macro/mall/common/util/RequestUtil.java"},"region":{"startLine":16}}}],"partialFingerprints":{"codehealthFindingId/v1":"f167f1723b026053408aefbe8a904bccc31068acda36a24ea8243cd882abf444"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: GeneratedCriteria: TooManyMethods \u2014 569 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"mall-mbg/src/main/java/com/macro/mall/model/OmsOrderExample.java"},"region":{"startLine":68}}}],"partialFingerprints":{"codehealthFindingId/v1":"37c032129b1a82731cee009fd04395d0b68b24147218f909535f01206873ad4a"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: GeneratedCriteria: TooManyMethods \u2014 487 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"mall-mbg/src/main/java/com/macro/mall/model/PmsProductExample.java"},"region":{"startLine":68}}}],"partialFingerprints":{"codehealthFindingId/v1":"7970b7708f79b3b87b56e9321ef4ba986df2c7b459ea47d67382dd835bff8ab0"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: GeneratedCriteria: TooManyMethods \u2014 361 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"mall-mbg/src/main/java/com/macro/mall/model/OmsOrderReturnApplyExample.java"},"region":{"startLine":68}}}],"partialFingerprints":{"codehealthFindingId/v1":"c228b5cf67e19a1256aed6a508e890f51059013d762d1304c70a44350599418b"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: GeneratedCriteria: TooManyMethods \u2014 275 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"mall-mbg/src/main/java/com/macro/mall/model/OmsOrderItemExample.java"},"region":{"startLine":67}}}],"partialFingerprints":{"codehealthFindingId/v1":"cd665eebb83adc742d12255c37078ea013456c8b71a0640dd6af11ecc9de54f5"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: GeneratedCriteria: TooManyMethods \u2014 254 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"mall-mbg/src/main/java/com/macro/mall/model/UmsMemberExample.java"},"region":{"startLine":68}}}],"partialFingerprints":{"codehealthFindingId/v1":"d5924b0616f1e07fa26a0cc3bbc60fcf0408abbbf9ddebd0693d4e730393923c"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: GeneratedCriteria: TooManyMethods \u2014 239 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"mall-mbg/src/main/java/com/macro/mall/model/OmsCartItemExample.java"},"region":{"startLine":68}}}],"partialFingerprints":{"codehealthFindingId/v1":"2bae4d95b5c66b13ebcdf6b5b089311eca0abcefe14855332364fc83190e1dc3"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: GeneratedCriteria: TooManyMethods \u2014 229 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"mall-mbg/src/main/java/com/macro/mall/model/SmsCouponExample.java"},"region":{"startLine":68}}}],"partialFingerprints":{"codehealthFindingId/v1":"38108b6809d59c1dd75259ade92ce6b3ec6dc6620e4ae96e3a8cf8c323c1fec5"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: GeneratedCriteria: TooManyMethods \u2014 199 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"mall-mbg/src/main/java/com/macro/mall/model/UmsMemberStatisticsInfoExample.java"},"region":{"startLine":68}}}],"partialFingerprints":{"codehealthFindingId/v1":"60612f68ad9fd5e1935d64db53d44443b5ee95d09c1ea32aa92c0e37893632a5"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: GeneratedCriteria: TooManyMethods \u2014 197 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"mall-mbg/src/main/java/com/macro/mall/model/CmsSubjectExample.java"},"region":{"startLine":67}}}],"partialFingerprints":{"codehealthFindingId/v1":"6fdbfe46aca2eee83b44bc2e90c0c905b97ec7d2b06e877156965ca18841cae6"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: GeneratedCriteria: TooManyMethods \u2014 187 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"mall-mbg/src/main/java/com/macro/mall/model/PmsCommentExample.java"},"region":{"startLine":67}}}],"partialFingerprints":{"codehealthFindingId/v1":"0123bc93cb7778c0cd1f8e734bb88464bed33a1aa5162e2a130cacc8f9f04b27"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: GeneratedCriteria: TooManyMethods \u2014 167 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"mall-mbg/src/main/java/com/macro/mall/model/UmsMemberLevelExample.java"},"region":{"startLine":67}}}],"partialFingerprints":{"codehealthFindingId/v1":"803df19343d1e514a589f4da6b90beb5ced943b9fa9bc98c65a6a422b2985c30"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: GeneratedCriteria: TooManyMethods \u2014 159 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"mall-mbg/src/main/java/com/macro/mall/model/SmsHomeAdvertiseExample.java"},"region":{"startLine":67}}}],"partialFingerprints":{"codehealthFindingId/v1":"a15d6c90587ee3045cc0d7eb0cc65c570050c98a68a56a87f6dc7ea9679b5b74"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: GeneratedCriteria: TooManyMethods \u2014 155 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"mall-mbg/src/main/java/com/macro/mall/model/PmsProductAttributeExample.java"},"region":{"startLine":66}}}],"partialFingerprints":{"codehealthFindingId/v1":"c166845a82827c8e35b69169b9e96197ac19d0803fe1d0f86f51408162fd88b1"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: GeneratedCriteria: TooManyMethods \u2014 153 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"mall-mbg/src/main/java/com/macro/mall/model/PmsProductOperateLogExample.java"},"region":{"startLine":68}}}],"partialFingerprints":{"codehealthFindingId/v1":"74108c64f7f2043526934f24c3e51692b4e9222e9bc4ba798719293ee602c81c"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: GeneratedCriteria: TooManyMethods \u2014 147 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"mall-mbg/src/main/java/com/macro/mall/model/PmsProductCategoryExample.java"},"region":{"startLine":66}}}],"partialFingerprints":{"codehealthFindingId/v1":"2625f6c9d1458c13c37bef1b0c4470f76918d6287de93d48fa01a334902970d5"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: GeneratedCriteria: TooManyMethods \u2014 145 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"mall-mbg/src/main/java/com/macro/mall/model/CmsTopicExample.java"},"region":{"startLine":67}}}],"partialFingerprints":{"codehealthFindingId/v1":"16255b21633b221605d6511de2ec9f9f1f5576c5f3259a67e069a50e8647a7bc"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: GeneratedCriteria: TooManyMethods \u2014 145 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"mall-mbg/src/main/java/com/macro/mall/model/PmsSkuStockExample.java"},"region":{"startLine":67}}}],"partialFingerprints":{"codehealthFindingId/v1":"cb9f477801bb9aa678098aa59828e1d608b5d536255db7cb340344e990576821"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: GeneratedCriteria: TooManyMethods \u2014 145 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"mall-mbg/src/main/java/com/macro/mall/model/SmsCouponHistoryExample.java"},"region":{"startLine":67}}}],"partialFingerprints":{"codehealthFindingId/v1":"9a697a5c875da859470d910b832e0981ca89c56dfd1df71d5567d4270c2437fb"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: GeneratedCriteria: TooManyMethods \u2014 141 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"mall-mbg/src/main/java/com/macro/mall/model/OmsCompanyAddressExample.java"},"region":{"startLine":66}}}],"partialFingerprints":{"codehealthFindingId/v1":"6d3bd4ab14c555aaacfea9bae8b23bada40078bebb949e5b94b02bc3006d030a"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: GeneratedCriteria: TooManyMethods \u2014 141 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"mall-mbg/src/main/java/com/macro/mall/model/UmsMemberReceiveAddressExample.java"},"region":{"startLine":66}}}],"partialFingerprints":{"codehealthFindingId/v1":"867a81f11abe6ee16fa39600d45a5f97b36061ad978e9cdaf1b50835b5d93405"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: GeneratedCriteria: TooManyMethods \u2014 139 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"mall-mbg/src/main/java/com/macro/mall/model/UmsAdminExample.java"},"region":{"startLine":67}}}],"partialFingerprints":{"codehealthFindingId/v1":"c2a1931b4b5c5f5b39f488dc6c4056a15b104891039ad442cbe0b3085d81c39c"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: GeneratedCriteria: TooManyMethods \u2014 135 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"mall-mbg/src/main/java/com/macro/mall/model/PmsBrandExample.java"},"region":{"startLine":66}}}],"partialFingerprints":{"codehealthFindingId/v1":"227844c3986eca5b231b4ed3bd5cd1ae49e324b77b0a0babd0cb0c41b0cc4b16"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: GeneratedCriteria: TooManyMethods \u2014 135 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"mall-mbg/src/main/java/com/macro/mall/model/UmsPermissionExample.java"},"region":{"startLine":67}}}],"partialFingerprints":{"codehealthFindingId/v1":"763c55de5beacb4a090d358f743766c2b7a0f13f012c00a4203dc348a56f653e"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: GeneratedCriteria: TooManyMethods \u2014 121 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"mall-mbg/src/main/java/com/macro/mall/model/UmsMenuExample.java"},"region":{"startLine":67}}}],"partialFingerprints":{"codehealthFindingId/v1":"1f74d13e949d10e93c3f714c532ab7afff0638df49986ad48040158c1670ebca"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: GeneratedCriteria: TooManyMethods \u2014 109 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"mall-mbg/src/main/java/com/macro/mall/model/CmsMemberReportExample.java"},"region":{"startLine":67}}}],"partialFingerprints":{"codehealthFindingId/v1":"daf1e8ba29f9f2b378edea9870d5e24e15ed5257ab0e5ddac8ab19268cf581a2"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: model/OmsOrderExample.java: FileTooLong \u2014 1801 significant lines (blank, comment-only and punctuation-only lines excluded), about 100% of them inside a single declaration: OmsOrderExample (8-3011). Moving the declarations that sit BESIDE it into sibling files will not shorten this file. Extract from INSIDE that declaration instead: lift each cohesive group of its body \u2014 the parts that share the same inputs and are named together \u2014 into its own unit in a sibling file, and have the original call them."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"mall-mbg/src/main/java/com/macro/mall/model/OmsOrderExample.java"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"615b37b7b48c602caf85e7a1a417b4724ae03bd6eb40e5f56a81ae0c964f9f42"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: GeneratedCriteria: TooManyMethods \u2014 107 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"mall-mbg/src/main/java/com/macro/mall/model/PmsFeightTemplateExample.java"},"region":{"startLine":67}}}],"partialFingerprints":{"codehealthFindingId/v1":"e366486a703eb5bddba4718ce0f500a09082d3dfe4d23d7d7adfbcb860cc590d"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: GeneratedCriteria: TooManyMethods \u2014 107 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"mall-mbg/src/main/java/com/macro/mall/model/UmsGrowthChangeHistoryExample.java"},"region":{"startLine":67}}}],"partialFingerprints":{"codehealthFindingId/v1":"c29205d7c9239e9616844fb85960cd280f28dec22766ea55eac122555a30907c"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: GeneratedCriteria: TooManyMethods \u2014 107 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"mall-mbg/src/main/java/com/macro/mall/model/UmsIntegrationChangeHistoryExample.java"},"region":{"startLine":67}}}],"partialFingerprints":{"codehealthFindingId/v1":"e310a5bca5b8e0cd99899cd429debc35b4d651f7340c8dc8e8eee1e6ba0b2e59"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: GeneratedCriteria: TooManyMethods \u2014 103 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"mall-mbg/src/main/java/com/macro/mall/model/SmsFlashPromotionProductRelationExample.java"},"region":{"startLine":67}}}],"partialFingerprints":{"codehealthFindingId/v1":"f37b9b7e32faf465a2eeed007ca3c573b7584ae4e1c33b5c171c415ec7e8c3c0"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: GeneratedCriteria: TooManyMethods \u2014 97 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"mall-mbg/src/main/java/com/macro/mall/model/CmsSubjectCommentExample.java"},"region":{"startLine":67}}}],"partialFingerprints":{"codehealthFindingId/v1":"2419ab590be9e308fe9eeb2d38e160da1cc984d63e39db09d0744e60258be4c6"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: GeneratedCriteria: TooManyMethods \u2014 97 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"mall-mbg/src/main/java/com/macro/mall/model/CmsTopicCommentExample.java"},"region":{"startLine":67}}}],"partialFingerprints":{"codehealthFindingId/v1":"17893aa5b6c12f5d4ea1051dd99d0a35cf2ae2fc30420f9e6a9a24dfac042556"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: GeneratedCriteria: TooManyMethods \u2014 97 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"mall-mbg/src/main/java/com/macro/mall/model/PmsCommentReplayExample.java"},"region":{"startLine":67}}}],"partialFingerprints":{"codehealthFindingId/v1":"16f5dd20aa2e5dee1061e675af5422a699007c4b6edfb43b57f8272da1e86534"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: GeneratedCriteria: TooManyMethods \u2014 97 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"mall-mbg/src/main/java/com/macro/mall/model/UmsMemberLoginLogExample.java"},"region":{"startLine":67}}}],"partialFingerprints":{"codehealthFindingId/v1":"220b869bebd1306331a23cd0a000a26956e14fdd84fc79fbbe16570c21438fbf"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: GeneratedCriteria: TooManyMethods \u2014 95 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"mall-mbg/src/main/java/com/macro/mall/model/CmsHelpExample.java"},"region":{"startLine":67}}}],"partialFingerprints":{"codehealthFindingId/v1":"b1715c576638eeb0d7c33b8bafa8ff6b2e7db0879fa88bfbf337baa0dc24e1b3"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: GeneratedCriteria: TooManyMethods \u2014 95 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"mall-mbg/src/main/java/com/macro/mall/model/SmsFlashPromotionLogExample.java"},"region":{"startLine":67}}}],"partialFingerprints":{"codehealthFindingId/v1":"72fe001c5b16c664f0e91f084ae1acba5e72bc69e66ecc04d8629284dccd7a07"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: GeneratedCriteria: TooManyMethods \u2014 95 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"mall-mbg/src/main/java/com/macro/mall/model/UmsRoleExample.java"},"region":{"startLine":67}}}],"partialFingerprints":{"codehealthFindingId/v1":"95237274c59a3b697da9e48614d5bc034776a9c41a3d8d1a5519a9c90eb2088a"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: model/PmsProductExample.java: FileTooLong \u2014 1555 significant lines (blank, comment-only and punctuation-only lines excluded), about 100% of them inside a single declaration: PmsProductExample (8-2601). Moving the declarations that sit BESIDE it into sibling files will not shorten this file. Extract from INSIDE that declaration instead: lift each cohesive group of its body \u2014 the parts that share the same inputs and are named together \u2014 into its own unit in a sibling file, and have the original call them."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"mall-mbg/src/main/java/com/macro/mall/model/PmsProductExample.java"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"78d537d7367477fe3a92c7b71ac4a9037d5c2fa767abb743721b1a16c4946d2a"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: GeneratedCriteria: TooManyMethods \u2014 91 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"mall-mbg/src/main/java/com/macro/mall/model/UmsMemberRuleSettingExample.java"},"region":{"startLine":67}}}],"partialFingerprints":{"codehealthFindingId/v1":"22a178c844108ce68a75ff867420c16affbe2c497fcd5c3d75e978812bbebe0f"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: OmsOrder: TooManyMethods \u2014 90 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"mall-mbg/src/main/java/com/macro/mall/model/OmsOrder.java"},"region":{"startLine":8}}}],"partialFingerprints":{"codehealthFindingId/v1":"7f0fa7e1ccdd239c39abe72418c4750df1cce883b0e4a9bf3255ffb487b29d6d"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: PmsProduct: TooManyMethods \u2014 86 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"mall-mbg/src/main/java/com/macro/mall/model/PmsProduct.java"},"region":{"startLine":8}}}],"partialFingerprints":{"codehealthFindingId/v1":"94663308802548e8198d0f620056a7b7d8d3d2f5f669c9547d111fff209ab025"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: GeneratedCriteria: TooManyMethods \u2014 85 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"mall-mbg/src/main/java/com/macro/mall/model/PmsAlbumExample.java"},"region":{"startLine":66}}}],"partialFingerprints":{"codehealthFindingId/v1":"bda14957269e1fcb717bc7bf29f905b1536c5bb05726657811a7d8e0acf2622d"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: GeneratedCriteria: TooManyMethods \u2014 85 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"mall-mbg/src/main/java/com/macro/mall/model/UmsAdminLoginLogExample.java"},"region":{"startLine":67}}}],"partialFingerprints":{"codehealthFindingId/v1":"39ac245e3d7549a6bace5e74429c23ae990b15e36009b2973818b053e3b4aa38"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: GeneratedCriteria: TooManyMethods \u2014 85 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"mall-mbg/src/main/java/com/macro/mall/model/UmsResourceExample.java"},"region":{"startLine":67}}}],"partialFingerprints":{"codehealthFindingId/v1":"cb8a7686d116e1940e549649869660beaa9b0bd87691d473cdc9127f37eef26d"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: GeneratedCriteria: TooManyMethods \u2014 84 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"mall-mbg/src/main/java/com/macro/mall/model/SmsFlashPromotionExample.java"},"region":{"startLine":68}}}],"partialFingerprints":{"codehealthFindingId/v1":"9b53d00dfccca2deb57a80bf621508cba626510a114e7f26c4c13f3d2ac4a60a"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: GeneratedCriteria: TooManyMethods \u2014 84 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"mall-mbg/src/main/java/com/macro/mall/model/SmsFlashPromotionSessionExample.java"},"region":{"startLine":68}}}],"partialFingerprints":{"codehealthFindingId/v1":"8d6c0c022f35ada332519e68f17e72390c0c59b28b582d425da7e7c45ca91504"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: GeneratedCriteria: TooManyMethods \u2014 83 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"mall-mbg/src/main/java/com/macro/mall/model/CmsHelpCategoryExample.java"},"region":{"startLine":66}}}],"partialFingerprints":{"codehealthFindingId/v1":"1f9cfdd47aa4098ef63a9fdba289e7aed3f35002e8c14135e2e260fd0671ee8b"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: GeneratedCriteria: TooManyMethods \u2014 83 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"mall-mbg/src/main/java/com/macro/mall/model/CmsSubjectCategoryExample.java"},"region":{"startLine":66}}}],"partialFingerprints":{"codehealthFindingId/v1":"3b30a922982b36cef4cf14ad1766316914d0754c320b2379a98c7e865d770bb5"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: GeneratedCriteria: TooManyMethods \u2014 83 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"mall-mbg/src/main/java/com/macro/mall/model/CmsTopicCategoryExample.java"},"region":{"startLine":66}}}],"partialFingerprints":{"codehealthFindingId/v1":"8e9f0b82cfbe16c53516bca86e0437a8efe36bb0a7d3badd57891ec9129a0222"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: GeneratedCriteria: TooManyMethods \u2014 83 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"mall-mbg/src/main/java/com/macro/mall/model/OmsOrderOperateHistoryExample.java"},"region":{"startLine":67}}}],"partialFingerprints":{"codehealthFindingId/v1":"dc037b22bd6e9c6f762fde9e2f39a431228cedae081d194b0d7b1b2e37cfa7cc"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: GeneratedCriteria: TooManyMethods \u2014 83 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"mall-mbg/src/main/java/com/macro/mall/model/PmsProductVertifyRecordExample.java"},"region":{"startLine":67}}}],"partialFingerprints":{"codehealthFindingId/v1":"eacdd8cb5f08a31233ab0f66e4051fb99f42a0bc89630cbd6a4e0973b85f6336"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: GeneratedCriteria: TooManyMethods \u2014 79 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"mall-mbg/src/main/java/com/macro/mall/model/OmsOrderSettingExample.java"},"region":{"startLine":66}}}],"partialFingerprints":{"codehealthFindingId/v1":"83637f22e7f9f9193946829541a5578a0019f533cc0e00122d397c1996b0279f"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: GeneratedCriteria: TooManyMethods \u2014 71 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"mall-mbg/src/main/java/com/macro/mall/model/CmsPrefrenceAreaExample.java"},"region":{"startLine":66}}}],"partialFingerprints":{"codehealthFindingId/v1":"ea1da92d5ab3fdffe2c898e650b1a522fb02b5f665352a8db5bf2460f38b85d0"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: GeneratedCriteria: TooManyMethods \u2014 71 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"mall-mbg/src/main/java/com/macro/mall/model/SmsCouponProductCategoryRelationExample.java"},"region":{"startLine":66}}}],"partialFingerprints":{"codehealthFindingId/v1":"79224c763fb5a790e7e26e6db6ad0122c33dee2c50dae9a9a7eaae53155241bd"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: GeneratedCriteria: TooManyMethods \u2014 71 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"mall-mbg/src/main/java/com/macro/mall/model/SmsCouponProductRelationExample.java"},"region":{"startLine":66}}}],"partialFingerprints":{"codehealthFindingId/v1":"2bf0288a2918f7d1bf0dacd72d5f657cef18bf449cf63fad31d21d1c6f06e0fc"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: model/OmsOrderReturnApplyExample.java: FileTooLong \u2014 1177 significant lines (blank, comment-only and punctuation-only lines excluded), about 100% of them inside a single declaration: OmsOrderReturnApplyExample (8-1971). Moving the declarations that sit BESIDE it into sibling files will not shorten this file. Extract from INSIDE that declaration instead: lift each cohesive group of its body \u2014 the parts that share the same inputs and are named together \u2014 into its own unit in a sibling file, and have the original call them."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"mall-mbg/src/main/java/com/macro/mall/model/OmsOrderReturnApplyExample.java"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"9735c8c1808517335bcb17f0830f8322a47cd52b43ad7e08e518279239d6037a"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: GeneratedCriteria: TooManyMethods \u2014 69 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"mall-mbg/src/main/java/com/macro/mall/model/OmsOrderReturnReasonExample.java"},"region":{"startLine":67}}}],"partialFingerprints":{"codehealthFindingId/v1":"1b61f0e62b182b8e0d881c8a57c1a6fd6186b36fcb5c993c83206e6520898e25"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: GeneratedCriteria: TooManyMethods \u2014 69 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"mall-mbg/src/main/java/com/macro/mall/model/PmsMemberPriceExample.java"},"region":{"startLine":67}}}],"partialFingerprints":{"codehealthFindingId/v1":"47aa9e2cfd485a601d124f136bbb5f107a3c15b4a92e9c00553b89123aae6cd9"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: GeneratedCriteria: TooManyMethods \u2014 69 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"mall-mbg/src/main/java/com/macro/mall/model/SmsHomeBrandExample.java"},"region":{"startLine":66}}}],"partialFingerprints":{"codehealthFindingId/v1":"3fca091a288a556513e16881a6ff3c9312c4d6444cc5eefc72075adb6fa1026a"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: GeneratedCriteria: TooManyMethods \u2014 69 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"mall-mbg/src/main/java/com/macro/mall/model/SmsHomeNewProductExample.java"},"region":{"startLine":66}}}],"partialFingerprints":{"codehealthFindingId/v1":"929e64ea711a5a41e3e8ba1c13ca2e958b83fc3d7b564898cbfcbf44408a6684"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: GeneratedCriteria: TooManyMethods \u2014 69 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"mall-mbg/src/main/java/com/macro/mall/model/SmsHomeRecommendProductExample.java"},"region":{"startLine":66}}}],"partialFingerprints":{"codehealthFindingId/v1":"c66068a79d95e208687054717d38dcbadacc2b3f0291530b8808a5e23d9e71de"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: GeneratedCriteria: TooManyMethods \u2014 69 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"mall-mbg/src/main/java/com/macro/mall/model/SmsHomeRecommendSubjectExample.java"},"region":{"startLine":66}}}],"partialFingerprints":{"codehealthFindingId/v1":"d7905a81a73f2aa884c24441e8afa68727e8d4271016ec3939ad45c5ed6068b2"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: GeneratedCriteria: TooManyMethods \u2014 69 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"mall-mbg/src/main/java/com/macro/mall/model/UmsMemberTaskExample.java"},"region":{"startLine":66}}}],"partialFingerprints":{"codehealthFindingId/v1":"abe66bebcb2a23e6f9b76e43746c3a26a0641cc8028b49a3b5314d7f66589fa5"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: GeneratedCriteria: TooManyMethods \u2014 67 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"mall-mbg/src/main/java/com/macro/mall/model/PmsProductLadderExample.java"},"region":{"startLine":67}}}],"partialFingerprints":{"codehealthFindingId/v1":"ed10e719c1f61128305cb2f6092bd68d05182f626654d3b16feb334882baf7b6"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: GeneratedCriteria: TooManyMethods \u2014 67 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"mall-mbg/src/main/java/com/macro/mall/model/UmsIntegrationConsumeSettingExample.java"},"region":{"startLine":66}}}],"partialFingerprints":{"codehealthFindingId/v1":"bc8633a94e5af397f15c4b45ed803e51f649f4a0486b2ca6f1a7dd07a1d3b2ca"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: GeneratedCriteria: TooManyMethods \u2014 57 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"mall-mbg/src/main/java/com/macro/mall/model/PmsProductAttributeCategoryExample.java"},"region":{"startLine":66}}}],"partialFingerprints":{"codehealthFindingId/v1":"6c87a76df8e92cbceff84bb1d9e31dda2d159c6846dea1b4ce0bea06f34525a3"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: GeneratedCriteria: TooManyMethods \u2014 57 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"mall-mbg/src/main/java/com/macro/mall/model/PmsProductAttributeValueExample.java"},"region":{"startLine":66}}}],"partialFingerprints":{"codehealthFindingId/v1":"c9ae682df687746e32c7c86aeff2ae7ec0900912c2618c3bdeac2321649ef1a3"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: GeneratedCriteria: TooManyMethods \u2014 57 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"mall-mbg/src/main/java/com/macro/mall/model/UmsMemberTagExample.java"},"region":{"startLine":67}}}],"partialFingerprints":{"codehealthFindingId/v1":"dc41594d5d74f3aa5535fd8b2e7a423fb5488dee1516d372f820c023fd11b213"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: GeneratedCriteria: TooManyMethods \u2014 57 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"mall-mbg/src/main/java/com/macro/mall/model/UmsResourceCategoryExample.java"},"region":{"startLine":67}}}],"partialFingerprints":{"codehealthFindingId/v1":"20e29302299d5d12037bd96046989fa7ee85c4865e4670cd737aba4c44e96ee0"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: OmsOrderReturnApply: TooManyMethods \u2014 56 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"mall-mbg/src/main/java/com/macro/mall/model/OmsOrderReturnApply.java"},"region":{"startLine":8}}}],"partialFingerprints":{"codehealthFindingId/v1":"a13da03bfb0e5c717fe90dd2aabf480295bca804c0c12b1534236f8f0efdbe15"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: model/OmsOrderItemExample.java: FileTooLong \u2014 918 significant lines (blank, comment-only and punctuation-only lines excluded), about 100% of them inside a single declaration: OmsOrderItemExample (7-1540). Moving the declarations that sit BESIDE it into sibling files will not shorten this file. Extract from INSIDE that declaration instead: lift each cohesive group of its body \u2014 the parts that share the same inputs and are named together \u2014 into its own unit in a sibling file, and have the original call them."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"mall-mbg/src/main/java/com/macro/mall/model/OmsOrderItemExample.java"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"4cbf4f49e5f6ee036530b01ba1f8786c1952029db6f402d59dc3c6c9d6c0f2d4"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: GeneratedCriteria: TooManyMethods \u2014 55 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"mall-mbg/src/main/java/com/macro/mall/model/PmsProductFullReductionExample.java"},"region":{"startLine":67}}}],"partialFingerprints":{"codehealthFindingId/v1":"0eef3c229fc52be18af076c6053065ca2cf1bbed7cf56e45ae32f69704ef48be"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: GeneratedCriteria: TooManyMethods \u2014 55 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"mall-mbg/src/main/java/com/macro/mall/model/UmsAdminPermissionRelationExample.java"},"region":{"startLine":66}}}],"partialFingerprints":{"codehealthFindingId/v1":"faac57c7a7ae5056517e55f4f44e3b7f7fc4baf484ac686e9072b4a6e7d4b6b7"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: model/UmsMemberExample.java: FileTooLong \u2014 863 significant lines (blank, comment-only and punctuation-only lines excluded), about 99% of them inside a single declaration: UmsMemberExample (8-1447). Moving the declarations that sit BESIDE it into sibling files will not shorten this file. Extract from INSIDE that declaration instead: lift each cohesive group of its body \u2014 the parts that share the same inputs and are named together \u2014 into its own unit in a sibling file, and have the original call them."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"mall-mbg/src/main/java/com/macro/mall/model/UmsMemberExample.java"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"7beb09dab182c05eec5cb4addaac26df0b816b5d11963fe3ece0e2806639484f"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: model/OmsCartItemExample.java: FileTooLong \u2014 811 significant lines (blank, comment-only and punctuation-only lines excluded), about 99% of them inside a single declaration: OmsCartItemExample (8-1361). Moving the declarations that sit BESIDE it into sibling files will not shorten this file. Extract from INSIDE that declaration instead: lift each cohesive group of its body \u2014 the parts that share the same inputs and are named together \u2014 into its own unit in a sibling file, and have the original call them."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"mall-mbg/src/main/java/com/macro/mall/model/OmsCartItemExample.java"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"6f8c09a0e62a0da24d82a50b35b8ceaa5b578d2c6000fe861f3e403f3b6a96e1"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: model/SmsCouponExample.java: FileTooLong \u2014 781 significant lines (blank, comment-only and punctuation-only lines excluded), about 99% of them inside a single declaration: SmsCouponExample (8-1311). Moving the declarations that sit BESIDE it into sibling files will not shorten this file. Extract from INSIDE that declaration instead: lift each cohesive group of its body \u2014 the parts that share the same inputs and are named together \u2014 into its own unit in a sibling file, and have the original call them."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"mall-mbg/src/main/java/com/macro/mall/model/SmsCouponExample.java"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"44115f40e84fea803aeb60794f004aa9606b0d4dcecbd2091a975911bf201467"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: GeneratedCriteria: TooManyMethods \u2014 45 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"mall-mbg/src/main/java/com/macro/mall/model/PmsAlbumPicExample.java"},"region":{"startLine":66}}}],"partialFingerprints":{"codehealthFindingId/v1":"454c9d2ffe44b8f02cf9d8be0ae5b341f6c17d8235bc5d1f67b83145dedf35db"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: OmsOrderItem: TooManyMethods \u2014 44 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"mall-mbg/src/main/java/com/macro/mall/model/OmsOrderItem.java"},"region":{"startLine":7}}}],"partialFingerprints":{"codehealthFindingId/v1":"060c47e7eb3edaffe78e446ea961ca4aadc9b952222a2130de15129e5ba1051e"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: GeneratedCriteria: TooManyMethods \u2014 43 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"mall-mbg/src/main/java/com/macro/mall/model/CmsPrefrenceAreaProductRelationExample.java"},"region":{"startLine":66}}}],"partialFingerprints":{"codehealthFindingId/v1":"c43dd69f9c4cb4a87905252f9bb610c98153e859d67dc966d67c4f6f9b48e0aa"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: GeneratedCriteria: TooManyMethods \u2014 43 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"mall-mbg/src/main/java/com/macro/mall/model/CmsSubjectProductRelationExample.java"},"region":{"startLine":66}}}],"partialFingerprints":{"codehealthFindingId/v1":"cc601ed19f69413d0a7aa199c5a4caa33a8a5be11ade5b594141b178843f9b1c"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: GeneratedCriteria: TooManyMethods \u2014 43 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"mall-mbg/src/main/java/com/macro/mall/model/PmsProductCategoryAttributeRelationExample.java"},"region":{"startLine":66}}}],"partialFingerprints":{"codehealthFindingId/v1":"a5a50f9f9527af85755ba2fb9d01f073a44257b8eacd26800a48a8b4cd72cae0"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: GeneratedCriteria: TooManyMethods \u2014 43 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"mall-mbg/src/main/java/com/macro/mall/model/UmsAdminRoleRelationExample.java"},"region":{"startLine":66}}}],"partialFingerprints":{"codehealthFindingId/v1":"cb675c2380eb3ef72f51309f37d3ccf0633457266780605414353f1de9c6fd39"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: GeneratedCriteria: TooManyMethods \u2014 43 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"mall-mbg/src/main/java/com/macro/mall/model/UmsMemberMemberTagRelationExample.java"},"region":{"startLine":66}}}],"partialFingerprints":{"codehealthFindingId/v1":"809dff7773b9850b98a4862051e701b0d820627a808c5cd3c0d049a2cb6cf9a7"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: GeneratedCriteria: TooManyMethods \u2014 43 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"mall-mbg/src/main/java/com/macro/mall/model/UmsMemberProductCategoryRelationExample.java"},"region":{"startLine":66}}}],"partialFingerprints":{"codehealthFindingId/v1":"7d58fcaa0e8caf7320a81268c6f30074d5bf5e31630881b94c950572da2c3f67"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: GeneratedCriteria: TooManyMethods \u2014 43 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"mall-mbg/src/main/java/com/macro/mall/model/UmsRoleMenuRelationExample.java"},"region":{"startLine":66}}}],"partialFingerprints":{"codehealthFindingId/v1":"05ee2f1966960a1df812e1e9c81ae2e293e8c295e600ba4255d38a65e172b709"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: GeneratedCriteria: TooManyMethods \u2014 43 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"mall-mbg/src/main/java/com/macro/mall/model/UmsRolePermissionRelationExample.java"},"region":{"startLine":66}}}],"partialFingerprints":{"codehealthFindingId/v1":"bbc512594e2645b2334c9c7596e6e8399fda76d3de53e449ba1e4e95fd0093d9"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: GeneratedCriteria: TooManyMethods \u2014 43 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"mall-mbg/src/main/java/com/macro/mall/model/UmsRoleResourceRelationExample.java"},"region":{"startLine":66}}}],"partialFingerprints":{"codehealthFindingId/v1":"68c64c8c1c13552df735445a152c83893f921a3c0865d65aa0bd08e529df9f32"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: model/UmsMemberStatisticsInfoExample.java: FileTooLong \u2014 691 significant lines (blank, comment-only and punctuation-only lines excluded), about 99% of them inside a single declaration: UmsMemberStatisticsInfoExample (8-1161). Moving the declarations that sit BESIDE it into sibling files will not shorten this file. Extract from INSIDE that declaration instead: lift each cohesive group of its body \u2014 the parts that share the same inputs and are named together \u2014 into its own unit in a sibling file, and have the original call them."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"mall-mbg/src/main/java/com/macro/mall/model/UmsMemberStatisticsInfoExample.java"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"c0fb5e5c3c6dd26caaf62757340fc5d40aeb257107f1db1c57e4e2520d1b67f7"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: model/CmsSubjectExample.java: FileTooLong \u2014 684 significant lines (blank, comment-only and punctuation-only lines excluded), about 99% of them inside a single declaration: CmsSubjectExample (7-1150). Moving the declarations that sit BESIDE it into sibling files will not shorten this file. Extract from INSIDE that declaration instead: lift each cohesive group of its body \u2014 the parts that share the same inputs and are named together \u2014 into its own unit in a sibling file, and have the original call them."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"mall-mbg/src/main/java/com/macro/mall/model/CmsSubjectExample.java"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"781067e101a5d7dc051c25dd40801700479e2e9b41fa2a650eafe29ece841c9c"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: UmsMember: TooManyMethods \u2014 40 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"mall-mbg/src/main/java/com/macro/mall/model/UmsMember.java"},"region":{"startLine":7}}}],"partialFingerprints":{"codehealthFindingId/v1":"3be12697e718479c9900c74d08afca17f56f0cd98539d08235a0f3386a980f21"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: model/PmsCommentExample.java: FileTooLong \u2014 654 significant lines (blank, comment-only and punctuation-only lines excluded), about 99% of them inside a single declaration: PmsCommentExample (7-1100). Moving the declarations that sit BESIDE it into sibling files will not shorten this file. Extract from INSIDE that declaration instead: lift each cohesive group of its body \u2014 the parts that share the same inputs and are named together \u2014 into its own unit in a sibling file, and have the original call them."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"mall-mbg/src/main/java/com/macro/mall/model/PmsCommentExample.java"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"d8bd7c0bf32aec32250b6ae4fc5fd68fd09f4e266214f4efe9de070c0ae4ff40"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: OmsCartItem: TooManyMethods \u2014 38 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"mall-mbg/src/main/java/com/macro/mall/model/OmsCartItem.java"},"region":{"startLine":8}}}],"partialFingerprints":{"codehealthFindingId/v1":"9e6add984659fb4e24cb9e7febdf97bd364d744ce9679858e0d8759848746938"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: SmsCoupon: TooManyMethods \u2014 38 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"mall-mbg/src/main/java/com/macro/mall/model/SmsCoupon.java"},"region":{"startLine":8}}}],"partialFingerprints":{"codehealthFindingId/v1":"7c92d9871512bf3a99a64630083ccd9071e6a3021c898fcca3b93650e4a3c699"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: model/UmsMemberLevelExample.java: FileTooLong \u2014 594 significant lines (blank, comment-only and punctuation-only lines excluded), about 99% of them inside a single declaration: UmsMemberLevelExample (7-1000). Moving the declarations that sit BESIDE it into sibling files will not shorten this file. Extract from INSIDE that declaration instead: lift each cohesive group of its body \u2014 the parts that share the same inputs and are named together \u2014 into its own unit in a sibling file, and have the original call them."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"mall-mbg/src/main/java/com/macro/mall/model/UmsMemberLevelExample.java"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"d974a01a493812ce5f1285dbfd00ee427415aed52a249bedbc1f2a76eac80c79"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: RedisServiceImpl: TooManyMethods \u2014 35 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"mall-common/src/main/java/com/macro/mall/common/service/impl/RedisServiceImpl.java"},"region":{"startLine":16}}}],"partialFingerprints":{"codehealthFindingId/v1":"79a56c52c40d7f6c5e60df03a480749922526407fe21c77589569037765dc911"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: model/SmsHomeAdvertiseExample.java: FileTooLong \u2014 570 significant lines (blank, comment-only and punctuation-only lines excluded), about 99% of them inside a single declaration: SmsHomeAdvertiseExample (7-960). Moving the declarations that sit BESIDE it into sibling files will not shorten this file. Extract from INSIDE that declaration instead: lift each cohesive group of its body \u2014 the parts that share the same inputs and are named together \u2014 into its own unit in a sibling file, and have the original call them."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"mall-mbg/src/main/java/com/macro/mall/model/SmsHomeAdvertiseExample.java"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"05cc6db9031627ac99e71ea734b9a762a327e70dce6e93153c229feb58dbddab"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: CmsSubject: TooManyMethods \u2014 34 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"mall-mbg/src/main/java/com/macro/mall/model/CmsSubject.java"},"region":{"startLine":7}}}],"partialFingerprints":{"codehealthFindingId/v1":"2fad1ce91150ba5e58ba9bbfb43ec6911ba3421127b723f2e68c30b928ce5c8c"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: UmsMemberStatisticsInfo: TooManyMethods \u2014 34 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"mall-mbg/src/main/java/com/macro/mall/model/UmsMemberStatisticsInfo.java"},"region":{"startLine":8}}}],"partialFingerprints":{"codehealthFindingId/v1":"5c2b6fb4cc48ed78c6e761295664252dcd970c642a4cc852240328e08893711d"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: model/PmsProductAttributeExample.java: FileTooLong \u2014 557 significant lines (blank, comment-only and punctuation-only lines excluded), about 99% of them inside a single declaration: PmsProductAttributeExample (6-939). Moving the declarations that sit BESIDE it into sibling files will not shorten this file. Extract from INSIDE that declaration instead: lift each cohesive group of its body \u2014 the parts that share the same inputs and are named together \u2014 into its own unit in a sibling file, and have the original call them."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"mall-mbg/src/main/java/com/macro/mall/model/PmsProductAttributeExample.java"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"b2a932f97a4be8138e9ddcce19ac057def7c5b6ebbab42d43e39f298e47fc2e2"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: model/PmsProductOperateLogExample.java: FileTooLong \u2014 553 significant lines (blank, comment-only and punctuation-only lines excluded), about 99% of them inside a single declaration: PmsProductOperateLogExample (8-931). Moving the declarations that sit BESIDE it into sibling files will not shorten this file. Extract from INSIDE that declaration instead: lift each cohesive group of its body \u2014 the parts that share the same inputs and are named together \u2014 into its own unit in a sibling file, and have the original call them."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"mall-mbg/src/main/java/com/macro/mall/model/PmsProductOperateLogExample.java"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"6af2f6d6eb5787988a52ab94d3d4273f3d4ffe046d00c1eb0b34ee247c7c0b17"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: PmsComment: TooManyMethods \u2014 32 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"mall-mbg/src/main/java/com/macro/mall/model/PmsComment.java"},"region":{"startLine":7}}}],"partialFingerprints":{"codehealthFindingId/v1":"76366e10a65d0099d81ede05b42c02ce62112e445bfbfe77b409560cb7fb67e8"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: OmsPortalOrderServiceImpl: TooManyMethods \u2014 32 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"mall-portal/src/main/java/com/macro/mall/portal/service/impl/OmsPortalOrderServiceImpl.java"},"region":{"startLine":33}}}],"partialFingerprints":{"codehealthFindingId/v1":"31804a7c65453dd4e1873e8ea3ec9e8bb0a69a38d090d5c7ab81baafdcbda0da"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: model/PmsProductCategoryExample.java: FileTooLong \u2014 533 significant lines (blank, comment-only and punctuation-only lines excluded), about 99% of them inside a single declaration: PmsProductCategoryExample (6-899). Moving the declarations that sit BESIDE it into sibling files will not shorten this file. Extract from INSIDE that declaration instead: lift each cohesive group of its body \u2014 the parts that share the same inputs and are named together \u2014 into its own unit in a sibling file, and have the original call them."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"mall-mbg/src/main/java/com/macro/mall/model/PmsProductCategoryExample.java"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"5e84cc5a1fb32e16881d838f68b05a76823c7233b38ea6b3fb9aea6b6a6164c8"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: model/CmsTopicExample.java: FileTooLong \u2014 528 significant lines (blank, comment-only and punctuation-only lines excluded), about 99% of them inside a single declaration: CmsTopicExample (7-890). Moving the declarations that sit BESIDE it into sibling files will not shorten this file. Extract from INSIDE that declaration instead: lift each cohesive group of its body \u2014 the parts that share the same inputs and are named together \u2014 into its own unit in a sibling file, and have the original call them."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"mall-mbg/src/main/java/com/macro/mall/model/CmsTopicExample.java"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"b980817aa33cb4fedf2fd3e6910ea5483cf26a635ca7297ec1f9377a8e65e0fb"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: model/PmsSkuStockExample.java: FileTooLong \u2014 528 significant lines (blank, comment-only and punctuation-only lines excluded), about 99% of them inside a single declaration: PmsSkuStockExample (7-890). Moving the declarations that sit BESIDE it into sibling files will not shorten this file. Extract from INSIDE that declaration instead: lift each cohesive group of its body \u2014 the parts that share the same inputs and are named together \u2014 into its own unit in a sibling file, and have the original call them."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"mall-mbg/src/main/java/com/macro/mall/model/PmsSkuStockExample.java"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"34580eb3e35cc55aafdfe864b3b850abeb8424094688d4d9ccac06c4da28d6cd"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: model/SmsCouponHistoryExample.java: FileTooLong \u2014 528 significant lines (blank, comment-only and punctuation-only lines excluded), about 99% of them inside a single declaration: SmsCouponHistoryExample (7-890). Moving the declarations that sit BESIDE it into sibling files will not shorten this file. Extract from INSIDE that declaration instead: lift each cohesive group of its body \u2014 the parts that share the same inputs and are named together \u2014 into its own unit in a sibling file, and have the original call them."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"mall-mbg/src/main/java/com/macro/mall/model/SmsCouponHistoryExample.java"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"20e03ac0745cdec1b83b6ea5ff914ce4a867c908876bc6c8961d95b695880f34"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: model/OmsCompanyAddressExample.java: FileTooLong \u2014 515 significant lines (blank, comment-only and punctuation-only lines excluded), about 99% of them inside a single declaration: OmsCompanyAddressExample (6-869). Moving the declarations that sit BESIDE it into sibling files will not shorten this file. Extract from INSIDE that declaration instead: lift each cohesive group of its body \u2014 the parts that share the same inputs and are named together \u2014 into its own unit in a sibling file, and have the original call them."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"mall-mbg/src/main/java/com/macro/mall/model/OmsCompanyAddressExample.java"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"d1fa030dc1feb115d465254ab97b77cf952643d281bed75bb1d50e1ff67fe725"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: model/UmsMemberReceiveAddressExample.java: FileTooLong \u2014 515 significant lines (blank, comment-only and punctuation-only lines excluded), about 99% of them inside a single declaration: UmsMemberReceiveAddressExample (6-869). Moving the declarations that sit BESIDE it into sibling files will not shorten this file. Extract from INSIDE that declaration instead: lift each cohesive group of its body \u2014 the parts that share the same inputs and are named together \u2014 into its own unit in a sibling file, and have the original call them."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"mall-mbg/src/main/java/com/macro/mall/model/UmsMemberReceiveAddressExample.java"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"61a7b0aac7a3002d68707d3398894ea10e485f06a1581fadc5430e98f82a7a43"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: model/UmsAdminExample.java: FileTooLong \u2014 510 significant lines (blank, comment-only and punctuation-only lines excluded), about 99% of them inside a single declaration: UmsAdminExample (7-860). Moving the declarations that sit BESIDE it into sibling files will not shorten this file. Extract from INSIDE that declaration instead: lift each cohesive group of its body \u2014 the parts that share the same inputs and are named together \u2014 into its own unit in a sibling file, and have the original call them."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"mall-mbg/src/main/java/com/macro/mall/model/UmsAdminExample.java"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"e5b66091c346d6342d4c79c49d890cc2f964e34c2bd345c8ae35e678ffdec50c"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (12 lines \u00D7 2): mall-admin/src/main/java/com/macro/mall/config/GlobalCorsConfig.java:21-32 | mall-portal/src/main/java/com/macro/mall/portal/config/GlobalCorsConfig.java:21-32 \u2014 the copies span different directories, so extracting a shared function means choosing where it lives: put it somewhere both call sites can already reach \u2014 a location they all depend on today, or a new shared one if there is none \u2014 and call it from each site; until then, every change has to be made twice. The matched lines also transfer control out of the body holding them, which cannot survive a move into a called unit unchanged: have the extracted unit return that decision and let each site act on it."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"mall-admin/src/main/java/com/macro/mall/config/GlobalCorsConfig.java"},"region":{"startLine":21}}}],"partialFingerprints":{"codehealthFindingId/v1":"179ae1ce17fba978c9befca2d7e5d3b03f5c7f60bb18634857f865a247cbe30a"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (12 lines \u00D7 2): mall-portal/src/main/java/com/macro/mall/portal/service/impl/AlipayServiceImpl.java:45-56 | mall-portal/src/main/java/com/macro/mall/portal/service/impl/AlipayServiceImpl.java:137-148 \u2014 both copies are in the same file, so extract the block into one function there and call it from each site \u2014 the copies drift apart the first time only one of them is edited. Read the line range as the matched WINDOW rather than a finished unit: at \u0060mall-portal/src/main/java/com/macro/mall/portal/service/impl/AlipayServiceImpl.java:45\u0060 it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"mall-portal/src/main/java/com/macro/mall/portal/service/impl/AlipayServiceImpl.java"},"region":{"startLine":45}}}],"partialFingerprints":{"codehealthFindingId/v1":"0908b5d3e3b950156a53836df7e4a2df1daff5c05627adf2539cbaada0b18623"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (10 lines \u00D7 3): mall-admin/src/main/java/com/macro/mall/config/SpringDocConfig.java:32-41 | mall-demo/src/main/java/com/macro/mall/demo/config/SpringDocConfig.java:31-40 | mall-portal/src/main/java/com/macro/mall/portal/config/SpringDocConfig.java:31-40 \u2014 the copies span different directories, so extracting a shared function means choosing where it lives: put it somewhere all 3 call sites can already reach \u2014 a location they all depend on today, or a new shared one if there is none \u2014 and call it from each site; until then, every change has to be made 3 times. Read the line range as the matched WINDOW rather than a finished unit: at \u0060mall-admin/src/main/java/com/macro/mall/config/SpringDocConfig.java:32\u0060 it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"mall-admin/src/main/java/com/macro/mall/config/SpringDocConfig.java"},"region":{"startLine":32}}}],"partialFingerprints":{"codehealthFindingId/v1":"aafa714bc865f71224b7721e7a1403567ee8a8573f0398fc46f89cb9828cda87"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (9 lines \u00D7 2): mall-common/src/main/java/com/macro/mall/common/exception/GlobalExceptionHandler.java:34-42 | mall-common/src/main/java/com/macro/mall/common/exception/GlobalExceptionHandler.java:48-56 \u2014 both copies are in the same file, so extract the block into one function there and call it from each site \u2014 the copies drift apart the first time only one of them is edited. The matched lines also transfer control out of the body holding them, which cannot survive a move into a called unit unchanged: have the extracted unit return that decision and let each site act on it."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"mall-common/src/main/java/com/macro/mall/common/exception/GlobalExceptionHandler.java"},"region":{"startLine":34}}}],"partialFingerprints":{"codehealthFindingId/v1":"a56fbdd9ac74a36e2b34b745cd5ab91364b1baaed22022fa042ba207f79f4ecf"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (9 lines \u00D7 2): mall-portal/src/main/java/com/macro/mall/portal/service/impl/UmsMemberCouponServiceImpl.java:133-141 | mall-portal/src/main/java/com/macro/mall/portal/service/impl/UmsMemberCouponServiceImpl.java:146-154 \u2014 both copies are in the same file, so extract the block into one function there and call it from each site \u2014 the copies drift apart the first time only one of them is edited. Read the line range as the matched WINDOW rather than a finished unit: at \u0060mall-portal/src/main/java/com/macro/mall/portal/service/impl/UmsMemberCouponServiceImpl.java:133\u0060 it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"mall-portal/src/main/java/com/macro/mall/portal/service/impl/UmsMemberCouponServiceImpl.java"},"region":{"startLine":133}}}],"partialFingerprints":{"codehealthFindingId/v1":"8ece1595b02237e54211a90614a9ee644cbf1b58f8c67fb587ae567c6b97530c"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (8 lines \u00D7 2): mall-admin/src/main/java/com/macro/mall/controller/UmsAdminController.java:62-69 | mall-portal/src/main/java/com/macro/mall/portal/controller/UmsMemberController.java:53-60 \u2014 the copies span different directories, so extracting a shared function means choosing where it lives: put it somewhere both call sites can already reach \u2014 a location they all depend on today, or a new shared one if there is none \u2014 and call it from each site; until then, every change has to be made twice. Read the line range as the matched WINDOW rather than a finished unit: at \u0060mall-admin/src/main/java/com/macro/mall/controller/UmsAdminController.java:62\u0060 it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that. The matched lines also transfer control out of the body holding them, which cannot survive a move into a called unit unchanged: have the extracted unit return that decision and let each site act on it."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"mall-admin/src/main/java/com/macro/mall/controller/UmsAdminController.java"},"region":{"startLine":62}}}],"partialFingerprints":{"codehealthFindingId/v1":"3f79012db6d9bd1ca1914dce1c4814bdcbe651466b41b577d86e11d109d969fb"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (8 lines \u00D7 2): mall-admin/src/main/java/com/macro/mall/controller/UmsAdminController.java:77-84 | mall-portal/src/main/java/com/macro/mall/portal/controller/UmsMemberController.java:98-105 \u2014 the copies span different directories, so extracting a shared function means choosing where it lives: put it somewhere both call sites can already reach \u2014 a location they all depend on today, or a new shared one if there is none \u2014 and call it from each site; until then, every change has to be made twice. Read the line range as the matched WINDOW rather than a finished unit: at \u0060mall-admin/src/main/java/com/macro/mall/controller/UmsAdminController.java:77\u0060 it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that. The matched lines also transfer control out of the body holding them, which cannot survive a move into a called unit unchanged: have the extracted unit return that decision and let each site act on it."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"mall-admin/src/main/java/com/macro/mall/controller/UmsAdminController.java"},"region":{"startLine":77}}}],"partialFingerprints":{"codehealthFindingId/v1":"fe938acb59895bb9fc5b890375cd9b72c779ec98fe8958f6fe545f224046230b"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (8 lines \u00D7 2): mall-admin/src/main/java/com/macro/mall/service/impl/OmsOrderServiceImpl.java:105-112 | mall-admin/src/main/java/com/macro/mall/service/impl/OmsOrderServiceImpl.java:124-131 \u2014 both copies are in the same file, so extract the block into one function there and call it from each site \u2014 the copies drift apart the first time only one of them is edited."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"mall-admin/src/main/java/com/macro/mall/service/impl/OmsOrderServiceImpl.java"},"region":{"startLine":105}}}],"partialFingerprints":{"codehealthFindingId/v1":"bf8946ecd819aadcb1ea8caac4e58bb52af2a25fff6d7a4fc43f26240ba55381"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (8 lines \u00D7 2): mall-portal/src/main/java/com/macro/mall/portal/service/impl/OmsPromotionServiceImpl.java:72-79 | mall-portal/src/main/java/com/macro/mall/portal/service/impl/OmsPromotionServiceImpl.java:95-102 \u2014 both copies are in the same file, so extract the block into one function there and call it from each site \u2014 the copies drift apart the first time only one of them is edited. Read the line range as the matched WINDOW rather than a finished unit: at \u0060mall-portal/src/main/java/com/macro/mall/portal/service/impl/OmsPromotionServiceImpl.java:72\u0060 it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"mall-portal/src/main/java/com/macro/mall/portal/service/impl/OmsPromotionServiceImpl.java"},"region":{"startLine":72}}}],"partialFingerprints":{"codehealthFindingId/v1":"e182fff4aa5a3b2c092ef97f140d60f0712214bca22b3d2993ed239ad084d4d7"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (7 lines \u00D7 2): mall-portal/src/main/java/com/macro/mall/portal/service/impl/MemberCollectionServiceImpl.java:44-50 | mall-portal/src/main/java/com/macro/mall/portal/service/impl/MemberReadHistoryServiceImpl.java:47-53 \u2014 the copies sit in sibling files of one directory: extract the block into a single shared function in that directory and call it from each site, so a change lands once. Read the line range as the matched WINDOW rather than a finished unit: at \u0060mall-portal/src/main/java/com/macro/mall/portal/service/impl/MemberCollectionServiceImpl.java:44\u0060 it does not close everything it opens, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"mall-portal/src/main/java/com/macro/mall/portal/service/impl/MemberCollectionServiceImpl.java"},"region":{"startLine":44}}}],"partialFingerprints":{"codehealthFindingId/v1":"253201d099a8fe5d75fbe00e34e7da3c0c7299fc555d9b656434bcd6a404a898"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (7 lines \u00D7 2): mall-search/src/main/java/com/macro/mall/search/service/impl/EsProductServiceImpl.java:118-124 | mall-search/src/main/java/com/macro/mall/search/service/impl/EsProductServiceImpl.java:179-185 \u2014 both copies are in the same file, so extract the block into one function there and call it from each site \u2014 the copies drift apart the first time only one of them is edited. Read the line range as the matched WINDOW rather than a finished unit: at \u0060mall-search/src/main/java/com/macro/mall/search/service/impl/EsProductServiceImpl.java:118\u0060 it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"mall-search/src/main/java/com/macro/mall/search/service/impl/EsProductServiceImpl.java"},"region":{"startLine":118}}}],"partialFingerprints":{"codehealthFindingId/v1":"59340a401b6bbf59a78cdf4f5145d6fe3e87cbcfe1e9d81f482484a7f5b3c76b"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (6 lines \u00D7 76): mall-mbg/src/main/java/com/macro/mall/model/CmsHelp.java:92-97 | mall-mbg/src/main/java/com/macro/mall/model/CmsHelpCategory.java:73-78 | mall-mbg/src/main/java/com/macro/mall/model/CmsMemberReport.java:96-101 | mall-mbg/src/main/java/com/macro/mall/model/CmsPrefrenceArea.java:72-77 | mall-mbg/src/main/java/com/macro/mall/model/CmsPrefrenceAreaProductRelation.java:41-46 | mall-mbg/src/main/java/com/macro/mall/model/CmsSubject.java:178-183 | mall-mbg/src/main/java/com/macro/mall/model/CmsSubjectCategory.java:73-78 | mall-mbg/src/main/java/com/macro/mall/model/CmsSubjectComment.java:82-87 | mall-mbg/src/main/java/com/macro/mall/model/CmsSubjectProductRelation.java:41-46 | mall-mbg/src/main/java/com/macro/mall/model/CmsTopic.java:137-142 | mall-mbg/src/main/java/com/macro/mall/model/CmsTopicCategory.java:73-78 | mall-mbg/src/main/java/com/macro/mall/model/CmsTopicComment.java:82-87 | mall-mbg/src/main/java/com/macro/mall/model/OmsCartItem.java:205-210 | mall-mbg/src/main/java/com/macro/mall/model/OmsCompanyAddress.java:120-125 | mall-mbg/src/main/java/com/macro/mall/model/OmsOrder.java:495-500 | mall-mbg/src/main/java/com/macro/mall/model/OmsOrderItem.java:235-240 | mall-mbg/src/main/java/com/macro/mall/model/OmsOrderOperateHistory.java:77-82 | mall-mbg/src/main/java/com/macro/mall/model/OmsOrderReturnApply.java:309-314 | mall-mbg/src/main/java/com/macro/mall/model/OmsOrderReturnReason.java:65-70 | mall-mbg/src/main/java/com/macro/mall/model/OmsOrderSetting.java:76-81 | mall-mbg/src/main/java/com/macro/mall/model/PmsAlbum.java:71-76 | mall-mbg/src/main/java/com/macro/mall/model/PmsAlbumPic.java:41-46 | mall-mbg/src/main/java/com/macro/mall/model/PmsBrand.java:128-133 | mall-mbg/src/main/java/com/macro/mall/model/PmsComment.java:167-172 | mall-mbg/src/main/java/com/macro/mall/model/PmsCommentReplay.java:83-88 | mall-mbg/src/main/java/com/macro/mall/model/PmsFeightTemplate.java:96-101 | mall-mbg/src/main/java/com/macro/mall/model/PmsMemberPrice.java:63-68 | mall-mbg/src/main/java/com/macro/mall/model/PmsProduct.java:463-468 | mall-mbg/src/main/java/com/macro/mall/model/PmsProductAttribute.java:140-145 | mall-mbg/src/main/java/com/macro/mall/model/PmsProductAttributeCategory.java:53-58 | mall-mbg/src/main/java/com/macro/mall/model/PmsProductAttributeValue.java:52-57 | mall-mbg/src/main/java/com/macro/mall/model/PmsProductCategory.java:137-142 | mall-mbg/src/main/java/com/macro/mall/model/PmsProductCategoryAttributeRelation.java:41-46 | mall-mbg/src/main/java/com/macro/mall/model/PmsProductFullReduction.java:52-57 | mall-mbg/src/main/java/com/macro/mall/model/PmsProductLadder.java:65-70 | mall-mbg/src/main/java/com/macro/mall/model/PmsProductOperateLog.java:135-140 | mall-mbg/src/main/java/com/macro/mall/model/PmsProductVertifyRecord.java:74-79 | mall-mbg/src/main/java/com/macro/mall/model/PmsSkuStock.java:130-135 | mall-mbg/src/main/java/com/macro/mall/model/SmsCoupon.java:207-212 | mall-mbg/src/main/java/com/macro/mall/model/SmsCouponHistory.java:128-133 | mall-mbg/src/main/java/com/macro/mall/model/SmsCouponProductCategoryRelation.java:63-68 | mall-mbg/src/main/java/com/macro/mall/model/SmsCouponProductRelation.java:63-68 | mall-mbg/src/main/java/com/macro/mall/model/SmsFlashPromotion.java:77-82 | mall-mbg/src/main/java/com/macro/mall/model/SmsFlashPromotionLog.java:83-88 | mall-mbg/src/main/java/com/macro/mall/model/SmsFlashPromotionProductRelation.java:98-103 | mall-mbg/src/main/java/com/macro/mall/model/SmsFlashPromotionSession.java:78-83 | mall-mbg/src/main/java/com/macro/mall/model/SmsHomeAdvertise.java:139-144 | mall-mbg/src/main/java/com/macro/mall/model/SmsHomeBrand.java:61-66 | mall-mbg/src/main/java/com/macro/mall/model/SmsHomeNewProduct.java:61-66 | mall-mbg/src/main/java/com/macro/mall/model/SmsHomeRecommendProduct.java:61-66 | mall-mbg/src/main/java/com/macro/mall/model/SmsHomeRecommendSubject.java:61-66 | mall-mbg/src/main/java/com/macro/mall/model/UmsAdmin.java:119-124 | mall-mbg/src/main/java/com/macro/mall/model/UmsAdminLoginLog.java:73-78 | mall-mbg/src/main/java/com/macro/mall/model/UmsAdminPermissionRelation.java:51-56 | mall-mbg/src/main/java/com/macro/mall/model/UmsAdminRoleRelation.java:41-46 | mall-mbg/src/main/java/com/macro/mall/model/UmsGrowthChangeHistory.java:97-102 | mall-mbg/src/main/java/com/macro/mall/model/UmsIntegrationChangeHistory.java:97-102 | mall-mbg/src/main/java/com/macro/mall/model/UmsIntegrationConsumeSetting.java:65-70 | mall-mbg/src/main/java/com/macro/mall/model/UmsMember.java:219-224 | mall-mbg/src/main/java/com/macro/mall/model/UmsMemberLevel.java:151-156 | mall-mbg/src/main/java/com/macro/mall/model/UmsMemberLoginLog.java:83-88 | mall-mbg/src/main/java/com/macro/mall/model/UmsMemberMemberTagRelation.java:41-46 | mall-mbg/src/main/java/com/macro/mall/model/UmsMemberProductCategoryRelation.java:41-46 | mall-mbg/src/main/java/com/macro/mall/model/UmsMemberReceiveAddress.java:118-123 | mall-mbg/src/main/java/com/macro/mall/model/UmsMemberRuleSetting.java:88-93 | mall-mbg/src/main/java/com/macro/mall/model/UmsMemberStatisticsInfo.java:182-187 | mall-mbg/src/main/java/com/macro/mall/model/UmsMemberTag.java:54-59 | mall-mbg/src/main/java/com/macro/mall/model/UmsMemberTask.java:64-69 | mall-mbg/src/main/java/com/macro/mall/model/UmsMenu.java:110-115 | mall-mbg/src/main/java/com/macro/mall/model/UmsPermission.java:121-126 | mall-mbg/src/main/java/com/macro/mall/model/UmsResource.java:77-82 | mall-mbg/src/main/java/com/macro/mall/model/UmsResourceCategory.java:55-60 | mall-mbg/src/main/java/com/macro/mall/model/UmsRole.java:87-92 | mall-mbg/src/main/java/com/macro/mall/model/UmsRoleMenuRelation.java:43-48 | mall-mbg/src/main/java/com/macro/mall/model/UmsRolePermissionRelation.java:41-46 | mall-mbg/src/main/java/com/macro/mall/model/UmsRoleResourceRelation.java:43-48 \u2014 the copies sit in sibling files of one directory: extract the block into a single shared function in that directory and call it from each site, so a change lands once."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"mall-mbg/src/main/java/com/macro/mall/model/CmsHelp.java"},"region":{"startLine":92}}}],"partialFingerprints":{"codehealthFindingId/v1":"78da30b376c1edc1e36ec8475e1daf6f51ec5380adc55781679dd0c1e199649f"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (6 lines \u00D7 2): mall-mbg/src/main/java/com/macro/mall/model/CmsSubjectCategory.java:80-85 | mall-mbg/src/main/java/com/macro/mall/model/CmsTopicCategory.java:80-85 \u2014 the copies sit in sibling files of one directory: extract the block into a single shared function in that directory and call it from each site, so a change lands once. The matched lines also transfer control out of the body holding them, which cannot survive a move into a called unit unchanged: have the extracted unit return that decision and let each site act on it."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"mall-mbg/src/main/java/com/macro/mall/model/CmsSubjectCategory.java"},"region":{"startLine":80}}}],"partialFingerprints":{"codehealthFindingId/v1":"608ff5f69fc8cb683be35ed947d380435e5e510da247c6ffc78455940d89025e"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (6 lines \u00D7 2): mall-mbg/src/main/java/com/macro/mall/model/CmsSubjectComment.java:90-95 | mall-mbg/src/main/java/com/macro/mall/model/CmsTopicComment.java:90-95 \u2014 the copies sit in sibling files of one directory: extract the block into a single shared function in that directory and call it from each site, so a change lands once. The matched lines also transfer control out of the body holding them, which cannot survive a move into a called unit unchanged: have the extracted unit return that decision and let each site act on it."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"mall-mbg/src/main/java/com/macro/mall/model/CmsSubjectComment.java"},"region":{"startLine":90}}}],"partialFingerprints":{"codehealthFindingId/v1":"7a86cbfad30ea3719abd13197716a851d03d58f1cc9f88f5c70210d5a131320c"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (6 lines \u00D7 2): mall-mbg/src/main/java/com/macro/mall/model/OmsCompanyAddress.java:131-136 | mall-mbg/src/main/java/com/macro/mall/model/UmsMemberReceiveAddress.java:129-134 \u2014 the copies sit in sibling files of one directory: extract the block into a single shared function in that directory and call it from each site, so a change lands once. The matched lines also transfer control out of the body holding them, which cannot survive a move into a called unit unchanged: have the extracted unit return that decision and let each site act on it."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"mall-mbg/src/main/java/com/macro/mall/model/OmsCompanyAddress.java"},"region":{"startLine":131}}}],"partialFingerprints":{"codehealthFindingId/v1":"672c98bf9312d1a4445673606e151dc8ab5408b02946b09099560d97e23ba28b"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (6 lines \u00D7 2): mall-mbg/src/main/java/com/macro/mall/model/SmsFlashPromotionExample.java:117-122 | mall-mbg/src/main/java/com/macro/mall/model/UmsMemberExample.java:117-122 \u2014 the copies sit in sibling files of one directory: extract the block into a single shared function in that directory and call it from each site, so a change lands once. Read the line range as the matched WINDOW rather than a finished unit: at \u0060mall-mbg/src/main/java/com/macro/mall/model/SmsFlashPromotionExample.java:117\u0060 it does not close everything it opens, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"mall-mbg/src/main/java/com/macro/mall/model/SmsFlashPromotionExample.java"},"region":{"startLine":117}}}],"partialFingerprints":{"codehealthFindingId/v1":"1dc98938346673c44e797b20cd7f80d9ba5defeac7a486cf6ccdd23e5f71509e"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (5 lines \u00D7 2): mall-admin/src/main/java/com/macro/mall/service/impl/UmsAdminCacheServiceImpl.java:64-68 | mall-admin/src/main/java/com/macro/mall/service/impl/UmsAdminCacheServiceImpl.java:76-80 \u2014 both copies are in the same file, so extract the block into one function there and call it from each site \u2014 the copies drift apart the first time only one of them is edited. Read the line range as the matched WINDOW rather than a finished unit: at \u0060mall-admin/src/main/java/com/macro/mall/service/impl/UmsAdminCacheServiceImpl.java:64\u0060 it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"mall-admin/src/main/java/com/macro/mall/service/impl/UmsAdminCacheServiceImpl.java"},"region":{"startLine":64}}}],"partialFingerprints":{"codehealthFindingId/v1":"b55beb12d8c81f3975609757c7f61dccc103923149571e7d1a6ce845654cf9bd"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (5 lines \u00D7 2): mall-portal/src/main/java/com/macro/mall/portal/service/impl/OmsPortalOrderServiceImpl.java:286-290 | mall-portal/src/main/java/com/macro/mall/portal/service/impl/OmsPortalOrderServiceImpl.java:318-322 \u2014 both copies are in the same file, so extract the block into one function there and call it from each site \u2014 the copies drift apart the first time only one of them is edited. Read the line range as the matched WINDOW rather than a finished unit: at \u0060mall-portal/src/main/java/com/macro/mall/portal/service/impl/OmsPortalOrderServiceImpl.java:286\u0060 it does not close everything it opens, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"mall-portal/src/main/java/com/macro/mall/portal/service/impl/OmsPortalOrderServiceImpl.java"},"region":{"startLine":286}}}],"partialFingerprints":{"codehealthFindingId/v1":"96209015d2d1dbe21dda2911c5210df32c97c73038b78ed2916679000ce4e84c"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (5 lines \u00D7 2): mall-search/src/main/java/com/macro/mall/search/service/impl/EsProductServiceImpl.java:150-154 | mall-search/src/main/java/com/macro/mall/search/service/impl/EsProductServiceImpl.java:202-206 \u2014 both copies are in the same file, so extract the block into one function there and call it from each site \u2014 the copies drift apart the first time only one of them is edited. Read the line range as the matched WINDOW rather than a finished unit: at \u0060mall-search/src/main/java/com/macro/mall/search/service/impl/EsProductServiceImpl.java:150\u0060 it does not close everything it opens, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that. The matched lines also transfer control out of the body holding them, which cannot survive a move into a called unit unchanged: have the extracted unit return that decision and let each site act on it."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"mall-search/src/main/java/com/macro/mall/search/service/impl/EsProductServiceImpl.java"},"region":{"startLine":150}}}],"partialFingerprints":{"codehealthFindingId/v1":"1ae8227c99ba422fc8712e1bcd3466b73516ab6d0888702b250fe8cce0d51a81"}},{"ruleId":"D13","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"64728d424955cc9720b0d08f9d8df592a49769efef458573989db527efadd2d8"},"taxa":[{"id":"CWE-259","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},{"id":"CWE-798","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D16","level":"warning","message":{"text":"single-maintainer \u2014 knowledge-concentration (bus factor) risk: single-maintainer \u2014 knowledge-concentration (bus factor) risk (1 author(s) across 1083 commit(s) sampled)."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"b4b49d961df742f0e507f4cc5c8094fb077ba0391a27fd015d18320865187719"}},{"ruleId":"D28","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"7eb3c61af35e45966c790909d3348c8091f8a8ecd939db481433c7890671dc35"}},{"ruleId":"D28","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"02a73371af6a90108689bab29aa09d3a08a44214b682d756959c045a92d6fa9a"}},{"ruleId":"D28","level":"note","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"3cdfd7beb31b791ae18dcb425e21eb157c842e7bbcd522cc330573c1a6538db1"}},{"ruleId":"D29","level":"warning","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"cba0ddb73f45fe450f22234f2f51c7271b290ed9245c37d7c4b261db6e281d83"},"taxa":[{"id":"CWE-330","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D29","level":"note","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"b2139bf82cc504901b570ebe1216e42291a3a2066967804ba64648d9305f1347"},"taxa":[{"id":"CWE-183","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D29","level":"note","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"4841686776461e0adbfd3ea2721c4f0cfd9e016bce063aaa774fb5599765c524"},"taxa":[{"id":"CWE-183","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D31","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"ee8301d88cd910f1b60e4e765bb3e01765bfded8a69405169e7acc86a554e740"}},{"ruleId":"D31","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"8f717cd8b742c95f80c6d518b73ac095478232876a4a6aa9580b73c6a95f9ef4"}},{"ruleId":"D31","level":"warning","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"0ee6d8ccb93dccad7915936f8294b6a4b70b8ee712c62d96691904e3f7c56ec1"}},{"ruleId":"D31","level":"warning","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"92cb87ab7444c369c5166701e0fe2b231615d6740f70b60fccad758c0a26aa1b"}},{"ruleId":"D31","level":"warning","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"49bf23e4bd1226dbc59d89a1364a8b219d3e849d9444264c85197b87054f7ab7"}},{"ruleId":"D31","level":"note","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"93f585f04f2b37cb6c1ff518c8c98f4116e4b3af375c03cb5d8ea569bb300ecf"}},{"ruleId":"D31","level":"note","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"6f256656a44b280a62248cb803aa0c34908ed7b19f49b06b3720285bd17041dc"}}],"taxonomies":[{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d","organization":"MITRE","informationUri":"https://cwe.mitre.org/","isComprehensive":false,"shortDescription":{"text":"The MITRE Common Weakness Enumeration (CWE)."},"taxa":[{"id":"CWE-1032","guid":"5f21e517-68aa-a650-9a25-5771ef024637","name":"OWASP Top Ten \u2014 Security Misconfiguration category","shortDescription":{"text":"OWASP Top Ten \u2014 Security Misconfiguration category"},"helpUri":"https://cwe.mitre.org/data/definitions/1032.html"},{"id":"CWE-16","guid":"659db3ea-affc-8453-8add-c1218fbfcb92","name":"Configuration","shortDescription":{"text":"Configuration"},"helpUri":"https://cwe.mitre.org/data/definitions/16.html"},{"id":"CWE-183","guid":"41617325-2bb9-145f-89c9-8ad38769b7ee","name":"CWE-183","shortDescription":{"text":"CWE-183"},"helpUri":"https://cwe.mitre.org/data/definitions/183.html"},{"id":"CWE-259","guid":"ae9ad959-fbb6-9d5e-892d-3dca66da0b69","name":"Use of Hard-coded Password","shortDescription":{"text":"Use of Hard-coded Password"},"helpUri":"https://cwe.mitre.org/data/definitions/259.html"},{"id":"CWE-330","guid":"f811ddf9-2e54-865b-9c76-f97905849790","name":"CWE-330","shortDescription":{"text":"CWE-330"},"helpUri":"https://cwe.mitre.org/data/definitions/330.html"},{"id":"CWE-732","guid":"1da27e8f-b330-7650-ab63-bd61953eae5d","name":"Incorrect Permission Assignment for Critical Resource","shortDescription":{"text":"Incorrect Permission Assignment for Critical Resource"},"helpUri":"https://cwe.mitre.org/data/definitions/732.html"},{"id":"CWE-77","guid":"332c8ade-6612-9f56-a06b-d8d90b1a8750","name":"Command Injection","shortDescription":{"text":"Command Injection"},"helpUri":"https://cwe.mitre.org/data/definitions/77.html"},{"id":"CWE-78","guid":"2e31ceaf-c7ae-2e5e-9661-cfb1362789cf","name":"OS Command Injection","shortDescription":{"text":"OS Command Injection"},"helpUri":"https://cwe.mitre.org/data/definitions/78.html"},{"id":"CWE-79","guid":"fd45580b-e8c4-fc5e-8c2f-aa8fab0b4dbf","name":"Cross-site Scripting (XSS)","shortDescription":{"text":"Cross-site Scripting (XSS)"},"helpUri":"https://cwe.mitre.org/data/definitions/79.html"},{"id":"CWE-798","guid":"5e8f057d-fee3-995a-a0cb-9fc5b0d174d1","name":"Use of Hard-coded Credentials","shortDescription":{"text":"Use of Hard-coded Credentials"},"helpUri":"https://cwe.mitre.org/data/definitions/798.html"},{"id":"CWE-89","guid":"6d08fdad-37eb-c150-bbf0-d7d946863407","name":"SQL Injection","shortDescription":{"text":"SQL Injection"},"helpUri":"https://cwe.mitre.org/data/definitions/89.html"},{"id":"CWE-94","guid":"75e7f50c-6c2f-dd52-bf40-bf6c52b861fd","name":"Code Injection","shortDescription":{"text":"Code Injection"},"helpUri":"https://cwe.mitre.org/data/definitions/94.html"}]}],"properties":{"codehealthPublication":{"public":true,"notice":"This is the PUBLIC form of this artifact. Findings are listed in full, but the details of SECURITY findings \u2014 which rule fired, in which file, on which line, and how to fix it \u2014 are deliberately withheld, and any secret-scanner results are excluded entirely. Where detail is absent here it was REMOVED FOR PUBLICATION; it is not missing from the analysis. The complete artifact is available from the repository owner.","securityFindingsRedacted":14,"secretScannerRunsExcluded":0}},"redactionTokens":["A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."]}]}