{"$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":"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":"D32","name":"Data Compliance (PII/GDPR)","shortDescription":{"text":"Data Compliance (PII/GDPR)"},"helpUri":"https://codehealth.canine.dev/dimensions/D32","relationships":[{"target":{"id":"CWE-359","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]},{"target":{"id":"CWE-312","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]},{"target":{"id":"CWE-200","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]}],"properties":{"cwe":["CWE-359","CWE-312","CWE-200"]}},{"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":"JavaCodeViewer.javaCodeFilter (cyclomatic 122): JavaCodeViewer.javaCodeFilter has cyclomatic complexity 122 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/com/jdon/jivejdon/domain/model/message/output/codeviewer/JavaCodeViewer.java"},"region":{"startLine":303}}}],"partialFingerprints":{"codehealthFindingId/v1":"da28930dc2eff0fd06e167775b8c863acebc709bbb7e4d1000280be0aaaf156d"}},{"ruleId":"D1","level":"warning","message":{"text":"_generateHTML (cyclomatic 91): _generateHTML has cyclomatic complexity 91 (threshold 15). To reduce it, separate the branches: extract each independent case into its own named function so the top-level body reads as a short sequence of named decisions."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"application/common/autocomplete/jquery-ui.js"},"region":{"startLine":8313}}}],"partialFingerprints":{"codehealthFindingId/v1":"5cc0cc4afd3ac80cbf33384329105e9320a4d03834b974f1e7abcc335bf39873"}},{"ruleId":"D1","level":"warning","message":{"text":"Emoticon.convertEmoticons (cyclomatic 83): Emoticon.convertEmoticons has cyclomatic complexity 83 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/com/jdon/jivejdon/domain/model/message/output/emotion/Emoticon.java"},"region":{"startLine":240}}}],"partialFingerprints":{"codehealthFindingId/v1":"66d71364bce28f02c6c0b8772f7207a30b1813ec968c4bb09777108b1b60d183"}},{"ruleId":"D1","level":"warning","message":{"text":"_doKeyDown (cyclomatic 45): _doKeyDown has cyclomatic complexity 45 (threshold 15). To reduce it, separate the branches: extract each independent case into its own named function so the top-level body reads as a short sequence of named decisions."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"application/common/autocomplete/jquery-ui.js"},"region":{"startLine":7392}}}],"partialFingerprints":{"codehealthFindingId/v1":"6ca8890e6bebbaf90d40d290065087d5ae7773287a380b454881ad8b2703c74d"}},{"ruleId":"D1","level":"warning","message":{"text":"drag (cyclomatic 44): drag has cyclomatic complexity 44 (threshold 15). To reduce it, separate the branches: extract each independent case into its own named function so the top-level body reads as a short sequence of named decisions."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"application/common/autocomplete/jquery-ui.js"},"region":{"startLine":1485}}}],"partialFingerprints":{"codehealthFindingId/v1":"8b7abe0da038b45a2c5b4c1c9eb937f2afccf687a57b1c2e124487dd5158d9ab"}},{"ruleId":"D1","level":"warning","message":{"text":"parseDate (cyclomatic 41): parseDate has cyclomatic complexity 41 (threshold 15). To reduce it, separate the branches: extract each independent case into its own named function so the top-level body reads as a short sequence of named decisions."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"application/common/autocomplete/jquery-ui.js"},"region":{"startLine":7854}}}],"partialFingerprints":{"codehealthFindingId/v1":"3348521a66afe69c6f23df6b8920b12ed94a5eb04ddae44cec34473a50ac2f60"}},{"ruleId":"D1","level":"warning","message":{"text":"parseDate (cyclomatic 36): parseDate has cyclomatic complexity 36 (threshold 15). To reduce it, separate the branches: extract each independent case into its own named function so the top-level body reads as a short sequence of named decisions."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"application/common/js/calendar.js"},"region":{"startLine":4}}}],"partialFingerprints":{"codehealthFindingId/v1":"d945aa1497d489ee9bbd8f852d4f55a4387140562f0ae5f59197a1c8d4007f01"}},{"ruleId":"D1","level":"warning","message":{"text":"_keyEvent (cyclomatic 35): _keyEvent has cyclomatic complexity 35 (threshold 15). To reduce it, separate the branches: extract each independent case into its own named function so the top-level body reads as a short sequence of named decisions."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"application/common/js/calendar.js"},"region":{"startLine":4}}}],"partialFingerprints":{"codehealthFindingId/v1":"8523d4bac84dfff1102e95353fb7bafb7fdde7533d44c1fe3ed413d1a5a0eb25"}},{"ruleId":"D1","level":"warning","message":{"text":"_generatePosition (cyclomatic 32): _generatePosition has cyclomatic complexity 32 (threshold 15). To reduce it, separate the branches: extract each independent case into its own named function so the top-level body reads as a short sequence of named decisions."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"application/common/autocomplete/jquery-ui.js"},"region":{"startLine":1161}}}],"partialFingerprints":{"codehealthFindingId/v1":"9e2ab717ceccaf56f695eceafbfcde6fd5ed8ffa754f39088f78d223e6e100b2"}},{"ruleId":"D1","level":"warning","message":{"text":"_mouseDrag (cyclomatic 32): _mouseDrag has cyclomatic complexity 32 (threshold 15). To reduce it, separate the branches: extract each independent case into its own named function so the top-level body reads as a short sequence of named decisions."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"application/common/autocomplete/jquery-ui.js"},"region":{"startLine":3129}}}],"partialFingerprints":{"codehealthFindingId/v1":"fbd485be203d2224c6eb3a6e2aabb50979d77ae019ff9807e5bc0c997384a69a"}},{"ruleId":"D1","level":"warning","message":{"text":"_clear (cyclomatic 32): _clear has cyclomatic complexity 32 (threshold 15). To reduce it, separate the branches: extract each independent case into its own named function so the top-level body reads as a short sequence of named decisions."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"application/common/autocomplete/jquery-ui.js"},"region":{"startLine":3870}}}],"partialFingerprints":{"codehealthFindingId/v1":"04882e2ba060409e4778b2f80caa5fa494a6c59b9c18c862aa84b29a6ac9b4f3"}},{"ruleId":"D1","level":"warning","message":{"text":"onShow (cyclomatic 31): onShow has cyclomatic complexity 31 (threshold 15). To reduce it, separate the branches: extract each independent case into its own named function so the top-level body reads as a short sequence of named decisions."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"application/common/ckeditor/plugins/base64image/dialogs/base64image.js"},"region":{"startLine":274}}}],"partialFingerprints":{"codehealthFindingId/v1":"fd82d29df574e71deb401c9ed2f1ac8e7cbca69f6b92c6414db22839260e6dfa"}},{"ruleId":"D1","level":"warning","message":{"text":"_generatePosition (cyclomatic 30): _generatePosition has cyclomatic complexity 30 (threshold 15). To reduce it, separate the branches: extract each independent case into its own named function so the top-level body reads as a short sequence of named decisions."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"application/common/autocomplete/jquery-ui.js"},"region":{"startLine":3794}}}],"partialFingerprints":{"codehealthFindingId/v1":"dee11d8e151b215a3e6523cce7e593181d9eb4bc41fbf521ba5a55094bc0c282"}},{"ruleId":"D1","level":"warning","message":{"text":"initialize (cyclomatic 29): initialize has cyclomatic complexity 29 (threshold 15). To reduce it, separate the branches: extract each independent case into its own named function so the top-level body reads as a short sequence of named decisions."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"application/common/js/window_def.js"},"region":{"startLine":8}}}],"partialFingerprints":{"codehealthFindingId/v1":"269af5131f175b6d7237e715a294d988e33324b53c3f2d335e97f854288aea1a"}},{"ruleId":"D1","level":"warning","message":{"text":"initialize (cyclomatic 29): initialize has cyclomatic complexity 29 (threshold 15). To reduce it, separate the branches: extract each independent case into its own named function so the top-level body reads as a short sequence of named decisions."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"application/common/js/window.js"},"region":{"startLine":7}}}],"partialFingerprints":{"codehealthFindingId/v1":"295700cdf07725d7330a87b4fab5bfcfb33cad55c15ff22a39a8f97c20d057b9"}},{"ruleId":"D1","level":"warning","message":{"text":"intersect (cyclomatic 29): intersect has cyclomatic complexity 29 (threshold 15). To reduce it, separate the branches: extract each independent case into its own named function so the top-level body reads as a short sequence of named decisions."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"application/common/autocomplete/jquery-ui.js"},"region":{"startLine":1709}}}],"partialFingerprints":{"codehealthFindingId/v1":"df88d0c83b85c135aac1f64318eaa081dc0ba5621f2eb1b8ef8205543566d735"}},{"ruleId":"D1","level":"warning","message":{"text":"_respectSize (cyclomatic 29): _respectSize has cyclomatic complexity 29 (threshold 15). To reduce it, separate the branches: extract each independent case into its own named function so the top-level body reads as a short sequence of named decisions."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"application/common/autocomplete/jquery-ui.js"},"region":{"startLine":2240}}}],"partialFingerprints":{"codehealthFindingId/v1":"45253a9fb66567627d04fd83f725231275524f1593dc0845d624027f3135652f"}},{"ruleId":"D1","level":"warning","message":{"text":"_tabify (cyclomatic 28): _tabify has cyclomatic complexity 28 (threshold 15). To reduce it, separate the branches: extract each independent case into its own named function so the top-level body reads as a short sequence of named decisions."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"application/common/autocomplete/jquery-ui.js"},"region":{"startLine":10706}}}],"partialFingerprints":{"codehealthFindingId/v1":"c9e51461f9315ad8dd3016c8348cc71e6c91330fedda7f97b9f6f0b0b85e50d3"}},{"ruleId":"D1","level":"warning","message":{"text":"(anonymous) (cyclomatic 27): (anonymous) has cyclomatic complexity 27 (threshold 15). To reduce it, separate the branches: extract each independent case into its own named function so the top-level body reads as a short sequence of named decisions."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"application/common/autocomplete/jquery-ui.js"},"region":{"startLine":4619}}}],"partialFingerprints":{"codehealthFindingId/v1":"c2ae00b3bd1a9be18c56da1d95d47d9eff4ab0c12c11a3d9a8c9e3a60e2ed2fd"}},{"ruleId":"D1","level":"warning","message":{"text":"_showDatepicker (cyclomatic 27): _showDatepicker has cyclomatic complexity 27 (threshold 15). To reduce it, separate the branches: extract each independent case into its own named function so the top-level body reads as a short sequence of named decisions."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"application/common/autocomplete/jquery-ui.js"},"region":{"startLine":7503}}}],"partialFingerprints":{"codehealthFindingId/v1":"26adf803777226b0f8ba35cc121cbff0f07035f9aa950543b28938be1d366016"}},{"ruleId":"D1","level":"warning","message":{"text":"formatDate (cyclomatic 27): formatDate has cyclomatic complexity 27 (threshold 15). To reduce it, separate the branches: extract each independent case into its own named function so the top-level body reads as a short sequence of named decisions."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"application/common/autocomplete/jquery-ui.js"},"region":{"startLine":8036}}}],"partialFingerprints":{"codehealthFindingId/v1":"163d3efd9a35d766f048017623103752f19f40fde2808f5d3a6074ffbc084a04"}},{"ruleId":"D1","level":"warning","message":{"text":"_generateMonthYearHeader (cyclomatic 27): _generateMonthYearHeader has cyclomatic complexity 27 (threshold 15). To reduce it, separate the branches: extract each independent case into its own named function so the top-level body reads as a short sequence of named decisions."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"application/common/autocomplete/jquery-ui.js"},"region":{"startLine":8481}}}],"partialFingerprints":{"codehealthFindingId/v1":"4a1692e590809ed2f8f6ad93ea81b30bcda524c3d7a7837385a59ef8706a2819"}},{"ruleId":"D1","level":"warning","message":{"text":"JavaCodeHighlighter.highlightCode (cyclomatic 26): JavaCodeHighlighter.highlightCode has cyclomatic complexity 26 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/com/jdon/jivejdon/domain/model/message/output/codeviewer/JavaCodeHighlighter.java"},"region":{"startLine":608}}}],"partialFingerprints":{"codehealthFindingId/v1":"29d1a91a68064a7f1e97757096b1b41077790648d5730ae8f56440f80ab7b708"}},{"ruleId":"D1","level":"warning","message":{"text":"$ (cyclomatic 26): $ has cyclomatic complexity 26 (threshold 15). To reduce it, separate the branches: extract each independent case into its own named function so the top-level body reads as a short sequence of named decisions."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"application/common/ckeditor/plugins/bbcode/plugin.js"},"region":{"startLine":622}}}],"partialFingerprints":{"codehealthFindingId/v1":"b90cfd80f95e3d4002e4cf6edd6e18e180b18bf52a96321357a11b91f3b2e414"}},{"ruleId":"D1","level":"warning","message":{"text":"_init (cyclomatic 25): _init has cyclomatic complexity 25 (threshold 15). To reduce it, separate the branches: extract each independent case into its own named function so the top-level body reads as a short sequence of named decisions."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"application/common/js/calendar.js"},"region":{"startLine":4}}}],"partialFingerprints":{"codehealthFindingId/v1":"00dba5e147a5a1b86a688b22af62bb9015a4c192a242eb317af9e7548ea40272"}},{"ruleId":"D1","level":"warning","message":{"text":"_setContainment (cyclomatic 25): _setContainment has cyclomatic complexity 25 (threshold 15). To reduce it, separate the branches: extract each independent case into its own named function so the top-level body reads as a short sequence of named decisions."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"application/common/autocomplete/jquery-ui.js"},"region":{"startLine":1107}}}],"partialFingerprints":{"codehealthFindingId/v1":"8ed20b546a52e16f944e972991b5923ad08b382a6a02c1887f62a4c68c3d1a63"}},{"ruleId":"D1","level":"warning","message":{"text":"(anonymous) (cyclomatic 24): (anonymous) has cyclomatic complexity 24 (threshold 15). To reduce it, separate the branches: extract each independent case into its own named function so the top-level body reads as a short sequence of named decisions."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"application/common/autocomplete/jquery-ui.js"},"region":{"startLine":2791}}}],"partialFingerprints":{"codehealthFindingId/v1":"77d801e0b58d5b32ed672fe03c10a35468e9a26374d876a4d4c785af04237d36"}},{"ruleId":"D1","level":"warning","message":{"text":"(anonymous) (cyclomatic 24): (anonymous) has cyclomatic complexity 24 (threshold 15). To reduce it, separate the branches: extract each independent case into its own named function so the top-level body reads as a short sequence of named decisions."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"application/common/autocomplete/jquery-ui.js"},"region":{"startLine":10073}}}],"partialFingerprints":{"codehealthFindingId/v1":"afc896b2727151aedf6c753544b5bde1aac8141b6059fa07c1263125705522d7"}},{"ruleId":"D1","level":"warning","message":{"text":"parse (cyclomatic 24): parse has cyclomatic complexity 24 (threshold 15). To reduce it, separate the branches: extract each independent case into its own named function so the top-level body reads as a short sequence of named decisions."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"application/common/ckeditor/plugins/bbcode/plugin.js"},"region":{"startLine":80}}}],"partialFingerprints":{"codehealthFindingId/v1":"0d27d31146605699fd9f257959bec0ed86dc1109906111c9a86665c09c9d418d"}},{"ruleId":"D1","level":"warning","message":{"text":"cellClick (cyclomatic 22): cellClick has cyclomatic complexity 22 (threshold 15). To reduce it, separate the branches: extract each independent case into its own named function so the top-level body reads as a short sequence of named decisions."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"application/common/js/calendar.js"},"region":{"startLine":4}}}],"partialFingerprints":{"codehealthFindingId/v1":"e8178afd686302db3b1f73e7d32feef5f1cf1bf62117b3b8bfda525966df68eb"}},{"ruleId":"D1","level":"warning","message":{"text":"drag (cyclomatic 22): drag has cyclomatic complexity 22 (threshold 15). To reduce it, separate the branches: extract each independent case into its own named function so the top-level body reads as a short sequence of named decisions."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"application/common/autocomplete/jquery-ui.js"},"region":{"startLine":1425}}}],"partialFingerprints":{"codehealthFindingId/v1":"ad6764266b6b1f5c9463a35fdc017c5defafd89d312043b515f42035ed7cc8bf"}},{"ruleId":"D1","level":"warning","message":{"text":"resize (cyclomatic 22): resize has cyclomatic complexity 22 (threshold 15). To reduce it, separate the branches: extract each independent case into its own named function so the top-level body reads as a short sequence of named decisions."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"application/common/autocomplete/jquery-ui.js"},"region":{"startLine":2523}}}],"partialFingerprints":{"codehealthFindingId/v1":"032f4c599ba91aaac97bf2c2df5b59390d66b1826a4fb9d3d5f3180321a9e247"}},{"ruleId":"D1","level":"warning","message":{"text":"_setOption (cyclomatic 22): _setOption has cyclomatic complexity 22 (threshold 15). To reduce it, separate the branches: extract each independent case into its own named function so the top-level body reads as a short sequence of named decisions."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"application/common/autocomplete/jquery-ui.js"},"region":{"startLine":9275}}}],"partialFingerprints":{"codehealthFindingId/v1":"b87c3a43d053d961dceecda08eabe97c13162355536609878030c454a93014d0"}},{"ruleId":"D1","level":"warning","message":{"text":"onOk (cyclomatic 22): onOk has cyclomatic complexity 22 (threshold 15). To reduce it, separate the branches: extract each independent case into its own named function so the top-level body reads as a short sequence of named decisions."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"application/common/ckeditor/plugins/base64image/dialogs/base64image.js"},"region":{"startLine":346}}}],"partialFingerprints":{"codehealthFindingId/v1":"5fe9fc7711a9ec36fee6c24cfc0b6e950ebf1592d2bf77848aad813356a7f9e5"}},{"ruleId":"D1","level":"warning","message":{"text":"AccountForm.doValidate (cyclomatic 21): AccountForm.doValidate has cyclomatic complexity 21 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/com/jdon/jivejdon/presentation/form/AccountForm.java"},"region":{"startLine":131}}}],"partialFingerprints":{"codehealthFindingId/v1":"3c14b5f5d278202442b468b0a270841a681c27329d06ccf81093e3eeeba053e7"}},{"ruleId":"D1","level":"warning","message":{"text":"IndexTag.doStartTag (cyclomatic 20): IndexTag.doStartTag has cyclomatic complexity 20 (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":"src/main/java/com/jdon/jivejdon/presentation/taglib/IndexTag.java"},"region":{"startLine":34}}}],"partialFingerprints":{"codehealthFindingId/v1":"c13ee54c0885cf0a25aa1500fa483fac24b90d738938c9e7b307a10fc034a566"}},{"ruleId":"D1","level":"warning","message":{"text":"imagePreview (cyclomatic 20): imagePreview has cyclomatic complexity 20 (threshold 15). To reduce it, separate the branches: extract each independent case into its own named function so the top-level body reads as a short sequence of named decisions."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"application/common/ckeditor/plugins/base64image/dialogs/base64image.js"},"region":{"startLine":79}}}],"partialFingerprints":{"codehealthFindingId/v1":"39ee4abed3ed3f07b1c252e4482b7c8288672f7b6683f61d8156d89eee504c1d"}},{"ruleId":"D1","level":"warning","message":{"text":"AuthorNameFilter.getUsernameFromBody (cyclomatic 19): AuthorNameFilter.getUsernameFromBody has cyclomatic complexity 19 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/com/jdon/jivejdon/domain/model/message/infilter/AuthorNameFilter.java"},"region":{"startLine":30}}}],"partialFingerprints":{"codehealthFindingId/v1":"c2fcc8adb301b305d228c3aa292ef4c9efccfaf771fcb3d0b8ff5b8cb235437a"}},{"ruleId":"D1","level":"warning","message":{"text":"PasswordassitAction.execute (cyclomatic 19): PasswordassitAction.execute has cyclomatic complexity 19 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/com/jdon/jivejdon/presentation/action/account/PasswordassitAction.java"},"region":{"startLine":44}}}],"partialFingerprints":{"codehealthFindingId/v1":"099b8566c9bc81a042aeb932981e15a80e2c61cf61a256665f505133e866226c"}},{"ruleId":"D1","level":"warning","message":{"text":"create (cyclomatic 19): create has cyclomatic complexity 19 (threshold 15). To reduce it, separate the branches: extract each independent case into its own named function so the top-level body reads as a short sequence of named decisions."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"application/common/js/calendar.js"},"region":{"startLine":4}}}],"partialFingerprints":{"codehealthFindingId/v1":"39c6ea35774a5d392aa95f0287986fd05f5701dee312354d24345c08eb003018"}},{"ruleId":"D1","level":"warning","message":{"text":"_contactContainers (cyclomatic 19): _contactContainers has cyclomatic complexity 19 (threshold 15). To reduce it, separate the branches: extract each independent case into its own named function so the top-level body reads as a short sequence of named decisions."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"application/common/autocomplete/jquery-ui.js"},"region":{"startLine":3582}}}],"partialFingerprints":{"codehealthFindingId/v1":"c8f8c463e0f185e28216b43312f8774d989886a3dbc4fc4389266cc90fa8fa8d"}},{"ruleId":"D1","level":"warning","message":{"text":"_refreshValue (cyclomatic 19): _refreshValue has cyclomatic complexity 19 (threshold 15). To reduce it, separate the branches: extract each independent case into its own named function so the top-level body reads as a short sequence of named decisions."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"application/common/autocomplete/jquery-ui.js"},"region":{"startLine":10551}}}],"partialFingerprints":{"codehealthFindingId/v1":"15f38a24f582e7418ccd4f8f0ce140ab961640c416aaab3a07b8347d55eef6e8"}},{"ruleId":"D1","level":"warning","message":{"text":"(anonymous) (cyclomatic 18): (anonymous) has cyclomatic complexity 18 (threshold 15). To reduce it, separate the branches: extract each independent case into its own named function so the top-level body reads as a short sequence of named decisions."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"application/common/autocomplete/jquery-ui.js"},"region":{"startLine":1809}}}],"partialFingerprints":{"codehealthFindingId/v1":"2f6440747bd86d064d2a40d8fbdd2df41ffee0183d9d44ae7a3c056b536f5448"}},{"ruleId":"D1","level":"warning","message":{"text":"_mouseStart (cyclomatic 18): _mouseStart has cyclomatic complexity 18 (threshold 15). To reduce it, separate the branches: extract each independent case into its own named function so the top-level body reads as a short sequence of named decisions."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"application/common/autocomplete/jquery-ui.js"},"region":{"startLine":3013}}}],"partialFingerprints":{"codehealthFindingId/v1":"4db4a5f7354054589ce76ee840eb159f71fd9ed262ebca567355744eb5ea5cd9"}},{"ruleId":"D1","level":"warning","message":{"text":"_setContainment (cyclomatic 18): _setContainment has cyclomatic complexity 18 (threshold 15). To reduce it, separate the branches: extract each independent case into its own named function so the top-level body reads as a short sequence of named decisions."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"application/common/autocomplete/jquery-ui.js"},"region":{"startLine":3745}}}],"partialFingerprints":{"codehealthFindingId/v1":"3d395feeef4f9226600acbebdbe5818dc0856e35aa5a4c8d014a3861d098dbaf"}},{"ruleId":"D1","level":"warning","message":{"text":"PinyinUtils.toPinyin (cyclomatic 17): PinyinUtils.toPinyin has cyclomatic complexity 17 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/com/jdon/jivejdon/util/PinyinUtils.java"},"region":{"startLine":10}}}],"partialFingerprints":{"codehealthFindingId/v1":"ae66ac8e2b4cedd03176b2ef33553fd4ed5aecab1da84d8ced32787bfc30d5b3"}},{"ruleId":"D1","level":"warning","message":{"text":"setSize (cyclomatic 17): setSize has cyclomatic complexity 17 (threshold 15). To reduce it, separate the branches: extract each independent case into its own named function so the top-level body reads as a short sequence of named decisions."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"application/common/js/window_def.js"},"region":{"startLine":419}}}],"partialFingerprints":{"codehealthFindingId/v1":"f856761e981fe68cfca9f9a27fd9f967caac00fefe811bed144d23cf20a92a02"}},{"ruleId":"D1","level":"warning","message":{"text":"setSize (cyclomatic 17): setSize has cyclomatic complexity 17 (threshold 15). To reduce it, separate the branches: extract each independent case into its own named function so the top-level body reads as a short sequence of named decisions."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"application/common/js/window.js"},"region":{"startLine":418}}}],"partialFingerprints":{"codehealthFindingId/v1":"ad337340269ff3bb0b3560a035fd186485ead3c19b2a881af67505ba9560521a"}},{"ruleId":"D1","level":"warning","message":{"text":"_mouseStop (cyclomatic 17): _mouseStop has cyclomatic complexity 17 (threshold 15). To reduce it, separate the branches: extract each independent case into its own named function so the top-level body reads as a short sequence of named decisions."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"application/common/autocomplete/jquery-ui.js"},"region":{"startLine":937}}}],"partialFingerprints":{"codehealthFindingId/v1":"fb24b2d83fa9b3c275554b6e1ebeca58db08655477df2984db2b7716e93168e4"}},{"ruleId":"D1","level":"warning","message":{"text":"(anonymous) (cyclomatic 17): (anonymous) has cyclomatic complexity 17 (threshold 15). To reduce it, separate the branches: extract each independent case into its own named function so the top-level body reads as a short sequence of named decisions."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"application/common/autocomplete/jquery-ui.js"},"region":{"startLine":4768}}}],"partialFingerprints":{"codehealthFindingId/v1":"73e97930e443d06ed2ea0c8754297504c99d72d0e6bf9356c2a80ab567cd0347"}},{"ruleId":"D1","level":"warning","message":{"text":"(anonymous) (cyclomatic 17): (anonymous) has cyclomatic complexity 17 (threshold 15). To reduce it, separate the branches: extract each independent case into its own named function so the top-level body reads as a short sequence of named decisions."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"application/common/autocomplete/jquery-ui.js"},"region":{"startLine":5048}}}],"partialFingerprints":{"codehealthFindingId/v1":"66ebbe358845ce9466dd4bba6c48eabd517a3c7408d07c578c8940e3b516bd6a"}},{"ruleId":"D1","level":"warning","message":{"text":"_toggle (cyclomatic 17): _toggle has cyclomatic complexity 17 (threshold 15). To reduce it, separate the branches: extract each independent case into its own named function so the top-level body reads as a short sequence of named decisions."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"application/common/autocomplete/jquery-ui.js"},"region":{"startLine":5642}}}],"partialFingerprints":{"codehealthFindingId/v1":"3397a3416e795058aaf37056bf00ddb258516dfb7e68972e5306ed752bb9a2e0"}},{"ruleId":"D1","level":"warning","message":{"text":"MessageForm.doValidate (cyclomatic 16): MessageForm.doValidate has cyclomatic complexity 16 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/com/jdon/jivejdon/presentation/form/MessageForm.java"},"region":{"startLine":260}}}],"partialFingerprints":{"codehealthFindingId/v1":"63c80cc23d77b737a7d38d84c14ebf80a75d06aeec8504ad32db8ed6a16e54cb"}},{"ruleId":"D1","level":"warning","message":{"text":"maximize (cyclomatic 16): maximize has cyclomatic complexity 16 (threshold 15). To reduce it, separate the branches: extract each independent case into its own named function so the top-level body reads as a short sequence of named decisions."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"application/common/js/window_def.js"},"region":{"startLine":588}}}],"partialFingerprints":{"codehealthFindingId/v1":"4267c3a16362d57876956551dbcf3c27d22c418f53a47009d42403878c4ae867"}},{"ruleId":"D1","level":"warning","message":{"text":"maximize (cyclomatic 16): maximize has cyclomatic complexity 16 (threshold 15). To reduce it, separate the branches: extract each independent case into its own named function so the top-level body reads as a short sequence of named decisions."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"application/common/js/window.js"},"region":{"startLine":587}}}],"partialFingerprints":{"codehealthFindingId/v1":"4061eb18cb6070529fff9d698dec6d496941f98c921a05d6eb099f98ef48e549"}},{"ruleId":"D1","level":"warning","message":{"text":"_convertPositionTo (cyclomatic 16): _convertPositionTo has cyclomatic complexity 16 (threshold 15). To reduce it, separate the branches: extract each independent case into its own named function so the top-level body reads as a short sequence of named decisions."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"application/common/autocomplete/jquery-ui.js"},"region":{"startLine":1138}}}],"partialFingerprints":{"codehealthFindingId/v1":"1e7ae4eede63f2a636c22346d81e354af9960555c9df1e4677d1a2bbee0f9e61"}},{"ruleId":"D1","level":"warning","message":{"text":"_clickHandler (cyclomatic 16): _clickHandler has cyclomatic complexity 16 (threshold 15). To reduce it, separate the branches: extract each independent case into its own named function so the top-level body reads as a short sequence of named decisions."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"application/common/autocomplete/jquery-ui.js"},"region":{"startLine":5556}}}],"partialFingerprints":{"codehealthFindingId/v1":"7f366e48cdbb98abd1367549c1f8e1443a1351d6afc9bb6d6de919ebd3fc40e4"}},{"ruleId":"D1","level":"warning","message":{"text":"_optionDatepicker (cyclomatic 16): _optionDatepicker has cyclomatic complexity 16 (threshold 15). To reduce it, separate the branches: extract each independent case into its own named function so the top-level body reads as a short sequence of named decisions."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"application/common/autocomplete/jquery-ui.js"},"region":{"startLine":7321}}}],"partialFingerprints":{"codehealthFindingId/v1":"96a28ddbf69485a75865edf5e01ab4a91e48177ee884390e6ad73dcccaf74c18"}},{"ruleId":"D1","level":"warning","message":{"text":"_hideDatepicker (cyclomatic 16): _hideDatepicker has cyclomatic complexity 16 (threshold 15). To reduce it, separate the branches: extract each independent case into its own named function so the top-level body reads as a short sequence of named decisions."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"application/common/autocomplete/jquery-ui.js"},"region":{"startLine":7666}}}],"partialFingerprints":{"codehealthFindingId/v1":"e1f46b6abd25c0b8e77fd11295a1678953e0503b4d50a64abce722ee8aef00bd"}},{"ruleId":"D1","level":"warning","message":{"text":"position (cyclomatic 16): position has cyclomatic complexity 16 (threshold 15). To reduce it, separate the branches: extract each independent case into its own named function so the top-level body reads as a short sequence of named decisions."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"application/common/autocomplete/jquery-ui.js"},"region":{"startLine":9585}}}],"partialFingerprints":{"codehealthFindingId/v1":"7a8bf11bb82e45626f21bcb9e8b5fff77e5be8baf92c897663b30c7aab496a71"}},{"ruleId":"D1","level":"warning","message":{"text":"(anonymous) (cyclomatic 16): (anonymous) has cyclomatic complexity 16 (threshold 15). To reduce it, separate the branches: extract each independent case into its own named function so the top-level body reads as a short sequence of named decisions."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"application/common/autocomplete/jquery-ui.js"},"region":{"startLine":10942}}}],"partialFingerprints":{"codehealthFindingId/v1":"1ba670247fbce3b3335401d243e08ed44fb812f65ff85a1332d913cc78e52c0f"}},{"ruleId":"D2","level":"warning","message":{"text":"JavaCodeViewer.javaCodeFilter (cognitive 382): JavaCodeViewer.javaCodeFilter has cognitive complexity 382 (threshold 15). Drivers by points: if/else 363, boolean chains 16, match/switch 2, loops 1 (nesting depth added 239). 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":"src/main/java/com/jdon/jivejdon/domain/model/message/output/codeviewer/JavaCodeViewer.java"},"region":{"startLine":303}}}],"partialFingerprints":{"codehealthFindingId/v1":"b5902de9991889ea58d46e273c259e8be29a53c96d14d08177e61c0d666e4a4f"}},{"ruleId":"D2","level":"warning","message":{"text":"_generateHTML (cognitive 207): _generateHTML has cognitive complexity 207 (threshold 15). 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":"application/common/autocomplete/jquery-ui.js"},"region":{"startLine":8313}}}],"partialFingerprints":{"codehealthFindingId/v1":"b03433e6eac829df41d026125d965f9a954343171680dd93a1d7f2b333e90438"}},{"ruleId":"D2","level":"warning","message":{"text":"Emoticon.convertEmoticons (cognitive 183): Emoticon.convertEmoticons has cognitive complexity 183 (threshold 15). Drivers by points: ternaries 116, if/else 45, boolean chains 13, match/switch 8, loops 1 (nesting depth added 123). 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":"src/main/java/com/jdon/jivejdon/domain/model/message/output/emotion/Emoticon.java"},"region":{"startLine":240}}}],"partialFingerprints":{"codehealthFindingId/v1":"4b8c6fa1faa0df5cb6bba43c4e13bc251564500c0d29537cff0fe05cb75f01c2"}},{"ruleId":"D2","level":"warning","message":{"text":"JavaCodeHighlighter.highlightCode (cognitive 104): JavaCodeHighlighter.highlightCode has cognitive complexity 104 (threshold 15). Drivers by points: if/else 98, boolean chains 4, loops 2 (nesting depth added 69). 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":"src/main/java/com/jdon/jivejdon/domain/model/message/output/codeviewer/JavaCodeHighlighter.java"},"region":{"startLine":608}}}],"partialFingerprints":{"codehealthFindingId/v1":"dad01363adbfb459e2568fcc0e16c8f3f993cc5c1ca60a3b4a576c62363f26fb"}},{"ruleId":"D2","level":"warning","message":{"text":"PasswordassitAction.execute (cognitive 63): PasswordassitAction.execute has cognitive complexity 63 (threshold 15). Drivers by points: if/else 54, loops 7, boolean chains 1, error handling 1 (nesting depth added 41). 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":"src/main/java/com/jdon/jivejdon/presentation/action/account/PasswordassitAction.java"},"region":{"startLine":44}}}],"partialFingerprints":{"codehealthFindingId/v1":"e40c66190faff989f27453af37d184a1659f80344ec611d9b1596288d3d9ba73"}},{"ruleId":"D2","level":"warning","message":{"text":"_generatePosition (cognitive 58): _generatePosition has cognitive complexity 58 (threshold 15). 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":"application/common/autocomplete/jquery-ui.js"},"region":{"startLine":1161}}}],"partialFingerprints":{"codehealthFindingId/v1":"d3952bff99a79221e6700987d8b9c1e88330bfc4f67a380eb1c69772ae7517f3"}},{"ruleId":"D2","level":"warning","message":{"text":"_doKeyDown (cognitive 54): _doKeyDown has cognitive complexity 54 (threshold 15). 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":"application/common/autocomplete/jquery-ui.js"},"region":{"startLine":7392}}}],"partialFingerprints":{"codehealthFindingId/v1":"5df82ded156b9d4fd729ad09127201ef69f401f4b62c4ad0d0efc6cf8f7b4537"}},{"ruleId":"D2","level":"warning","message":{"text":"_generatePosition (cognitive 51): _generatePosition has cognitive complexity 51 (threshold 15). 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":"application/common/autocomplete/jquery-ui.js"},"region":{"startLine":3794}}}],"partialFingerprints":{"codehealthFindingId/v1":"7269d1351877f756a0799ec6f798779c883c1f1b77ddac24127a63a3cbf6208f"}},{"ruleId":"D2","level":"warning","message":{"text":"_mouseDrag (cognitive 50): _mouseDrag has cognitive complexity 50 (threshold 15). 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":"application/common/autocomplete/jquery-ui.js"},"region":{"startLine":3129}}}],"partialFingerprints":{"codehealthFindingId/v1":"9954ababa274c4f65a07d90f0cfdd3e3517c2a8fcbb9ce508dc4046daebcdce8"}},{"ruleId":"D2","level":"warning","message":{"text":"parseDate (cognitive 49): parseDate has cognitive complexity 49 (threshold 15). 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":"application/common/js/calendar.js"},"region":{"startLine":4}}}],"partialFingerprints":{"codehealthFindingId/v1":"8ac806e46dc0b3c8e98c1b6ff5c4b3e6eb4fb913ccfd2c007915ccc50d81c85f"}},{"ruleId":"D2","level":"warning","message":{"text":"drag (cognitive 49): drag has cognitive complexity 49 (threshold 15). 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":"application/common/autocomplete/jquery-ui.js"},"region":{"startLine":1485}}}],"partialFingerprints":{"codehealthFindingId/v1":"682d4ff0ee317fdaf39372d65adde158e0df538a94db3612836f777822d23010"}},{"ruleId":"D2","level":"warning","message":{"text":"_init (cognitive 45): _init has cognitive complexity 45 (threshold 15). 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":"application/common/js/calendar.js"},"region":{"startLine":4}}}],"partialFingerprints":{"codehealthFindingId/v1":"9854adc1c40e0e5eaecd3275f6d65b1c78eb8e22fe85a0139d557c7852b3dfb5"}},{"ruleId":"D2","level":"warning","message":{"text":"_clear (cognitive 45): _clear has cognitive complexity 45 (threshold 15). 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":"application/common/autocomplete/jquery-ui.js"},"region":{"startLine":3870}}}],"partialFingerprints":{"codehealthFindingId/v1":"db482763c39c1d27a9875f792d6aa364dec9928bdd5d8ed004ad6a83244f3566"}},{"ruleId":"D2","level":"warning","message":{"text":"parseDate (cognitive 43): parseDate has cognitive complexity 43 (threshold 15). 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":"application/common/autocomplete/jquery-ui.js"},"region":{"startLine":7854}}}],"partialFingerprints":{"codehealthFindingId/v1":"9ce877d2ac88a5a7ea131a29d946cde2ce3d7adf7efa715056a040cba14f43ef"}},{"ruleId":"D2","level":"warning","message":{"text":"_tabify (cognitive 43): _tabify has cognitive complexity 43 (threshold 15). 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":"application/common/autocomplete/jquery-ui.js"},"region":{"startLine":10706}}}],"partialFingerprints":{"codehealthFindingId/v1":"73caf811ee7dd78cfc2f4008e7a52f4e077d5aa67adf8b5bacabd218a9d95181"}},{"ruleId":"D2","level":"warning","message":{"text":"parse (cognitive 43): parse has cognitive complexity 43 (threshold 15). 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":"application/common/ckeditor/plugins/bbcode/plugin.js"},"region":{"startLine":80}}}],"partialFingerprints":{"codehealthFindingId/v1":"fa0af8f1c109d8079748131725801f80fb11a62f761344d2c7dcb82696d29911"}},{"ruleId":"D2","level":"warning","message":{"text":"onShow (cognitive 41): onShow has cognitive complexity 41 (threshold 15). 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":"application/common/ckeditor/plugins/base64image/dialogs/base64image.js"},"region":{"startLine":274}}}],"partialFingerprints":{"codehealthFindingId/v1":"bed7779870500b316942ca2d630be89411805a21a130e8e29ea3e249ffd4b9f5"}},{"ruleId":"D2","level":"warning","message":{"text":"AccountForm.doValidate (cognitive 38): AccountForm.doValidate has cognitive complexity 38 (threshold 15). Drivers by points: if/else 35, boolean chains 3 (nesting depth added 18). 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":"src/main/java/com/jdon/jivejdon/presentation/form/AccountForm.java"},"region":{"startLine":131}}}],"partialFingerprints":{"codehealthFindingId/v1":"f9643208ebe535d8cfec82486f74645b303367c4278a75c4412292f4ab111d68"}},{"ruleId":"D2","level":"warning","message":{"text":"_contactContainers (cognitive 37): _contactContainers has cognitive complexity 37 (threshold 15). 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":"application/common/autocomplete/jquery-ui.js"},"region":{"startLine":3582}}}],"partialFingerprints":{"codehealthFindingId/v1":"b8217ced7672046e8fe98842983a0ffea503375ff6a369aff705a4fda316d5c8"}},{"ruleId":"D2","level":"warning","message":{"text":"$ (cognitive 37): $ has cognitive complexity 37 (threshold 15). 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":"application/common/ckeditor/plugins/bbcode/plugin.js"},"region":{"startLine":622}}}],"partialFingerprints":{"codehealthFindingId/v1":"cf053a778021ae0f8cd45295b2c46d015e5d167b96abc87987adf2d18cc3aa87"}},{"ruleId":"D2","level":"warning","message":{"text":"initialize (cognitive 36): initialize has cognitive complexity 36 (threshold 15). 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":"application/common/js/window_def.js"},"region":{"startLine":8}}}],"partialFingerprints":{"codehealthFindingId/v1":"db3072583a99b70fd15e16bd73325c48477e7320f747216019654424b2ffe6fd"}},{"ruleId":"D2","level":"warning","message":{"text":"initialize (cognitive 36): initialize has cognitive complexity 36 (threshold 15). 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":"application/common/js/window.js"},"region":{"startLine":7}}}],"partialFingerprints":{"codehealthFindingId/v1":"5ad2b481d419bdd0aa240787c4a90894f71684ee6fd09ed7a3b9587f6de1aefe"}},{"ruleId":"D2","level":"warning","message":{"text":"_keyEvent (cognitive 36): _keyEvent has cognitive complexity 36 (threshold 15). 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":"application/common/js/calendar.js"},"region":{"startLine":4}}}],"partialFingerprints":{"codehealthFindingId/v1":"f2da62f34a9bddb7c7fadc5684d11075dd2006540a6f28743cbd10b1544b39ab"}},{"ruleId":"D2","level":"warning","message":{"text":"_generateMonthYearHeader (cognitive 36): _generateMonthYearHeader has cognitive complexity 36 (threshold 15). 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":"application/common/autocomplete/jquery-ui.js"},"region":{"startLine":8481}}}],"partialFingerprints":{"codehealthFindingId/v1":"2785920546d4594e6ac2f98a92d102eeec67d336eaabddf2678350ee56f7baaa"}},{"ruleId":"D2","level":"warning","message":{"text":"PinyinUtils.toPinyin (cognitive 35): PinyinUtils.toPinyin has cognitive complexity 35 (threshold 15). Drivers by points: if/else 23, loops 5, boolean chains 4, error handling 3 (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":"src/main/java/com/jdon/jivejdon/util/PinyinUtils.java"},"region":{"startLine":10}}}],"partialFingerprints":{"codehealthFindingId/v1":"0e746b6154e0ba05ab822e0cdf8eceeb4a635c76cd27f3db2a95041c76a38db6"}},{"ruleId":"D2","level":"warning","message":{"text":"onOk (cognitive 34): onOk has cognitive complexity 34 (threshold 15). 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":"application/common/ckeditor/plugins/base64image/dialogs/base64image.js"},"region":{"startLine":346}}}],"partialFingerprints":{"codehealthFindingId/v1":"fc440e6ec5f4b4c61ad184c48ebbe1beeb45eb4f7cd9c6089b2f5b23174c2446"}},{"ruleId":"D2","level":"warning","message":{"text":"QuoteFilter.reformatText (cognitive 33): QuoteFilter.reformatText has cognitive complexity 33 (threshold 15). Drivers by points: if/else 24, loops 6, ternaries 2, boolean chains 1 (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":"src/main/java/com/jdon/jivejdon/domain/model/message/output/html/QuoteFilter.java"},"region":{"startLine":203}}}],"partialFingerprints":{"codehealthFindingId/v1":"b9f174195606e33106bacec9356333d56333f51b83fa16f47ec02e0d0699eb01"}},{"ruleId":"D2","level":"warning","message":{"text":"(anonymous) (cognitive 32): (anonymous) has cognitive complexity 32 (threshold 15). 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":"application/common/autocomplete/jquery-ui.js"},"region":{"startLine":4619}}}],"partialFingerprints":{"codehealthFindingId/v1":"6b5d8fca6bbbe832d9377977bea9fae4cc40866dbe39b8620f24729708006f25"}},{"ruleId":"D2","level":"warning","message":{"text":"_showDatepicker (cognitive 32): _showDatepicker has cognitive complexity 32 (threshold 15). 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":"application/common/autocomplete/jquery-ui.js"},"region":{"startLine":7503}}}],"partialFingerprints":{"codehealthFindingId/v1":"c8c1634df5764ad5ab0a256763f7bb02a7bbeaa3da6af6816ab68a888b193d26"}},{"ruleId":"D2","level":"warning","message":{"text":"resize (cognitive 31): resize has cognitive complexity 31 (threshold 15). 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":"application/common/autocomplete/jquery-ui.js"},"region":{"startLine":2523}}}],"partialFingerprints":{"codehealthFindingId/v1":"f980e3cb76817e2747a9a733dbc1543e66c9cde11151452dd20d1b5eb8344fbb"}},{"ruleId":"D2","level":"warning","message":{"text":"formatDate (cognitive 30): formatDate has cognitive complexity 30 (threshold 15). 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":"application/common/autocomplete/jquery-ui.js"},"region":{"startLine":8036}}}],"partialFingerprints":{"codehealthFindingId/v1":"4b202bd6812674fc401273ad2cb3901e763d17b20282bf791fd01023475388eb"}},{"ruleId":"D2","level":"warning","message":{"text":"(anonymous) (cognitive 30): (anonymous) has cognitive complexity 30 (threshold 15). 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":"application/common/autocomplete/jquery-ui.js"},"region":{"startLine":10564}}}],"partialFingerprints":{"codehealthFindingId/v1":"836075fb11abcafc2e5887964bd20d02d7de041a622ae000627efbe1631a2895"}},{"ruleId":"D2","level":"warning","message":{"text":"imagePreview (cognitive 30): imagePreview has cognitive complexity 30 (threshold 15). 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":"application/common/ckeditor/plugins/base64image/dialogs/base64image.js"},"region":{"startLine":79}}}],"partialFingerprints":{"codehealthFindingId/v1":"2eeb4d9fb0d3ee086f3179401786e07283cee24ed7d6cab5de25b389b55a4321"}},{"ruleId":"D2","level":"warning","message":{"text":"drag (cognitive 29): drag has cognitive complexity 29 (threshold 15). 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":"application/common/autocomplete/jquery-ui.js"},"region":{"startLine":1425}}}],"partialFingerprints":{"codehealthFindingId/v1":"53bf106db6f77f50e252ed146ef245e4f48e6e43d3baff1e65648a345202d156"}},{"ruleId":"D2","level":"warning","message":{"text":"(anonymous) (cognitive 29): (anonymous) has cognitive complexity 29 (threshold 15). 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":"application/common/autocomplete/jquery-ui.js"},"region":{"startLine":4768}}}],"partialFingerprints":{"codehealthFindingId/v1":"1e429bedc22d0b6776ddbccf579b054b1d9094d65e66962bde75f66d3453d53b"}},{"ruleId":"D2","level":"warning","message":{"text":"_setContainment (cognitive 27): _setContainment has cognitive complexity 27 (threshold 15). 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":"application/common/autocomplete/jquery-ui.js"},"region":{"startLine":1107}}}],"partialFingerprints":{"codehealthFindingId/v1":"b5fbf8ae3b55a6e4bc86386bf971deb011da670bf5dd4b977654bdfd6428ac6a"}},{"ruleId":"D2","level":"warning","message":{"text":"_resetButton (cognitive 27): _resetButton has cognitive complexity 27 (threshold 15). 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":"application/common/autocomplete/jquery-ui.js"},"region":{"startLine":6778}}}],"partialFingerprints":{"codehealthFindingId/v1":"8b2e98330b5b11854a6c2742985af57fd5bb9551d8a14167eaf4f7e64cdbef98"}},{"ruleId":"D2","level":"warning","message":{"text":"_hideDatepicker (cognitive 27): _hideDatepicker has cognitive complexity 27 (threshold 15). 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":"application/common/autocomplete/jquery-ui.js"},"region":{"startLine":7666}}}],"partialFingerprints":{"codehealthFindingId/v1":"6c1c676ab656e8f0ce56a06d5d8a5c80de151108dfc217af6060a6203a14a971"}},{"ruleId":"D2","level":"warning","message":{"text":"AuthorNameFilter.getUsernameFromBody (cognitive 26): AuthorNameFilter.getUsernameFromBody has cognitive complexity 26 (threshold 15). Drivers by points: if/else 18, boolean chains 7, error handling 1 (nesting depth added 7). 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":"src/main/java/com/jdon/jivejdon/domain/model/message/infilter/AuthorNameFilter.java"},"region":{"startLine":30}}}],"partialFingerprints":{"codehealthFindingId/v1":"79f8f581aa115044c8918ac8244f36aba0cb3226bf35539466ae8d823802e28c"}},{"ruleId":"D2","level":"warning","message":{"text":"FiltersUtils.getPropertyHTML (cognitive 26): FiltersUtils.getPropertyHTML has cognitive complexity 26 (threshold 15). Drivers by points: if/else 18, ternaries 6, boolean chains 1, error handling 1 (nesting depth added 13). 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":"src/main/java/com/jdon/jivejdon/domain/model/message/output/beanutil/FiltersUtils.java"},"region":{"startLine":18}}}],"partialFingerprints":{"codehealthFindingId/v1":"6092f3cfc8593d75ddf1f7e0e0da2654174dc7111d96f06828c9847cccf2faf1"}},{"ruleId":"D2","level":"warning","message":{"text":"FiltersUtils.getPropertyHTML (cognitive 26): FiltersUtils.getPropertyHTML has cognitive complexity 26 (threshold 15). Drivers by points: if/else 18, ternaries 6, boolean chains 1, error handling 1 (nesting depth added 13). 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":"src/main/java/com/jdon/jivejdon/util/FiltersUtils.java"},"region":{"startLine":32}}}],"partialFingerprints":{"codehealthFindingId/v1":"49721589cae521f1f511d32c723be37c00bace3aa8b250a9a2361e97d6f421d9"}},{"ruleId":"D2","level":"warning","message":{"text":"(anonymous) (cognitive 26): (anonymous) has cognitive complexity 26 (threshold 15). 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":"application/common/autocomplete/jquery-ui.js"},"region":{"startLine":2791}}}],"partialFingerprints":{"codehealthFindingId/v1":"c0ab9aee435ee5167354633db3a03f6a74da86890b3270726927d60c6b67a53c"}},{"ruleId":"D2","level":"warning","message":{"text":"_toggle (cognitive 25): _toggle has cognitive complexity 25 (threshold 15). 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":"application/common/autocomplete/jquery-ui.js"},"region":{"startLine":5642}}}],"partialFingerprints":{"codehealthFindingId/v1":"ec3f363472819186e0fa1f952cd839ab491498eac3bdf096c2ca6840fb1e68b0"}},{"ruleId":"D2","level":"warning","message":{"text":"MessageForm.doValidate (cognitive 24): MessageForm.doValidate has cognitive complexity 24 (threshold 15). Drivers by points: if/else 18, boolean chains 6 (nesting depth added 9). 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":"src/main/java/com/jdon/jivejdon/presentation/form/MessageForm.java"},"region":{"startLine":260}}}],"partialFingerprints":{"codehealthFindingId/v1":"e0fa9af589c0ba0f3eb5afd31d740e8cfc96b88242a5c6c8a0b5c288537ea68b"}},{"ruleId":"D2","level":"warning","message":{"text":"IndexTag.doStartTag (cognitive 24): IndexTag.doStartTag has cognitive complexity 24 (threshold 15). Drivers by points: if/else 18, boolean chains 3, loops 2, error handling 1 (nesting depth added 4). 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":"src/main/java/com/jdon/jivejdon/presentation/taglib/IndexTag.java"},"region":{"startLine":34}}}],"partialFingerprints":{"codehealthFindingId/v1":"63dd91bdf810f010623cc5fd974fbb0dc9f0a17c7c6349782d7fb25976cab2da"}},{"ruleId":"D2","level":"warning","message":{"text":"BlockStrategyFixed.locate (cognitive 24): BlockStrategyFixed.locate has cognitive complexity 24 (threshold 15). Drivers by points: if/else 20, boolean chains 2, error handling 1, loops 1 (nesting depth added 9). 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":"src/main/java/com/jdon/jivejdon/util/BlockStrategyFixed.java"},"region":{"startLine":23}}}],"partialFingerprints":{"codehealthFindingId/v1":"9dd925a99df0bd1113b3b12887798fc2c1c5a707efa6f7208ae7fd3bd0196e03"}},{"ruleId":"D2","level":"warning","message":{"text":"cellClick (cognitive 23): cellClick has cognitive complexity 23 (threshold 15). 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":"application/common/js/calendar.js"},"region":{"startLine":4}}}],"partialFingerprints":{"codehealthFindingId/v1":"1e5be79dac2924e0dc59f6a5c0d3e5218542581eab526a103e2aaacff411755a"}},{"ruleId":"D2","level":"warning","message":{"text":"_refreshValue (cognitive 23): _refreshValue has cognitive complexity 23 (threshold 15). 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":"application/common/autocomplete/jquery-ui.js"},"region":{"startLine":10551}}}],"partialFingerprints":{"codehealthFindingId/v1":"87fd2b2f44c28b0e968ab5f8ded92277c900ea7f682ffba0ce4264c452e09b95"}},{"ruleId":"D2","level":"warning","message":{"text":"create (cognitive 22): create has cognitive complexity 22 (threshold 15). 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":"application/common/js/calendar.js"},"region":{"startLine":4}}}],"partialFingerprints":{"codehealthFindingId/v1":"0ed96e87dd1061422ca0a55c3b902511e236b6cf834cce6b9b4db5f5cba3ab31"}},{"ruleId":"D2","level":"warning","message":{"text":"_respectSize (cognitive 22): _respectSize has cognitive complexity 22 (threshold 15). 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":"application/common/autocomplete/jquery-ui.js"},"region":{"startLine":2240}}}],"partialFingerprints":{"codehealthFindingId/v1":"6dc7828e8289a6b2b6e4430e8450e98838c4ce92272511cdb79dd3debea55f7b"}},{"ruleId":"D2","level":"warning","message":{"text":"_refreshItems (cognitive 22): _refreshItems has cognitive complexity 22 (threshold 15). 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":"application/common/autocomplete/jquery-ui.js"},"region":{"startLine":3457}}}],"partialFingerprints":{"codehealthFindingId/v1":"5bafa4340eb4c7246e29cdd6b7822c37e2a0036c0904b9b42f52a388da102c85"}},{"ruleId":"D2","level":"warning","message":{"text":"_slide (cognitive 22): _slide has cognitive complexity 22 (threshold 15). 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":"application/common/autocomplete/jquery-ui.js"},"region":{"startLine":10328}}}],"partialFingerprints":{"codehealthFindingId/v1":"b226b02b6eb9c2b654183530fb0b5b7169bb1fd7d0f72b590c98b8c77828b584"}},{"ruleId":"D2","level":"warning","message":{"text":"URLConverter.convertURL (cognitive 21): URLConverter.convertURL has cognitive complexity 21 (threshold 15). Drivers by points: if/else 17, boolean chains 3, loops 1 (nesting depth added 9). 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":"src/main/java/com/jdon/jivejdon/domain/model/message/output/html/URLConverter.java"},"region":{"startLine":150}}}],"partialFingerprints":{"codehealthFindingId/v1":"9a90198ac47cb1068294064e26e2e7d302858316c16bd9c82f26c919acf7b31c"}},{"ruleId":"D2","level":"warning","message":{"text":"_renderAxis (cognitive 21): _renderAxis has cognitive complexity 21 (threshold 15). 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":"application/common/autocomplete/jquery-ui.js"},"region":{"startLine":1955}}}],"partialFingerprints":{"codehealthFindingId/v1":"3261cb1198565d6db2290ba4ef3c05298b30eea95e8294d8465fd25a012a9b63"}},{"ruleId":"D2","level":"warning","message":{"text":"_mouseStart (cognitive 21): _mouseStart has cognitive complexity 21 (threshold 15). 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":"application/common/autocomplete/jquery-ui.js"},"region":{"startLine":3013}}}],"partialFingerprints":{"codehealthFindingId/v1":"c220412a643520bc203e1f67f2f7b646a6a832af0f583e510e68870a29b80fae"}},{"ruleId":"D2","level":"warning","message":{"text":"(anonymous) (cognitive 20): (anonymous) has cognitive complexity 20 (threshold 15). 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":"application/common/autocomplete/jquery-ui.js"},"region":{"startLine":1809}}}],"partialFingerprints":{"codehealthFindingId/v1":"eebbc780af99068a627f2439b78e3a2ab07746cced851d4fb014a111ad0954cd"}},{"ruleId":"D2","level":"warning","message":{"text":"_getItemsAsjQuery (cognitive 20): _getItemsAsjQuery has cognitive complexity 20 (threshold 15). 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":"application/common/autocomplete/jquery-ui.js"},"region":{"startLine":3411}}}],"partialFingerprints":{"codehealthFindingId/v1":"1995f885262770502f61f62dee8fa05369f1068ab875ca793cf5ef8fe6ebd324"}},{"ruleId":"D2","level":"warning","message":{"text":"_setOption (cognitive 20): _setOption has cognitive complexity 20 (threshold 15). 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":"application/common/autocomplete/jquery-ui.js"},"region":{"startLine":9275}}}],"partialFingerprints":{"codehealthFindingId/v1":"2b30b1b0bfd86edf68d89e7a0054fbe811547a075c749d835ec01d2b7f2a837e"}},{"ruleId":"D2","level":"warning","message":{"text":"ToolsUtil.convertTagsFirst (cognitive 19): ToolsUtil.convertTagsFirst has cognitive complexity 19 (threshold 15). Drivers by points: if/else 15, boolean chains 2, loops 2 (nesting depth added 8). 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":"src/main/java/com/jdon/jivejdon/domain/model/message/output/html/ToolsUtil.java"},"region":{"startLine":40}}}],"partialFingerprints":{"codehealthFindingId/v1":"8cc00c0ce605ba475bc9bf4c758b9b1aa2456f91d84a877d62791459e1f0b4e7"}},{"ruleId":"D2","level":"warning","message":{"text":"_saveCookie (cognitive 19): _saveCookie has cognitive complexity 19 (threshold 15). 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":"application/common/js/window_def.js"},"region":{"startLine":720}}}],"partialFingerprints":{"codehealthFindingId/v1":"a9d7e5cd49b83fdb45fa618029a810c2e7ced9528a37e26f4eef588e6c00eb36"}},{"ruleId":"D2","level":"warning","message":{"text":"_saveCookie (cognitive 19): _saveCookie has cognitive complexity 19 (threshold 15). 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":"application/common/js/window.js"},"region":{"startLine":719}}}],"partialFingerprints":{"codehealthFindingId/v1":"34cec2668a32278abeef5c864fdffebb6a7ca94180546ffef6aa8873de3a0693"}},{"ruleId":"D2","level":"warning","message":{"text":"cancel (cognitive 19): cancel has cognitive complexity 19 (threshold 15). 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":"application/common/autocomplete/jquery-ui.js"},"region":{"startLine":3248}}}],"partialFingerprints":{"codehealthFindingId/v1":"bc9359374e472bd62957693f0c6d630172ecd2bddef0f57cf03a7057339b3e95"}},{"ruleId":"D2","level":"warning","message":{"text":"_setContainment (cognitive 19): _setContainment has cognitive complexity 19 (threshold 15). 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":"application/common/autocomplete/jquery-ui.js"},"region":{"startLine":3745}}}],"partialFingerprints":{"codehealthFindingId/v1":"9ffa475301f8b293c1b7724415b378d597099e1661763d6b0104b8f6f0c6b86e"}},{"ruleId":"D2","level":"warning","message":{"text":"(anonymous) (cognitive 19): (anonymous) has cognitive complexity 19 (threshold 15). 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":"application/common/autocomplete/jquery-ui.js"},"region":{"startLine":5048}}}],"partialFingerprints":{"codehealthFindingId/v1":"c728fec6bb5c30d52cec55d3531130344b829819f70181ace9961fb10bc339d8"}},{"ruleId":"D2","level":"warning","message":{"text":"_optionDatepicker (cognitive 19): _optionDatepicker has cognitive complexity 19 (threshold 15). 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":"application/common/autocomplete/jquery-ui.js"},"region":{"startLine":7321}}}],"partialFingerprints":{"codehealthFindingId/v1":"07fab081a8d2246685b505f3a1e64f2078d2a7c6ee4e8687e501845908b240bb"}},{"ruleId":"D2","level":"warning","message":{"text":"(anonymous) (cognitive 19): (anonymous) has cognitive complexity 19 (threshold 15). 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":"application/common/autocomplete/jquery-ui.js"},"region":{"startLine":10942}}}],"partialFingerprints":{"codehealthFindingId/v1":"77f05e32b4f884bda7a2bebad457d90363170ca4ab4aa03acd69986e248fdd69"}},{"ruleId":"D2","level":"warning","message":{"text":"QuoteFilter.parseQuotes (cognitive 18): QuoteFilter.parseQuotes has cognitive complexity 18 (threshold 15). Drivers by points: if/else 10, loops 5, boolean chains 2, error handling 1 (nesting depth added 6). 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":"src/main/java/com/jdon/jivejdon/domain/model/message/output/html/QuoteFilter.java"},"region":{"startLine":122}}}],"partialFingerprints":{"codehealthFindingId/v1":"2166cc3e17a101b817268944ab0a0fb73bc4a34f0a7bc0afd642b18e8a03c69e"}},{"ruleId":"D2","level":"warning","message":{"text":"EmailTask.addMessage (cognitive 18): EmailTask.addMessage has cognitive complexity 18 (threshold 15). Drivers by points: if/else 14, boolean chains 2, error handling 2 (nesting depth added 7). 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":"src/main/java/com/jdon/jivejdon/util/EmailTask.java"},"region":{"startLine":164}}}],"partialFingerprints":{"codehealthFindingId/v1":"e826f1b5569cd7c1b53a8b6cd31b6a5353bb78d3e503af2917a7c77c0d2124dd"}},{"ruleId":"D2","level":"warning","message":{"text":"_showTooltip (cognitive 18): _showTooltip has cognitive complexity 18 (threshold 15). 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":"application/common/js/window_def.js"},"region":{"startLine":1408}}}],"partialFingerprints":{"codehealthFindingId/v1":"f016d963b572093538cfabd069bca420ad6d6c471d94e964f7fb9abb0a0d9fd5"}},{"ruleId":"D2","level":"warning","message":{"text":"_mouseStop (cognitive 18): _mouseStop has cognitive complexity 18 (threshold 15). 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":"application/common/autocomplete/jquery-ui.js"},"region":{"startLine":937}}}],"partialFingerprints":{"codehealthFindingId/v1":"2b9199c5994038c2dd0fa1719f48f2d32ffc293685494236d7b79ffb2d6c59e0"}},{"ruleId":"D2","level":"warning","message":{"text":"prepareOffsets (cognitive 18): prepareOffsets has cognitive complexity 18 (threshold 15). 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":"application/common/autocomplete/jquery-ui.js"},"region":{"startLine":1759}}}],"partialFingerprints":{"codehealthFindingId/v1":"5832647ec822315c9c105e2ba8b13992aa78b46a984baa17f110722ab484f851"}},{"ruleId":"D2","level":"warning","message":{"text":"onTagOpen (cognitive 18): onTagOpen has cognitive complexity 18 (threshold 15). 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":"application/common/ckeditor/plugins/bbcode/plugin.js"},"region":{"startLine":251}}}],"partialFingerprints":{"codehealthFindingId/v1":"4644f97c4c47398d0d113bdb5b1a0ecfe0b7aabd378b9577d3bb7ae92791adbb"}},{"ruleId":"D2","level":"warning","message":{"text":"FiltersUtils.escapeHTMLTags (cognitive 17): FiltersUtils.escapeHTMLTags has cognitive complexity 17 (threshold 15). Drivers by points: if/else 16, loops 1 (nesting depth added 8). 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":"src/main/java/com/jdon/jivejdon/domain/model/message/output/beanutil/FiltersUtils.java"},"region":{"startLine":88}}}],"partialFingerprints":{"codehealthFindingId/v1":"716213a93eb5cfd88eadb20972564262c3a355c5287da9bbe457e3fd64a30a9f"}},{"ruleId":"D2","level":"warning","message":{"text":"CodeHighlighter.highlightCode (cognitive 17): CodeHighlighter.highlightCode has cognitive complexity 17 (threshold 15). Drivers by points: if/else 9, boolean chains 3, loops 3, error handling 2 (nesting depth added 6). 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":"src/main/java/com/jdon/jivejdon/domain/model/message/output/codeviewer/CodeHighlighter.java"},"region":{"startLine":181}}}],"partialFingerprints":{"codehealthFindingId/v1":"6634823f0c58612878cd47a68f0a268fb2197dba604655c12b6980020d557480"}},{"ruleId":"D2","level":"warning","message":{"text":"HTMLFilter.escapeHTMLTags (cognitive 17): HTMLFilter.escapeHTMLTags has cognitive complexity 17 (threshold 15). Drivers by points: if/else 16, loops 1 (nesting depth added 8). 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":"src/main/java/com/jdon/jivejdon/domain/model/message/output/html/HTMLFilter.java"},"region":{"startLine":52}}}],"partialFingerprints":{"codehealthFindingId/v1":"2e70089f58cd8081eff1ab9c84f51a84cd550cb802140fdaf64416473b49a81c"}},{"ruleId":"D2","level":"warning","message":{"text":"Newline.convertNewlinesAroundCode (cognitive 17): Newline.convertNewlinesAroundCode has cognitive complexity 17 (threshold 15). Drivers by points: if/else 10, loops 4, boolean chains 3 (nesting depth added 6). 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":"src/main/java/com/jdon/jivejdon/domain/model/message/output/html/Newline.java"},"region":{"startLine":151}}}],"partialFingerprints":{"codehealthFindingId/v1":"fad981f63fd37ca2d177fb44fa0f9f72dd3283d69b4837ee7f552353fe1848fe"}},{"ruleId":"D2","level":"warning","message":{"text":"ThreadApprovedNewList.loadApprovedThreads (cognitive 17): ThreadApprovedNewList.loadApprovedThreads has cognitive complexity 17 (threshold 15). Drivers by points: if/else 12, loops 3, boolean chains 1, error handling 1 (nesting depth added 9). 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":"src/main/java/com/jdon/jivejdon/spi/component/mapreduce/ThreadApprovedNewList.java"},"region":{"startLine":159}}}],"partialFingerprints":{"codehealthFindingId/v1":"b53042a3832240d3a3abfdeaccd0f7e39c927c53947c28cd475b3f9b40aadfe4"}},{"ruleId":"D2","level":"warning","message":{"text":"FiltersUtils.escapeHTMLTags (cognitive 17): FiltersUtils.escapeHTMLTags has cognitive complexity 17 (threshold 15). Drivers by points: if/else 16, loops 1 (nesting depth added 8). 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":"src/main/java/com/jdon/jivejdon/util/FiltersUtils.java"},"region":{"startLine":102}}}],"partialFingerprints":{"codehealthFindingId/v1":"a665e9f87f1b2587c96ded833f06bddf48734dee14ce3a865327eb6d87fdd36f"}},{"ruleId":"D2","level":"warning","message":{"text":"(anonymous) (cognitive 17): (anonymous) has cognitive complexity 17 (threshold 15). 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":"application/common/login2.js"},"region":{"startLine":5}}}],"partialFingerprints":{"codehealthFindingId/v1":"bb53630e25c17cdefe73cbb8cff764d790251e25cbb220e50fa7c04553bc6196"}},{"ruleId":"D2","level":"warning","message":{"text":"maximize (cognitive 17): maximize has cognitive complexity 17 (threshold 15). 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":"application/common/js/window_def.js"},"region":{"startLine":588}}}],"partialFingerprints":{"codehealthFindingId/v1":"4ab895319a878938dfd9b762b64d2466771249870b9c2cfb6e870e44086e4b2a"}},{"ruleId":"D2","level":"warning","message":{"text":"_openDialog (cognitive 17): _openDialog has cognitive complexity 17 (threshold 15). 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":"application/common/js/window_def.js"},"region":{"startLine":935}}}],"partialFingerprints":{"codehealthFindingId/v1":"baa872d9d72a1113a111fcfad903c02405f90273ed67647fbba51f114d7adcdd"}},{"ruleId":"D2","level":"warning","message":{"text":"maximize (cognitive 17): maximize has cognitive complexity 17 (threshold 15). 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":"application/common/js/window.js"},"region":{"startLine":587}}}],"partialFingerprints":{"codehealthFindingId/v1":"6ef8c83363b11848c312ec94f95b51944fe880ca5740dca581925cb97da61464"}},{"ruleId":"D2","level":"warning","message":{"text":"_openDialog (cognitive 17): _openDialog has cognitive complexity 17 (threshold 15). 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":"application/common/js/window.js"},"region":{"startLine":934}}}],"partialFingerprints":{"codehealthFindingId/v1":"42f0beb7d6a5f5a08d516fe82c55f89074678f4f211d2e3cc96656e82ffc7f4c"}},{"ruleId":"D2","level":"warning","message":{"text":"tableMouseOver (cognitive 17): tableMouseOver has cognitive complexity 17 (threshold 15). 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":"application/common/js/calendar.js"},"region":{"startLine":4}}}],"partialFingerprints":{"codehealthFindingId/v1":"cdf4eb4d21d61d4f608d04401bbdb4cc0692c0f7e9534eb96430083876044bf4"}},{"ruleId":"D2","level":"warning","message":{"text":"intersect (cognitive 17): intersect has cognitive complexity 17 (threshold 15). 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":"application/common/autocomplete/jquery-ui.js"},"region":{"startLine":1709}}}],"partialFingerprints":{"codehealthFindingId/v1":"754a8631797a1b965b1a0b78000029f250cfc65097a1136ee1904d2c86353103"}},{"ruleId":"D2","level":"warning","message":{"text":"_determineButtonType (cognitive 17): _determineButtonType has cognitive complexity 17 (threshold 15). 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":"application/common/autocomplete/jquery-ui.js"},"region":{"startLine":6678}}}],"partialFingerprints":{"codehealthFindingId/v1":"f078829cbcb06418fda88f6b031c022544bcfc989667b2a58f98b6dd445acf53"}},{"ruleId":"D2","level":"warning","message":{"text":"_create (cognitive 17): _create has cognitive complexity 17 (threshold 15). 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":"application/common/autocomplete/jquery-ui.js"},"region":{"startLine":9993}}}],"partialFingerprints":{"codehealthFindingId/v1":"326a15a07a7c795628525282d670a54048f16b3d06593811b3031e7491a102cc"}},{"ruleId":"D2","level":"warning","message":{"text":"CodeViewer.keywordFilter (cognitive 16): CodeViewer.keywordFilter has cognitive complexity 16 (threshold 15). Drivers by points: if/else 7, boolean chains 6, loops 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":"src/main/java/com/jdon/jivejdon/domain/model/message/output/codeviewer/CodeViewer.java"},"region":{"startLine":272}}}],"partialFingerprints":{"codehealthFindingId/v1":"6c016ac87ac1a9cc7b7b4278e8ae86ba9300feb5fa5316f29d5e1bf606ba4530"}},{"ruleId":"D2","level":"warning","message":{"text":"RSSGenServlet.checkModifiedEtagFilter (cognitive 16): RSSGenServlet.checkModifiedEtagFilter has cognitive complexity 16 (threshold 15). Drivers by points: if/else 13, boolean chains 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":"src/main/java/com/jdon/jivejdon/presentation/servlet/RSSGenServlet.java"},"region":{"startLine":95}}}],"partialFingerprints":{"codehealthFindingId/v1":"617e7084732b0f6574be7d0979bc4a6c0fe97ded078266b59f8c9c08af5a2c8c"}},{"ruleId":"D2","level":"warning","message":{"text":"setDimensions (cognitive 16): setDimensions has cognitive complexity 16 (threshold 15). 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":"application/common/js/window_def.js"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"6651cedb15fe66eff63657cca85d4bd7bafd5701c8ead24e9dcf2d87eab75e6b"}},{"ruleId":"D2","level":"warning","message":{"text":"(anonymous) (cognitive 16): (anonymous) has cognitive complexity 16 (threshold 15). 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":"application/common/autocomplete/jquery-ui.js"},"region":{"startLine":5006}}}],"partialFingerprints":{"codehealthFindingId/v1":"c78f30acf07a0507eb80075b0d3e9965103ab6663cae5d2c70d0703e7f032a5d"}},{"ruleId":"D2","level":"warning","message":{"text":"_clickHandler (cognitive 16): _clickHandler has cognitive complexity 16 (threshold 15). 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":"application/common/autocomplete/jquery-ui.js"},"region":{"startLine":5556}}}],"partialFingerprints":{"codehealthFindingId/v1":"236597bd445cffc5819ee97381cd5d7ae90b590b5798a602759204fe22d72d49"}},{"ruleId":"D2","level":"warning","message":{"text":"position (cognitive 16): position has cognitive complexity 16 (threshold 15). 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":"application/common/autocomplete/jquery-ui.js"},"region":{"startLine":9585}}}],"partialFingerprints":{"codehealthFindingId/v1":"a5aebba2094216a391d74b68caa103fcfbe7df71686094243192420db7c2067e"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: autocomplete/jquery-ui.js: FileTooLong \u2014 7157 significant lines (blank, comment-only and punctuation-only lines excluded; the length bar is tripled for a single-responsibility module of 4 or fewer top-level units). To reduce it, split the file along the responsibilities already in it: move each cohesive group of declarations into its own sibling file in the same module or package, so no one file has to be read whole to change one of them."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"application/common/autocomplete/jquery-ui.js"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"25729c1649de8e43d3dc89a387252047c2fb6f26ae3e141eef1e08a078d03ed4"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: JavaCodeViewer: TooManyMethods \u2014 59 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":"src/main/java/com/jdon/jivejdon/domain/model/message/output/codeviewer/JavaCodeViewer.java"},"region":{"startLine":31}}}],"partialFingerprints":{"codehealthFindingId/v1":"0266f37a6639ea5919f45fcd8a43615b3fa79fd26a9becebfedcbdbe4f23ed94"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: JavaCodeHighlighter: TooManyMethods \u2014 53 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":"src/main/java/com/jdon/jivejdon/domain/model/message/output/codeviewer/JavaCodeHighlighter.java"},"region":{"startLine":30}}}],"partialFingerprints":{"codehealthFindingId/v1":"17571a85978166ffa817685ecc7b1ad08c66c68421d26cb713c0449540a608cd"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: Account: TooManyMethods \u2014 52 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":"src/main/java/com/jdon/jivejdon/domain/model/account/Account.java"},"region":{"startLine":27}}}],"partialFingerprints":{"codehealthFindingId/v1":"217bd15097cd215f3b47bacc03b656cc756f2bf48f8dd8ab952fec50c1256e64"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: ForumThread: 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":"src/main/java/com/jdon/jivejdon/domain/model/ForumThread.java"},"region":{"startLine":61}}}],"partialFingerprints":{"codehealthFindingId/v1":"e2f88f23335aa9196c86ee3bdb328e9938b56e55df38ec3a9b61eca031457261"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: ForumMessage: TooManyMethods \u2014 42 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":"src/main/java/com/jdon/jivejdon/domain/model/ForumMessage.java"},"region":{"startLine":65}}}],"partialFingerprints":{"codehealthFindingId/v1":"238998b4d268621c11aacc71b46eac91180f09d939ac500648d2e07bd1491c4b"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: codeviewer/JavaCodeViewer.java: FileTooLong \u2014 652 significant lines (blank, comment-only and punctuation-only lines excluded). To reduce it, split the file along the responsibilities already in it: move each cohesive group of declarations into its own sibling file in the same module or package, so no one file has to be read whole to change one of them."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/com/jdon/jivejdon/domain/model/message/output/codeviewer/JavaCodeViewer.java"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"98511acfc7e18e086ad0dd39e721226358725241db0683c2f88b4a6c3d8429c1"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: MessageForm: TooManyMethods \u2014 37 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":"src/main/java/com/jdon/jivejdon/presentation/form/MessageForm.java"},"region":{"startLine":43}}}],"partialFingerprints":{"codehealthFindingId/v1":"c51bd1f5028b243a7a40c723c7b51fbc51d7de83b49376010eafb57323e42361"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: AnemicMessageDTO: TooManyMethods \u2014 36 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":"src/main/java/com/jdon/jivejdon/infrastructure/dto/AnemicMessageDTO.java"},"region":{"startLine":16}}}],"partialFingerprints":{"codehealthFindingId/v1":"f1a783a481e501cca6d274be5d4d5a9e6d5416aafc8edbb8d5dedb74d9563558"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: ToolsUtil: 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":"src/main/java/com/jdon/jivejdon/util/ToolsUtil.java"},"region":{"startLine":43}}}],"partialFingerprints":{"codehealthFindingId/v1":"26ff02d7eb24100ce63c31c0030839b144041c65b3207ab436a5642a3d923c69"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (16 lines \u00D7 2): src/main/java/com/jdon/jivejdon/spi/component/throttle/hitkey/HitConf.java:38-53 | src/main/java/com/jdon/jivejdon/spi/component/throttle/post/VIPUserThrottleConf.java:48-63 \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 \u0060src/main/java/com/jdon/jivejdon/spi/component/throttle/hitkey/HitConf.java:38\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":"src/main/java/com/jdon/jivejdon/spi/component/throttle/hitkey/HitConf.java"},"region":{"startLine":38}}}],"partialFingerprints":{"codehealthFindingId/v1":"166c2a498351d793d5ddbb2982c4b68f10e9e3eae921e3e7864e77975944adb6"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (15 lines \u00D7 3): src/main/java/com/jdon/jivejdon/domain/model/message/output/codeviewer/JavaCodeViewer.java:429-444 | src/main/java/com/jdon/jivejdon/domain/model/message/output/codeviewer/JavaCodeViewer.java:466-480 | src/main/java/com/jdon/jivejdon/domain/model/message/output/codeviewer/JavaCodeViewer.java:501-517 \u2014 all 3 copies are in the same file, so extract the block into one function there and call it from every one of those sites \u2014 resolving only two of them leaves the rest to drift apart the first time one is edited. Read the line range as the matched WINDOW rather than a finished unit: at \u0060src/main/java/com/jdon/jivejdon/domain/model/message/output/codeviewer/JavaCodeViewer.java:429\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":"src/main/java/com/jdon/jivejdon/domain/model/message/output/codeviewer/JavaCodeViewer.java"},"region":{"startLine":429}}}],"partialFingerprints":{"codehealthFindingId/v1":"ebbc7c6f83213ededec0c59c7a234407d51b8bfa446892bb002b06180410f181"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (15 lines \u00D7 2): src/main/java/com/jdon/jivejdon/domain/model/message/output/beanutil/FiltersUtils.java:24-38 | src/main/java/com/jdon/jivejdon/util/FiltersUtils.java:38-52 \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."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/com/jdon/jivejdon/domain/model/message/output/beanutil/FiltersUtils.java"},"region":{"startLine":24}}}],"partialFingerprints":{"codehealthFindingId/v1":"47f3c886f0b1bbcce95e213fd06a8b54f208ee90fe3dcd28180fc28c9cc6175e"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (15 lines \u00D7 2): src/main/java/com/jdon/jivejdon/domain/model/message/output/codeviewer/JavaCodeViewer.java:337-351 | src/main/java/com/jdon/jivejdon/domain/model/message/output/codeviewer/JavaCodeViewer.java:766-780 \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 \u0060src/main/java/com/jdon/jivejdon/domain/model/message/output/codeviewer/JavaCodeViewer.java:337\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":"src/main/java/com/jdon/jivejdon/domain/model/message/output/codeviewer/JavaCodeViewer.java"},"region":{"startLine":337}}}],"partialFingerprints":{"codehealthFindingId/v1":"c03d171474654f9f531dde1940e86acf96fffe55aa1f2dca4056c82a3191f81c"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (15 lines \u00D7 2): src/main/java/com/jdon/jivejdon/spi/component/subscription/action/ShortMsgAction.java:41-55 | src/main/java/com/jdon/jivejdon/spi/component/subscription/action/SinaWeiboAction.java:49-63 \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 \u0060src/main/java/com/jdon/jivejdon/spi/component/subscription/action/ShortMsgAction.java:41\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":"src/main/java/com/jdon/jivejdon/spi/component/subscription/action/ShortMsgAction.java"},"region":{"startLine":41}}}],"partialFingerprints":{"codehealthFindingId/v1":"e043c99c03326ba51e1505ea8eb8f488a7cded7ee0fe63c660b6ac6e00ca27b1"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (15 lines \u00D7 2): src/main/java/com/jdon/jivejdon/util/XMLProperties.java:267-281 | src/main/java/com/jdon/jivejdon/util/XMLProperties.java:284-298 \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 \u0060src/main/java/com/jdon/jivejdon/util/XMLProperties.java:267\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":"src/main/java/com/jdon/jivejdon/util/XMLProperties.java"},"region":{"startLine":267}}}],"partialFingerprints":{"codehealthFindingId/v1":"0c0aea245be5c117dcef87dd6b645f3bf793dec534accb834dfd4ed7df0a0e2b"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (14 lines \u00D7 2): src/main/java/com/jdon/jivejdon/domain/model/message/output/codeviewer/JavaCodeViewer.java:415-428 | src/main/java/com/jdon/jivejdon/domain/model/message/output/codeviewer/JavaCodeViewer.java:453-466 \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 \u0060src/main/java/com/jdon/jivejdon/domain/model/message/output/codeviewer/JavaCodeViewer.java:415\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. Note that the copies do not run to the end of the range shown: their LAST lines are different code, not the same code under different names \u2014 the matched region ends inside that line. Extract the lines above it, and read the last line of each site separately."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/com/jdon/jivejdon/domain/model/message/output/codeviewer/JavaCodeViewer.java"},"region":{"startLine":415}}}],"partialFingerprints":{"codehealthFindingId/v1":"2cefcd73f4f5524e4bbd4bb1a0d6d8a71926c01766545b27efb77d7a4db3ffbe"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (14 lines \u00D7 2): src/main/java/com/jdon/jivejdon/domain/model/query/QueryCriteria.java:84-97 | src/main/java/com/jdon/jivejdon/domain/model/query/QueryCriteria.java:141-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 \u0060src/main/java/com/jdon/jivejdon/domain/model/query/QueryCriteria.java:84\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":"src/main/java/com/jdon/jivejdon/domain/model/query/QueryCriteria.java"},"region":{"startLine":84}}}],"partialFingerprints":{"codehealthFindingId/v1":"510aea406aff3e7ae8bc9645427d5f4c13b59aab9f94b5deff441a44afcee4cf"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (13 lines \u00D7 2): src/main/java/com/jdon/jivejdon/api/impl/message/ForumMessageQueryServiceImp.java:127-139 | src/main/java/com/jdon/jivejdon/api/impl/message/ForumMessageQueryServiceImp.java:156-168 \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 \u0060src/main/java/com/jdon/jivejdon/api/impl/message/ForumMessageQueryServiceImp.java:127\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":"src/main/java/com/jdon/jivejdon/api/impl/message/ForumMessageQueryServiceImp.java"},"region":{"startLine":127}}}],"partialFingerprints":{"codehealthFindingId/v1":"2f2be38184aede55959fb525af454975d45d34cd6eba85fff5cf6ee55ee8b66b"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (13 lines \u00D7 2): src/main/java/com/jdon/jivejdon/infrastructure/repository/acccount/AccountFactoryDao.java:41-53 | src/main/java/com/jdon/jivejdon/infrastructure/repository/builder/ForumDirector.java:31-43 \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 \u0060src/main/java/com/jdon/jivejdon/infrastructure/repository/acccount/AccountFactoryDao.java:41\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":"src/main/java/com/jdon/jivejdon/infrastructure/repository/acccount/AccountFactoryDao.java"},"region":{"startLine":41}}}],"partialFingerprints":{"codehealthFindingId/v1":"b0ecb0def1c5ae0654eb568206e5cb2f83d47dd3bd4f4c2dcc107e35c0cd970e"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (13 lines \u00D7 2): src/main/java/com/jdon/jivejdon/presentation/taglib/NextTag.java:71-83 | src/main/java/com/jdon/jivejdon/presentation/taglib/PrevTag.java:67-79 \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 \u0060src/main/java/com/jdon/jivejdon/presentation/taglib/NextTag.java:71\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":"src/main/java/com/jdon/jivejdon/presentation/taglib/NextTag.java"},"region":{"startLine":71}}}],"partialFingerprints":{"codehealthFindingId/v1":"50a1e1e1bf67a652ee74096b99e6769e56cca231368dab40e58a4542a7fc816d"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (12 lines \u00D7 3): src/main/java/com/jdon/jivejdon/domain/model/message/output/beanutil/FiltersUtils.java:108-119 | src/main/java/com/jdon/jivejdon/domain/model/message/output/html/HTMLFilter.java:72-83 | src/main/java/com/jdon/jivejdon/util/FiltersUtils.java:122-133 \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 \u0060src/main/java/com/jdon/jivejdon/domain/model/message/output/beanutil/FiltersUtils.java:108\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":"src/main/java/com/jdon/jivejdon/domain/model/message/output/beanutil/FiltersUtils.java"},"region":{"startLine":108}}}],"partialFingerprints":{"codehealthFindingId/v1":"cb9cb12feed9847f8c4868f615e81f1f2226534f4fce61a1de2f9df60649248b"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (12 lines \u00D7 2): src/main/java/com/jdon/jivejdon/domain/model/message/output/codeviewer/JavaCodeViewer.java:720-732 | src/main/java/com/jdon/jivejdon/domain/model/message/output/codeviewer/JavaCodeViewer.java:736-747 \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 \u0060src/main/java/com/jdon/jivejdon/domain/model/message/output/codeviewer/JavaCodeViewer.java:720\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":"src/main/java/com/jdon/jivejdon/domain/model/message/output/codeviewer/JavaCodeViewer.java"},"region":{"startLine":720}}}],"partialFingerprints":{"codehealthFindingId/v1":"779f141c0b2d5fa3e51aeab5bf658c0ee0f8e202fcad83eb5e2e73a7b8eeacc0"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (12 lines \u00D7 2): src/main/java/com/jdon/jivejdon/presentation/action/query/MessageQueryUserAction.java:31-42 | src/main/java/com/jdon/jivejdon/presentation/action/query/ThreadQueryUserAction.java:35-46 \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":"src/main/java/com/jdon/jivejdon/presentation/action/query/MessageQueryUserAction.java"},"region":{"startLine":31}}}],"partialFingerprints":{"codehealthFindingId/v1":"6aeb2a9807333f443ddf5f840a7084e204d1768d4946c7b86622e9b71cda1563"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (11 lines \u00D7 3): src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/PropertyDaoSql.java:84-94 | src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/PropertyDaoSql.java:110-120 | src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/PropertyDaoSql.java:136-146 \u2014 all 3 copies are in the same file, so extract the block into one function there and call it from every one of those sites \u2014 resolving only two of them leaves the rest to drift apart the first time one is edited. Read the line range as the matched WINDOW rather than a finished unit: at \u0060src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/PropertyDaoSql.java:84\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":"src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/PropertyDaoSql.java"},"region":{"startLine":84}}}],"partialFingerprints":{"codehealthFindingId/v1":"a672e53afbd9f021555cc0b4ae9f0c12cbc2f265a8ee2ae3b082e51db3998cae"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (11 lines \u00D7 2): src/main/java/com/jdon/jivejdon/domain/model/message/output/codeviewer/JavaCodeViewer.java:625-635 | src/main/java/com/jdon/jivejdon/domain/model/message/output/codeviewer/JavaCodeViewer.java:640-650 \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 \u0060src/main/java/com/jdon/jivejdon/domain/model/message/output/codeviewer/JavaCodeViewer.java:625\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":"src/main/java/com/jdon/jivejdon/domain/model/message/output/codeviewer/JavaCodeViewer.java"},"region":{"startLine":625}}}],"partialFingerprints":{"codehealthFindingId/v1":"0026529394b0d502de8079843e627e75cd84c9b7d780f6332ef3995f8f938617"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (11 lines \u00D7 2): src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/MessageQueryDaoSql.java:102-112 | src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/MessageQueryDaoSql.java:135-145 \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":"src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/MessageQueryDaoSql.java"},"region":{"startLine":102}}}],"partialFingerprints":{"codehealthFindingId/v1":"955e481f618310c4e6a044372a86080bd8f157430f34ecf20eb7ef6efaf07313"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (11 lines \u00D7 2): src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/UploadFileDaoSql.java:155-165 | src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/UploadFileDaoSql.java:171-181 \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 \u0060src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/UploadFileDaoSql.java:155\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":"src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/UploadFileDaoSql.java"},"region":{"startLine":155}}}],"partialFingerprints":{"codehealthFindingId/v1":"bc6e26fa5bcd11dfd8467f304ec604b83dadc58b53f1bdb9cfd72f248c9a891c"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (11 lines \u00D7 2): src/main/java/com/jdon/jivejdon/presentation/servlet/RSSGenServlet.java:257-267 | src/main/java/com/jdon/jivejdon/presentation/servlet/RSSGenServlet.java:313-323 \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":"src/main/java/com/jdon/jivejdon/presentation/servlet/RSSGenServlet.java"},"region":{"startLine":257}}}],"partialFingerprints":{"codehealthFindingId/v1":"75e51668e6b60e12961a2987d3dd5d67bc1e237ec4c5cefb18269ccc4d965a11"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (11 lines \u00D7 2): src/main/java/com/jdon/jivejdon/spi/component/query/HotThreadQueryManager.java:62-72 | src/main/java/com/jdon/jivejdon/spi/component/query/HotThreadQueryManager.java:85-95 \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 \u0060src/main/java/com/jdon/jivejdon/spi/component/query/HotThreadQueryManager.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":"src/main/java/com/jdon/jivejdon/spi/component/query/HotThreadQueryManager.java"},"region":{"startLine":62}}}],"partialFingerprints":{"codehealthFindingId/v1":"cc50aa6549b06134da860356a9a88bea2163b003d50c2449b8b4129d4ec14ddb"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (11 lines \u00D7 2): src/main/java/com/jdon/jivejdon/spi/component/sitemap/SitemapRepositoryImpl.java:201-211 | src/main/java/com/jdon/jivejdon/spi/component/sitemap/SitemapRepositoryImpl.java:266-276 \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 \u0060src/main/java/com/jdon/jivejdon/spi/component/sitemap/SitemapRepositoryImpl.java:201\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":"src/main/java/com/jdon/jivejdon/spi/component/sitemap/SitemapRepositoryImpl.java"},"region":{"startLine":201}}}],"partialFingerprints":{"codehealthFindingId/v1":"2a04b3335acacc54262f4eb9f32510c728401a037df168748dca0c2181a2c58d"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (10 lines \u00D7 4): src/main/java/com/jdon/jivejdon/domain/model/message/output/codeviewer/JavaCodeViewer.java:684-693 | src/main/java/com/jdon/jivejdon/domain/model/message/output/codeviewer/JavaCodeViewer.java:719-729 | src/main/java/com/jdon/jivejdon/domain/model/message/output/codeviewer/JavaCodeViewer.java:735-744 | src/main/java/com/jdon/jivejdon/domain/model/message/output/codeviewer/JavaCodeViewer.java:750-759 \u2014 all 4 copies are in the same file, so extract the block into one function there and call it from every one of those sites \u2014 resolving only two of them leaves the rest to drift apart the first time one is edited. Read the line range as the matched WINDOW rather than a finished unit: at \u0060src/main/java/com/jdon/jivejdon/domain/model/message/output/codeviewer/JavaCodeViewer.java:684\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. Note that the copies do not run to the end of the range shown: their LAST lines are different code, not the same code under different names \u2014 the matched region ends inside that line. Extract the lines above it, and read the last line of each site separately."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/com/jdon/jivejdon/domain/model/message/output/codeviewer/JavaCodeViewer.java"},"region":{"startLine":684}}}],"partialFingerprints":{"codehealthFindingId/v1":"bb7f6ab99e52e46d6fa0e20f6bf9996e1f50d07407c3e9a1a6b201a3475ddcec"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (10 lines \u00D7 3): src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/ShortMessageDaoSql.java:206-215 | src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/ShortMessageDaoSql.java:221-230 | src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/ShortMessageDaoSql.java:235-244 \u2014 all 3 copies are in the same file, so extract the block into one function there and call it from every one of those sites \u2014 resolving only two of them leaves the rest to drift apart the first time one is edited. Read the line range as the matched WINDOW rather than a finished unit: at \u0060src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/ShortMessageDaoSql.java:206\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":"src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/ShortMessageDaoSql.java"},"region":{"startLine":206}}}],"partialFingerprints":{"codehealthFindingId/v1":"323876f69d90ce951bda57713108489e93299f1a0fa10c73084e69182b338247"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (10 lines \u00D7 2): src/main/java/com/jdon/jivejdon/api/impl/account/OAuthAccountServiceImp.java:100-109 | src/main/java/com/jdon/jivejdon/api/impl/account/OAuthAccountServiceImp.java:229-238 \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. Note that the copies do not run to the end of the range shown: their LAST lines are different code, not the same code under different names \u2014 the matched region ends inside that line. Extract the lines above it, and read the last line of each site separately."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/com/jdon/jivejdon/api/impl/account/OAuthAccountServiceImp.java"},"region":{"startLine":100}}}],"partialFingerprints":{"codehealthFindingId/v1":"25580befe7f4a3623418d3008b87ab72ba535d73b71de39392cc63ec70abaea7"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (10 lines \u00D7 2): src/main/java/com/jdon/jivejdon/domain/model/message/output/codeviewer/JavaCodeHighlighter.java:703-713 | src/main/java/com/jdon/jivejdon/domain/model/message/output/codeviewer/JavaCodeHighlighter.java:728-737 \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 \u0060src/main/java/com/jdon/jivejdon/domain/model/message/output/codeviewer/JavaCodeHighlighter.java:703\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. Note that the copies do not run to the end of the range shown: their LAST lines are different code, not the same code under different names \u2014 the matched region ends inside that line. Extract the lines above it, and read the last line of each site separately."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/com/jdon/jivejdon/domain/model/message/output/codeviewer/JavaCodeHighlighter.java"},"region":{"startLine":703}}}],"partialFingerprints":{"codehealthFindingId/v1":"2cfbe64508751d2e764d912a4882379a3966106f003ae88a8552c737fa9deaa7"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (10 lines \u00D7 2): src/main/java/com/jdon/jivejdon/domain/model/message/output/codeviewer/JavaCodeViewer.java:656-665 | src/main/java/com/jdon/jivejdon/domain/model/message/output/codeviewer/JavaCodeViewer.java:671-680 \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 \u0060src/main/java/com/jdon/jivejdon/domain/model/message/output/codeviewer/JavaCodeViewer.java:656\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":"src/main/java/com/jdon/jivejdon/domain/model/message/output/codeviewer/JavaCodeViewer.java"},"region":{"startLine":656}}}],"partialFingerprints":{"codehealthFindingId/v1":"cf7703ddf4c208c208df997f99bcdf8e7bb9ae107f3553b4d4a6d3a9603c6108"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (10 lines \u00D7 2): src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/MessageDaoSql.java:190-199 | src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/MessageDaoSql.java:254-266 \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 \u0060src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/MessageDaoSql.java:190\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":"src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/MessageDaoSql.java"},"region":{"startLine":190}}}],"partialFingerprints":{"codehealthFindingId/v1":"39e375f99e5f42ffc8fdd16a6ad524e58c158e88effaa079f9c0f62c981766dd"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (10 lines \u00D7 2): src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/SubscriptionDaoSql.java:125-134 | src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/SubscriptionDaoSql.java:221-230 \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":"src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/SubscriptionDaoSql.java"},"region":{"startLine":125}}}],"partialFingerprints":{"codehealthFindingId/v1":"0db5906d577dec44d7a4e1a2bddfa97e57e2d6ddf2760c24d6cf6cd11a0168a5"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (10 lines \u00D7 2): src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/SubscriptionDaoSql.java:149-158 | src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/SubscriptionDaoSql.java:189-198 \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 \u0060src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/SubscriptionDaoSql.java:149\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":"src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/SubscriptionDaoSql.java"},"region":{"startLine":149}}}],"partialFingerprints":{"codehealthFindingId/v1":"048608dfe437babec56fbc4f17a164d4c1fd34d2495fa8e4d56af177be8a23f8"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (10 lines \u00D7 2): src/main/java/com/jdon/jivejdon/infrastructure/repository/search/MessageSearchProxy.java:82-91 | src/main/java/com/jdon/jivejdon/infrastructure/repository/search/MessageSearchProxy.java:116-125 \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 \u0060src/main/java/com/jdon/jivejdon/infrastructure/repository/search/MessageSearchProxy.java:82\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":"src/main/java/com/jdon/jivejdon/infrastructure/repository/search/MessageSearchProxy.java"},"region":{"startLine":82}}}],"partialFingerprints":{"codehealthFindingId/v1":"d6fe8f0d11760f930080c12da01c1c2d93f9cd554b8a045dccbb40d95ddd6ec6"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (10 lines \u00D7 2): src/main/java/com/jdon/jivejdon/presentation/action/admin/FiltersAction.java:125-134 | src/main/java/com/jdon/jivejdon/presentation/action/admin/FiltersAction.java:174-183 \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 \u0060src/main/java/com/jdon/jivejdon/presentation/action/admin/FiltersAction.java:125\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. Note that the copies do not run to the end of the range shown: their LAST lines are different code, not the same code under different names \u2014 the matched region ends inside that line. Extract the lines above it, and read the last line of each site separately."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/com/jdon/jivejdon/presentation/action/admin/FiltersAction.java"},"region":{"startLine":125}}}],"partialFingerprints":{"codehealthFindingId/v1":"a9166fe31d7dbb7e1b38a1c0786f63492d23d26cd2edcaeb93be48c3791f2e68"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (10 lines \u00D7 2): src/main/java/com/jdon/jivejdon/presentation/action/blog/FollowerListAction.java:37-46 | src/main/java/com/jdon/jivejdon/presentation/action/blog/FollowingListAction.java:37-46 \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":"src/main/java/com/jdon/jivejdon/presentation/action/blog/FollowerListAction.java"},"region":{"startLine":37}}}],"partialFingerprints":{"codehealthFindingId/v1":"da52c3ae349192f4ac97fdb11c1d7473d4533a7ac7ad398005fd6a2b0e9ce87a"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (10 lines \u00D7 2): src/main/java/com/jdon/jivejdon/presentation/action/query/ThreadDigListAction.java:92-102 | src/main/java/com/jdon/jivejdon/spi/component/mapreduce/ThreadDigComparator.java:24-33 \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 \u0060src/main/java/com/jdon/jivejdon/presentation/action/query/ThreadDigListAction.java:92\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":"src/main/java/com/jdon/jivejdon/presentation/action/query/ThreadDigListAction.java"},"region":{"startLine":92}}}],"partialFingerprints":{"codehealthFindingId/v1":"d8840e254645553005173fbe31e129b56ba349ee4009d3af9c4781375a380fd7"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (10 lines \u00D7 2): src/main/java/com/jdon/jivejdon/presentation/action/MessageListNav2Action.java:35-44 | src/main/java/com/jdon/jivejdon/presentation/action/MessageListNavAction.java:34-43 \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 \u0060src/main/java/com/jdon/jivejdon/presentation/action/MessageListNav2Action.java:35\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. Note that the copies do not run to the end of the range shown: their LAST lines are different code, not the same code under different names \u2014 the matched region ends inside that line. Extract the lines above it, and read the last line of each site separately."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/com/jdon/jivejdon/presentation/action/MessageListNav2Action.java"},"region":{"startLine":35}}}],"partialFingerprints":{"codehealthFindingId/v1":"333a39a2e84b142e2aedecc6a81babfab37dd020f7998fe545fc3599192c0c98"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (10 lines \u00D7 2): src/main/java/com/jdon/jivejdon/presentation/form/AccountFaceFileForm.java:139-148 | src/main/java/com/jdon/jivejdon/presentation/form/UpLoadFileForm.java:145-154 \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 \u0060src/main/java/com/jdon/jivejdon/presentation/form/AccountFaceFileForm.java:139\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":"src/main/java/com/jdon/jivejdon/presentation/form/AccountFaceFileForm.java"},"region":{"startLine":139}}}],"partialFingerprints":{"codehealthFindingId/v1":"4edb140bc3b4f5b8d471d782117703af48f7b608888d77b206e8868deb15c293"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (10 lines \u00D7 2): src/main/java/com/jdon/jivejdon/presentation/servlet/RegisterCodeAction.java:122-132 | src/main/java/com/jdon/jivejdon/presentation/servlet/VerifySpammerAction.java:35-44 \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 \u0060src/main/java/com/jdon/jivejdon/presentation/servlet/RegisterCodeAction.java:122\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. Note that the copies do not run to the end of the range shown: their LAST lines are different code, not the same code under different names \u2014 the matched region ends inside that line. Extract the lines above it, and read the last line of each site separately."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/com/jdon/jivejdon/presentation/servlet/RegisterCodeAction.java"},"region":{"startLine":122}}}],"partialFingerprints":{"codehealthFindingId/v1":"989d99c7ced6b59cf93b9a6f3e4ed5f14f138f0e574102bce2f01bec7115e3e6"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (10 lines \u00D7 2): src/main/java/com/jdon/jivejdon/presentation/taglib/IndexTag.java:89-99 | src/main/java/com/jdon/jivejdon/presentation/taglib/IndexTag.java:113-122 \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 \u0060src/main/java/com/jdon/jivejdon/presentation/taglib/IndexTag.java:89\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":"src/main/java/com/jdon/jivejdon/presentation/taglib/IndexTag.java"},"region":{"startLine":89}}}],"partialFingerprints":{"codehealthFindingId/v1":"9be62cfe257c6cab6424a0dc962c1444f3fd05789bc58a8d58ee485b46976133"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (10 lines \u00D7 2): src/main/java/com/jdon/jivejdon/spi/pubsub/subscriber/postThread/ThreadPostListener.java:76-91 | src/main/java/com/jdon/jivejdon/spi/pubsub/subscriber/MessageMovingListener.java:83-92 \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 \u0060src/main/java/com/jdon/jivejdon/spi/pubsub/subscriber/postThread/ThreadPostListener.java:76\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":"src/main/java/com/jdon/jivejdon/spi/pubsub/subscriber/postThread/ThreadPostListener.java"},"region":{"startLine":76}}}],"partialFingerprints":{"codehealthFindingId/v1":"c96007bd400a1ad844627e37fd57a28cfc67506c8a7bde2001c77d10cdad3525"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (10 lines \u00D7 2): src/main/java/com/jdon/jivejdon/util/ContainerUtil.java:101-110 | src/main/java/com/jdon/jivejdon/util/ContainerUtil.java:127-136 \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":"src/main/java/com/jdon/jivejdon/util/ContainerUtil.java"},"region":{"startLine":101}}}],"partialFingerprints":{"codehealthFindingId/v1":"3104f70203548ee263faf2badc0fd82378e045b7fc3eb154ba68804fc1281dd8"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (9 lines \u00D7 5): src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/ForumDaoSql.java:239-248 | src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/MessageQueryDaoSql.java:86-94 | src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/MessageQueryDaoSql.java:170-178 | src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/MessageQueryDaoSql.java:188-196 | src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/SubscriptionDaoSql.java:163-171 \u2014 there are 5 copies across 3 file(s) \u2014 more copies than files, so at least one file holds the block twice. Extract it once into a single shared function every call site can reach and call it from all 5 sites; resolving a subset leaves the remainder to drift apart. Read the line range as the matched WINDOW rather than a finished unit: at \u0060src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/ForumDaoSql.java:239\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":"src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/ForumDaoSql.java"},"region":{"startLine":239}}}],"partialFingerprints":{"codehealthFindingId/v1":"821983c176fa7355388e9c6728784a3da981e993824d6cd02c15c9230191fb2f"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (9 lines \u00D7 5): src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/ForumDaoSql.java:279-287 | src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/MessageDaoSql.java:82-90 | src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/MessageDaoSql.java:149-157 | src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/MessageQueryDaoSql.java:210-218 | src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/MessageQueryDaoSql.java:230-238 \u2014 there are 5 copies across 3 file(s) \u2014 more copies than files, so at least one file holds the block twice. Extract it once into a single shared function every call site can reach and call it from all 5 sites; resolving a subset leaves the remainder to drift apart. Read the line range as the matched WINDOW rather than a finished unit: at \u0060src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/ForumDaoSql.java:279\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":"src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/ForumDaoSql.java"},"region":{"startLine":279}}}],"partialFingerprints":{"codehealthFindingId/v1":"5eb69292bd2a019938e5ac380764159f2d09f492eda001998bcf27f6c3996fba"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (9 lines \u00D7 3): src/main/java/com/jdon/jivejdon/domain/model/message/output/html/TextStyle.java:293-301 | src/main/java/com/jdon/jivejdon/domain/model/message/output/html/TextStyle.java:303-311 | src/main/java/com/jdon/jivejdon/domain/model/message/output/html/TextStyle.java:313-321 \u2014 all 3 copies are in the same file, so extract the block into one function there and call it from every one of those sites \u2014 resolving only two of them leaves the rest to drift apart the first time one is edited. Read the line range as the matched WINDOW rather than a finished unit: at \u0060src/main/java/com/jdon/jivejdon/domain/model/message/output/html/TextStyle.java:293\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":"src/main/java/com/jdon/jivejdon/domain/model/message/output/html/TextStyle.java"},"region":{"startLine":293}}}],"partialFingerprints":{"codehealthFindingId/v1":"87b8f44e91e636ffd51dc1186f53699588aa12bcf3ff1c62aca8c7e3babb14d0"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (9 lines \u00D7 3): src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/ForumDaoSql.java:220-228 | src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/ForumDaoSql.java:245-253 | src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/ForumDaoSql.java:262-270 \u2014 all 3 copies are in the same file, so extract the block into one function there and call it from every one of those sites \u2014 resolving only two of them leaves the rest to drift apart the first time one is edited. Read the line range as the matched WINDOW rather than a finished unit: at \u0060src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/ForumDaoSql.java:220\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. Note that the copies do not run to the end of the range shown: their LAST lines are different code, not the same code under different names \u2014 the matched region ends inside that line. Extract the lines above it, and read the last line of each site separately."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/ForumDaoSql.java"},"region":{"startLine":220}}}],"partialFingerprints":{"codehealthFindingId/v1":"b52220471a25b3c08ec9c6f11d9ceccaab38e2ecf66022b38ecad7d246a08b3c"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (9 lines \u00D7 3): src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/MessageQueryDaoSql.java:303-311 | src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/MessageQueryDaoSql.java:348-356 | src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/MessageQueryDaoSql.java:381-389 \u2014 all 3 copies are in the same file, so extract the block into one function there and call it from every one of those sites \u2014 resolving only two of them leaves the rest to drift apart the first time one is edited. Read the line range as the matched WINDOW rather than a finished unit: at \u0060src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/MessageQueryDaoSql.java:303\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":"src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/MessageQueryDaoSql.java"},"region":{"startLine":303}}}],"partialFingerprints":{"codehealthFindingId/v1":"5d680c31b107732b9292aa13b902a85b84073158838ae60fb1e17a933af3260c"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (9 lines \u00D7 3): src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/TagDaoSql.java:146-154 | src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/TagDaoSql.java:252-260 | src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/TagDaoSql.java:373-381 \u2014 all 3 copies are in the same file, so extract the block into one function there and call it from every one of those sites \u2014 resolving only two of them leaves the rest to drift apart the first time one is edited. Read the line range as the matched WINDOW rather than a finished unit: at \u0060src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/TagDaoSql.java:146\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":"src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/TagDaoSql.java"},"region":{"startLine":146}}}],"partialFingerprints":{"codehealthFindingId/v1":"94046e4164d5d0454398286767649eb271ae43bb187bb8eef7afc8b5189ec331"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (9 lines \u00D7 3): src/main/java/com/jdon/jivejdon/presentation/servlet/RSSGenServlet.java:271-279 | src/main/java/com/jdon/jivejdon/presentation/servlet/RSSGenServlet.java:301-309 | src/main/java/com/jdon/jivejdon/presentation/servlet/RSSGenServlet.java:326-335 \u2014 all 3 copies are in the same file, so extract the block into one function there and call it from every one of those sites \u2014 resolving only two of them leaves the rest to drift apart the first time one is edited. Read the line range as the matched WINDOW rather than a finished unit: at \u0060src/main/java/com/jdon/jivejdon/presentation/servlet/RSSGenServlet.java:271\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":"src/main/java/com/jdon/jivejdon/presentation/servlet/RSSGenServlet.java"},"region":{"startLine":271}}}],"partialFingerprints":{"codehealthFindingId/v1":"bde8d65bf4d8838a6a7066b6631d390b3abf8816a1e0202828ec09fd19dd80b5"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (9 lines \u00D7 3): src/main/java/com/jdon/jivejdon/presentation/taglib/IndexTag.java:38-46 | src/main/java/com/jdon/jivejdon/presentation/taglib/NextTag.java:46-55 | src/main/java/com/jdon/jivejdon/presentation/taglib/PrevTag.java:46-54 \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 \u0060src/main/java/com/jdon/jivejdon/presentation/taglib/IndexTag.java:38\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":"src/main/java/com/jdon/jivejdon/presentation/taglib/IndexTag.java"},"region":{"startLine":38}}}],"partialFingerprints":{"codehealthFindingId/v1":"99bb2ebf5867817020d8fb799fba63ca86bf9101de36fffe679652c924440c16"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (9 lines \u00D7 2): src/main/java/com/jdon/jivejdon/api/impl/message/ForumMessageQueryServiceImp.java:174-182 | src/main/java/com/jdon/jivejdon/api/impl/message/ForumMessageQueryServiceImp.java:198-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 \u0060src/main/java/com/jdon/jivejdon/api/impl/message/ForumMessageQueryServiceImp.java:174\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":"src/main/java/com/jdon/jivejdon/api/impl/message/ForumMessageQueryServiceImp.java"},"region":{"startLine":174}}}],"partialFingerprints":{"codehealthFindingId/v1":"eb723797d5f4a87dbc48be4902bfcbc8b31c40600e8a94beb88b890b5262fbad"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (9 lines \u00D7 2): src/main/java/com/jdon/jivejdon/domain/model/message/output/emotion/Emoticon.java:390-398 | src/main/java/com/jdon/jivejdon/domain/model/message/output/emotion/Emoticon.java:400-408 \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":"src/main/java/com/jdon/jivejdon/domain/model/message/output/emotion/Emoticon.java"},"region":{"startLine":390}}}],"partialFingerprints":{"codehealthFindingId/v1":"585b30d97c5820a8fb4b347b4b97d85a3d648fa804b01eea5962a26ea7a2b24d"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (9 lines \u00D7 2): src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/AccountDaoSql.java:188-196 | src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/ForumDaoSql.java:115-123 \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":"src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/AccountDaoSql.java"},"region":{"startLine":188}}}],"partialFingerprints":{"codehealthFindingId/v1":"43ca34e20468614d0c96251971c3edb53e9ef95448fd7688757d12ddd1238fdb"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (9 lines \u00D7 2): src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/AccountDaoSql.java:259-269 | src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/ForumDaoSql.java:150-158 \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":"src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/AccountDaoSql.java"},"region":{"startLine":259}}}],"partialFingerprints":{"codehealthFindingId/v1":"a6707f4b736ba7e8862e88936e19a0ec46309b489798cfaa5804433cda8cc1fa"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (9 lines \u00D7 2): src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/JdbcTempSSOSource.java:43-52 | src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/JdbcTempSource.java:40-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. Read the line range as the matched WINDOW rather than a finished unit: at \u0060src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/JdbcTempSSOSource.java:43\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":"src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/JdbcTempSSOSource.java"},"region":{"startLine":43}}}],"partialFingerprints":{"codehealthFindingId/v1":"3d1a5f1e26e0b03afb4e0dd668c1e4e01f11e6409c607339291be4433b2c3d7a"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (9 lines \u00D7 2): src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/MessageDaoSql.java:366-374 | src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/MessageDaoSql.java:385-393 \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 \u0060src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/MessageDaoSql.java:366\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":"src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/MessageDaoSql.java"},"region":{"startLine":366}}}],"partialFingerprints":{"codehealthFindingId/v1":"c93fe17a6db6f2f63f2867e03378102551aa5e942bdb3e113410672b813f29b9"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (9 lines \u00D7 2): src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/MessageDaoSql.java:463-472 | src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/MessageDaoSql.java:476-484 \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 \u0060src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/MessageDaoSql.java:463\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":"src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/MessageDaoSql.java"},"region":{"startLine":463}}}],"partialFingerprints":{"codehealthFindingId/v1":"e1a3e86441940bda0ca0b74ce262475a5224269661d5495c7451481f60da33e7"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (9 lines \u00D7 2): src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/MessageQueryDaoSql.java:257-265 | src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/MessageQueryDaoSql.java:453-461 \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 \u0060src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/MessageQueryDaoSql.java:257\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":"src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/MessageQueryDaoSql.java"},"region":{"startLine":257}}}],"partialFingerprints":{"codehealthFindingId/v1":"dfd567f32c96c6a94a4cf2b3976ce91a7ca93a027f89e8b6a26d8fbb0c3db057"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (9 lines \u00D7 2): src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/MessageQueryDaoSql.java:269-277 | src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/MessageUtilSQL.java:39-47 \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 \u0060src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/MessageQueryDaoSql.java:269\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":"src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/MessageQueryDaoSql.java"},"region":{"startLine":269}}}],"partialFingerprints":{"codehealthFindingId/v1":"aa0b066f0ed5ade7937dc9620299815c1e6cf6d425cb1ed0f052fcc2bd6b8df1"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (9 lines \u00D7 2): src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/MessageQueryDaoSql.java:621-629 | src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/MessageQueryDaoSql.java:642-650 \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 \u0060src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/MessageQueryDaoSql.java:621\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. Note that the copies do not run to the end of the range shown: their LAST lines are different code, not the same code under different names \u2014 the matched region ends inside that line. Extract the lines above it, and read the last line of each site separately."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/MessageQueryDaoSql.java"},"region":{"startLine":621}}}],"partialFingerprints":{"codehealthFindingId/v1":"dbca14a0a3b4fd6749fc8e63144b69649e355ab39a9c9cb901adb03d4b145821"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (9 lines \u00D7 2): src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/SetupDaoSql.java:49-58 | src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/UserconnectorSql.java:151-159 \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 \u0060src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/SetupDaoSql.java:49\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":"src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/SetupDaoSql.java"},"region":{"startLine":49}}}],"partialFingerprints":{"codehealthFindingId/v1":"2bab9f3417e741941de0d97677e878f6fc6cc4a010472d961fc103fac3ed3b1c"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (9 lines \u00D7 2): src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/SubscriptionDaoSql.java:168-176 | src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/SubscriptionDaoSql.java:210-218 \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 \u0060src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/SubscriptionDaoSql.java:168\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":"src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/SubscriptionDaoSql.java"},"region":{"startLine":168}}}],"partialFingerprints":{"codehealthFindingId/v1":"9b7e5907dec0f84278c155d86d55f405bb2bc6530ec872a9eb61a88aeb6e0329"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (9 lines \u00D7 2): src/main/java/com/jdon/jivejdon/presentation/action/query/SearchAction.java:25-33 | src/main/java/com/jdon/jivejdon/presentation/action/query/SearchThreadAction.java:55-64 \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 \u0060src/main/java/com/jdon/jivejdon/presentation/action/query/SearchAction.java:25\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. Note that the copies do not run to the end of the range shown: their LAST lines are different code, not the same code under different names \u2014 the matched region ends inside that line. Extract the lines above it, and read the last line of each site separately."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/com/jdon/jivejdon/presentation/action/query/SearchAction.java"},"region":{"startLine":25}}}],"partialFingerprints":{"codehealthFindingId/v1":"b84a6258c2e9b648b226912558a2289ee2c55af53c16d633ce735ecc0b08ce8b"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (9 lines \u00D7 2): src/main/java/com/jdon/jivejdon/presentation/action/query/ThreadDigSortedListAction.java:37-46 | src/main/java/com/jdon/jivejdon/presentation/action/MaxThreadListAction.java:32-40 \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":"src/main/java/com/jdon/jivejdon/presentation/action/query/ThreadDigSortedListAction.java"},"region":{"startLine":37}}}],"partialFingerprints":{"codehealthFindingId/v1":"22e002db01ee61be34d7e6d185cf3c0c6d9033321aabcc09317120e95a07a60a"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (8 lines \u00D7 5): src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/AccountDaoSql.java:149-156 | src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/MessageDaoSql.java:81-89 | src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/MessageDaoSql.java:148-156 | src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/MessageQueryDaoSql.java:209-217 | src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/MessageQueryDaoSql.java:229-237 \u2014 there are 5 copies across 3 file(s) \u2014 more copies than files, so at least one file holds the block twice. Extract it once into a single shared function every call site can reach and call it from all 5 sites; resolving a subset leaves the remainder to drift apart. Read the line range as the matched WINDOW rather than a finished unit: at \u0060src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/AccountDaoSql.java:149\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":"src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/AccountDaoSql.java"},"region":{"startLine":149}}}],"partialFingerprints":{"codehealthFindingId/v1":"4392a1d2be5c2892ff174ab0b08cc84f3adc1685626d81ae445a557924550dea"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (8 lines \u00D7 5): src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/ForumDaoSql.java:112-119 | src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/ForumDaoSql.java:149-156 | src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/MessageDaoSql.java:188-196 | src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/MessageDaoSql.java:251-262 | src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/MessageDaoSql.java:430-440 \u2014 there are 5 copies across 2 file(s) \u2014 more copies than files, so at least one file holds the block twice. Extract it once into a single shared function every call site can reach and call it from all 5 sites; resolving a subset leaves the remainder to drift apart. Note that the copies do not run to the end of the range shown: their LAST lines are different code, not the same code under different names \u2014 the matched region ends inside that line. Extract the lines above it, and read the last line of each site separately."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/ForumDaoSql.java"},"region":{"startLine":112}}}],"partialFingerprints":{"codehealthFindingId/v1":"0f615441e247c72a3e1ca775c3bbfb4761514766d7896f6e23388adf8d76bfa9"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (8 lines \u00D7 5): src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/MessageQueryDaoSql.java:88-95 | src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/MessageQueryDaoSql.java:172-179 | src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/MessageQueryDaoSql.java:190-197 | src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/SubscriptionDaoSql.java:165-172 | src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/SubscriptionDaoSql.java:207-214 \u2014 there are 5 copies across 2 file(s) \u2014 more copies than files, so at least one file holds the block twice. Extract it once into a single shared function every call site can reach and call it from all 5 sites; resolving a subset leaves the remainder to drift apart. Read the line range as the matched WINDOW rather than a finished unit: at \u0060src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/MessageQueryDaoSql.java:88\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":"src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/MessageQueryDaoSql.java"},"region":{"startLine":88}}}],"partialFingerprints":{"codehealthFindingId/v1":"d50f734d19e3840bbb534eb537fb2ef4e9ca23540fdcb5f23077082409b15d55"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (8 lines \u00D7 2): src/main/java/com/jdon/jivejdon/api/impl/upload/UploadInfoVOServiceImp.java:52-59 | src/main/java/com/jdon/jivejdon/spi/component/query/SlideImageQueryManager.java:84-91 \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":"src/main/java/com/jdon/jivejdon/api/impl/upload/UploadInfoVOServiceImp.java"},"region":{"startLine":52}}}],"partialFingerprints":{"codehealthFindingId/v1":"260b202cbb4663d750f05f8e8cdc826b44d7f45d694be0f496114b37e7adf77e"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (8 lines \u00D7 2): src/main/java/com/jdon/jivejdon/domain/model/message/output/beanutil/FiltersUtils.java:62-69 | src/main/java/com/jdon/jivejdon/util/FiltersUtils.java:76-83 \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 \u0060src/main/java/com/jdon/jivejdon/domain/model/message/output/beanutil/FiltersUtils.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."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/com/jdon/jivejdon/domain/model/message/output/beanutil/FiltersUtils.java"},"region":{"startLine":62}}}],"partialFingerprints":{"codehealthFindingId/v1":"4c201b89a02199ebe1ae9befea4136c56dbe6ce917a4d5e45fab4bb8084388fa"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (8 lines \u00D7 2): src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/AccountSSOSql.java:71-79 | src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/AccountSSOSql.java:173-180 \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 \u0060src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/AccountSSOSql.java:71\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":"src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/AccountSSOSql.java"},"region":{"startLine":71}}}],"partialFingerprints":{"codehealthFindingId/v1":"7a22abdc7421711c16f79e6619b016196d217cfef4eb09e85660056f3da01c0c"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (8 lines \u00D7 2): src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/AccountSSOSql.java:120-127 | src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/util/OldUpdateNewUtil.java:133-140 \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."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/AccountSSOSql.java"},"region":{"startLine":120}}}],"partialFingerprints":{"codehealthFindingId/v1":"c2c1a76aa35bc6ae12c7f0dccb7d1c8c8efe5955a7143899d7bf4bd6aa81473f"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (8 lines \u00D7 2): src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/MessageDaoSql.java:223-230 | src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/MessageDaoSql.java:427-435 \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":"src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/MessageDaoSql.java"},"region":{"startLine":223}}}],"partialFingerprints":{"codehealthFindingId/v1":"fb02bdec854f289893d318c344b6a2aeeffe21bea7323597094c3e17261547e5"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (8 lines \u00D7 2): src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/MessageQueryDaoSql.java:473-480 | src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/MessageQueryDaoSql.java:513-520 \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. Note that the copies do not run to the end of the range shown: their LAST lines are different code, not the same code under different names \u2014 the matched region ends inside that line. Extract the lines above it, and read the last line of each site separately."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/MessageQueryDaoSql.java"},"region":{"startLine":473}}}],"partialFingerprints":{"codehealthFindingId/v1":"fcf70d7c10b525b7d7dfd3423ebbb53499b59e11079c970cb3a3ceb050677afa"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (8 lines \u00D7 2): src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/MessageQueryDaoSql.java:484-491 | src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/MessageQueryDaoSql.java:525-532 \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 \u0060src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/MessageQueryDaoSql.java:484\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":"src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/MessageQueryDaoSql.java"},"region":{"startLine":484}}}],"partialFingerprints":{"codehealthFindingId/v1":"b161667c31b5127e0546a11e06019a5b5cea6d3f2608875a52d40643f9abb073"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (8 lines \u00D7 2): src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/TagDaoSql.java:176-183 | src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/UserconnectorSql.java:144-152 \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 \u0060src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/TagDaoSql.java:176\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":"src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/TagDaoSql.java"},"region":{"startLine":176}}}],"partialFingerprints":{"codehealthFindingId/v1":"0471e8a09e38a9b4fc9e19f5d31e46cb3b9f630256f9cd4fc58389a72c07cd0a"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (8 lines \u00D7 2): src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/TagDaoSql.java:199-206 | src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/TagDaoSql.java:221-228 \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 \u0060src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/TagDaoSql.java:199\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":"src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/TagDaoSql.java"},"region":{"startLine":199}}}],"partialFingerprints":{"codehealthFindingId/v1":"8c04d3084fd130bf4dd889ad039be15d468490f60065551785a35d114a1d7cb3"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (8 lines \u00D7 2): src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/TagDaoSql.java:313-320 | src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/TagDaoSql.java:354-361 \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 \u0060src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/TagDaoSql.java:313\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. Note that the copies do not run to the end of the range shown: their LAST lines are different code, not the same code under different names \u2014 the matched region ends inside that line. Extract the lines above it, and read the last line of each site separately."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/TagDaoSql.java"},"region":{"startLine":313}}}],"partialFingerprints":{"codehealthFindingId/v1":"242dd2df126fe4915046e06e6bf8e8597214b447b6daf3c2467afb2bf7169fc0"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (8 lines \u00D7 2): src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/TagDaoSql.java:355-362 | src/main/java/com/jdon/jivejdon/infrastructure/repository/search/ReBuildIndex.java:116-123 \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 \u0060src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/TagDaoSql.java:355\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":"src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/TagDaoSql.java"},"region":{"startLine":355}}}],"partialFingerprints":{"codehealthFindingId/v1":"b4c1b5195cbe7ee5d586f7a31f19061a309a982edc0733f324d374297821b5cb"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (8 lines \u00D7 2): src/main/java/com/jdon/jivejdon/presentation/action/query/ThreadDigSortedListAction.java:68-75 | src/main/java/com/jdon/jivejdon/presentation/action/MaxThreadListAction.java:66-73 \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 \u0060src/main/java/com/jdon/jivejdon/presentation/action/query/ThreadDigSortedListAction.java:68\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. Note that the copies do not run to the end of the range shown: their LAST lines are different code, not the same code under different names \u2014 the matched region ends inside that line. Extract the lines above it, and read the last line of each site separately."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/com/jdon/jivejdon/presentation/action/query/ThreadDigSortedListAction.java"},"region":{"startLine":68}}}],"partialFingerprints":{"codehealthFindingId/v1":"fe10a2c240071fbf4f01910b32cf20c5123fa620e331295d97453d8fe66dfbca"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (8 lines \u00D7 2): src/main/java/com/jdon/jivejdon/presentation/taglib/IndexTag.java:110-117 | src/main/java/com/jdon/jivejdon/presentation/taglib/IndexTag.java:125-132 \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":"src/main/java/com/jdon/jivejdon/presentation/taglib/IndexTag.java"},"region":{"startLine":110}}}],"partialFingerprints":{"codehealthFindingId/v1":"2b1fcad128ecddb1c70836779511c1ef7d4a8131f207cc9ae2c284d949a3e927"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (8 lines \u00D7 2): src/main/java/com/jdon/jivejdon/spi/component/sitemap/SitemapRepositoryImpl.java:222-229 | src/main/java/com/jdon/jivejdon/spi/component/sitemap/SitemapRepositoryImpl.java:287-294 \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 \u0060src/main/java/com/jdon/jivejdon/spi/component/sitemap/SitemapRepositoryImpl.java:222\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":"src/main/java/com/jdon/jivejdon/spi/component/sitemap/SitemapRepositoryImpl.java"},"region":{"startLine":222}}}],"partialFingerprints":{"codehealthFindingId/v1":"a6be1b66162eb6a163bc38ffab8604e68b6ea9c6d06d212f92fa9c668cc317c8"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (8 lines \u00D7 2): src/main/java/com/jdon/jivejdon/util/XMLProperties.java:81-88 | src/main/java/com/jdon/jivejdon/util/XMLProperties.java:94-101 \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 \u0060src/main/java/com/jdon/jivejdon/util/XMLProperties.java:81\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":"src/main/java/com/jdon/jivejdon/util/XMLProperties.java"},"region":{"startLine":81}}}],"partialFingerprints":{"codehealthFindingId/v1":"4147f02f30a2a79810031c0408b259e23ff63b1a77124cbca2d2a75aaf8cc7d0"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (7 lines \u00D7 4): src/main/java/com/jdon/jivejdon/presentation/action/sub/SubAccountListAction.java:18-24 | src/main/java/com/jdon/jivejdon/presentation/action/sub/SubForumListAction.java:34-40 | src/main/java/com/jdon/jivejdon/presentation/action/sub/SubTagListAction.java:18-24 | src/main/java/com/jdon/jivejdon/presentation/action/sub/SubThreadListAction.java:18-24 \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 \u0060src/main/java/com/jdon/jivejdon/presentation/action/sub/SubAccountListAction.java:18\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":"src/main/java/com/jdon/jivejdon/presentation/action/sub/SubAccountListAction.java"},"region":{"startLine":18}}}],"partialFingerprints":{"codehealthFindingId/v1":"ce9ae50145a60f2fe544a64a160561e0df963642b446ff4bacea70bf838a215d"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (7 lines \u00D7 2): src/main/java/com/jdon/jivejdon/api/impl/shortmessage/ShortMessageServiceImp.java:141-147 | src/main/java/com/jdon/jivejdon/api/impl/shortmessage/ShortMessageServiceImp.java:160-166 \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 \u0060src/main/java/com/jdon/jivejdon/api/impl/shortmessage/ShortMessageServiceImp.java:141\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":"src/main/java/com/jdon/jivejdon/api/impl/shortmessage/ShortMessageServiceImp.java"},"region":{"startLine":141}}}],"partialFingerprints":{"codehealthFindingId/v1":"3c4d7987b57d930d91fcf02b212b7a47d98ad516c9a17afab0d157ad476d4a8f"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (7 lines \u00D7 2): src/main/java/com/jdon/jivejdon/auth/jaas/DigestUtil.java:49-55 | src/main/java/com/jdon/jivejdon/util/ToolsUtil.java:228-234 \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 \u0060src/main/java/com/jdon/jivejdon/auth/jaas/DigestUtil.java:49\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":"src/main/java/com/jdon/jivejdon/auth/jaas/DigestUtil.java"},"region":{"startLine":49}}}],"partialFingerprints":{"codehealthFindingId/v1":"4b2a0b1b713b879304c3fe52b0843bf508d2f1e11a33f3db3715dbbbca6a9d4e"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (7 lines \u00D7 2): src/main/java/com/jdon/jivejdon/domain/model/message/output/codeviewer/CodeViewer.java:356-362 | src/main/java/com/jdon/jivejdon/domain/model/message/output/codeviewer/JavaCodeViewer.java:987-993 \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":"src/main/java/com/jdon/jivejdon/domain/model/message/output/codeviewer/CodeViewer.java"},"region":{"startLine":356}}}],"partialFingerprints":{"codehealthFindingId/v1":"a0d6b1a1715d1f9b314c8041ad369e5dbb6e7eb81d1bf348baedd406394cce98"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (7 lines \u00D7 2): src/main/java/com/jdon/jivejdon/domain/model/message/output/codeviewer/CodeViewer.java:403-409 | src/main/java/com/jdon/jivejdon/domain/model/message/output/codeviewer/JavaCodeViewer.java:1031-1037 \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 \u0060src/main/java/com/jdon/jivejdon/domain/model/message/output/codeviewer/CodeViewer.java:403\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":"src/main/java/com/jdon/jivejdon/domain/model/message/output/codeviewer/CodeViewer.java"},"region":{"startLine":403}}}],"partialFingerprints":{"codehealthFindingId/v1":"1ba4b05c59620c4ffe56d46f07629b0ae692644983468bfc9f209ba31d4aba87"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (7 lines \u00D7 2): src/main/java/com/jdon/jivejdon/domain/model/message/output/codeviewer/JavaCodeViewer.java:600-606 | src/main/java/com/jdon/jivejdon/domain/model/message/output/codeviewer/JavaCodeViewer.java:618-624 \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 \u0060src/main/java/com/jdon/jivejdon/domain/model/message/output/codeviewer/JavaCodeViewer.java:600\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":"src/main/java/com/jdon/jivejdon/domain/model/message/output/codeviewer/JavaCodeViewer.java"},"region":{"startLine":600}}}],"partialFingerprints":{"codehealthFindingId/v1":"d70eaf5c03dd90377eac14ff1e9f19422097846435715ea806b97a8dedecf9e5"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (7 lines \u00D7 2): src/main/java/com/jdon/jivejdon/domain/model/subscription/SubscribedState.java:62-68 | src/main/java/com/jdon/jivejdon/domain/model/subscription/SubscribedState.java:79-85 \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 \u0060src/main/java/com/jdon/jivejdon/domain/model/subscription/SubscribedState.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":"src/main/java/com/jdon/jivejdon/domain/model/subscription/SubscribedState.java"},"region":{"startLine":62}}}],"partialFingerprints":{"codehealthFindingId/v1":"55f97b0f8d5322b6ac39482317e78ae37d59bb426aeb60b12250fa81d2979374"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (7 lines \u00D7 2): src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/PropertyDaoSql.java:202-208 | src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/PropertyDaoSql.java:229-235 \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 \u0060src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/PropertyDaoSql.java:202\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. Note that the copies do not run to the end of the range shown: their LAST lines are different code, not the same code under different names \u2014 the matched region ends inside that line. Extract the lines above it, and read the last line of each site separately."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/PropertyDaoSql.java"},"region":{"startLine":202}}}],"partialFingerprints":{"codehealthFindingId/v1":"ed634f99d95540329db236ec752c248559e1bbfe0384034c58e4debfae470671"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (7 lines \u00D7 2): src/main/java/com/jdon/jivejdon/presentation/action/admin/UserMessageListAction.java:30-36 | src/main/java/com/jdon/jivejdon/presentation/action/query/MessageQueryUserAction.java:59-65 \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 \u0060src/main/java/com/jdon/jivejdon/presentation/action/admin/UserMessageListAction.java:30\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":"src/main/java/com/jdon/jivejdon/presentation/action/admin/UserMessageListAction.java"},"region":{"startLine":30}}}],"partialFingerprints":{"codehealthFindingId/v1":"01158030ff1461a15b80140b8b35ff00a99110337cbe27c1fb09797ec6af5da1"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (7 lines \u00D7 2): src/main/java/com/jdon/jivejdon/presentation/filter/MessageEditAuthFilter.java:35-41 | src/main/java/com/jdon/jivejdon/presentation/filter/ThreadEditAuthFilter.java:29-35 \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 \u0060src/main/java/com/jdon/jivejdon/presentation/filter/MessageEditAuthFilter.java:35\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":"src/main/java/com/jdon/jivejdon/presentation/filter/MessageEditAuthFilter.java"},"region":{"startLine":35}}}],"partialFingerprints":{"codehealthFindingId/v1":"2673c0af3de281dbf8f78bf6506c1bfc43a77546a9a5b52bf3010dd83570b3f3"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (6 lines \u00D7 3): src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/MessageDaoSql.java:381-386 | src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/TagDaoSql.java:143-148 | src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/TagDaoSql.java:370-375 \u2014 there are 3 copies across 2 file(s) \u2014 more copies than files, so at least one file holds the block twice. Extract it once into a single shared function every call site can reach and call it from all 3 sites; resolving a subset leaves the remainder to drift apart. Read the line range as the matched WINDOW rather than a finished unit: at \u0060src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/MessageDaoSql.java:381\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":"src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/MessageDaoSql.java"},"region":{"startLine":381}}}],"partialFingerprints":{"codehealthFindingId/v1":"51a07505bf22f026d6fa0a369ddd1d8d072e58608db7b5f975e5e245fd6b80af"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (6 lines \u00D7 3): src/main/java/com/jdon/jivejdon/infrastructure/repository/property/PropertyFactoryDao.java:53-58 | src/main/java/com/jdon/jivejdon/infrastructure/repository/property/PropertyFactoryDao.java:78-83 | src/main/java/com/jdon/jivejdon/infrastructure/repository/property/PropertyFactoryDao.java:115-120 \u2014 all 3 copies are in the same file, so extract the block into one function there and call it from every one of those sites \u2014 resolving only two of them leaves the rest to drift apart the first time one is edited. Read the line range as the matched WINDOW rather than a finished unit: at \u0060src/main/java/com/jdon/jivejdon/infrastructure/repository/property/PropertyFactoryDao.java:53\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":"src/main/java/com/jdon/jivejdon/infrastructure/repository/property/PropertyFactoryDao.java"},"region":{"startLine":53}}}],"partialFingerprints":{"codehealthFindingId/v1":"8228e4ffc0153eeedc98eb678e59920ec63dba8ae1fee3f9e53dc6192a05167c"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (6 lines \u00D7 2): src/main/java/com/jdon/jivejdon/api/impl/message/ForumMessageServiceImpl.java:360-365 | src/main/java/com/jdon/jivejdon/infrastructure/repository/search/ReBuildIndex.java:82-87 \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."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/com/jdon/jivejdon/api/impl/message/ForumMessageServiceImpl.java"},"region":{"startLine":360}}}],"partialFingerprints":{"codehealthFindingId/v1":"2f5c7123415a71c2ef7650695eac02c0342865f630d06b821821747472c30a95"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (6 lines \u00D7 2): src/main/java/com/jdon/jivejdon/infrastructure/repository/builder/MessageInitFactory.java:64-69 | src/main/java/com/jdon/jivejdon/infrastructure/repository/builder/MessageInitFactory.java:134-139 \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":"src/main/java/com/jdon/jivejdon/infrastructure/repository/builder/MessageInitFactory.java"},"region":{"startLine":64}}}],"partialFingerprints":{"codehealthFindingId/v1":"b8b8048c86c864cf267b7e4cc90a74d62e26050d027d0bcd17c1045f4cc421be"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (6 lines \u00D7 2): src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/MessageQueryDaoSql.java:68-74 | src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/MessageQueryDaoSql.java:254-259 \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 \u0060src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/MessageQueryDaoSql.java:68\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":"src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/MessageQueryDaoSql.java"},"region":{"startLine":68}}}],"partialFingerprints":{"codehealthFindingId/v1":"770a747c911dbe323035a134b7493ed72dd2d7f2f25f27cb786e7d44df2bda9f"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (6 lines \u00D7 2): src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/MessageQueryDaoSql.java:556-561 | src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/MessageQueryDaoSql.java:598-603 \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":"src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/MessageQueryDaoSql.java"},"region":{"startLine":556}}}],"partialFingerprints":{"codehealthFindingId/v1":"028528212801c23a1dd6ee1956601a5216859a62231d816ae2ccc2618fdf3779"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (6 lines \u00D7 2): src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/PropertyDaoSql.java:271-276 | src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/PropertyDaoSql.java:283-288 \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":"src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/PropertyDaoSql.java"},"region":{"startLine":271}}}],"partialFingerprints":{"codehealthFindingId/v1":"39eed12663d051dced48373b0e33b684c72def5e2a8731e23296cc74185d71d8"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (6 lines \u00D7 2): src/main/java/com/jdon/jivejdon/presentation/action/query/MessageQueryUserAction.java:76-81 | src/main/java/com/jdon/jivejdon/presentation/action/query/ThreadQueryUserAction.java:81-86 \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":"src/main/java/com/jdon/jivejdon/presentation/action/query/MessageQueryUserAction.java"},"region":{"startLine":76}}}],"partialFingerprints":{"codehealthFindingId/v1":"e56aaf58d0d34dedbf4ca8bfe372ea81978c0054bb1d0d472ffc8433667dce9d"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (5 lines \u00D7 3): src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/MessageQueryDaoSql.java:426-430 | src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/TagDaoSql.java:312-316 | src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/TagDaoSql.java:353-357 \u2014 there are 3 copies across 2 file(s) \u2014 more copies than files, so at least one file holds the block twice. Extract it once into a single shared function every call site can reach and call it from all 3 sites; resolving a subset leaves the remainder to drift apart. Read the line range as the matched WINDOW rather than a finished unit: at \u0060src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/MessageQueryDaoSql.java:426\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":"src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/MessageQueryDaoSql.java"},"region":{"startLine":426}}}],"partialFingerprints":{"codehealthFindingId/v1":"e433d20c80c41ccce2983dc6b9cdf309bd07e45649815da4f0a4edcfab20837f"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (5 lines \u00D7 2): src/main/java/com/jdon/jivejdon/api/impl/account/OAuthAccountServiceImp.java:193-197 | src/main/java/com/jdon/jivejdon/api/impl/account/OAuthAccountServiceImp.java:260-264 \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":"src/main/java/com/jdon/jivejdon/api/impl/account/OAuthAccountServiceImp.java"},"region":{"startLine":193}}}],"partialFingerprints":{"codehealthFindingId/v1":"cd0efd8d283da397f23af769b736d446379e8b6d7562a2f3ffa4e7e7cef2e24c"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (5 lines \u00D7 2): src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/AccountDaoSql.java:180-184 | src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/AccountDaoSql.java:252-256 \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":"src/main/java/com/jdon/jivejdon/infrastructure/repository/dao/sql/AccountDaoSql.java"},"region":{"startLine":180}}}],"partialFingerprints":{"codehealthFindingId/v1":"848ec8d3bedd002889c0059ee0245dbd2f313adbbe8bbfe4b789ed6216bda428"}},{"ruleId":"D15","level":"warning","message":{"text":"Hotspot: src/main/java/com/jdon/jivejdon/presentation/form/MessageForm.java: src/main/java/com/jdon/jivejdon/presentation/form/MessageForm.java changed 4 times in last 90 days, max complexity 16. Frequent change and high complexity in one file compound: schedule the next change to it to include carving out the part being edited, behind tests written first."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/com/jdon/jivejdon/presentation/form/MessageForm.java"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"a1ad544a96ffa715eba28b1a9eb7f40fb20827fd51f7238f308e132f977b68ae"}},{"ruleId":"D16","level":"note","message":{"text":"Small-team knowledge concentration: 72 file(s) are concentrated to one author \u2014 the ambient state with 2 active author(s), not 72 separate risks. The signal becomes meaningful as ownership spreads; no per-file action implied now."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"8aa75b6daa18f1b578387fa04036c50b3163d47f957c8f5601bf083ed4489b0c"}},{"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":"16cfb0bb53350fd2c974302aeb3e1c8fdb75dfaca9c260435a6e996edbd99b6f"}},{"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":"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":"3aa18d9423cd9303a63884e031d69ec803ff01c71b0755fa9ac44f647512a973"},"taxa":[{"id":"CWE-502","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"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":"5ef977d3cc76f4ce0cfc8195a2d0a4049d796257ead96481b3da2db04068217a"},"taxa":[{"id":"CWE-328","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"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":"e400803ab00939c444dfee46cff806799331cbf75fefa309e76ba3a1edde45f9"},"taxa":[{"id":"CWE-79","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"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":"28f31eebd06cee77c16db494fa8351a60f16a9ac7b360b98806c0aaf4c0cd553"},"taxa":[{"id":"CWE-93","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"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":"c7c68979984bde8eb3b1fabea7ac3cd23fe6b60fd913d6894c827e86d6ee7bb0"},"taxa":[{"id":"CWE-93","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"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":"f76eec34425070059cbf1db7fc1200b3d62f7ce0debc67065d5c4bda91502f38"},"taxa":[{"id":"CWE-93","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"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":"6f4d4768948e3635f004ac16ba86712fd273188020b68150f0b0b793a00232b4"},"taxa":[{"id":"CWE-93","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"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":"15f5cff973d7746c8d5c6489abfc929835e5e80518b65537236dc4c8aa39812e"},"taxa":[{"id":"CWE-93","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"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":"0a11c28a28f8a6076aca8840e9895a514209fa6644aacfc38ab7ef315360760b"},"taxa":[{"id":"CWE-93","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"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":"e5fb5fc432d71263ac66643bb8f5fd9e68a0174479e09b1b24e5ac36177e5a8a"},"taxa":[{"id":"CWE-93","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"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":"2616f034a62513922150035fc1e18d8ea779bee08b68a607a24fd6b4763e780b"},"taxa":[{"id":"CWE-93","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"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":"be7d5495cbb0cb22c6864d1b60aa3c77518dba73fa002b6fff3add08dcbfbc45"},"taxa":[{"id":"CWE-93","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"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":"1bd2d9d2b45a066bd401ab0d1ef1299fd2b1911601449280f0d87593660bfbf7"},"taxa":[{"id":"CWE-326","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"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":"9a9c675af399a44c513aa76a4c0fb2855ae11d6b156f95501f3c5e364713cca9"},"taxa":[{"id":"CWE-328","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":"e03df64ac2156b9e39b56288f875a096d5c2bb0332993d1b3225bb9d194dfbd6"},"taxa":[{"id":"CWE-295","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":"8586f2e24a9df9c7d74c652ccd4198fc8f2b8ececb0bb7d1c901a75312c75833"},"taxa":[{"id":"CWE-295","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":"98fe20ff977684a9d8d87bea4d9f2c6c72377859ed51246e8f93d6b9605d1a2a"},"taxa":[{"id":"CWE-295","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":"d78156c9661e6d5c47a810e99864cd6f6f6288e877eb80432159a6113fe4d721"},"taxa":[{"id":"CWE-326","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":"e5601b7d97f1fc52d5da9696bf13150b082cedeb84250bbd9616daa609c1c04b"},"taxa":[{"id":"CWE-1004","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":"c2450bbb24374c234057de8baac8c40fafc3812b6a67e466b175957148f4321d"},"taxa":[{"id":"CWE-614","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":"5e04a7e08c2ad6d6a98a8122c6f5fb05be2944e8459c425a89cc700a26900b08"}},{"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":"1890824566e0dcd17900fb7517cb716260ad619d25fe4144ea034d77def0c303"}},{"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":"7f169f2ce81747518393bb5b02a6a2bcee0079f07d2fbb405d54a1f9e89dbf1b"}},{"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":"b43ae762a493618c7fbacd2dad2b11d1a0a26fb12905cd4dbdb6983e01509ba0"}},{"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":"ff3b6eb373332a13c96ab7b5be7a23dd7fa40a750c1c9ef53059a6a640d1efa5"}},{"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":"768956c0059f3eb4e765245a0010f6ba6648dfae9af640b29a1ccc8b9e974e60"}},{"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":"75e2052951811a2bce61b3ec3568a9d33c65e08a62ff6f7d571402ea3cdb9a7d"}},{"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":"12454fed588155986bfba6a673beacba6f1f40e3deecf29a18d069c987ece591"}},{"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":"4377a38714f2b39b3c88f3e2cd02e4a8693618048d4a02da959832c8287c85f3"}},{"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":"24a3a65a67392f36c80fc247fef19996367b68289282d10cde8eb296fcc8916c"}},{"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":"c3895de26d2ecf7b0771c1567b08dfe53f778b8897c3efa6cf5f0b3672c619a7"}},{"ruleId":"D32","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":"4880c87d627451ac32b0f33b73c341ab69f80980d43347ed9572ed366742fe73"}},{"ruleId":"D32","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":"9c82d7b22597b365f56a766ab044540a74bf63e2349b7eafa7670ec91d26851a"}},{"ruleId":"D32","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":"3d2136bbb32f2be600c65109f9434cef286e400f05aa3276c4d0ac962ac03985"}},{"ruleId":"D32","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":"a350ef02a6f831eae2201e134a162d4439f0dc3e749d338d653f0caf0d8f44f6"}},{"ruleId":"D32","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":"83804a8708f36f0bfa7ffd48db193569df6dd10343d3556b5267ebd457dfa0da"}},{"ruleId":"D35","level":"warning","message":{"text":"Change coupling: MessageForumListAction.java \u2194 MessageListNavAction.java: \u0060src/main/java/com/jdon/jivejdon/presentation/action/MessageForumListAction.java\u0060 and \u0060src/main/java/com/jdon/jivejdon/presentation/action/MessageListNavAction.java\u0060 change together 64% of the time (7 of the 11 commits that touched whichever of the two files changed less often, counting a file under its earlier names as well). They sit in the same directory, and in this ecosystem sibling files there normally share one namespace/package \u2014 so a direct reference between them needs no import and this pass cannot see whether one exists. Read the pair before acting: if one file only DECLARES what the other consumes (a constants/types file beside its user), the co-change is definitional and the question is whether the split earns its keep; if they duplicate structure, extract the common part into a shared function or type they both call; if neither holds, the coupling is hidden and worth breaking."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/com/jdon/jivejdon/presentation/action/MessageForumListAction.java"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"f0c990c6c0e5d8d72c4f13f2e0c3f9548f6d2999e0d341a2adf41bd23d529283"}}],"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-1004","guid":"872195c9-bb07-cf51-8a32-865f4bb753ca","name":"CWE-1004","shortDescription":{"text":"CWE-1004"},"helpUri":"https://cwe.mitre.org/data/definitions/1004.html"},{"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-200","guid":"b0ce3b1d-7a29-fe50-8aab-9aba899d2988","name":"Exposure of Sensitive Information to an Unauthorized Actor","shortDescription":{"text":"Exposure of Sensitive Information to an Unauthorized Actor"},"helpUri":"https://cwe.mitre.org/data/definitions/200.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-295","guid":"a706c4e2-1232-8859-ae2e-17aa2d41f8e2","name":"CWE-295","shortDescription":{"text":"CWE-295"},"helpUri":"https://cwe.mitre.org/data/definitions/295.html"},{"id":"CWE-312","guid":"96724ece-b0b2-a45c-83f9-0869fa3f6bea","name":"Cleartext Storage of Sensitive Information","shortDescription":{"text":"Cleartext Storage of Sensitive Information"},"helpUri":"https://cwe.mitre.org/data/definitions/312.html"},{"id":"CWE-326","guid":"7ee78bef-7589-f65f-a9d7-619f3485e844","name":"CWE-326","shortDescription":{"text":"CWE-326"},"helpUri":"https://cwe.mitre.org/data/definitions/326.html"},{"id":"CWE-328","guid":"f0ffc869-97c3-dc5c-8825-be1159f1fc5f","name":"CWE-328","shortDescription":{"text":"CWE-328"},"helpUri":"https://cwe.mitre.org/data/definitions/328.html"},{"id":"CWE-359","guid":"b7dfe5b0-0351-645b-a311-b936102c2929","name":"Exposure of Private Personal Information to an Unauthorized Actor","shortDescription":{"text":"Exposure of Private Personal Information to an Unauthorized Actor"},"helpUri":"https://cwe.mitre.org/data/definitions/359.html"},{"id":"CWE-502","guid":"f7d3b296-aac0-5c5a-b706-e07faba26c36","name":"CWE-502","shortDescription":{"text":"CWE-502"},"helpUri":"https://cwe.mitre.org/data/definitions/502.html"},{"id":"CWE-614","guid":"faa8a6a5-7e9d-5d5e-afc9-020ff49d250a","name":"CWE-614","shortDescription":{"text":"CWE-614"},"helpUri":"https://cwe.mitre.org/data/definitions/614.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-93","guid":"8df43f53-1a8e-b959-b717-0e35ab823573","name":"CWE-93","shortDescription":{"text":"CWE-93"},"helpUri":"https://cwe.mitre.org/data/definitions/93.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":38,"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."]}]}