Comparison results for https://github.com/afawcett/df18-dx-demo.git

pmd7_2 took 13 seconds to run and found 982 violations

pmd7_3 took 15 seconds to run and found 982 violations

Among the 982 total comparisons:

Violation counts:

# fileName line column endLine endColumn engine ruleName severity category url message
1 /force-app/main/default/classes/BeerAction.cls 4 21 45 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
1 /force-app/main/default/classes/BeerAction.cls 4 21 45 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
2 /force-app/main/default/classes/BeerAction.cls 4 21 45 2 pmd AvoidGlobalModifier 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier Avoid using global modifier
2 /force-app/main/default/classes/BeerAction.cls 4 21 45 2 pmd AvoidGlobalModifier 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier Avoid using global modifier
3 /force-app/main/default/classes/BeerAction.cls 7 19 30 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3 /force-app/main/default/classes/BeerAction.cls 7 19 30 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4 /force-app/main/default/classes/BeerAction.cls 32 12 37 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4 /force-app/main/default/classes/BeerAction.cls 32 12 37 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5 /force-app/main/default/classes/BeerAction.cls 33 16 33 28 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5 /force-app/main/default/classes/BeerAction.cls 33 16 33 28 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6 /force-app/main/default/classes/BeerAction.cls 33 9 33 15 pmd EmptyStatementBlock 3 Error Prone https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#emptystatementblock Avoid empty block statements.
6 /force-app/main/default/classes/BeerAction.cls 33 9 33 15 pmd EmptyStatementBlock 3 Error Prone https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#emptystatementblock Avoid empty block statements.
7 /force-app/main/default/classes/BeerAction.cls 34 16 34 67 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7 /force-app/main/default/classes/BeerAction.cls 34 16 34 67 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8 /force-app/main/default/classes/BeerAction.cls 36 23 36 30 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'venueId' should be before method declarations in its class
8 /force-app/main/default/classes/BeerAction.cls 36 23 36 30 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'venueId' should be before method declarations in its class
9 /force-app/main/default/classes/BeerAction.cls 39 12 44 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9 /force-app/main/default/classes/BeerAction.cls 39 12 44 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
10 /force-app/main/default/classes/BeerAction.cls 40 16 40 29 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
10 /force-app/main/default/classes/BeerAction.cls 40 16 40 29 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
11 /force-app/main/default/classes/BeerAction.cls 40 9 40 15 pmd EmptyStatementBlock 3 Error Prone https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#emptystatementblock Avoid empty block statements.
11 /force-app/main/default/classes/BeerAction.cls 40 9 40 15 pmd EmptyStatementBlock 3 Error Prone https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#emptystatementblock Avoid empty block statements.
12 /force-app/main/default/classes/BeerAction.cls 41 16 41 68 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
12 /force-app/main/default/classes/BeerAction.cls 41 16 41 68 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
13 /force-app/main/default/classes/BeerAction.cls 43 23 43 30 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'topBeer' should be before method declarations in its class
13 /force-app/main/default/classes/BeerAction.cls 43 23 43 30 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'topBeer' should be before method declarations in its class
14 /force-app/main/default/classes/EventSignupSummary.cls 1 8 6 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
14 /force-app/main/default/classes/EventSignupSummary.cls 1 8 6 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
15 /force-app/main/default/classes/EventSignupSummary.cls 3 20 3 25 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'Count' doesn't match '[a-z][a-zA-Z0-9]*'
15 /force-app/main/default/classes/EventSignupSummary.cls 3 20 3 25 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'Count' doesn't match '[a-z][a-zA-Z0-9]*'
16 /force-app/main/default/classes/EventSignupSummary.cls 5 26 5 31 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'Names' doesn't match '[a-z][a-zA-Z0-9]*'
16 /force-app/main/default/classes/EventSignupSummary.cls 5 26 5 31 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'Names' doesn't match '[a-z][a-zA-Z0-9]*'
17 /force-app/main/default/classes/EventSignupSummaryController.cls 1 21 34 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
17 /force-app/main/default/classes/EventSignupSummaryController.cls 1 21 34 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
18 /force-app/main/default/classes/EventSignupSummaryController.cls 3 19 33 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
18 /force-app/main/default/classes/EventSignupSummaryController.cls 3 19 33 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
19 /force-app/main/default/classes/EventSignupSummaryController.cls 9 30 9 80 pmd ApexCRUDViolation 3 Security https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation Validate CRUD permission before SOQL/DML operation or enforce user mode
19 /force-app/main/default/classes/EventSignupSummaryController.cls 9 30 9 80 pmd ApexCRUDViolation 3 Security https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation Validate CRUD permission before SOQL/DML operation or enforce user mode
20 /force-app/main/default/classes/EventSignupSummaryController.cls 15 17 16 82 pmd ApexCRUDViolation 3 Security https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation Validate CRUD permission before SOQL/DML operation or enforce user mode
20 /force-app/main/default/classes/EventSignupSummaryController.cls 15 17 16 82 pmd ApexCRUDViolation 3 Security https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation Validate CRUD permission before SOQL/DML operation or enforce user mode
21 /force-app/main/default/classes/FlowResponder.cls 5 21 91 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
21 /force-app/main/default/classes/FlowResponder.cls 5 21 91 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
22 /force-app/main/default/classes/FlowResponder.cls 11 19 18 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
22 /force-app/main/default/classes/FlowResponder.cls 11 19 18 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
23 /force-app/main/default/classes/FlowResponder.cls 11 19 18 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
23 /force-app/main/default/classes/FlowResponder.cls 11 19 18 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
24 /force-app/main/default/classes/FlowResponder.cls 11 19 18 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing or mismatched ApexDoc @param
24 /force-app/main/default/classes/FlowResponder.cls 11 19 18 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing or mismatched ApexDoc @param
25 /force-app/main/default/classes/FlowResponder.cls 16 9 16 38 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
25 /force-app/main/default/classes/FlowResponder.cls 16 9 16 38 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
26 /force-app/main/default/classes/FlowResponder.cls 16 9 16 38 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
26 /force-app/main/default/classes/FlowResponder.cls 16 9 16 38 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
27 /force-app/main/default/classes/FlowResponder.cls 24 19 68 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
27 /force-app/main/default/classes/FlowResponder.cls 24 19 68 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
28 /force-app/main/default/classes/FlowResponder.cls 24 19 68 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
28 /force-app/main/default/classes/FlowResponder.cls 24 19 68 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
29 /force-app/main/default/classes/FlowResponder.cls 24 19 68 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing or mismatched ApexDoc @param
29 /force-app/main/default/classes/FlowResponder.cls 24 19 68 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing or mismatched ApexDoc @param
30 /force-app/main/default/classes/FlowResponder.cls 28 47 28 114 pmd ApexCRUDViolation 3 Security https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation Validate CRUD permission before SOQL/DML operation or enforce user mode
30 /force-app/main/default/classes/FlowResponder.cls 28 47 28 114 pmd ApexCRUDViolation 3 Security https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation Validate CRUD permission before SOQL/DML operation or enforce user mode
31 /force-app/main/default/classes/FlowResponder.cls 46 9 46 50 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
31 /force-app/main/default/classes/FlowResponder.cls 46 9 46 50 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
32 /force-app/main/default/classes/FlowResponder.cls 46 9 46 50 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
32 /force-app/main/default/classes/FlowResponder.cls 46 9 46 50 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
33 /force-app/main/default/classes/FlowResponder.cls 53 9 53 52 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
33 /force-app/main/default/classes/FlowResponder.cls 53 9 53 52 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
34 /force-app/main/default/classes/FlowResponder.cls 53 9 53 52 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
34 /force-app/main/default/classes/FlowResponder.cls 53 9 53 52 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
35 /force-app/main/default/classes/FlowResponder.cls 60 13 60 37 pmd ApexCRUDViolation 3 Security https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation Validate CRUD permission before SOQL/DML operation or enforce user mode
35 /force-app/main/default/classes/FlowResponder.cls 60 13 60 37 pmd ApexCRUDViolation 3 Security https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation Validate CRUD permission before SOQL/DML operation or enforce user mode
36 /force-app/main/default/classes/FlowResponder.cls 60 13 60 37 pmd ApexCRUDViolation 3 Security https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation Validate CRUD permission before SOQL/DML operation or enforce user mode
36 /force-app/main/default/classes/FlowResponder.cls 60 13 60 37 pmd ApexCRUDViolation 3 Security https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation Validate CRUD permission before SOQL/DML operation or enforce user mode
37 /force-app/main/default/classes/FlowResponder.cls 65 13 65 30 pmd ApexCRUDViolation 3 Security https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation Validate CRUD permission before SOQL/DML operation or enforce user mode
37 /force-app/main/default/classes/FlowResponder.cls 65 13 65 30 pmd ApexCRUDViolation 3 Security https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation Validate CRUD permission before SOQL/DML operation or enforce user mode
38 /force-app/main/default/classes/FlowResponder.cls 74 19 90 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
38 /force-app/main/default/classes/FlowResponder.cls 74 19 90 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
39 /force-app/main/default/classes/FlowResponder.cls 74 19 90 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
39 /force-app/main/default/classes/FlowResponder.cls 74 19 90 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
40 /force-app/main/default/classes/FlowResponder.cls 74 19 90 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing or mismatched ApexDoc @param
40 /force-app/main/default/classes/FlowResponder.cls 74 19 90 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing or mismatched ApexDoc @param
41 /force-app/main/default/classes/Untapped.cls 8 8 1729 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
41 /force-app/main/default/classes/Untapped.cls 8 8 1729 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
42 /force-app/main/default/classes/Untapped.cls 8 1 8 7 pmd ApexSharingViolations 3 Security https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexsharingviolations Apex classes should declare a sharing model if DML or SOQL/SOSL is used
42 /force-app/main/default/classes/Untapped.cls 8 1 8 7 pmd ApexSharingViolations 3 Security https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexsharingviolations Apex classes should declare a sharing model if DML or SOQL/SOSL is used
43 /force-app/main/default/classes/Untapped.cls 8 8 1729 2 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity The class 'Untapped' has a total cognitive complexity of 740 (highest 13), current threshold is 50
43 /force-app/main/default/classes/Untapped.cls 8 8 1729 2 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity The class 'Untapped' has a total cognitive complexity of 740 (highest 13), current threshold is 50
44 /force-app/main/default/classes/Untapped.cls 8 8 1729 2 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity The class 'Untapped' has a total cyclomatic complexity of 41 (highest 7).
44 /force-app/main/default/classes/Untapped.cls 8 8 1729 2 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity The class 'Untapped' has a total cyclomatic complexity of 41 (highest 7).
45 /force-app/main/default/classes/Untapped.cls 8 8 1729 2 pmd ExcessiveClassLength 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessiveclasslength Avoid really long classes.
45 /force-app/main/default/classes/Untapped.cls 8 8 1729 2 pmd ExcessiveClassLength 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessiveclasslength Avoid really long classes.
46 /force-app/main/default/classes/Untapped.cls 8 8 1729 2 pmd NcssTypeCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncsstypecount The type has an NCSS line count of 1,294
46 /force-app/main/default/classes/Untapped.cls 8 8 1729 2 pmd NcssTypeCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncsstypecount The type has an NCSS line count of 1,294
47 /force-app/main/default/classes/Untapped.cls 13 12 20 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
47 /force-app/main/default/classes/Untapped.cls 13 12 20 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
48 /force-app/main/default/classes/Untapped.cls 14 16 14 51 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
48 /force-app/main/default/classes/Untapped.cls 14 16 14 51 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
49 /force-app/main/default/classes/Untapped.cls 14 23 14 31 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'ClientId' doesn't match '[a-z][a-zA-Z0-9]*'
49 /force-app/main/default/classes/Untapped.cls 14 23 14 31 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'ClientId' doesn't match '[a-z][a-zA-Z0-9]*'
50 /force-app/main/default/classes/Untapped.cls 15 16 15 55 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
50 /force-app/main/default/classes/Untapped.cls 15 16 15 55 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
51 /force-app/main/default/classes/Untapped.cls 15 23 15 35 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'ClientSecret' doesn't match '[a-z][a-zA-Z0-9]*'
51 /force-app/main/default/classes/Untapped.cls 15 23 15 35 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'ClientSecret' doesn't match '[a-z][a-zA-Z0-9]*'
52 /force-app/main/default/classes/Untapped.cls 16 16 19 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
52 /force-app/main/default/classes/Untapped.cls 16 16 19 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
53 /force-app/main/default/classes/Untapped.cls 25 19 32 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
53 /force-app/main/default/classes/Untapped.cls 25 19 32 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
54 /force-app/main/default/classes/Untapped.cls 25 19 32 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
54 /force-app/main/default/classes/Untapped.cls 25 19 32 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
55 /force-app/main/default/classes/Untapped.cls 27 13 27 114 pmd ApexCRUDViolation 3 Security https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation Validate CRUD permission before SOQL/DML operation or enforce user mode
55 /force-app/main/default/classes/Untapped.cls 27 13 27 114 pmd ApexCRUDViolation 3 Security https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation Validate CRUD permission before SOQL/DML operation or enforce user mode
56 /force-app/main/default/classes/Untapped.cls 34 9 58 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
56 /force-app/main/default/classes/Untapped.cls 34 9 58 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
57 /force-app/main/default/classes/Untapped.cls 35 10 35 33 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
57 /force-app/main/default/classes/Untapped.cls 35 10 35 33 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
58 /force-app/main/default/classes/Untapped.cls 36 10 36 48 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
58 /force-app/main/default/classes/Untapped.cls 36 10 36 48 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
59 /force-app/main/default/classes/Untapped.cls 36 24 36 37 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'response_time' doesn't match '[a-z][a-zA-Z0-9]*'
59 /force-app/main/default/classes/Untapped.cls 36 24 36 37 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'response_time' doesn't match '[a-z][a-zA-Z0-9]*'
60 /force-app/main/default/classes/Untapped.cls 37 10 37 40 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
60 /force-app/main/default/classes/Untapped.cls 37 10 37 40 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
61 /force-app/main/default/classes/Untapped.cls 37 20 37 29 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'init_time' doesn't match '[a-z][a-zA-Z0-9]*'
61 /force-app/main/default/classes/Untapped.cls 37 20 37 29 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'init_time' doesn't match '[a-z][a-zA-Z0-9]*'
62 /force-app/main/default/classes/Untapped.cls 39 10 57 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
62 /force-app/main/default/classes/Untapped.cls 39 10 57 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
63 /force-app/main/default/classes/Untapped.cls 39 10 57 4 pmd NcssConstructorCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssconstructorcount The constructor has an NCSS line count of 20
63 /force-app/main/default/classes/Untapped.cls 39 10 57 4 pmd NcssConstructorCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssconstructorcount The constructor has an NCSS line count of 20
64 /force-app/main/default/classes/Untapped.cls 44 7 53 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
64 /force-app/main/default/classes/Untapped.cls 44 7 53 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
65 /force-app/main/default/classes/Untapped.cls 46 14 53 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
65 /force-app/main/default/classes/Untapped.cls 46 14 53 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
66 /force-app/main/default/classes/Untapped.cls 48 14 53 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
66 /force-app/main/default/classes/Untapped.cls 48 14 53 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
67 /force-app/main/default/classes/Untapped.cls 51 8 51 86 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
67 /force-app/main/default/classes/Untapped.cls 51 8 51 86 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
68 /force-app/main/default/classes/Untapped.cls 60 9 84 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
68 /force-app/main/default/classes/Untapped.cls 60 9 84 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
69 /force-app/main/default/classes/Untapped.cls 61 10 61 30 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
69 /force-app/main/default/classes/Untapped.cls 61 10 61 30 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
70 /force-app/main/default/classes/Untapped.cls 62 10 62 30 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
70 /force-app/main/default/classes/Untapped.cls 62 10 62 30 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
71 /force-app/main/default/classes/Untapped.cls 63 10 63 30 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
71 /force-app/main/default/classes/Untapped.cls 63 10 63 30 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
72 /force-app/main/default/classes/Untapped.cls 65 10 83 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
72 /force-app/main/default/classes/Untapped.cls 65 10 83 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
73 /force-app/main/default/classes/Untapped.cls 65 10 83 4 pmd NcssConstructorCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssconstructorcount The constructor has an NCSS line count of 22
73 /force-app/main/default/classes/Untapped.cls 65 10 83 4 pmd NcssConstructorCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssconstructorcount The constructor has an NCSS line count of 22
74 /force-app/main/default/classes/Untapped.cls 70 7 79 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
74 /force-app/main/default/classes/Untapped.cls 70 7 79 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
75 /force-app/main/default/classes/Untapped.cls 72 14 79 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
75 /force-app/main/default/classes/Untapped.cls 72 14 79 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
76 /force-app/main/default/classes/Untapped.cls 74 14 79 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
76 /force-app/main/default/classes/Untapped.cls 74 14 79 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
77 /force-app/main/default/classes/Untapped.cls 77 8 77 92 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
77 /force-app/main/default/classes/Untapped.cls 77 8 77 92 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
78 /force-app/main/default/classes/Untapped.cls 86 9 119 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
78 /force-app/main/default/classes/Untapped.cls 86 9 119 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
79 /force-app/main/default/classes/Untapped.cls 86 9 119 3 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The class 'User' has a Standard Cyclomatic Complexity of 2 (Highest = 10).
79 /force-app/main/default/classes/Untapped.cls 86 9 119 3 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The class 'User' has a Standard Cyclomatic Complexity of 2 (Highest = 10).
80 /force-app/main/default/classes/Untapped.cls 87 10 87 32 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
80 /force-app/main/default/classes/Untapped.cls 87 10 87 32 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
81 /force-app/main/default/classes/Untapped.cls 88 10 88 37 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
81 /force-app/main/default/classes/Untapped.cls 88 10 88 37 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
82 /force-app/main/default/classes/Untapped.cls 88 17 88 26 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'user_name' doesn't match '[a-z][a-zA-Z0-9]*'
82 /force-app/main/default/classes/Untapped.cls 88 17 88 26 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'user_name' doesn't match '[a-z][a-zA-Z0-9]*'
83 /force-app/main/default/classes/Untapped.cls 89 10 89 38 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
83 /force-app/main/default/classes/Untapped.cls 89 10 89 38 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
84 /force-app/main/default/classes/Untapped.cls 89 17 89 27 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'first_name' doesn't match '[a-z][a-zA-Z0-9]*'
84 /force-app/main/default/classes/Untapped.cls 89 17 89 27 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'first_name' doesn't match '[a-z][a-zA-Z0-9]*'
85 /force-app/main/default/classes/Untapped.cls 90 10 90 37 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
85 /force-app/main/default/classes/Untapped.cls 90 10 90 37 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
86 /force-app/main/default/classes/Untapped.cls 90 17 90 26 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'last_name' doesn't match '[a-z][a-zA-Z0-9]*'
86 /force-app/main/default/classes/Untapped.cls 90 17 90 26 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'last_name' doesn't match '[a-z][a-zA-Z0-9]*'
87 /force-app/main/default/classes/Untapped.cls 91 10 91 39 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
87 /force-app/main/default/classes/Untapped.cls 91 10 91 39 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
88 /force-app/main/default/classes/Untapped.cls 91 17 91 28 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'user_avatar' doesn't match '[a-z][a-zA-Z0-9]*'
88 /force-app/main/default/classes/Untapped.cls 91 17 91 28 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'user_avatar' doesn't match '[a-z][a-zA-Z0-9]*'
89 /force-app/main/default/classes/Untapped.cls 92 10 92 39 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
89 /force-app/main/default/classes/Untapped.cls 92 10 92 39 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
90 /force-app/main/default/classes/Untapped.cls 92 18 92 28 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'is_private' doesn't match '[a-z][a-zA-Z0-9]*'
90 /force-app/main/default/classes/Untapped.cls 92 18 92 28 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'is_private' doesn't match '[a-z][a-zA-Z0-9]*'
91 /force-app/main/default/classes/Untapped.cls 94 10 118 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
91 /force-app/main/default/classes/Untapped.cls 94 10 118 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
92 /force-app/main/default/classes/Untapped.cls 94 10 118 4 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity The constructor 'User(JSONParser)' has a cognitive complexity of 16, current threshold is 15
92 /force-app/main/default/classes/Untapped.cls 94 10 118 4 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity The constructor 'User(JSONParser)' has a cognitive complexity of 16, current threshold is 15
93 /force-app/main/default/classes/Untapped.cls 94 10 118 4 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity The constructor 'User(JSONParser)' has a cyclomatic complexity of 10.
93 /force-app/main/default/classes/Untapped.cls 94 10 118 4 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity The constructor 'User(JSONParser)' has a cyclomatic complexity of 10.
94 /force-app/main/default/classes/Untapped.cls 94 10 118 4 pmd NcssConstructorCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssconstructorcount The constructor has an NCSS line count of 28
94 /force-app/main/default/classes/Untapped.cls 94 10 118 4 pmd NcssConstructorCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssconstructorcount The constructor has an NCSS line count of 28
95 /force-app/main/default/classes/Untapped.cls 94 10 118 4 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The constructor 'User' has a Standard Cyclomatic Complexity of 10.
95 /force-app/main/default/classes/Untapped.cls 94 10 118 4 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The constructor 'User' has a Standard Cyclomatic Complexity of 10.
96 /force-app/main/default/classes/Untapped.cls 99 7 114 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
96 /force-app/main/default/classes/Untapped.cls 99 7 114 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
97 /force-app/main/default/classes/Untapped.cls 101 14 114 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
97 /force-app/main/default/classes/Untapped.cls 101 14 114 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
98 /force-app/main/default/classes/Untapped.cls 103 14 114 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
98 /force-app/main/default/classes/Untapped.cls 103 14 114 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
99 /force-app/main/default/classes/Untapped.cls 105 14 114 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
99 /force-app/main/default/classes/Untapped.cls 105 14 114 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
100 /force-app/main/default/classes/Untapped.cls 107 14 114 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
100 /force-app/main/default/classes/Untapped.cls 107 14 114 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
101 /force-app/main/default/classes/Untapped.cls 109 14 114 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
101 /force-app/main/default/classes/Untapped.cls 109 14 114 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
102 /force-app/main/default/classes/Untapped.cls 112 8 112 86 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
102 /force-app/main/default/classes/Untapped.cls 112 8 112 86 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
103 /force-app/main/default/classes/Untapped.cls 121 9 148 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
103 /force-app/main/default/classes/Untapped.cls 121 9 148 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
104 /force-app/main/default/classes/Untapped.cls 122 10 122 40 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
104 /force-app/main/default/classes/Untapped.cls 122 10 122 40 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
105 /force-app/main/default/classes/Untapped.cls 122 17 122 29 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'brewery_city' doesn't match '[a-z][a-zA-Z0-9]*'
105 /force-app/main/default/classes/Untapped.cls 122 17 122 29 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'brewery_city' doesn't match '[a-z][a-zA-Z0-9]*'
106 /force-app/main/default/classes/Untapped.cls 123 10 123 41 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
106 /force-app/main/default/classes/Untapped.cls 123 10 123 41 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
107 /force-app/main/default/classes/Untapped.cls 123 17 123 30 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'brewery_state' doesn't match '[a-z][a-zA-Z0-9]*'
107 /force-app/main/default/classes/Untapped.cls 123 17 123 30 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'brewery_state' doesn't match '[a-z][a-zA-Z0-9]*'
108 /force-app/main/default/classes/Untapped.cls 124 10 124 31 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
108 /force-app/main/default/classes/Untapped.cls 124 10 124 31 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
109 /force-app/main/default/classes/Untapped.cls 125 10 125 31 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
109 /force-app/main/default/classes/Untapped.cls 125 10 125 31 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
110 /force-app/main/default/classes/Untapped.cls 127 10 147 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
110 /force-app/main/default/classes/Untapped.cls 127 10 147 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
111 /force-app/main/default/classes/Untapped.cls 127 10 147 4 pmd NcssConstructorCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssconstructorcount The constructor has an NCSS line count of 24
111 /force-app/main/default/classes/Untapped.cls 127 10 147 4 pmd NcssConstructorCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssconstructorcount The constructor has an NCSS line count of 24
112 /force-app/main/default/classes/Untapped.cls 132 7 143 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
112 /force-app/main/default/classes/Untapped.cls 132 7 143 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
113 /force-app/main/default/classes/Untapped.cls 134 14 143 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
113 /force-app/main/default/classes/Untapped.cls 134 14 143 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
114 /force-app/main/default/classes/Untapped.cls 136 14 143 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
114 /force-app/main/default/classes/Untapped.cls 136 14 143 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
115 /force-app/main/default/classes/Untapped.cls 138 14 143 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
115 /force-app/main/default/classes/Untapped.cls 138 14 143 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
116 /force-app/main/default/classes/Untapped.cls 141 8 141 92 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
116 /force-app/main/default/classes/Untapped.cls 141 8 141 92 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
117 /force-app/main/default/classes/Untapped.cls 150 9 177 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
117 /force-app/main/default/classes/Untapped.cls 150 9 177 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
118 /force-app/main/default/classes/Untapped.cls 151 10 151 40 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
118 /force-app/main/default/classes/Untapped.cls 151 10 151 40 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
119 /force-app/main/default/classes/Untapped.cls 151 17 151 29 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'photo_img_sm' doesn't match '[a-z][a-zA-Z0-9]*'
119 /force-app/main/default/classes/Untapped.cls 151 17 151 29 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'photo_img_sm' doesn't match '[a-z][a-zA-Z0-9]*'
120 /force-app/main/default/classes/Untapped.cls 152 10 152 40 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
120 /force-app/main/default/classes/Untapped.cls 152 10 152 40 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
121 /force-app/main/default/classes/Untapped.cls 152 17 152 29 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'photo_img_md' doesn't match '[a-z][a-zA-Z0-9]*'
121 /force-app/main/default/classes/Untapped.cls 152 17 152 29 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'photo_img_md' doesn't match '[a-z][a-zA-Z0-9]*'
122 /force-app/main/default/classes/Untapped.cls 153 10 153 40 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
122 /force-app/main/default/classes/Untapped.cls 153 10 153 40 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
123 /force-app/main/default/classes/Untapped.cls 153 17 153 29 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'photo_img_lg' doesn't match '[a-z][a-zA-Z0-9]*'
123 /force-app/main/default/classes/Untapped.cls 153 17 153 29 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'photo_img_lg' doesn't match '[a-z][a-zA-Z0-9]*'
124 /force-app/main/default/classes/Untapped.cls 154 10 154 40 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
124 /force-app/main/default/classes/Untapped.cls 154 10 154 40 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
125 /force-app/main/default/classes/Untapped.cls 154 17 154 29 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'photo_img_og' doesn't match '[a-z][a-zA-Z0-9]*'
125 /force-app/main/default/classes/Untapped.cls 154 17 154 29 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'photo_img_og' doesn't match '[a-z][a-zA-Z0-9]*'
126 /force-app/main/default/classes/Untapped.cls 156 10 176 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
126 /force-app/main/default/classes/Untapped.cls 156 10 176 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
127 /force-app/main/default/classes/Untapped.cls 156 10 176 4 pmd NcssConstructorCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssconstructorcount The constructor has an NCSS line count of 24
127 /force-app/main/default/classes/Untapped.cls 156 10 176 4 pmd NcssConstructorCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssconstructorcount The constructor has an NCSS line count of 24
128 /force-app/main/default/classes/Untapped.cls 161 7 172 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
128 /force-app/main/default/classes/Untapped.cls 161 7 172 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
129 /force-app/main/default/classes/Untapped.cls 163 14 172 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
129 /force-app/main/default/classes/Untapped.cls 163 14 172 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
130 /force-app/main/default/classes/Untapped.cls 165 14 172 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
130 /force-app/main/default/classes/Untapped.cls 165 14 172 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
131 /force-app/main/default/classes/Untapped.cls 167 14 172 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
131 /force-app/main/default/classes/Untapped.cls 167 14 172 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
132 /force-app/main/default/classes/Untapped.cls 170 8 170 87 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
132 /force-app/main/default/classes/Untapped.cls 170 8 170 87 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
133 /force-app/main/default/classes/Untapped.cls 179 9 200 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
133 /force-app/main/default/classes/Untapped.cls 179 9 200 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
134 /force-app/main/default/classes/Untapped.cls 180 10 180 36 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
134 /force-app/main/default/classes/Untapped.cls 180 10 180 36 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
135 /force-app/main/default/classes/Untapped.cls 180 17 180 25 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'app_name' doesn't match '[a-z][a-zA-Z0-9]*'
135 /force-app/main/default/classes/Untapped.cls 180 17 180 25 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'app_name' doesn't match '[a-z][a-zA-Z0-9]*'
136 /force-app/main/default/classes/Untapped.cls 181 10 181 39 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
136 /force-app/main/default/classes/Untapped.cls 181 10 181 39 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
137 /force-app/main/default/classes/Untapped.cls 181 17 181 28 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'app_website' doesn't match '[a-z][a-zA-Z0-9]*'
137 /force-app/main/default/classes/Untapped.cls 181 17 181 28 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'app_website' doesn't match '[a-z][a-zA-Z0-9]*'
138 /force-app/main/default/classes/Untapped.cls 183 10 199 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
138 /force-app/main/default/classes/Untapped.cls 183 10 199 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
139 /force-app/main/default/classes/Untapped.cls 183 10 199 4 pmd NcssConstructorCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssconstructorcount The constructor has an NCSS line count of 20
139 /force-app/main/default/classes/Untapped.cls 183 10 199 4 pmd NcssConstructorCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssconstructorcount The constructor has an NCSS line count of 20
140 /force-app/main/default/classes/Untapped.cls 188 7 195 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
140 /force-app/main/default/classes/Untapped.cls 188 7 195 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
141 /force-app/main/default/classes/Untapped.cls 190 14 195 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
141 /force-app/main/default/classes/Untapped.cls 190 14 195 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
142 /force-app/main/default/classes/Untapped.cls 193 8 193 88 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
142 /force-app/main/default/classes/Untapped.cls 193 8 193 88 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
143 /force-app/main/default/classes/Untapped.cls 202 9 265 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
143 /force-app/main/default/classes/Untapped.cls 202 9 265 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
144 /force-app/main/default/classes/Untapped.cls 202 9 265 3 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The class 'Beer' has a Standard Cyclomatic Complexity of 2 (Highest = 20).
144 /force-app/main/default/classes/Untapped.cls 202 9 265 3 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The class 'Beer' has a Standard Cyclomatic Complexity of 2 (Highest = 20).
145 /force-app/main/default/classes/Untapped.cls 203 10 203 32 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
145 /force-app/main/default/classes/Untapped.cls 203 10 203 32 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
146 /force-app/main/default/classes/Untapped.cls 204 10 204 37 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
146 /force-app/main/default/classes/Untapped.cls 204 10 204 37 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
147 /force-app/main/default/classes/Untapped.cls 204 17 204 26 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'beer_name' doesn't match '[a-z][a-zA-Z0-9]*'
147 /force-app/main/default/classes/Untapped.cls 204 17 204 26 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'beer_name' doesn't match '[a-z][a-zA-Z0-9]*'
148 /force-app/main/default/classes/Untapped.cls 205 10 205 38 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
148 /force-app/main/default/classes/Untapped.cls 205 10 205 38 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
149 /force-app/main/default/classes/Untapped.cls 205 17 205 27 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'beer_label' doesn't match '[a-z][a-zA-Z0-9]*'
149 /force-app/main/default/classes/Untapped.cls 205 17 205 27 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'beer_label' doesn't match '[a-z][a-zA-Z0-9]*'
150 /force-app/main/default/classes/Untapped.cls 206 10 206 37 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
150 /force-app/main/default/classes/Untapped.cls 206 10 206 37 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
151 /force-app/main/default/classes/Untapped.cls 206 18 206 26 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'beer_abv' doesn't match '[a-z][a-zA-Z0-9]*'
151 /force-app/main/default/classes/Untapped.cls 206 18 206 26 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'beer_abv' doesn't match '[a-z][a-zA-Z0-9]*'
152 /force-app/main/default/classes/Untapped.cls 207 10 207 37 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
152 /force-app/main/default/classes/Untapped.cls 207 10 207 37 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
153 /force-app/main/default/classes/Untapped.cls 207 18 207 26 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'beer_ibu' doesn't match '[a-z][a-zA-Z0-9]*'
153 /force-app/main/default/classes/Untapped.cls 207 18 207 26 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'beer_ibu' doesn't match '[a-z][a-zA-Z0-9]*'
154 /force-app/main/default/classes/Untapped.cls 208 10 208 37 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
154 /force-app/main/default/classes/Untapped.cls 208 10 208 37 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
155 /force-app/main/default/classes/Untapped.cls 208 17 208 26 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'beer_slug' doesn't match '[a-z][a-zA-Z0-9]*'
155 /force-app/main/default/classes/Untapped.cls 208 17 208 26 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'beer_slug' doesn't match '[a-z][a-zA-Z0-9]*'
156 /force-app/main/default/classes/Untapped.cls 209 10 209 44 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
156 /force-app/main/default/classes/Untapped.cls 209 10 209 44 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
157 /force-app/main/default/classes/Untapped.cls 209 17 209 33 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'beer_description' doesn't match '[a-z][a-zA-Z0-9]*'
157 /force-app/main/default/classes/Untapped.cls 209 17 209 33 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'beer_description' doesn't match '[a-z][a-zA-Z0-9]*'
158 /force-app/main/default/classes/Untapped.cls 210 10 210 45 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
158 /force-app/main/default/classes/Untapped.cls 210 10 210 45 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
159 /force-app/main/default/classes/Untapped.cls 210 18 210 34 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'is_in_production' doesn't match '[a-z][a-zA-Z0-9]*'
159 /force-app/main/default/classes/Untapped.cls 210 18 210 34 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'is_in_production' doesn't match '[a-z][a-zA-Z0-9]*'
160 /force-app/main/default/classes/Untapped.cls 211 10 211 42 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
160 /force-app/main/default/classes/Untapped.cls 211 10 211 42 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
161 /force-app/main/default/classes/Untapped.cls 211 18 211 31 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'beer_style_id' doesn't match '[a-z][a-zA-Z0-9]*'
161 /force-app/main/default/classes/Untapped.cls 211 18 211 31 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'beer_style_id' doesn't match '[a-z][a-zA-Z0-9]*'
162 /force-app/main/default/classes/Untapped.cls 212 10 212 38 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
162 /force-app/main/default/classes/Untapped.cls 212 10 212 38 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
163 /force-app/main/default/classes/Untapped.cls 212 17 212 27 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'beer_style' doesn't match '[a-z][a-zA-Z0-9]*'
163 /force-app/main/default/classes/Untapped.cls 212 17 212 27 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'beer_style' doesn't match '[a-z][a-zA-Z0-9]*'
164 /force-app/main/default/classes/Untapped.cls 213 10 213 40 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
164 /force-app/main/default/classes/Untapped.cls 213 10 213 40 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
165 /force-app/main/default/classes/Untapped.cls 213 17 213 29 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'rating_score' doesn't match '[a-z][a-zA-Z0-9]*'
165 /force-app/main/default/classes/Untapped.cls 213 17 213 29 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'rating_score' doesn't match '[a-z][a-zA-Z0-9]*'
166 /force-app/main/default/classes/Untapped.cls 214 10 214 41 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
166 /force-app/main/default/classes/Untapped.cls 214 10 214 41 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
167 /force-app/main/default/classes/Untapped.cls 214 18 214 30 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'rating_count' doesn't match '[a-z][a-zA-Z0-9]*'
167 /force-app/main/default/classes/Untapped.cls 214 18 214 30 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'rating_count' doesn't match '[a-z][a-zA-Z0-9]*'
168 /force-app/main/default/classes/Untapped.cls 215 10 215 34 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
168 /force-app/main/default/classes/Untapped.cls 215 10 215 34 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
169 /force-app/main/default/classes/Untapped.cls 216 10 216 40 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
169 /force-app/main/default/classes/Untapped.cls 216 10 216 40 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
170 /force-app/main/default/classes/Untapped.cls 216 18 216 29 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'beer_active' doesn't match '[a-z][a-zA-Z0-9]*'
170 /force-app/main/default/classes/Untapped.cls 216 18 216 29 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'beer_active' doesn't match '[a-z][a-zA-Z0-9]*'
171 /force-app/main/default/classes/Untapped.cls 217 10 217 36 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
171 /force-app/main/default/classes/Untapped.cls 217 10 217 36 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
172 /force-app/main/default/classes/Untapped.cls 217 18 217 25 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'on_list' doesn't match '[a-z][a-zA-Z0-9]*'
172 /force-app/main/default/classes/Untapped.cls 217 18 217 25 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'on_list' doesn't match '[a-z][a-zA-Z0-9]*'
173 /force-app/main/default/classes/Untapped.cls 218 10 218 36 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
173 /force-app/main/default/classes/Untapped.cls 218 10 218 36 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
174 /force-app/main/default/classes/Untapped.cls 218 18 218 25 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'has_had' doesn't match '[a-z][a-zA-Z0-9]*'
174 /force-app/main/default/classes/Untapped.cls 218 18 218 25 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'has_had' doesn't match '[a-z][a-zA-Z0-9]*'
175 /force-app/main/default/classes/Untapped.cls 220 10 264 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
175 /force-app/main/default/classes/Untapped.cls 220 10 264 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
176 /force-app/main/default/classes/Untapped.cls 220 10 264 4 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity The constructor 'Beer(JSONParser)' has a cognitive complexity of 26, current threshold is 15
176 /force-app/main/default/classes/Untapped.cls 220 10 264 4 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity The constructor 'Beer(JSONParser)' has a cognitive complexity of 26, current threshold is 15
177 /force-app/main/default/classes/Untapped.cls 220 10 264 4 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity The constructor 'Beer(JSONParser)' has a cyclomatic complexity of 20.
177 /force-app/main/default/classes/Untapped.cls 220 10 264 4 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity The constructor 'Beer(JSONParser)' has a cyclomatic complexity of 20.
178 /force-app/main/default/classes/Untapped.cls 220 10 264 4 pmd NcssConstructorCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssconstructorcount The constructor has an NCSS line count of 48
178 /force-app/main/default/classes/Untapped.cls 220 10 264 4 pmd NcssConstructorCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssconstructorcount The constructor has an NCSS line count of 48
179 /force-app/main/default/classes/Untapped.cls 220 10 264 4 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The constructor 'Beer' has a Standard Cyclomatic Complexity of 20.
179 /force-app/main/default/classes/Untapped.cls 220 10 264 4 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The constructor 'Beer' has a Standard Cyclomatic Complexity of 20.
180 /force-app/main/default/classes/Untapped.cls 225 7 260 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
180 /force-app/main/default/classes/Untapped.cls 225 7 260 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
181 /force-app/main/default/classes/Untapped.cls 227 14 260 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
181 /force-app/main/default/classes/Untapped.cls 227 14 260 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
182 /force-app/main/default/classes/Untapped.cls 229 14 260 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
182 /force-app/main/default/classes/Untapped.cls 229 14 260 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
183 /force-app/main/default/classes/Untapped.cls 231 14 260 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
183 /force-app/main/default/classes/Untapped.cls 231 14 260 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
184 /force-app/main/default/classes/Untapped.cls 233 14 260 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
184 /force-app/main/default/classes/Untapped.cls 233 14 260 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
185 /force-app/main/default/classes/Untapped.cls 235 14 260 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
185 /force-app/main/default/classes/Untapped.cls 235 14 260 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
186 /force-app/main/default/classes/Untapped.cls 237 14 260 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
186 /force-app/main/default/classes/Untapped.cls 237 14 260 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
187 /force-app/main/default/classes/Untapped.cls 239 14 260 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
187 /force-app/main/default/classes/Untapped.cls 239 14 260 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
188 /force-app/main/default/classes/Untapped.cls 241 14 260 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
188 /force-app/main/default/classes/Untapped.cls 241 14 260 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
189 /force-app/main/default/classes/Untapped.cls 243 14 260 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
189 /force-app/main/default/classes/Untapped.cls 243 14 260 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
190 /force-app/main/default/classes/Untapped.cls 245 14 260 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
190 /force-app/main/default/classes/Untapped.cls 245 14 260 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
191 /force-app/main/default/classes/Untapped.cls 247 14 260 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
191 /force-app/main/default/classes/Untapped.cls 247 14 260 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
192 /force-app/main/default/classes/Untapped.cls 249 14 260 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
192 /force-app/main/default/classes/Untapped.cls 249 14 260 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
193 /force-app/main/default/classes/Untapped.cls 251 14 260 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
193 /force-app/main/default/classes/Untapped.cls 251 14 260 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
194 /force-app/main/default/classes/Untapped.cls 253 14 260 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
194 /force-app/main/default/classes/Untapped.cls 253 14 260 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
195 /force-app/main/default/classes/Untapped.cls 255 14 260 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
195 /force-app/main/default/classes/Untapped.cls 255 14 260 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
196 /force-app/main/default/classes/Untapped.cls 258 8 258 86 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
196 /force-app/main/default/classes/Untapped.cls 258 8 258 86 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
197 /force-app/main/default/classes/Untapped.cls 267 9 291 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
197 /force-app/main/default/classes/Untapped.cls 267 9 291 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
198 /force-app/main/default/classes/Untapped.cls 268 10 268 37 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
198 /force-app/main/default/classes/Untapped.cls 268 10 268 37 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
199 /force-app/main/default/classes/Untapped.cls 268 17 268 26 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'since_url' doesn't match '[a-z][a-zA-Z0-9]*'
199 /force-app/main/default/classes/Untapped.cls 268 17 268 26 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'since_url' doesn't match '[a-z][a-zA-Z0-9]*'
200 /force-app/main/default/classes/Untapped.cls 269 10 269 36 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
200 /force-app/main/default/classes/Untapped.cls 269 10 269 36 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
201 /force-app/main/default/classes/Untapped.cls 269 17 269 25 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'next_url' doesn't match '[a-z][a-zA-Z0-9]*'
201 /force-app/main/default/classes/Untapped.cls 269 17 269 25 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'next_url' doesn't match '[a-z][a-zA-Z0-9]*'
202 /force-app/main/default/classes/Untapped.cls 270 10 270 35 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
202 /force-app/main/default/classes/Untapped.cls 270 10 270 35 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
203 /force-app/main/default/classes/Untapped.cls 270 18 270 24 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'max_id' doesn't match '[a-z][a-zA-Z0-9]*'
203 /force-app/main/default/classes/Untapped.cls 270 18 270 24 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'max_id' doesn't match '[a-z][a-zA-Z0-9]*'
204 /force-app/main/default/classes/Untapped.cls 272 10 290 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
204 /force-app/main/default/classes/Untapped.cls 272 10 290 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
205 /force-app/main/default/classes/Untapped.cls 272 10 290 4 pmd NcssConstructorCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssconstructorcount The constructor has an NCSS line count of 22
205 /force-app/main/default/classes/Untapped.cls 272 10 290 4 pmd NcssConstructorCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssconstructorcount The constructor has an NCSS line count of 22
206 /force-app/main/default/classes/Untapped.cls 277 7 286 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
206 /force-app/main/default/classes/Untapped.cls 277 7 286 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
207 /force-app/main/default/classes/Untapped.cls 279 14 286 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
207 /force-app/main/default/classes/Untapped.cls 279 14 286 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
208 /force-app/main/default/classes/Untapped.cls 281 14 286 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
208 /force-app/main/default/classes/Untapped.cls 281 14 286 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
209 /force-app/main/default/classes/Untapped.cls 284 8 284 92 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
209 /force-app/main/default/classes/Untapped.cls 284 8 284 92 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
210 /force-app/main/default/classes/Untapped.cls 293 9 314 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
210 /force-app/main/default/classes/Untapped.cls 293 9 314 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
211 /force-app/main/default/classes/Untapped.cls 294 10 294 34 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
211 /force-app/main/default/classes/Untapped.cls 294 10 294 34 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
212 /force-app/main/default/classes/Untapped.cls 295 10 295 40 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
212 /force-app/main/default/classes/Untapped.cls 295 10 295 40 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
213 /force-app/main/default/classes/Untapped.cls 297 10 313 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
213 /force-app/main/default/classes/Untapped.cls 297 10 313 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
214 /force-app/main/default/classes/Untapped.cls 297 10 313 4 pmd NcssConstructorCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssconstructorcount The constructor has an NCSS line count of 20
214 /force-app/main/default/classes/Untapped.cls 297 10 313 4 pmd NcssConstructorCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssconstructorcount The constructor has an NCSS line count of 20
215 /force-app/main/default/classes/Untapped.cls 302 7 309 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
215 /force-app/main/default/classes/Untapped.cls 302 7 309 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
216 /force-app/main/default/classes/Untapped.cls 304 14 309 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
216 /force-app/main/default/classes/Untapped.cls 304 14 309 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
217 /force-app/main/default/classes/Untapped.cls 307 8 307 89 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
217 /force-app/main/default/classes/Untapped.cls 307 8 307 89 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
218 /force-app/main/default/classes/Untapped.cls 316 9 364 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
218 /force-app/main/default/classes/Untapped.cls 316 9 364 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
219 /force-app/main/default/classes/Untapped.cls 316 9 364 3 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The class 'User_Y' has a Standard Cyclomatic Complexity of 2 (Highest = 15).
219 /force-app/main/default/classes/Untapped.cls 316 9 364 3 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The class 'User_Y' has a Standard Cyclomatic Complexity of 2 (Highest = 15).
220 /force-app/main/default/classes/Untapped.cls 317 10 317 32 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
220 /force-app/main/default/classes/Untapped.cls 317 10 317 32 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
221 /force-app/main/default/classes/Untapped.cls 318 10 318 37 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
221 /force-app/main/default/classes/Untapped.cls 318 10 318 37 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
222 /force-app/main/default/classes/Untapped.cls 318 17 318 26 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'user_name' doesn't match '[a-z][a-zA-Z0-9]*'
222 /force-app/main/default/classes/Untapped.cls 318 17 318 26 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'user_name' doesn't match '[a-z][a-zA-Z0-9]*'
223 /force-app/main/default/classes/Untapped.cls 319 10 319 38 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
223 /force-app/main/default/classes/Untapped.cls 319 10 319 38 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
224 /force-app/main/default/classes/Untapped.cls 319 17 319 27 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'first_name' doesn't match '[a-z][a-zA-Z0-9]*'
224 /force-app/main/default/classes/Untapped.cls 319 17 319 27 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'first_name' doesn't match '[a-z][a-zA-Z0-9]*'
225 /force-app/main/default/classes/Untapped.cls 320 10 320 37 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
225 /force-app/main/default/classes/Untapped.cls 320 10 320 37 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
226 /force-app/main/default/classes/Untapped.cls 320 17 320 26 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'last_name' doesn't match '[a-z][a-zA-Z0-9]*'
226 /force-app/main/default/classes/Untapped.cls 320 17 320 26 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'last_name' doesn't match '[a-z][a-zA-Z0-9]*'
227 /force-app/main/default/classes/Untapped.cls 321 10 321 31 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
227 /force-app/main/default/classes/Untapped.cls 321 10 321 31 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
228 /force-app/main/default/classes/Untapped.cls 322 10 322 36 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
228 /force-app/main/default/classes/Untapped.cls 322 10 322 36 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
229 /force-app/main/default/classes/Untapped.cls 323 10 323 40 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
229 /force-app/main/default/classes/Untapped.cls 323 10 323 40 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
230 /force-app/main/default/classes/Untapped.cls 324 10 324 39 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
230 /force-app/main/default/classes/Untapped.cls 324 10 324 39 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
231 /force-app/main/default/classes/Untapped.cls 324 17 324 28 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'user_avatar' doesn't match '[a-z][a-zA-Z0-9]*'
231 /force-app/main/default/classes/Untapped.cls 324 17 324 28 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'user_avatar' doesn't match '[a-z][a-zA-Z0-9]*'
232 /force-app/main/default/classes/Untapped.cls 325 10 325 40 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
232 /force-app/main/default/classes/Untapped.cls 325 10 325 40 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
233 /force-app/main/default/classes/Untapped.cls 325 17 325 29 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'account_type' doesn't match '[a-z][a-zA-Z0-9]*'
233 /force-app/main/default/classes/Untapped.cls 325 17 325 29 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'account_type' doesn't match '[a-z][a-zA-Z0-9]*'
234 /force-app/main/default/classes/Untapped.cls 326 10 326 54 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
234 /force-app/main/default/classes/Untapped.cls 326 10 326 54 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
235 /force-app/main/default/classes/Untapped.cls 326 30 326 43 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'venue_details' doesn't match '[a-z][a-zA-Z0-9]*'
235 /force-app/main/default/classes/Untapped.cls 326 30 326 43 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'venue_details' doesn't match '[a-z][a-zA-Z0-9]*'
236 /force-app/main/default/classes/Untapped.cls 327 10 327 56 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
236 /force-app/main/default/classes/Untapped.cls 327 10 327 56 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
237 /force-app/main/default/classes/Untapped.cls 327 30 327 45 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'brewery_details' doesn't match '[a-z][a-zA-Z0-9]*'
237 /force-app/main/default/classes/Untapped.cls 327 30 327 45 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'brewery_details' doesn't match '[a-z][a-zA-Z0-9]*'
238 /force-app/main/default/classes/Untapped.cls 329 10 363 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
238 /force-app/main/default/classes/Untapped.cls 329 10 363 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
239 /force-app/main/default/classes/Untapped.cls 329 10 363 4 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity The constructor 'User_Y(JSONParser)' has a cognitive complexity of 21, current threshold is 15
239 /force-app/main/default/classes/Untapped.cls 329 10 363 4 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity The constructor 'User_Y(JSONParser)' has a cognitive complexity of 21, current threshold is 15
240 /force-app/main/default/classes/Untapped.cls 329 10 363 4 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity The constructor 'User_Y(JSONParser)' has a cyclomatic complexity of 15.
240 /force-app/main/default/classes/Untapped.cls 329 10 363 4 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity The constructor 'User_Y(JSONParser)' has a cyclomatic complexity of 15.
241 /force-app/main/default/classes/Untapped.cls 329 10 363 4 pmd NcssConstructorCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssconstructorcount The constructor has an NCSS line count of 38
241 /force-app/main/default/classes/Untapped.cls 329 10 363 4 pmd NcssConstructorCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssconstructorcount The constructor has an NCSS line count of 38
242 /force-app/main/default/classes/Untapped.cls 329 10 363 4 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The constructor 'User_Y' has a Standard Cyclomatic Complexity of 15.
242 /force-app/main/default/classes/Untapped.cls 329 10 363 4 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The constructor 'User_Y' has a Standard Cyclomatic Complexity of 15.
243 /force-app/main/default/classes/Untapped.cls 334 7 359 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
243 /force-app/main/default/classes/Untapped.cls 334 7 359 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
244 /force-app/main/default/classes/Untapped.cls 336 14 359 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
244 /force-app/main/default/classes/Untapped.cls 336 14 359 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
245 /force-app/main/default/classes/Untapped.cls 338 14 359 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
245 /force-app/main/default/classes/Untapped.cls 338 14 359 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
246 /force-app/main/default/classes/Untapped.cls 340 14 359 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
246 /force-app/main/default/classes/Untapped.cls 340 14 359 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
247 /force-app/main/default/classes/Untapped.cls 342 14 359 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
247 /force-app/main/default/classes/Untapped.cls 342 14 359 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
248 /force-app/main/default/classes/Untapped.cls 344 14 359 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
248 /force-app/main/default/classes/Untapped.cls 344 14 359 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
249 /force-app/main/default/classes/Untapped.cls 346 14 359 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
249 /force-app/main/default/classes/Untapped.cls 346 14 359 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
250 /force-app/main/default/classes/Untapped.cls 348 14 359 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
250 /force-app/main/default/classes/Untapped.cls 348 14 359 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
251 /force-app/main/default/classes/Untapped.cls 350 14 359 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
251 /force-app/main/default/classes/Untapped.cls 350 14 359 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
252 /force-app/main/default/classes/Untapped.cls 352 14 359 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
252 /force-app/main/default/classes/Untapped.cls 352 14 359 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
253 /force-app/main/default/classes/Untapped.cls 354 14 359 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
253 /force-app/main/default/classes/Untapped.cls 354 14 359 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
254 /force-app/main/default/classes/Untapped.cls 357 8 357 88 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
254 /force-app/main/default/classes/Untapped.cls 357 8 357 88 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
255 /force-app/main/default/classes/Untapped.cls 366 9 387 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
255 /force-app/main/default/classes/Untapped.cls 366 9 387 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
256 /force-app/main/default/classes/Untapped.cls 367 10 367 34 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
256 /force-app/main/default/classes/Untapped.cls 367 10 367 34 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
257 /force-app/main/default/classes/Untapped.cls 368 10 368 46 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
257 /force-app/main/default/classes/Untapped.cls 368 10 368 46 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
258 /force-app/main/default/classes/Untapped.cls 370 10 386 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
258 /force-app/main/default/classes/Untapped.cls 370 10 386 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
259 /force-app/main/default/classes/Untapped.cls 370 10 386 4 pmd NcssConstructorCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssconstructorcount The constructor has an NCSS line count of 20
259 /force-app/main/default/classes/Untapped.cls 370 10 386 4 pmd NcssConstructorCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssconstructorcount The constructor has an NCSS line count of 20
260 /force-app/main/default/classes/Untapped.cls 375 7 382 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
260 /force-app/main/default/classes/Untapped.cls 375 7 382 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
261 /force-app/main/default/classes/Untapped.cls 377 14 382 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
261 /force-app/main/default/classes/Untapped.cls 377 14 382 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
262 /force-app/main/default/classes/Untapped.cls 380 8 380 89 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
262 /force-app/main/default/classes/Untapped.cls 380 8 380 89 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
263 /force-app/main/default/classes/Untapped.cls 389 9 428 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
263 /force-app/main/default/classes/Untapped.cls 389 9 428 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
264 /force-app/main/default/classes/Untapped.cls 389 9 428 3 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The class 'User_Z' has a Standard Cyclomatic Complexity of 2 (Highest = 12).
264 /force-app/main/default/classes/Untapped.cls 389 9 428 3 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The class 'User_Z' has a Standard Cyclomatic Complexity of 2 (Highest = 12).
265 /force-app/main/default/classes/Untapped.cls 390 10 390 32 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
265 /force-app/main/default/classes/Untapped.cls 390 10 390 32 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
266 /force-app/main/default/classes/Untapped.cls 391 10 391 37 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
266 /force-app/main/default/classes/Untapped.cls 391 10 391 37 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
267 /force-app/main/default/classes/Untapped.cls 391 17 391 26 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'user_name' doesn't match '[a-z][a-zA-Z0-9]*'
267 /force-app/main/default/classes/Untapped.cls 391 17 391 26 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'user_name' doesn't match '[a-z][a-zA-Z0-9]*'
268 /force-app/main/default/classes/Untapped.cls 392 10 392 38 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
268 /force-app/main/default/classes/Untapped.cls 392 10 392 38 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
269 /force-app/main/default/classes/Untapped.cls 392 17 392 27 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'first_name' doesn't match '[a-z][a-zA-Z0-9]*'
269 /force-app/main/default/classes/Untapped.cls 392 17 392 27 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'first_name' doesn't match '[a-z][a-zA-Z0-9]*'
270 /force-app/main/default/classes/Untapped.cls 393 10 393 37 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
270 /force-app/main/default/classes/Untapped.cls 393 10 393 37 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
271 /force-app/main/default/classes/Untapped.cls 393 17 393 26 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'last_name' doesn't match '[a-z][a-zA-Z0-9]*'
271 /force-app/main/default/classes/Untapped.cls 393 17 393 26 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'last_name' doesn't match '[a-z][a-zA-Z0-9]*'
272 /force-app/main/default/classes/Untapped.cls 394 10 394 40 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
272 /force-app/main/default/classes/Untapped.cls 394 10 394 40 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
273 /force-app/main/default/classes/Untapped.cls 395 10 395 41 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
273 /force-app/main/default/classes/Untapped.cls 395 10 395 41 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
274 /force-app/main/default/classes/Untapped.cls 395 18 395 30 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'is_supporter' doesn't match '[a-z][a-zA-Z0-9]*'
274 /force-app/main/default/classes/Untapped.cls 395 18 395 30 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'is_supporter' doesn't match '[a-z][a-zA-Z0-9]*'
275 /force-app/main/default/classes/Untapped.cls 396 10 396 39 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
275 /force-app/main/default/classes/Untapped.cls 396 10 396 39 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
276 /force-app/main/default/classes/Untapped.cls 396 17 396 28 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'user_avatar' doesn't match '[a-z][a-zA-Z0-9]*'
276 /force-app/main/default/classes/Untapped.cls 396 17 396 28 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'user_avatar' doesn't match '[a-z][a-zA-Z0-9]*'
277 /force-app/main/default/classes/Untapped.cls 397 10 397 39 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
277 /force-app/main/default/classes/Untapped.cls 397 10 397 39 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
278 /force-app/main/default/classes/Untapped.cls 397 18 397 28 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'is_private' doesn't match '[a-z][a-zA-Z0-9]*'
278 /force-app/main/default/classes/Untapped.cls 397 18 397 28 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'is_private' doesn't match '[a-z][a-zA-Z0-9]*'
279 /force-app/main/default/classes/Untapped.cls 399 10 427 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
279 /force-app/main/default/classes/Untapped.cls 399 10 427 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
280 /force-app/main/default/classes/Untapped.cls 399 10 427 4 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity The constructor 'User_Z(JSONParser)' has a cognitive complexity of 18, current threshold is 15
280 /force-app/main/default/classes/Untapped.cls 399 10 427 4 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity The constructor 'User_Z(JSONParser)' has a cognitive complexity of 18, current threshold is 15
281 /force-app/main/default/classes/Untapped.cls 399 10 427 4 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity The constructor 'User_Z(JSONParser)' has a cyclomatic complexity of 12.
281 /force-app/main/default/classes/Untapped.cls 399 10 427 4 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity The constructor 'User_Z(JSONParser)' has a cyclomatic complexity of 12.
282 /force-app/main/default/classes/Untapped.cls 399 10 427 4 pmd NcssConstructorCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssconstructorcount The constructor has an NCSS line count of 32
282 /force-app/main/default/classes/Untapped.cls 399 10 427 4 pmd NcssConstructorCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssconstructorcount The constructor has an NCSS line count of 32
283 /force-app/main/default/classes/Untapped.cls 399 10 427 4 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The constructor 'User_Z' has a Standard Cyclomatic Complexity of 12.
283 /force-app/main/default/classes/Untapped.cls 399 10 427 4 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The constructor 'User_Z' has a Standard Cyclomatic Complexity of 12.
284 /force-app/main/default/classes/Untapped.cls 404 7 423 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
284 /force-app/main/default/classes/Untapped.cls 404 7 423 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
285 /force-app/main/default/classes/Untapped.cls 406 14 423 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
285 /force-app/main/default/classes/Untapped.cls 406 14 423 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
286 /force-app/main/default/classes/Untapped.cls 408 14 423 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
286 /force-app/main/default/classes/Untapped.cls 408 14 423 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
287 /force-app/main/default/classes/Untapped.cls 410 14 423 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
287 /force-app/main/default/classes/Untapped.cls 410 14 423 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
288 /force-app/main/default/classes/Untapped.cls 412 14 423 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
288 /force-app/main/default/classes/Untapped.cls 412 14 423 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
289 /force-app/main/default/classes/Untapped.cls 414 14 423 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
289 /force-app/main/default/classes/Untapped.cls 414 14 423 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
290 /force-app/main/default/classes/Untapped.cls 416 14 423 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
290 /force-app/main/default/classes/Untapped.cls 416 14 423 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
291 /force-app/main/default/classes/Untapped.cls 418 14 423 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
291 /force-app/main/default/classes/Untapped.cls 418 14 423 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
292 /force-app/main/default/classes/Untapped.cls 421 8 421 88 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
292 /force-app/main/default/classes/Untapped.cls 421 8 421 88 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
293 /force-app/main/default/classes/Untapped.cls 430 9 454 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
293 /force-app/main/default/classes/Untapped.cls 430 9 454 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
294 /force-app/main/default/classes/Untapped.cls 431 10 431 41 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
294 /force-app/main/default/classes/Untapped.cls 431 10 431 41 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
295 /force-app/main/default/classes/Untapped.cls 431 17 431 30 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'category_name' doesn't match '[a-z][a-zA-Z0-9]*'
295 /force-app/main/default/classes/Untapped.cls 431 17 431 30 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'category_name' doesn't match '[a-z][a-zA-Z0-9]*'
296 /force-app/main/default/classes/Untapped.cls 432 10 432 39 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
296 /force-app/main/default/classes/Untapped.cls 432 10 432 39 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
297 /force-app/main/default/classes/Untapped.cls 432 17 432 28 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'category_id' doesn't match '[a-z][a-zA-Z0-9]*'
297 /force-app/main/default/classes/Untapped.cls 432 17 432 28 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'category_id' doesn't match '[a-z][a-zA-Z0-9]*'
298 /force-app/main/default/classes/Untapped.cls 433 10 433 39 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
298 /force-app/main/default/classes/Untapped.cls 433 10 433 39 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
299 /force-app/main/default/classes/Untapped.cls 433 18 433 28 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'is_primary' doesn't match '[a-z][a-zA-Z0-9]*'
299 /force-app/main/default/classes/Untapped.cls 433 18 433 28 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'is_primary' doesn't match '[a-z][a-zA-Z0-9]*'
300 /force-app/main/default/classes/Untapped.cls 435 10 453 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
300 /force-app/main/default/classes/Untapped.cls 435 10 453 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
301 /force-app/main/default/classes/Untapped.cls 435 10 453 4 pmd NcssConstructorCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssconstructorcount The constructor has an NCSS line count of 22
301 /force-app/main/default/classes/Untapped.cls 435 10 453 4 pmd NcssConstructorCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssconstructorcount The constructor has an NCSS line count of 22
302 /force-app/main/default/classes/Untapped.cls 440 7 449 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
302 /force-app/main/default/classes/Untapped.cls 440 7 449 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
303 /force-app/main/default/classes/Untapped.cls 442 14 449 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
303 /force-app/main/default/classes/Untapped.cls 442 14 449 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
304 /force-app/main/default/classes/Untapped.cls 444 14 449 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
304 /force-app/main/default/classes/Untapped.cls 444 14 449 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
305 /force-app/main/default/classes/Untapped.cls 447 8 447 87 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
305 /force-app/main/default/classes/Untapped.cls 447 8 447 87 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
306 /force-app/main/default/classes/Untapped.cls 456 9 525 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
306 /force-app/main/default/classes/Untapped.cls 456 9 525 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
307 /force-app/main/default/classes/Untapped.cls 456 9 525 3 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The class 'Venue_Z' has a Standard Cyclomatic Complexity of 2 (Highest = 22).
307 /force-app/main/default/classes/Untapped.cls 456 9 525 3 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The class 'Venue_Z' has a Standard Cyclomatic Complexity of 2 (Highest = 22).
308 /force-app/main/default/classes/Untapped.cls 457 10 457 37 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
308 /force-app/main/default/classes/Untapped.cls 457 10 457 37 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
309 /force-app/main/default/classes/Untapped.cls 457 18 457 26 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'venue_id' doesn't match '[a-z][a-zA-Z0-9]*'
309 /force-app/main/default/classes/Untapped.cls 457 18 457 26 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'venue_id' doesn't match '[a-z][a-zA-Z0-9]*'
310 /force-app/main/default/classes/Untapped.cls 458 10 458 38 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
310 /force-app/main/default/classes/Untapped.cls 458 10 458 38 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
311 /force-app/main/default/classes/Untapped.cls 458 17 458 27 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'venue_name' doesn't match '[a-z][a-zA-Z0-9]*'
311 /force-app/main/default/classes/Untapped.cls 458 17 458 27 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'venue_name' doesn't match '[a-z][a-zA-Z0-9]*'
312 /force-app/main/default/classes/Untapped.cls 459 10 459 38 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
312 /force-app/main/default/classes/Untapped.cls 459 10 459 38 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
313 /force-app/main/default/classes/Untapped.cls 459 17 459 27 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'venue_slug' doesn't match '[a-z][a-zA-Z0-9]*'
313 /force-app/main/default/classes/Untapped.cls 459 17 459 27 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'venue_slug' doesn't match '[a-z][a-zA-Z0-9]*'
314 /force-app/main/default/classes/Untapped.cls 460 10 460 40 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
314 /force-app/main/default/classes/Untapped.cls 460 10 460 40 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
315 /force-app/main/default/classes/Untapped.cls 460 17 460 29 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'last_updated' doesn't match '[a-z][a-zA-Z0-9]*'
315 /force-app/main/default/classes/Untapped.cls 460 17 460 29 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'last_updated' doesn't match '[a-z][a-zA-Z0-9]*'
316 /force-app/main/default/classes/Untapped.cls 461 10 461 44 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
316 /force-app/main/default/classes/Untapped.cls 461 10 461 44 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
317 /force-app/main/default/classes/Untapped.cls 461 17 461 33 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'primary_category' doesn't match '[a-z][a-zA-Z0-9]*'
317 /force-app/main/default/classes/Untapped.cls 461 17 461 33 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'primary_category' doesn't match '[a-z][a-zA-Z0-9]*'
318 /force-app/main/default/classes/Untapped.cls 462 10 462 42 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
318 /force-app/main/default/classes/Untapped.cls 462 10 462 42 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
319 /force-app/main/default/classes/Untapped.cls 463 10 463 32 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
319 /force-app/main/default/classes/Untapped.cls 463 10 463 32 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
320 /force-app/main/default/classes/Untapped.cls 464 10 464 42 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
320 /force-app/main/default/classes/Untapped.cls 464 10 464 42 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
321 /force-app/main/default/classes/Untapped.cls 464 21 464 31 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'venue_icon' doesn't match '[a-z][a-zA-Z0-9]*'
321 /force-app/main/default/classes/Untapped.cls 464 21 464 31 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'venue_icon' doesn't match '[a-z][a-zA-Z0-9]*'
322 /force-app/main/default/classes/Untapped.cls 465 10 465 41 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
322 /force-app/main/default/classes/Untapped.cls 465 10 465 41 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
323 /force-app/main/default/classes/Untapped.cls 465 18 465 30 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'public_venue' doesn't match '[a-z][a-zA-Z0-9]*'
323 /force-app/main/default/classes/Untapped.cls 465 18 465 30 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'public_venue' doesn't match '[a-z][a-zA-Z0-9]*'
324 /force-app/main/default/classes/Untapped.cls 466 10 466 38 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
324 /force-app/main/default/classes/Untapped.cls 466 10 466 38 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
325 /force-app/main/default/classes/Untapped.cls 467 10 467 36 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
325 /force-app/main/default/classes/Untapped.cls 467 10 467 36 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
326 /force-app/main/default/classes/Untapped.cls 468 10 468 42 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
326 /force-app/main/default/classes/Untapped.cls 468 10 468 42 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
327 /force-app/main/default/classes/Untapped.cls 469 10 469 32 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
327 /force-app/main/default/classes/Untapped.cls 469 10 469 32 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
328 /force-app/main/default/classes/Untapped.cls 470 10 470 38 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
328 /force-app/main/default/classes/Untapped.cls 470 10 470 38 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
329 /force-app/main/default/classes/Untapped.cls 471 10 471 40 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
329 /force-app/main/default/classes/Untapped.cls 471 10 471 40 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
330 /force-app/main/default/classes/Untapped.cls 471 20 471 29 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'top_beers' doesn't match '[a-z][a-zA-Z0-9]*'
330 /force-app/main/default/classes/Untapped.cls 471 20 471 29 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'top_beers' doesn't match '[a-z][a-zA-Z0-9]*'
331 /force-app/main/default/classes/Untapped.cls 472 10 472 46 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
331 /force-app/main/default/classes/Untapped.cls 472 10 472 46 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
332 /force-app/main/default/classes/Untapped.cls 472 18 472 35 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'brewery_locations' doesn't match '[a-z][a-zA-Z0-9]*'
332 /force-app/main/default/classes/Untapped.cls 472 18 472 35 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'brewery_locations' doesn't match '[a-z][a-zA-Z0-9]*'
333 /force-app/main/default/classes/Untapped.cls 473 10 473 40 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
333 /force-app/main/default/classes/Untapped.cls 473 10 473 40 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
334 /force-app/main/default/classes/Untapped.cls 473 18 473 29 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'is_verified' doesn't match '[a-z][a-zA-Z0-9]*'
334 /force-app/main/default/classes/Untapped.cls 473 18 473 29 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'is_verified' doesn't match '[a-z][a-zA-Z0-9]*'
335 /force-app/main/default/classes/Untapped.cls 474 10 474 38 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
335 /force-app/main/default/classes/Untapped.cls 474 10 474 38 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
336 /force-app/main/default/classes/Untapped.cls 474 18 474 27 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'is_closed' doesn't match '[a-z][a-zA-Z0-9]*'
336 /force-app/main/default/classes/Untapped.cls 474 18 474 27 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'is_closed' doesn't match '[a-z][a-zA-Z0-9]*'
337 /force-app/main/default/classes/Untapped.cls 476 10 524 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
337 /force-app/main/default/classes/Untapped.cls 476 10 524 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
338 /force-app/main/default/classes/Untapped.cls 476 10 524 4 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity The constructor 'Venue_Z(JSONParser)' has a cognitive complexity of 28, current threshold is 15
338 /force-app/main/default/classes/Untapped.cls 476 10 524 4 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity The constructor 'Venue_Z(JSONParser)' has a cognitive complexity of 28, current threshold is 15
339 /force-app/main/default/classes/Untapped.cls 476 10 524 4 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity The constructor 'Venue_Z(JSONParser)' has a cyclomatic complexity of 22.
339 /force-app/main/default/classes/Untapped.cls 476 10 524 4 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity The constructor 'Venue_Z(JSONParser)' has a cyclomatic complexity of 22.
340 /force-app/main/default/classes/Untapped.cls 476 10 524 4 pmd NcssConstructorCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssconstructorcount The constructor has an NCSS line count of 42
340 /force-app/main/default/classes/Untapped.cls 476 10 524 4 pmd NcssConstructorCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssconstructorcount The constructor has an NCSS line count of 42
341 /force-app/main/default/classes/Untapped.cls 476 10 524 4 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The constructor 'Venue_Z' has a Standard Cyclomatic Complexity of 22.
341 /force-app/main/default/classes/Untapped.cls 476 10 524 4 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The constructor 'Venue_Z' has a Standard Cyclomatic Complexity of 22.
342 /force-app/main/default/classes/Untapped.cls 481 7 520 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
342 /force-app/main/default/classes/Untapped.cls 481 7 520 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
343 /force-app/main/default/classes/Untapped.cls 483 14 520 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
343 /force-app/main/default/classes/Untapped.cls 483 14 520 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
344 /force-app/main/default/classes/Untapped.cls 485 14 520 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
344 /force-app/main/default/classes/Untapped.cls 485 14 520 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
345 /force-app/main/default/classes/Untapped.cls 487 14 520 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
345 /force-app/main/default/classes/Untapped.cls 487 14 520 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
346 /force-app/main/default/classes/Untapped.cls 489 14 520 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
346 /force-app/main/default/classes/Untapped.cls 489 14 520 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
347 /force-app/main/default/classes/Untapped.cls 491 14 520 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
347 /force-app/main/default/classes/Untapped.cls 491 14 520 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
348 /force-app/main/default/classes/Untapped.cls 493 14 520 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
348 /force-app/main/default/classes/Untapped.cls 493 14 520 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
349 /force-app/main/default/classes/Untapped.cls 495 14 520 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
349 /force-app/main/default/classes/Untapped.cls 495 14 520 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
350 /force-app/main/default/classes/Untapped.cls 497 14 520 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
350 /force-app/main/default/classes/Untapped.cls 497 14 520 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
351 /force-app/main/default/classes/Untapped.cls 499 14 520 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
351 /force-app/main/default/classes/Untapped.cls 499 14 520 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
352 /force-app/main/default/classes/Untapped.cls 501 14 520 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
352 /force-app/main/default/classes/Untapped.cls 501 14 520 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
353 /force-app/main/default/classes/Untapped.cls 503 14 520 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
353 /force-app/main/default/classes/Untapped.cls 503 14 520 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
354 /force-app/main/default/classes/Untapped.cls 505 14 520 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
354 /force-app/main/default/classes/Untapped.cls 505 14 520 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
355 /force-app/main/default/classes/Untapped.cls 507 14 520 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
355 /force-app/main/default/classes/Untapped.cls 507 14 520 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
356 /force-app/main/default/classes/Untapped.cls 509 14 520 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
356 /force-app/main/default/classes/Untapped.cls 509 14 520 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
357 /force-app/main/default/classes/Untapped.cls 511 14 520 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
357 /force-app/main/default/classes/Untapped.cls 511 14 520 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
358 /force-app/main/default/classes/Untapped.cls 513 14 520 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
358 /force-app/main/default/classes/Untapped.cls 513 14 520 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
359 /force-app/main/default/classes/Untapped.cls 515 14 520 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
359 /force-app/main/default/classes/Untapped.cls 515 14 520 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
360 /force-app/main/default/classes/Untapped.cls 518 8 518 89 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
360 /force-app/main/default/classes/Untapped.cls 518 8 518 89 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
361 /force-app/main/default/classes/Untapped.cls 527 9 569 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
361 /force-app/main/default/classes/Untapped.cls 527 9 569 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
362 /force-app/main/default/classes/Untapped.cls 527 9 569 3 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The class 'Brewery' has a Standard Cyclomatic Complexity of 2 (Highest = 13).
362 /force-app/main/default/classes/Untapped.cls 527 9 569 3 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The class 'Brewery' has a Standard Cyclomatic Complexity of 2 (Highest = 13).
363 /force-app/main/default/classes/Untapped.cls 528 10 528 39 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
363 /force-app/main/default/classes/Untapped.cls 528 10 528 39 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
364 /force-app/main/default/classes/Untapped.cls 528 18 528 28 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'brewery_id' doesn't match '[a-z][a-zA-Z0-9]*'
364 /force-app/main/default/classes/Untapped.cls 528 18 528 28 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'brewery_id' doesn't match '[a-z][a-zA-Z0-9]*'
365 /force-app/main/default/classes/Untapped.cls 529 10 529 40 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
365 /force-app/main/default/classes/Untapped.cls 529 10 529 40 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
366 /force-app/main/default/classes/Untapped.cls 529 17 529 29 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'brewery_name' doesn't match '[a-z][a-zA-Z0-9]*'
366 /force-app/main/default/classes/Untapped.cls 529 17 529 29 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'brewery_name' doesn't match '[a-z][a-zA-Z0-9]*'
367 /force-app/main/default/classes/Untapped.cls 530 10 530 40 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
367 /force-app/main/default/classes/Untapped.cls 530 10 530 40 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
368 /force-app/main/default/classes/Untapped.cls 530 17 530 29 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'brewery_slug' doesn't match '[a-z][a-zA-Z0-9]*'
368 /force-app/main/default/classes/Untapped.cls 530 17 530 29 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'brewery_slug' doesn't match '[a-z][a-zA-Z0-9]*'
369 /force-app/main/default/classes/Untapped.cls 531 10 531 44 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
369 /force-app/main/default/classes/Untapped.cls 531 10 531 44 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
370 /force-app/main/default/classes/Untapped.cls 531 17 531 33 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'brewery_page_url' doesn't match '[a-z][a-zA-Z0-9]*'
370 /force-app/main/default/classes/Untapped.cls 531 17 531 33 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'brewery_page_url' doesn't match '[a-z][a-zA-Z0-9]*'
371 /force-app/main/default/classes/Untapped.cls 532 10 532 41 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
371 /force-app/main/default/classes/Untapped.cls 532 10 532 41 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
372 /force-app/main/default/classes/Untapped.cls 532 17 532 30 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'brewery_label' doesn't match '[a-z][a-zA-Z0-9]*'
372 /force-app/main/default/classes/Untapped.cls 532 17 532 30 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'brewery_label' doesn't match '[a-z][a-zA-Z0-9]*'
373 /force-app/main/default/classes/Untapped.cls 533 10 533 40 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
373 /force-app/main/default/classes/Untapped.cls 533 10 533 40 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
374 /force-app/main/default/classes/Untapped.cls 533 17 533 29 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'country_name' doesn't match '[a-z][a-zA-Z0-9]*'
374 /force-app/main/default/classes/Untapped.cls 533 17 533 29 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'country_name' doesn't match '[a-z][a-zA-Z0-9]*'
375 /force-app/main/default/classes/Untapped.cls 534 10 534 38 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
375 /force-app/main/default/classes/Untapped.cls 534 10 534 38 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
376 /force-app/main/default/classes/Untapped.cls 535 10 535 40 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
376 /force-app/main/default/classes/Untapped.cls 535 10 535 40 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
377 /force-app/main/default/classes/Untapped.cls 536 10 536 43 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
377 /force-app/main/default/classes/Untapped.cls 536 10 536 43 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
378 /force-app/main/default/classes/Untapped.cls 536 18 536 32 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'brewery_active' doesn't match '[a-z][a-zA-Z0-9]*'
378 /force-app/main/default/classes/Untapped.cls 536 18 536 32 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'brewery_active' doesn't match '[a-z][a-zA-Z0-9]*'
379 /force-app/main/default/classes/Untapped.cls 538 10 568 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
379 /force-app/main/default/classes/Untapped.cls 538 10 568 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
380 /force-app/main/default/classes/Untapped.cls 538 10 568 4 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity The constructor 'Brewery(JSONParser)' has a cognitive complexity of 19, current threshold is 15
380 /force-app/main/default/classes/Untapped.cls 538 10 568 4 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity The constructor 'Brewery(JSONParser)' has a cognitive complexity of 19, current threshold is 15
381 /force-app/main/default/classes/Untapped.cls 538 10 568 4 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity The constructor 'Brewery(JSONParser)' has a cyclomatic complexity of 13.
381 /force-app/main/default/classes/Untapped.cls 538 10 568 4 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity The constructor 'Brewery(JSONParser)' has a cyclomatic complexity of 13.
382 /force-app/main/default/classes/Untapped.cls 538 10 568 4 pmd NcssConstructorCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssconstructorcount The constructor has an NCSS line count of 32
382 /force-app/main/default/classes/Untapped.cls 538 10 568 4 pmd NcssConstructorCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssconstructorcount The constructor has an NCSS line count of 32
383 /force-app/main/default/classes/Untapped.cls 538 10 568 4 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The constructor 'Brewery' has a Standard Cyclomatic Complexity of 13.
383 /force-app/main/default/classes/Untapped.cls 538 10 568 4 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The constructor 'Brewery' has a Standard Cyclomatic Complexity of 13.
384 /force-app/main/default/classes/Untapped.cls 543 7 564 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
384 /force-app/main/default/classes/Untapped.cls 543 7 564 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
385 /force-app/main/default/classes/Untapped.cls 545 14 564 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
385 /force-app/main/default/classes/Untapped.cls 545 14 564 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
386 /force-app/main/default/classes/Untapped.cls 547 14 564 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
386 /force-app/main/default/classes/Untapped.cls 547 14 564 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
387 /force-app/main/default/classes/Untapped.cls 549 14 564 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
387 /force-app/main/default/classes/Untapped.cls 549 14 564 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
388 /force-app/main/default/classes/Untapped.cls 551 14 564 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
388 /force-app/main/default/classes/Untapped.cls 551 14 564 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
389 /force-app/main/default/classes/Untapped.cls 553 14 564 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
389 /force-app/main/default/classes/Untapped.cls 553 14 564 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
390 /force-app/main/default/classes/Untapped.cls 555 14 564 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
390 /force-app/main/default/classes/Untapped.cls 555 14 564 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
391 /force-app/main/default/classes/Untapped.cls 557 14 564 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
391 /force-app/main/default/classes/Untapped.cls 557 14 564 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
392 /force-app/main/default/classes/Untapped.cls 559 14 564 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
392 /force-app/main/default/classes/Untapped.cls 559 14 564 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
393 /force-app/main/default/classes/Untapped.cls 562 8 562 89 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
393 /force-app/main/default/classes/Untapped.cls 562 8 562 89 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
394 /force-app/main/default/classes/Untapped.cls 571 9 610 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
394 /force-app/main/default/classes/Untapped.cls 571 9 610 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
395 /force-app/main/default/classes/Untapped.cls 571 9 610 3 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The class 'Items_Z' has a Standard Cyclomatic Complexity of 2 (Highest = 12).
395 /force-app/main/default/classes/Untapped.cls 571 9 610 3 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The class 'Items_Z' has a Standard Cyclomatic Complexity of 2 (Highest = 12).
396 /force-app/main/default/classes/Untapped.cls 572 10 572 37 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
396 /force-app/main/default/classes/Untapped.cls 572 10 572 37 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
397 /force-app/main/default/classes/Untapped.cls 572 18 572 26 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'photo_id' doesn't match '[a-z][a-zA-Z0-9]*'
397 /force-app/main/default/classes/Untapped.cls 572 18 572 26 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'photo_id' doesn't match '[a-z][a-zA-Z0-9]*'
398 /force-app/main/default/classes/Untapped.cls 573 10 573 32 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
398 /force-app/main/default/classes/Untapped.cls 573 10 573 32 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
399 /force-app/main/default/classes/Untapped.cls 574 10 574 38 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
399 /force-app/main/default/classes/Untapped.cls 574 10 574 38 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
400 /force-app/main/default/classes/Untapped.cls 574 17 574 27 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'created_at' doesn't match '[a-z][a-zA-Z0-9]*'
400 /force-app/main/default/classes/Untapped.cls 574 17 574 27 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'created_at' doesn't match '[a-z][a-zA-Z0-9]*'
401 /force-app/main/default/classes/Untapped.cls 575 10 575 39 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
401 /force-app/main/default/classes/Untapped.cls 575 10 575 39 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
402 /force-app/main/default/classes/Untapped.cls 575 18 575 28 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'checkin_id' doesn't match '[a-z][a-zA-Z0-9]*'
402 /force-app/main/default/classes/Untapped.cls 575 18 575 28 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'checkin_id' doesn't match '[a-z][a-zA-Z0-9]*'
403 /force-app/main/default/classes/Untapped.cls 576 10 576 30 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
403 /force-app/main/default/classes/Untapped.cls 576 10 576 30 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
404 /force-app/main/default/classes/Untapped.cls 577 10 577 36 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
404 /force-app/main/default/classes/Untapped.cls 577 10 577 36 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
405 /force-app/main/default/classes/Untapped.cls 578 10 578 30 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
405 /force-app/main/default/classes/Untapped.cls 578 10 578 30 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
406 /force-app/main/default/classes/Untapped.cls 579 10 579 32 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
406 /force-app/main/default/classes/Untapped.cls 579 10 579 32 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
407 /force-app/main/default/classes/Untapped.cls 581 10 609 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
407 /force-app/main/default/classes/Untapped.cls 581 10 609 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
408 /force-app/main/default/classes/Untapped.cls 581 10 609 4 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity The constructor 'Items_Z(JSONParser)' has a cognitive complexity of 18, current threshold is 15
408 /force-app/main/default/classes/Untapped.cls 581 10 609 4 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity The constructor 'Items_Z(JSONParser)' has a cognitive complexity of 18, current threshold is 15
409 /force-app/main/default/classes/Untapped.cls 581 10 609 4 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity The constructor 'Items_Z(JSONParser)' has a cyclomatic complexity of 12.
409 /force-app/main/default/classes/Untapped.cls 581 10 609 4 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity The constructor 'Items_Z(JSONParser)' has a cyclomatic complexity of 12.
410 /force-app/main/default/classes/Untapped.cls 581 10 609 4 pmd NcssConstructorCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssconstructorcount The constructor has an NCSS line count of 27
410 /force-app/main/default/classes/Untapped.cls 581 10 609 4 pmd NcssConstructorCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssconstructorcount The constructor has an NCSS line count of 27
411 /force-app/main/default/classes/Untapped.cls 581 10 609 4 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The constructor 'Items_Z' has a Standard Cyclomatic Complexity of 12.
411 /force-app/main/default/classes/Untapped.cls 581 10 609 4 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The constructor 'Items_Z' has a Standard Cyclomatic Complexity of 12.
412 /force-app/main/default/classes/Untapped.cls 586 7 605 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
412 /force-app/main/default/classes/Untapped.cls 586 7 605 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
413 /force-app/main/default/classes/Untapped.cls 588 14 605 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
413 /force-app/main/default/classes/Untapped.cls 588 14 605 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
414 /force-app/main/default/classes/Untapped.cls 590 14 605 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
414 /force-app/main/default/classes/Untapped.cls 590 14 605 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
415 /force-app/main/default/classes/Untapped.cls 592 14 605 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
415 /force-app/main/default/classes/Untapped.cls 592 14 605 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
416 /force-app/main/default/classes/Untapped.cls 594 14 605 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
416 /force-app/main/default/classes/Untapped.cls 594 14 605 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
417 /force-app/main/default/classes/Untapped.cls 596 14 605 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
417 /force-app/main/default/classes/Untapped.cls 596 14 605 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
418 /force-app/main/default/classes/Untapped.cls 598 14 605 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
418 /force-app/main/default/classes/Untapped.cls 598 14 605 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
419 /force-app/main/default/classes/Untapped.cls 600 14 605 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
419 /force-app/main/default/classes/Untapped.cls 600 14 605 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
420 /force-app/main/default/classes/Untapped.cls 603 8 603 89 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
420 /force-app/main/default/classes/Untapped.cls 603 8 603 89 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
421 /force-app/main/default/classes/Untapped.cls 612 9 639 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
421 /force-app/main/default/classes/Untapped.cls 612 9 639 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
422 /force-app/main/default/classes/Untapped.cls 613 10 613 40 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
422 /force-app/main/default/classes/Untapped.cls 613 10 613 40 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
423 /force-app/main/default/classes/Untapped.cls 613 18 613 29 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'total_count' doesn't match '[a-z][a-zA-Z0-9]*'
423 /force-app/main/default/classes/Untapped.cls 613 18 613 29 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'total_count' doesn't match '[a-z][a-zA-Z0-9]*'
424 /force-app/main/default/classes/Untapped.cls 614 10 614 34 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
424 /force-app/main/default/classes/Untapped.cls 614 10 614 34 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
425 /force-app/main/default/classes/Untapped.cls 615 10 615 38 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
425 /force-app/main/default/classes/Untapped.cls 615 10 615 38 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
426 /force-app/main/default/classes/Untapped.cls 615 17 615 27 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'auth_toast' doesn't match '[a-z][a-zA-Z0-9]*'
426 /force-app/main/default/classes/Untapped.cls 615 17 615 27 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'auth_toast' doesn't match '[a-z][a-zA-Z0-9]*'
427 /force-app/main/default/classes/Untapped.cls 616 10 616 40 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
427 /force-app/main/default/classes/Untapped.cls 616 10 616 40 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
428 /force-app/main/default/classes/Untapped.cls 618 10 638 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
428 /force-app/main/default/classes/Untapped.cls 618 10 638 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
429 /force-app/main/default/classes/Untapped.cls 618 10 638 4 pmd NcssConstructorCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssconstructorcount The constructor has an NCSS line count of 24
429 /force-app/main/default/classes/Untapped.cls 618 10 638 4 pmd NcssConstructorCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssconstructorcount The constructor has an NCSS line count of 24
430 /force-app/main/default/classes/Untapped.cls 623 7 634 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
430 /force-app/main/default/classes/Untapped.cls 623 7 634 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
431 /force-app/main/default/classes/Untapped.cls 625 14 634 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
431 /force-app/main/default/classes/Untapped.cls 625 14 634 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
432 /force-app/main/default/classes/Untapped.cls 627 14 634 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
432 /force-app/main/default/classes/Untapped.cls 627 14 634 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
433 /force-app/main/default/classes/Untapped.cls 629 14 634 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
433 /force-app/main/default/classes/Untapped.cls 629 14 634 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
434 /force-app/main/default/classes/Untapped.cls 632 8 632 90 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
434 /force-app/main/default/classes/Untapped.cls 632 8 632 90 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
435 /force-app/main/default/classes/Untapped.cls 641 9 662 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
435 /force-app/main/default/classes/Untapped.cls 641 9 662 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
436 /force-app/main/default/classes/Untapped.cls 642 10 642 37 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
436 /force-app/main/default/classes/Untapped.cls 642 10 642 37 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
437 /force-app/main/default/classes/Untapped.cls 642 18 642 26 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'photo_id' doesn't match '[a-z][a-zA-Z0-9]*'
437 /force-app/main/default/classes/Untapped.cls 642 18 642 26 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'photo_id' doesn't match '[a-z][a-zA-Z0-9]*'
438 /force-app/main/default/classes/Untapped.cls 643 10 643 32 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
438 /force-app/main/default/classes/Untapped.cls 643 10 643 32 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
439 /force-app/main/default/classes/Untapped.cls 645 10 661 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
439 /force-app/main/default/classes/Untapped.cls 645 10 661 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
440 /force-app/main/default/classes/Untapped.cls 650 7 657 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
440 /force-app/main/default/classes/Untapped.cls 650 7 657 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
441 /force-app/main/default/classes/Untapped.cls 652 14 657 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
441 /force-app/main/default/classes/Untapped.cls 652 14 657 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
442 /force-app/main/default/classes/Untapped.cls 655 8 655 89 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
442 /force-app/main/default/classes/Untapped.cls 655 8 655 89 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
443 /force-app/main/default/classes/Untapped.cls 664 9 718 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
443 /force-app/main/default/classes/Untapped.cls 664 9 718 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
444 /force-app/main/default/classes/Untapped.cls 664 9 718 3 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The class 'Items_X' has a Standard Cyclomatic Complexity of 2 (Highest = 17).
444 /force-app/main/default/classes/Untapped.cls 664 9 718 3 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The class 'Items_X' has a Standard Cyclomatic Complexity of 2 (Highest = 17).
445 /force-app/main/default/classes/Untapped.cls 665 10 665 39 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
445 /force-app/main/default/classes/Untapped.cls 665 10 665 39 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
446 /force-app/main/default/classes/Untapped.cls 665 18 665 28 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'checkin_id' doesn't match '[a-z][a-zA-Z0-9]*'
446 /force-app/main/default/classes/Untapped.cls 665 18 665 28 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'checkin_id' doesn't match '[a-z][a-zA-Z0-9]*'
447 /force-app/main/default/classes/Untapped.cls 666 10 666 38 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
447 /force-app/main/default/classes/Untapped.cls 666 10 666 38 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
448 /force-app/main/default/classes/Untapped.cls 666 17 666 27 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'created_at' doesn't match '[a-z][a-zA-Z0-9]*'
448 /force-app/main/default/classes/Untapped.cls 666 17 666 27 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'created_at' doesn't match '[a-z][a-zA-Z0-9]*'
449 /force-app/main/default/classes/Untapped.cls 667 10 667 41 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
449 /force-app/main/default/classes/Untapped.cls 667 10 667 41 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
450 /force-app/main/default/classes/Untapped.cls 667 18 667 30 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'rating_score' doesn't match '[a-z][a-zA-Z0-9]*'
450 /force-app/main/default/classes/Untapped.cls 667 18 667 30 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'rating_score' doesn't match '[a-z][a-zA-Z0-9]*'
451 /force-app/main/default/classes/Untapped.cls 668 10 668 43 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
451 /force-app/main/default/classes/Untapped.cls 668 10 668 43 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
452 /force-app/main/default/classes/Untapped.cls 668 17 668 32 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'checkin_comment' doesn't match '[a-z][a-zA-Z0-9]*'
452 /force-app/main/default/classes/Untapped.cls 668 17 668 32 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'checkin_comment' doesn't match '[a-z][a-zA-Z0-9]*'
453 /force-app/main/default/classes/Untapped.cls 669 10 669 32 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
453 /force-app/main/default/classes/Untapped.cls 669 10 669 32 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
454 /force-app/main/default/classes/Untapped.cls 670 10 670 32 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
454 /force-app/main/default/classes/Untapped.cls 670 10 670 32 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
455 /force-app/main/default/classes/Untapped.cls 671 10 671 38 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
455 /force-app/main/default/classes/Untapped.cls 671 10 671 38 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
456 /force-app/main/default/classes/Untapped.cls 672 10 672 32 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
456 /force-app/main/default/classes/Untapped.cls 672 10 672 32 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
457 /force-app/main/default/classes/Untapped.cls 673 10 673 38 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
457 /force-app/main/default/classes/Untapped.cls 673 10 673 38 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
458 /force-app/main/default/classes/Untapped.cls 674 10 674 34 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
458 /force-app/main/default/classes/Untapped.cls 674 10 674 34 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
459 /force-app/main/default/classes/Untapped.cls 675 10 675 34 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
459 /force-app/main/default/classes/Untapped.cls 675 10 675 34 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
460 /force-app/main/default/classes/Untapped.cls 676 10 676 34 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
460 /force-app/main/default/classes/Untapped.cls 676 10 676 34 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
461 /force-app/main/default/classes/Untapped.cls 677 10 677 34 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
461 /force-app/main/default/classes/Untapped.cls 677 10 677 34 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
462 /force-app/main/default/classes/Untapped.cls 679 10 717 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
462 /force-app/main/default/classes/Untapped.cls 679 10 717 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
463 /force-app/main/default/classes/Untapped.cls 679 10 717 4 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity The constructor 'Items_X(JSONParser)' has a cognitive complexity of 23, current threshold is 15
463 /force-app/main/default/classes/Untapped.cls 679 10 717 4 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity The constructor 'Items_X(JSONParser)' has a cognitive complexity of 23, current threshold is 15
464 /force-app/main/default/classes/Untapped.cls 679 10 717 4 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity The constructor 'Items_X(JSONParser)' has a cyclomatic complexity of 17.
464 /force-app/main/default/classes/Untapped.cls 679 10 717 4 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity The constructor 'Items_X(JSONParser)' has a cyclomatic complexity of 17.
465 /force-app/main/default/classes/Untapped.cls 679 10 717 4 pmd NcssConstructorCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssconstructorcount The constructor has an NCSS line count of 33
465 /force-app/main/default/classes/Untapped.cls 679 10 717 4 pmd NcssConstructorCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssconstructorcount The constructor has an NCSS line count of 33
466 /force-app/main/default/classes/Untapped.cls 679 10 717 4 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The constructor 'Items_X' has a Standard Cyclomatic Complexity of 17.
466 /force-app/main/default/classes/Untapped.cls 679 10 717 4 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The constructor 'Items_X' has a Standard Cyclomatic Complexity of 17.
467 /force-app/main/default/classes/Untapped.cls 684 7 713 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
467 /force-app/main/default/classes/Untapped.cls 684 7 713 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
468 /force-app/main/default/classes/Untapped.cls 686 14 713 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
468 /force-app/main/default/classes/Untapped.cls 686 14 713 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
469 /force-app/main/default/classes/Untapped.cls 688 14 713 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
469 /force-app/main/default/classes/Untapped.cls 688 14 713 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
470 /force-app/main/default/classes/Untapped.cls 690 14 713 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
470 /force-app/main/default/classes/Untapped.cls 690 14 713 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
471 /force-app/main/default/classes/Untapped.cls 692 14 713 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
471 /force-app/main/default/classes/Untapped.cls 692 14 713 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
472 /force-app/main/default/classes/Untapped.cls 694 14 713 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
472 /force-app/main/default/classes/Untapped.cls 694 14 713 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
473 /force-app/main/default/classes/Untapped.cls 696 14 713 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
473 /force-app/main/default/classes/Untapped.cls 696 14 713 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
474 /force-app/main/default/classes/Untapped.cls 698 14 713 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
474 /force-app/main/default/classes/Untapped.cls 698 14 713 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
475 /force-app/main/default/classes/Untapped.cls 700 14 713 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
475 /force-app/main/default/classes/Untapped.cls 700 14 713 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
476 /force-app/main/default/classes/Untapped.cls 702 14 713 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
476 /force-app/main/default/classes/Untapped.cls 702 14 713 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
477 /force-app/main/default/classes/Untapped.cls 704 14 713 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
477 /force-app/main/default/classes/Untapped.cls 704 14 713 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
478 /force-app/main/default/classes/Untapped.cls 706 14 713 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
478 /force-app/main/default/classes/Untapped.cls 706 14 713 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
479 /force-app/main/default/classes/Untapped.cls 708 14 713 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
479 /force-app/main/default/classes/Untapped.cls 708 14 713 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
480 /force-app/main/default/classes/Untapped.cls 711 8 711 89 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
480 /force-app/main/default/classes/Untapped.cls 711 8 711 89 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
481 /force-app/main/default/classes/Untapped.cls 720 9 744 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
481 /force-app/main/default/classes/Untapped.cls 720 9 744 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
482 /force-app/main/default/classes/Untapped.cls 721 10 721 41 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
482 /force-app/main/default/classes/Untapped.cls 721 10 721 41 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
483 /force-app/main/default/classes/Untapped.cls 721 18 721 30 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'retro_status' doesn't match '[a-z][a-zA-Z0-9]*'
483 /force-app/main/default/classes/Untapped.cls 721 18 721 30 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'retro_status' doesn't match '[a-z][a-zA-Z0-9]*'
484 /force-app/main/default/classes/Untapped.cls 722 10 722 34 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
484 /force-app/main/default/classes/Untapped.cls 722 10 722 34 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
485 /force-app/main/default/classes/Untapped.cls 723 10 723 40 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
485 /force-app/main/default/classes/Untapped.cls 723 10 723 40 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
486 /force-app/main/default/classes/Untapped.cls 725 10 743 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
486 /force-app/main/default/classes/Untapped.cls 725 10 743 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
487 /force-app/main/default/classes/Untapped.cls 725 10 743 4 pmd NcssConstructorCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssconstructorcount The constructor has an NCSS line count of 22
487 /force-app/main/default/classes/Untapped.cls 725 10 743 4 pmd NcssConstructorCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssconstructorcount The constructor has an NCSS line count of 22
488 /force-app/main/default/classes/Untapped.cls 730 7 739 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
488 /force-app/main/default/classes/Untapped.cls 730 7 739 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
489 /force-app/main/default/classes/Untapped.cls 732 14 739 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
489 /force-app/main/default/classes/Untapped.cls 732 14 739 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
490 /force-app/main/default/classes/Untapped.cls 734 14 739 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
490 /force-app/main/default/classes/Untapped.cls 734 14 739 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
491 /force-app/main/default/classes/Untapped.cls 737 8 737 90 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
491 /force-app/main/default/classes/Untapped.cls 737 8 737 90 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
492 /force-app/main/default/classes/Untapped.cls 746 9 776 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
492 /force-app/main/default/classes/Untapped.cls 746 9 776 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
493 /force-app/main/default/classes/Untapped.cls 747 10 747 32 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
493 /force-app/main/default/classes/Untapped.cls 747 10 747 32 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
494 /force-app/main/default/classes/Untapped.cls 748 10 748 32 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
494 /force-app/main/default/classes/Untapped.cls 748 10 748 32 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
495 /force-app/main/default/classes/Untapped.cls 749 10 749 36 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
495 /force-app/main/default/classes/Untapped.cls 749 10 749 36 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
496 /force-app/main/default/classes/Untapped.cls 749 18 749 25 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'like_id' doesn't match '[a-z][a-zA-Z0-9]*'
496 /force-app/main/default/classes/Untapped.cls 749 18 749 25 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'like_id' doesn't match '[a-z][a-zA-Z0-9]*'
497 /force-app/main/default/classes/Untapped.cls 750 10 750 39 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
497 /force-app/main/default/classes/Untapped.cls 750 10 750 39 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
498 /force-app/main/default/classes/Untapped.cls 750 18 750 28 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'like_owner' doesn't match '[a-z][a-zA-Z0-9]*'
498 /force-app/main/default/classes/Untapped.cls 750 18 750 28 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'like_owner' doesn't match '[a-z][a-zA-Z0-9]*'
499 /force-app/main/default/classes/Untapped.cls 751 10 751 38 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
499 /force-app/main/default/classes/Untapped.cls 751 10 751 38 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
500 /force-app/main/default/classes/Untapped.cls 751 17 751 27 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'created_at' doesn't match '[a-z][a-zA-Z0-9]*'
500 /force-app/main/default/classes/Untapped.cls 751 17 751 27 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'created_at' doesn't match '[a-z][a-zA-Z0-9]*'
501 /force-app/main/default/classes/Untapped.cls 753 10 775 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
501 /force-app/main/default/classes/Untapped.cls 753 10 775 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
502 /force-app/main/default/classes/Untapped.cls 753 10 775 4 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity The constructor 'Items_W(JSONParser)' has a cognitive complexity of 15, current threshold is 15
502 /force-app/main/default/classes/Untapped.cls 753 10 775 4 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity The constructor 'Items_W(JSONParser)' has a cognitive complexity of 15, current threshold is 15
503 /force-app/main/default/classes/Untapped.cls 753 10 775 4 pmd NcssConstructorCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssconstructorcount The constructor has an NCSS line count of 25
503 /force-app/main/default/classes/Untapped.cls 753 10 775 4 pmd NcssConstructorCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssconstructorcount The constructor has an NCSS line count of 25
504 /force-app/main/default/classes/Untapped.cls 758 7 771 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
504 /force-app/main/default/classes/Untapped.cls 758 7 771 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
505 /force-app/main/default/classes/Untapped.cls 760 14 771 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
505 /force-app/main/default/classes/Untapped.cls 760 14 771 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
506 /force-app/main/default/classes/Untapped.cls 762 14 771 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
506 /force-app/main/default/classes/Untapped.cls 762 14 771 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
507 /force-app/main/default/classes/Untapped.cls 764 14 771 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
507 /force-app/main/default/classes/Untapped.cls 764 14 771 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
508 /force-app/main/default/classes/Untapped.cls 766 14 771 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
508 /force-app/main/default/classes/Untapped.cls 766 14 771 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
509 /force-app/main/default/classes/Untapped.cls 769 8 769 89 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
509 /force-app/main/default/classes/Untapped.cls 769 8 769 89 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
510 /force-app/main/default/classes/Untapped.cls 778 9 829 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
510 /force-app/main/default/classes/Untapped.cls 778 9 829 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
511 /force-app/main/default/classes/Untapped.cls 778 9 829 3 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The class 'Venue' has a Standard Cyclomatic Complexity of 2 (Highest = 16).
511 /force-app/main/default/classes/Untapped.cls 778 9 829 3 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The class 'Venue' has a Standard Cyclomatic Complexity of 2 (Highest = 16).
512 /force-app/main/default/classes/Untapped.cls 779 10 779 37 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
512 /force-app/main/default/classes/Untapped.cls 779 10 779 37 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
513 /force-app/main/default/classes/Untapped.cls 779 18 779 26 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'venue_id' doesn't match '[a-z][a-zA-Z0-9]*'
513 /force-app/main/default/classes/Untapped.cls 779 18 779 26 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'venue_id' doesn't match '[a-z][a-zA-Z0-9]*'
514 /force-app/main/default/classes/Untapped.cls 780 10 780 38 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
514 /force-app/main/default/classes/Untapped.cls 780 10 780 38 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
515 /force-app/main/default/classes/Untapped.cls 780 17 780 27 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'venue_name' doesn't match '[a-z][a-zA-Z0-9]*'
515 /force-app/main/default/classes/Untapped.cls 780 17 780 27 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'venue_name' doesn't match '[a-z][a-zA-Z0-9]*'
516 /force-app/main/default/classes/Untapped.cls 781 10 781 38 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
516 /force-app/main/default/classes/Untapped.cls 781 10 781 38 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
517 /force-app/main/default/classes/Untapped.cls 781 17 781 27 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'venue_slug' doesn't match '[a-z][a-zA-Z0-9]*'
517 /force-app/main/default/classes/Untapped.cls 781 17 781 27 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'venue_slug' doesn't match '[a-z][a-zA-Z0-9]*'
518 /force-app/main/default/classes/Untapped.cls 782 10 782 48 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
518 /force-app/main/default/classes/Untapped.cls 782 10 782 48 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
519 /force-app/main/default/classes/Untapped.cls 782 17 782 37 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'primary_category_key' doesn't match '[a-z][a-zA-Z0-9]*'
519 /force-app/main/default/classes/Untapped.cls 782 17 782 37 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'primary_category_key' doesn't match '[a-z][a-zA-Z0-9]*'
520 /force-app/main/default/classes/Untapped.cls 783 10 783 44 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
520 /force-app/main/default/classes/Untapped.cls 783 10 783 44 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
521 /force-app/main/default/classes/Untapped.cls 783 17 783 33 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'primary_category' doesn't match '[a-z][a-zA-Z0-9]*'
521 /force-app/main/default/classes/Untapped.cls 783 17 783 33 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'primary_category' doesn't match '[a-z][a-zA-Z0-9]*'
522 /force-app/main/default/classes/Untapped.cls 784 10 784 46 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
522 /force-app/main/default/classes/Untapped.cls 784 10 784 46 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
523 /force-app/main/default/classes/Untapped.cls 784 17 784 35 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'parent_category_id' doesn't match '[a-z][a-zA-Z0-9]*'
523 /force-app/main/default/classes/Untapped.cls 784 17 784 35 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'parent_category_id' doesn't match '[a-z][a-zA-Z0-9]*'
524 /force-app/main/default/classes/Untapped.cls 785 10 785 42 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
524 /force-app/main/default/classes/Untapped.cls 785 10 785 42 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
525 /force-app/main/default/classes/Untapped.cls 786 10 786 38 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
525 /force-app/main/default/classes/Untapped.cls 786 10 786 38 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
526 /force-app/main/default/classes/Untapped.cls 787 10 787 38 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
526 /force-app/main/default/classes/Untapped.cls 787 10 787 38 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
527 /force-app/main/default/classes/Untapped.cls 788 10 788 42 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
527 /force-app/main/default/classes/Untapped.cls 788 10 788 42 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
528 /force-app/main/default/classes/Untapped.cls 789 10 789 42 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
528 /force-app/main/default/classes/Untapped.cls 789 10 789 42 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
529 /force-app/main/default/classes/Untapped.cls 789 21 789 31 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'venue_icon' doesn't match '[a-z][a-zA-Z0-9]*'
529 /force-app/main/default/classes/Untapped.cls 789 21 789 31 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'venue_icon' doesn't match '[a-z][a-zA-Z0-9]*'
530 /force-app/main/default/classes/Untapped.cls 790 10 790 40 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
530 /force-app/main/default/classes/Untapped.cls 790 10 790 40 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
531 /force-app/main/default/classes/Untapped.cls 790 18 790 29 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'is_verified' doesn't match '[a-z][a-zA-Z0-9]*'
531 /force-app/main/default/classes/Untapped.cls 790 18 790 29 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'is_verified' doesn't match '[a-z][a-zA-Z0-9]*'
532 /force-app/main/default/classes/Untapped.cls 792 10 828 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
532 /force-app/main/default/classes/Untapped.cls 792 10 828 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
533 /force-app/main/default/classes/Untapped.cls 792 10 828 4 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity The constructor 'Venue(JSONParser)' has a cognitive complexity of 22, current threshold is 15
533 /force-app/main/default/classes/Untapped.cls 792 10 828 4 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity The constructor 'Venue(JSONParser)' has a cognitive complexity of 22, current threshold is 15
534 /force-app/main/default/classes/Untapped.cls 792 10 828 4 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity The constructor 'Venue(JSONParser)' has a cyclomatic complexity of 16.
534 /force-app/main/default/classes/Untapped.cls 792 10 828 4 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity The constructor 'Venue(JSONParser)' has a cyclomatic complexity of 16.
535 /force-app/main/default/classes/Untapped.cls 792 10 828 4 pmd NcssConstructorCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssconstructorcount The constructor has an NCSS line count of 35
535 /force-app/main/default/classes/Untapped.cls 792 10 828 4 pmd NcssConstructorCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssconstructorcount The constructor has an NCSS line count of 35
536 /force-app/main/default/classes/Untapped.cls 792 10 828 4 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The constructor 'Venue' has a Standard Cyclomatic Complexity of 16.
536 /force-app/main/default/classes/Untapped.cls 792 10 828 4 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The constructor 'Venue' has a Standard Cyclomatic Complexity of 16.
537 /force-app/main/default/classes/Untapped.cls 797 7 824 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
537 /force-app/main/default/classes/Untapped.cls 797 7 824 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
538 /force-app/main/default/classes/Untapped.cls 799 14 824 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
538 /force-app/main/default/classes/Untapped.cls 799 14 824 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
539 /force-app/main/default/classes/Untapped.cls 801 14 824 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
539 /force-app/main/default/classes/Untapped.cls 801 14 824 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
540 /force-app/main/default/classes/Untapped.cls 803 14 824 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
540 /force-app/main/default/classes/Untapped.cls 803 14 824 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
541 /force-app/main/default/classes/Untapped.cls 805 14 824 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
541 /force-app/main/default/classes/Untapped.cls 805 14 824 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
542 /force-app/main/default/classes/Untapped.cls 807 14 824 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
542 /force-app/main/default/classes/Untapped.cls 807 14 824 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
543 /force-app/main/default/classes/Untapped.cls 809 14 824 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
543 /force-app/main/default/classes/Untapped.cls 809 14 824 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
544 /force-app/main/default/classes/Untapped.cls 811 14 824 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
544 /force-app/main/default/classes/Untapped.cls 811 14 824 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
545 /force-app/main/default/classes/Untapped.cls 813 14 824 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
545 /force-app/main/default/classes/Untapped.cls 813 14 824 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
546 /force-app/main/default/classes/Untapped.cls 815 14 824 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
546 /force-app/main/default/classes/Untapped.cls 815 14 824 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
547 /force-app/main/default/classes/Untapped.cls 817 14 824 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
547 /force-app/main/default/classes/Untapped.cls 817 14 824 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
548 /force-app/main/default/classes/Untapped.cls 819 14 824 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
548 /force-app/main/default/classes/Untapped.cls 819 14 824 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
549 /force-app/main/default/classes/Untapped.cls 822 8 822 87 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
549 /force-app/main/default/classes/Untapped.cls 822 8 822 87 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
550 /force-app/main/default/classes/Untapped.cls 831 9 852 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
550 /force-app/main/default/classes/Untapped.cls 831 9 852 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
551 /force-app/main/default/classes/Untapped.cls 832 10 832 34 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
551 /force-app/main/default/classes/Untapped.cls 832 10 832 34 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
552 /force-app/main/default/classes/Untapped.cls 833 10 833 38 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
552 /force-app/main/default/classes/Untapped.cls 833 10 833 38 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
553 /force-app/main/default/classes/Untapped.cls 835 10 851 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
553 /force-app/main/default/classes/Untapped.cls 835 10 851 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
554 /force-app/main/default/classes/Untapped.cls 835 10 851 4 pmd NcssConstructorCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssconstructorcount The constructor has an NCSS line count of 20
554 /force-app/main/default/classes/Untapped.cls 835 10 851 4 pmd NcssConstructorCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssconstructorcount The constructor has an NCSS line count of 20
555 /force-app/main/default/classes/Untapped.cls 840 7 847 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
555 /force-app/main/default/classes/Untapped.cls 840 7 847 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
556 /force-app/main/default/classes/Untapped.cls 842 14 847 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
556 /force-app/main/default/classes/Untapped.cls 842 14 847 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
557 /force-app/main/default/classes/Untapped.cls 845 8 845 92 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
557 /force-app/main/default/classes/Untapped.cls 845 8 845 92 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
558 /force-app/main/default/classes/Untapped.cls 854 9 878 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
558 /force-app/main/default/classes/Untapped.cls 854 9 878 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
559 /force-app/main/default/classes/Untapped.cls 855 10 855 40 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
559 /force-app/main/default/classes/Untapped.cls 855 10 855 40 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
560 /force-app/main/default/classes/Untapped.cls 855 18 855 29 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'total_count' doesn't match '[a-z][a-zA-Z0-9]*'
560 /force-app/main/default/classes/Untapped.cls 855 18 855 29 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'total_count' doesn't match '[a-z][a-zA-Z0-9]*'
561 /force-app/main/default/classes/Untapped.cls 856 10 856 34 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
561 /force-app/main/default/classes/Untapped.cls 856 10 856 34 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
562 /force-app/main/default/classes/Untapped.cls 857 10 857 46 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
562 /force-app/main/default/classes/Untapped.cls 857 10 857 46 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
563 /force-app/main/default/classes/Untapped.cls 859 10 877 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
563 /force-app/main/default/classes/Untapped.cls 859 10 877 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
564 /force-app/main/default/classes/Untapped.cls 859 10 877 4 pmd NcssConstructorCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssconstructorcount The constructor has an NCSS line count of 22
564 /force-app/main/default/classes/Untapped.cls 859 10 877 4 pmd NcssConstructorCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssconstructorcount The constructor has an NCSS line count of 22
565 /force-app/main/default/classes/Untapped.cls 864 7 873 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
565 /force-app/main/default/classes/Untapped.cls 864 7 873 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
566 /force-app/main/default/classes/Untapped.cls 866 14 873 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
566 /force-app/main/default/classes/Untapped.cls 866 14 873 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
567 /force-app/main/default/classes/Untapped.cls 868 14 873 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
567 /force-app/main/default/classes/Untapped.cls 868 14 873 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
568 /force-app/main/default/classes/Untapped.cls 871 8 871 90 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
568 /force-app/main/default/classes/Untapped.cls 871 8 871 90 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
569 /force-app/main/default/classes/Untapped.cls 880 9 901 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
569 /force-app/main/default/classes/Untapped.cls 880 9 901 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
570 /force-app/main/default/classes/Untapped.cls 881 10 881 34 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
570 /force-app/main/default/classes/Untapped.cls 881 10 881 34 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
571 /force-app/main/default/classes/Untapped.cls 882 10 882 40 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
571 /force-app/main/default/classes/Untapped.cls 882 10 882 40 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
572 /force-app/main/default/classes/Untapped.cls 884 10 900 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
572 /force-app/main/default/classes/Untapped.cls 884 10 900 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
573 /force-app/main/default/classes/Untapped.cls 884 10 900 4 pmd NcssConstructorCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssconstructorcount The constructor has an NCSS line count of 20
573 /force-app/main/default/classes/Untapped.cls 884 10 900 4 pmd NcssConstructorCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssconstructorcount The constructor has an NCSS line count of 20
574 /force-app/main/default/classes/Untapped.cls 889 7 896 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
574 /force-app/main/default/classes/Untapped.cls 889 7 896 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
575 /force-app/main/default/classes/Untapped.cls 891 14 896 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
575 /force-app/main/default/classes/Untapped.cls 891 14 896 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
576 /force-app/main/default/classes/Untapped.cls 894 8 894 87 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
576 /force-app/main/default/classes/Untapped.cls 894 8 894 87 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
577 /force-app/main/default/classes/Untapped.cls 903 9 930 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
577 /force-app/main/default/classes/Untapped.cls 903 9 930 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
578 /force-app/main/default/classes/Untapped.cls 904 10 904 35 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
578 /force-app/main/default/classes/Untapped.cls 904 10 904 35 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
579 /force-app/main/default/classes/Untapped.cls 905 10 905 36 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
579 /force-app/main/default/classes/Untapped.cls 905 10 905 36 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
580 /force-app/main/default/classes/Untapped.cls 906 10 906 37 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
580 /force-app/main/default/classes/Untapped.cls 906 10 906 37 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
581 /force-app/main/default/classes/Untapped.cls 907 10 907 31 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
581 /force-app/main/default/classes/Untapped.cls 907 10 907 31 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
582 /force-app/main/default/classes/Untapped.cls 909 10 929 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
582 /force-app/main/default/classes/Untapped.cls 909 10 929 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
583 /force-app/main/default/classes/Untapped.cls 909 10 929 4 pmd NcssConstructorCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssconstructorcount The constructor has an NCSS line count of 24
583 /force-app/main/default/classes/Untapped.cls 909 10 929 4 pmd NcssConstructorCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssconstructorcount The constructor has an NCSS line count of 24
584 /force-app/main/default/classes/Untapped.cls 914 7 925 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
584 /force-app/main/default/classes/Untapped.cls 914 7 925 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
585 /force-app/main/default/classes/Untapped.cls 916 14 925 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
585 /force-app/main/default/classes/Untapped.cls 916 14 925 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
586 /force-app/main/default/classes/Untapped.cls 918 14 925 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
586 /force-app/main/default/classes/Untapped.cls 918 14 925 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
587 /force-app/main/default/classes/Untapped.cls 920 14 925 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
587 /force-app/main/default/classes/Untapped.cls 920 14 925 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
588 /force-app/main/default/classes/Untapped.cls 923 8 923 91 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
588 /force-app/main/default/classes/Untapped.cls 923 8 923 91 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
589 /force-app/main/default/classes/Untapped.cls 932 9 953 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
589 /force-app/main/default/classes/Untapped.cls 932 9 953 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
590 /force-app/main/default/classes/Untapped.cls 933 10 933 35 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
590 /force-app/main/default/classes/Untapped.cls 933 10 933 35 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
591 /force-app/main/default/classes/Untapped.cls 933 18 933 24 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'time_x' doesn't match '[a-z][a-zA-Z0-9]*'
591 /force-app/main/default/classes/Untapped.cls 933 18 933 24 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'time_x' doesn't match '[a-z][a-zA-Z0-9]*'
592 /force-app/main/default/classes/Untapped.cls 934 10 934 35 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
592 /force-app/main/default/classes/Untapped.cls 934 10 934 35 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
593 /force-app/main/default/classes/Untapped.cls 936 10 952 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
593 /force-app/main/default/classes/Untapped.cls 936 10 952 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
594 /force-app/main/default/classes/Untapped.cls 936 10 952 4 pmd NcssConstructorCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssconstructorcount The constructor has an NCSS line count of 20
594 /force-app/main/default/classes/Untapped.cls 936 10 952 4 pmd NcssConstructorCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssconstructorcount The constructor has an NCSS line count of 20
595 /force-app/main/default/classes/Untapped.cls 941 7 948 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
595 /force-app/main/default/classes/Untapped.cls 941 7 948 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
596 /force-app/main/default/classes/Untapped.cls 943 14 948 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
596 /force-app/main/default/classes/Untapped.cls 943 14 948 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
597 /force-app/main/default/classes/Untapped.cls 946 8 946 91 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
597 /force-app/main/default/classes/Untapped.cls 946 8 946 91 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
598 /force-app/main/default/classes/Untapped.cls 955 9 976 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
598 /force-app/main/default/classes/Untapped.cls 955 9 976 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
599 /force-app/main/default/classes/Untapped.cls 956 10 956 35 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
599 /force-app/main/default/classes/Untapped.cls 956 10 956 35 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
600 /force-app/main/default/classes/Untapped.cls 957 10 957 37 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
600 /force-app/main/default/classes/Untapped.cls 957 10 957 37 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
601 /force-app/main/default/classes/Untapped.cls 957 17 957 26 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'venue_url' doesn't match '[a-z][a-zA-Z0-9]*'
601 /force-app/main/default/classes/Untapped.cls 957 17 957 26 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'venue_url' doesn't match '[a-z][a-zA-Z0-9]*'
602 /force-app/main/default/classes/Untapped.cls 959 10 975 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
602 /force-app/main/default/classes/Untapped.cls 959 10 975 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
603 /force-app/main/default/classes/Untapped.cls 959 10 975 4 pmd NcssConstructorCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssconstructorcount The constructor has an NCSS line count of 20
603 /force-app/main/default/classes/Untapped.cls 959 10 975 4 pmd NcssConstructorCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssconstructorcount The constructor has an NCSS line count of 20
604 /force-app/main/default/classes/Untapped.cls 964 7 971 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
604 /force-app/main/default/classes/Untapped.cls 964 7 971 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
605 /force-app/main/default/classes/Untapped.cls 966 14 971 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
605 /force-app/main/default/classes/Untapped.cls 966 14 971 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
606 /force-app/main/default/classes/Untapped.cls 969 8 969 91 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
606 /force-app/main/default/classes/Untapped.cls 969 8 969 91 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
607 /force-app/main/default/classes/Untapped.cls 978 9 978 29 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
607 /force-app/main/default/classes/Untapped.cls 978 9 978 29 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
608 /force-app/main/default/classes/Untapped.cls 979 9 979 53 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
608 /force-app/main/default/classes/Untapped.cls 979 9 979 53 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
609 /force-app/main/default/classes/Untapped.cls 980 9 980 37 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
609 /force-app/main/default/classes/Untapped.cls 980 9 980 37 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
610 /force-app/main/default/classes/Untapped.cls 982 9 1000 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
610 /force-app/main/default/classes/Untapped.cls 982 9 1000 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
611 /force-app/main/default/classes/Untapped.cls 982 9 1000 3 pmd NcssConstructorCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssconstructorcount The constructor has an NCSS line count of 20
611 /force-app/main/default/classes/Untapped.cls 982 9 1000 3 pmd NcssConstructorCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssconstructorcount The constructor has an NCSS line count of 20
612 /force-app/main/default/classes/Untapped.cls 987 6 996 7 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
612 /force-app/main/default/classes/Untapped.cls 987 6 996 7 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
613 /force-app/main/default/classes/Untapped.cls 989 13 996 7 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
613 /force-app/main/default/classes/Untapped.cls 989 13 996 7 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
614 /force-app/main/default/classes/Untapped.cls 991 13 996 7 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
614 /force-app/main/default/classes/Untapped.cls 991 13 996 7 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
615 /force-app/main/default/classes/Untapped.cls 994 7 994 89 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
615 /force-app/main/default/classes/Untapped.cls 994 7 994 89 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
616 /force-app/main/default/classes/Untapped.cls 1002 9 1026 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
616 /force-app/main/default/classes/Untapped.cls 1002 9 1026 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
617 /force-app/main/default/classes/Untapped.cls 1003 10 1003 35 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
617 /force-app/main/default/classes/Untapped.cls 1003 10 1003 35 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
618 /force-app/main/default/classes/Untapped.cls 1004 10 1004 36 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
618 /force-app/main/default/classes/Untapped.cls 1004 10 1004 36 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
619 /force-app/main/default/classes/Untapped.cls 1005 10 1005 31 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
619 /force-app/main/default/classes/Untapped.cls 1005 10 1005 31 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
620 /force-app/main/default/classes/Untapped.cls 1007 10 1025 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
620 /force-app/main/default/classes/Untapped.cls 1007 10 1025 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
621 /force-app/main/default/classes/Untapped.cls 1007 10 1025 4 pmd NcssConstructorCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssconstructorcount The constructor has an NCSS line count of 22
621 /force-app/main/default/classes/Untapped.cls 1007 10 1025 4 pmd NcssConstructorCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssconstructorcount The constructor has an NCSS line count of 22
622 /force-app/main/default/classes/Untapped.cls 1012 7 1021 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
622 /force-app/main/default/classes/Untapped.cls 1012 7 1021 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
623 /force-app/main/default/classes/Untapped.cls 1014 14 1021 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
623 /force-app/main/default/classes/Untapped.cls 1014 14 1021 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
624 /force-app/main/default/classes/Untapped.cls 1016 14 1021 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
624 /force-app/main/default/classes/Untapped.cls 1016 14 1021 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
625 /force-app/main/default/classes/Untapped.cls 1019 8 1019 91 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
625 /force-app/main/default/classes/Untapped.cls 1019 8 1019 91 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
626 /force-app/main/default/classes/Untapped.cls 1028 9 1061 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
626 /force-app/main/default/classes/Untapped.cls 1028 9 1061 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
627 /force-app/main/default/classes/Untapped.cls 1028 9 1061 3 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The class 'Items_V' has a Standard Cyclomatic Complexity of 2 (Highest = 10).
627 /force-app/main/default/classes/Untapped.cls 1028 9 1061 3 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The class 'Items_V' has a Standard Cyclomatic Complexity of 2 (Highest = 10).
628 /force-app/main/default/classes/Untapped.cls 1029 10 1029 37 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
628 /force-app/main/default/classes/Untapped.cls 1029 10 1029 37 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
629 /force-app/main/default/classes/Untapped.cls 1029 18 1029 26 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'badge_id' doesn't match '[a-z][a-zA-Z0-9]*'
629 /force-app/main/default/classes/Untapped.cls 1029 18 1029 26 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'badge_id' doesn't match '[a-z][a-zA-Z0-9]*'
630 /force-app/main/default/classes/Untapped.cls 1030 10 1030 42 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
630 /force-app/main/default/classes/Untapped.cls 1030 10 1030 42 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
631 /force-app/main/default/classes/Untapped.cls 1030 18 1030 31 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'user_badge_id' doesn't match '[a-z][a-zA-Z0-9]*'
631 /force-app/main/default/classes/Untapped.cls 1030 18 1030 31 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'user_badge_id' doesn't match '[a-z][a-zA-Z0-9]*'
632 /force-app/main/default/classes/Untapped.cls 1031 10 1031 38 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
632 /force-app/main/default/classes/Untapped.cls 1031 10 1031 38 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
633 /force-app/main/default/classes/Untapped.cls 1031 17 1031 27 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'badge_name' doesn't match '[a-z][a-zA-Z0-9]*'
633 /force-app/main/default/classes/Untapped.cls 1031 17 1031 27 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'badge_name' doesn't match '[a-z][a-zA-Z0-9]*'
634 /force-app/main/default/classes/Untapped.cls 1032 10 1032 45 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
634 /force-app/main/default/classes/Untapped.cls 1032 10 1032 45 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
635 /force-app/main/default/classes/Untapped.cls 1032 17 1032 34 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'badge_description' doesn't match '[a-z][a-zA-Z0-9]*'
635 /force-app/main/default/classes/Untapped.cls 1032 17 1032 34 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'badge_description' doesn't match '[a-z][a-zA-Z0-9]*'
636 /force-app/main/default/classes/Untapped.cls 1033 10 1033 38 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
636 /force-app/main/default/classes/Untapped.cls 1033 10 1033 38 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
637 /force-app/main/default/classes/Untapped.cls 1033 17 1033 27 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'created_at' doesn't match '[a-z][a-zA-Z0-9]*'
637 /force-app/main/default/classes/Untapped.cls 1033 17 1033 27 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'created_at' doesn't match '[a-z][a-zA-Z0-9]*'
638 /force-app/main/default/classes/Untapped.cls 1034 10 1034 43 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
638 /force-app/main/default/classes/Untapped.cls 1034 10 1034 43 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
639 /force-app/main/default/classes/Untapped.cls 1034 21 1034 32 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'badge_image' doesn't match '[a-z][a-zA-Z0-9]*'
639 /force-app/main/default/classes/Untapped.cls 1034 21 1034 32 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'badge_image' doesn't match '[a-z][a-zA-Z0-9]*'
640 /force-app/main/default/classes/Untapped.cls 1036 10 1060 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
640 /force-app/main/default/classes/Untapped.cls 1036 10 1060 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
641 /force-app/main/default/classes/Untapped.cls 1036 10 1060 4 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity The constructor 'Items_V(JSONParser)' has a cognitive complexity of 16, current threshold is 15
641 /force-app/main/default/classes/Untapped.cls 1036 10 1060 4 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity The constructor 'Items_V(JSONParser)' has a cognitive complexity of 16, current threshold is 15
642 /force-app/main/default/classes/Untapped.cls 1036 10 1060 4 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity The constructor 'Items_V(JSONParser)' has a cyclomatic complexity of 10.
642 /force-app/main/default/classes/Untapped.cls 1036 10 1060 4 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity The constructor 'Items_V(JSONParser)' has a cyclomatic complexity of 10.
643 /force-app/main/default/classes/Untapped.cls 1036 10 1060 4 pmd NcssConstructorCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssconstructorcount The constructor has an NCSS line count of 27
643 /force-app/main/default/classes/Untapped.cls 1036 10 1060 4 pmd NcssConstructorCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssconstructorcount The constructor has an NCSS line count of 27
644 /force-app/main/default/classes/Untapped.cls 1036 10 1060 4 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The constructor 'Items_V' has a Standard Cyclomatic Complexity of 10.
644 /force-app/main/default/classes/Untapped.cls 1036 10 1060 4 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The constructor 'Items_V' has a Standard Cyclomatic Complexity of 10.
645 /force-app/main/default/classes/Untapped.cls 1041 7 1056 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
645 /force-app/main/default/classes/Untapped.cls 1041 7 1056 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
646 /force-app/main/default/classes/Untapped.cls 1043 14 1056 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
646 /force-app/main/default/classes/Untapped.cls 1043 14 1056 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
647 /force-app/main/default/classes/Untapped.cls 1045 14 1056 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
647 /force-app/main/default/classes/Untapped.cls 1045 14 1056 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
648 /force-app/main/default/classes/Untapped.cls 1047 14 1056 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
648 /force-app/main/default/classes/Untapped.cls 1047 14 1056 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
649 /force-app/main/default/classes/Untapped.cls 1049 14 1056 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
649 /force-app/main/default/classes/Untapped.cls 1049 14 1056 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
650 /force-app/main/default/classes/Untapped.cls 1051 14 1056 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
650 /force-app/main/default/classes/Untapped.cls 1051 14 1056 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
651 /force-app/main/default/classes/Untapped.cls 1054 8 1054 89 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
651 /force-app/main/default/classes/Untapped.cls 1054 8 1054 89 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
652 /force-app/main/default/classes/Untapped.cls 1063 9 1090 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
652 /force-app/main/default/classes/Untapped.cls 1063 9 1090 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
653 /force-app/main/default/classes/Untapped.cls 1064 10 1064 40 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
653 /force-app/main/default/classes/Untapped.cls 1064 10 1064 40 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
654 /force-app/main/default/classes/Untapped.cls 1064 18 1064 29 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'total_count' doesn't match '[a-z][a-zA-Z0-9]*'
654 /force-app/main/default/classes/Untapped.cls 1064 18 1064 29 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'total_count' doesn't match '[a-z][a-zA-Z0-9]*'
655 /force-app/main/default/classes/Untapped.cls 1065 10 1065 34 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
655 /force-app/main/default/classes/Untapped.cls 1065 10 1065 34 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
656 /force-app/main/default/classes/Untapped.cls 1066 10 1066 39 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
656 /force-app/main/default/classes/Untapped.cls 1066 10 1066 39 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
657 /force-app/main/default/classes/Untapped.cls 1066 18 1066 28 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'auth_toast' doesn't match '[a-z][a-zA-Z0-9]*'
657 /force-app/main/default/classes/Untapped.cls 1066 18 1066 28 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'auth_toast' doesn't match '[a-z][a-zA-Z0-9]*'
658 /force-app/main/default/classes/Untapped.cls 1067 10 1067 46 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
658 /force-app/main/default/classes/Untapped.cls 1067 10 1067 46 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
659 /force-app/main/default/classes/Untapped.cls 1069 10 1089 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
659 /force-app/main/default/classes/Untapped.cls 1069 10 1089 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
660 /force-app/main/default/classes/Untapped.cls 1069 10 1089 4 pmd NcssConstructorCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssconstructorcount The constructor has an NCSS line count of 24
660 /force-app/main/default/classes/Untapped.cls 1069 10 1089 4 pmd NcssConstructorCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssconstructorcount The constructor has an NCSS line count of 24
661 /force-app/main/default/classes/Untapped.cls 1074 7 1085 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
661 /force-app/main/default/classes/Untapped.cls 1074 7 1085 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
662 /force-app/main/default/classes/Untapped.cls 1076 14 1085 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
662 /force-app/main/default/classes/Untapped.cls 1076 14 1085 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
663 /force-app/main/default/classes/Untapped.cls 1078 14 1085 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
663 /force-app/main/default/classes/Untapped.cls 1078 14 1085 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
664 /force-app/main/default/classes/Untapped.cls 1080 14 1085 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
664 /force-app/main/default/classes/Untapped.cls 1080 14 1085 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
665 /force-app/main/default/classes/Untapped.cls 1083 8 1083 88 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
665 /force-app/main/default/classes/Untapped.cls 1083 8 1083 88 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
666 /force-app/main/default/classes/Untapped.cls 1092 9 1125 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
666 /force-app/main/default/classes/Untapped.cls 1092 9 1125 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
667 /force-app/main/default/classes/Untapped.cls 1092 9 1125 3 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The class 'Items_U' has a Standard Cyclomatic Complexity of 2 (Highest = 10).
667 /force-app/main/default/classes/Untapped.cls 1092 9 1125 3 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The class 'Items_U' has a Standard Cyclomatic Complexity of 2 (Highest = 10).
668 /force-app/main/default/classes/Untapped.cls 1093 10 1093 38 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
668 /force-app/main/default/classes/Untapped.cls 1093 10 1093 38 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
669 /force-app/main/default/classes/Untapped.cls 1093 17 1093 27 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'created_at' doesn't match '[a-z][a-zA-Z0-9]*'
669 /force-app/main/default/classes/Untapped.cls 1093 17 1093 27 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'created_at' doesn't match '[a-z][a-zA-Z0-9]*'
670 /force-app/main/default/classes/Untapped.cls 1094 10 1094 40 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
670 /force-app/main/default/classes/Untapped.cls 1094 10 1094 40 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
671 /force-app/main/default/classes/Untapped.cls 1094 18 1094 29 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'total_count' doesn't match '[a-z][a-zA-Z0-9]*'
671 /force-app/main/default/classes/Untapped.cls 1094 18 1094 29 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'total_count' doesn't match '[a-z][a-zA-Z0-9]*'
672 /force-app/main/default/classes/Untapped.cls 1095 10 1095 39 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
672 /force-app/main/default/classes/Untapped.cls 1095 10 1095 39 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
673 /force-app/main/default/classes/Untapped.cls 1095 18 1095 28 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'your_count' doesn't match '[a-z][a-zA-Z0-9]*'
673 /force-app/main/default/classes/Untapped.cls 1095 18 1095 28 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'your_count' doesn't match '[a-z][a-zA-Z0-9]*'
674 /force-app/main/default/classes/Untapped.cls 1096 10 1096 32 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
674 /force-app/main/default/classes/Untapped.cls 1096 10 1096 32 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
675 /force-app/main/default/classes/Untapped.cls 1097 10 1097 36 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
675 /force-app/main/default/classes/Untapped.cls 1097 10 1097 36 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
676 /force-app/main/default/classes/Untapped.cls 1098 10 1098 36 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
676 /force-app/main/default/classes/Untapped.cls 1098 10 1098 36 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
677 /force-app/main/default/classes/Untapped.cls 1100 10 1124 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
677 /force-app/main/default/classes/Untapped.cls 1100 10 1124 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
678 /force-app/main/default/classes/Untapped.cls 1100 10 1124 4 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity The constructor 'Items_U(JSONParser)' has a cognitive complexity of 16, current threshold is 15
678 /force-app/main/default/classes/Untapped.cls 1100 10 1124 4 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity The constructor 'Items_U(JSONParser)' has a cognitive complexity of 16, current threshold is 15
679 /force-app/main/default/classes/Untapped.cls 1100 10 1124 4 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity The constructor 'Items_U(JSONParser)' has a cyclomatic complexity of 10.
679 /force-app/main/default/classes/Untapped.cls 1100 10 1124 4 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity The constructor 'Items_U(JSONParser)' has a cyclomatic complexity of 10.
680 /force-app/main/default/classes/Untapped.cls 1100 10 1124 4 pmd NcssConstructorCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssconstructorcount The constructor has an NCSS line count of 25
680 /force-app/main/default/classes/Untapped.cls 1100 10 1124 4 pmd NcssConstructorCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssconstructorcount The constructor has an NCSS line count of 25
681 /force-app/main/default/classes/Untapped.cls 1100 10 1124 4 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The constructor 'Items_U' has a Standard Cyclomatic Complexity of 10.
681 /force-app/main/default/classes/Untapped.cls 1100 10 1124 4 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The constructor 'Items_U' has a Standard Cyclomatic Complexity of 10.
682 /force-app/main/default/classes/Untapped.cls 1105 7 1120 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
682 /force-app/main/default/classes/Untapped.cls 1105 7 1120 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
683 /force-app/main/default/classes/Untapped.cls 1107 14 1120 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
683 /force-app/main/default/classes/Untapped.cls 1107 14 1120 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
684 /force-app/main/default/classes/Untapped.cls 1109 14 1120 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
684 /force-app/main/default/classes/Untapped.cls 1109 14 1120 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
685 /force-app/main/default/classes/Untapped.cls 1111 14 1120 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
685 /force-app/main/default/classes/Untapped.cls 1111 14 1120 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
686 /force-app/main/default/classes/Untapped.cls 1113 14 1120 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
686 /force-app/main/default/classes/Untapped.cls 1113 14 1120 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
687 /force-app/main/default/classes/Untapped.cls 1115 14 1120 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
687 /force-app/main/default/classes/Untapped.cls 1115 14 1120 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
688 /force-app/main/default/classes/Untapped.cls 1118 8 1118 89 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
688 /force-app/main/default/classes/Untapped.cls 1118 8 1118 89 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
689 /force-app/main/default/classes/Untapped.cls 1127 9 1154 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
689 /force-app/main/default/classes/Untapped.cls 1127 9 1154 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
690 /force-app/main/default/classes/Untapped.cls 1128 10 1128 35 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
690 /force-app/main/default/classes/Untapped.cls 1128 10 1128 35 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
691 /force-app/main/default/classes/Untapped.cls 1129 10 1129 37 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
691 /force-app/main/default/classes/Untapped.cls 1129 10 1129 37 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
692 /force-app/main/default/classes/Untapped.cls 1129 17 1129 26 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'venue_url' doesn't match '[a-z][a-zA-Z0-9]*'
692 /force-app/main/default/classes/Untapped.cls 1129 17 1129 26 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'venue_url' doesn't match '[a-z][a-zA-Z0-9]*'
693 /force-app/main/default/classes/Untapped.cls 1130 10 1130 36 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
693 /force-app/main/default/classes/Untapped.cls 1130 10 1130 36 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
694 /force-app/main/default/classes/Untapped.cls 1131 10 1131 32 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
694 /force-app/main/default/classes/Untapped.cls 1131 10 1131 32 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
695 /force-app/main/default/classes/Untapped.cls 1133 10 1153 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
695 /force-app/main/default/classes/Untapped.cls 1133 10 1153 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
696 /force-app/main/default/classes/Untapped.cls 1133 10 1153 4 pmd NcssConstructorCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssconstructorcount The constructor has an NCSS line count of 24
696 /force-app/main/default/classes/Untapped.cls 1133 10 1153 4 pmd NcssConstructorCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssconstructorcount The constructor has an NCSS line count of 24
697 /force-app/main/default/classes/Untapped.cls 1138 7 1149 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
697 /force-app/main/default/classes/Untapped.cls 1138 7 1149 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
698 /force-app/main/default/classes/Untapped.cls 1140 14 1149 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
698 /force-app/main/default/classes/Untapped.cls 1140 14 1149 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
699 /force-app/main/default/classes/Untapped.cls 1142 14 1149 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
699 /force-app/main/default/classes/Untapped.cls 1142 14 1149 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
700 /force-app/main/default/classes/Untapped.cls 1144 14 1149 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
700 /force-app/main/default/classes/Untapped.cls 1144 14 1149 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
701 /force-app/main/default/classes/Untapped.cls 1147 8 1147 89 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
701 /force-app/main/default/classes/Untapped.cls 1147 8 1147 89 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
702 /force-app/main/default/classes/Untapped.cls 1156 9 1201 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
702 /force-app/main/default/classes/Untapped.cls 1156 9 1201 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
703 /force-app/main/default/classes/Untapped.cls 1156 9 1201 3 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The class 'Brewery_Z' has a Standard Cyclomatic Complexity of 2 (Highest = 14).
703 /force-app/main/default/classes/Untapped.cls 1156 9 1201 3 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The class 'Brewery_Z' has a Standard Cyclomatic Complexity of 2 (Highest = 14).
704 /force-app/main/default/classes/Untapped.cls 1157 10 1157 39 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
704 /force-app/main/default/classes/Untapped.cls 1157 10 1157 39 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
705 /force-app/main/default/classes/Untapped.cls 1157 18 1157 28 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'brewery_id' doesn't match '[a-z][a-zA-Z0-9]*'
705 /force-app/main/default/classes/Untapped.cls 1157 18 1157 28 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'brewery_id' doesn't match '[a-z][a-zA-Z0-9]*'
706 /force-app/main/default/classes/Untapped.cls 1158 10 1158 40 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
706 /force-app/main/default/classes/Untapped.cls 1158 10 1158 40 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
707 /force-app/main/default/classes/Untapped.cls 1158 17 1158 29 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'brewery_name' doesn't match '[a-z][a-zA-Z0-9]*'
707 /force-app/main/default/classes/Untapped.cls 1158 17 1158 29 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'brewery_name' doesn't match '[a-z][a-zA-Z0-9]*'
708 /force-app/main/default/classes/Untapped.cls 1159 10 1159 40 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
708 /force-app/main/default/classes/Untapped.cls 1159 10 1159 40 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
709 /force-app/main/default/classes/Untapped.cls 1159 17 1159 29 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'brewery_slug' doesn't match '[a-z][a-zA-Z0-9]*'
709 /force-app/main/default/classes/Untapped.cls 1159 17 1159 29 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'brewery_slug' doesn't match '[a-z][a-zA-Z0-9]*'
710 /force-app/main/default/classes/Untapped.cls 1160 10 1160 44 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
710 /force-app/main/default/classes/Untapped.cls 1160 10 1160 44 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
711 /force-app/main/default/classes/Untapped.cls 1160 17 1160 33 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'brewery_page_url' doesn't match '[a-z][a-zA-Z0-9]*'
711 /force-app/main/default/classes/Untapped.cls 1160 17 1160 33 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'brewery_page_url' doesn't match '[a-z][a-zA-Z0-9]*'
712 /force-app/main/default/classes/Untapped.cls 1161 10 1161 40 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
712 /force-app/main/default/classes/Untapped.cls 1161 10 1161 40 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
713 /force-app/main/default/classes/Untapped.cls 1161 17 1161 29 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'brewery_type' doesn't match '[a-z][a-zA-Z0-9]*'
713 /force-app/main/default/classes/Untapped.cls 1161 17 1161 29 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'brewery_type' doesn't match '[a-z][a-zA-Z0-9]*'
714 /force-app/main/default/classes/Untapped.cls 1162 10 1162 41 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
714 /force-app/main/default/classes/Untapped.cls 1162 10 1162 41 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
715 /force-app/main/default/classes/Untapped.cls 1162 17 1162 30 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'brewery_label' doesn't match '[a-z][a-zA-Z0-9]*'
715 /force-app/main/default/classes/Untapped.cls 1162 17 1162 30 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'brewery_label' doesn't match '[a-z][a-zA-Z0-9]*'
716 /force-app/main/default/classes/Untapped.cls 1163 10 1163 40 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
716 /force-app/main/default/classes/Untapped.cls 1163 10 1163 40 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
717 /force-app/main/default/classes/Untapped.cls 1163 17 1163 29 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'country_name' doesn't match '[a-z][a-zA-Z0-9]*'
717 /force-app/main/default/classes/Untapped.cls 1163 17 1163 29 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'country_name' doesn't match '[a-z][a-zA-Z0-9]*'
718 /force-app/main/default/classes/Untapped.cls 1164 10 1164 38 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
718 /force-app/main/default/classes/Untapped.cls 1164 10 1164 38 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
719 /force-app/main/default/classes/Untapped.cls 1165 10 1165 40 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
719 /force-app/main/default/classes/Untapped.cls 1165 10 1165 40 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
720 /force-app/main/default/classes/Untapped.cls 1166 10 1166 43 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
720 /force-app/main/default/classes/Untapped.cls 1166 10 1166 43 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
721 /force-app/main/default/classes/Untapped.cls 1166 18 1166 32 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'brewery_active' doesn't match '[a-z][a-zA-Z0-9]*'
721 /force-app/main/default/classes/Untapped.cls 1166 18 1166 32 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'brewery_active' doesn't match '[a-z][a-zA-Z0-9]*'
722 /force-app/main/default/classes/Untapped.cls 1168 10 1200 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
722 /force-app/main/default/classes/Untapped.cls 1168 10 1200 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
723 /force-app/main/default/classes/Untapped.cls 1168 10 1200 4 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity The constructor 'Brewery_Z(JSONParser)' has a cognitive complexity of 20, current threshold is 15
723 /force-app/main/default/classes/Untapped.cls 1168 10 1200 4 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity The constructor 'Brewery_Z(JSONParser)' has a cognitive complexity of 20, current threshold is 15
724 /force-app/main/default/classes/Untapped.cls 1168 10 1200 4 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity The constructor 'Brewery_Z(JSONParser)' has a cyclomatic complexity of 14.
724 /force-app/main/default/classes/Untapped.cls 1168 10 1200 4 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity The constructor 'Brewery_Z(JSONParser)' has a cyclomatic complexity of 14.
725 /force-app/main/default/classes/Untapped.cls 1168 10 1200 4 pmd NcssConstructorCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssconstructorcount The constructor has an NCSS line count of 34
725 /force-app/main/default/classes/Untapped.cls 1168 10 1200 4 pmd NcssConstructorCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssconstructorcount The constructor has an NCSS line count of 34
726 /force-app/main/default/classes/Untapped.cls 1168 10 1200 4 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The constructor 'Brewery_Z' has a Standard Cyclomatic Complexity of 14.
726 /force-app/main/default/classes/Untapped.cls 1168 10 1200 4 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The constructor 'Brewery_Z' has a Standard Cyclomatic Complexity of 14.
727 /force-app/main/default/classes/Untapped.cls 1173 7 1196 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
727 /force-app/main/default/classes/Untapped.cls 1173 7 1196 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
728 /force-app/main/default/classes/Untapped.cls 1175 14 1196 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
728 /force-app/main/default/classes/Untapped.cls 1175 14 1196 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
729 /force-app/main/default/classes/Untapped.cls 1177 14 1196 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
729 /force-app/main/default/classes/Untapped.cls 1177 14 1196 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
730 /force-app/main/default/classes/Untapped.cls 1179 14 1196 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
730 /force-app/main/default/classes/Untapped.cls 1179 14 1196 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
731 /force-app/main/default/classes/Untapped.cls 1181 14 1196 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
731 /force-app/main/default/classes/Untapped.cls 1181 14 1196 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
732 /force-app/main/default/classes/Untapped.cls 1183 14 1196 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
732 /force-app/main/default/classes/Untapped.cls 1183 14 1196 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
733 /force-app/main/default/classes/Untapped.cls 1185 14 1196 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
733 /force-app/main/default/classes/Untapped.cls 1185 14 1196 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
734 /force-app/main/default/classes/Untapped.cls 1187 14 1196 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
734 /force-app/main/default/classes/Untapped.cls 1187 14 1196 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
735 /force-app/main/default/classes/Untapped.cls 1189 14 1196 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
735 /force-app/main/default/classes/Untapped.cls 1189 14 1196 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
736 /force-app/main/default/classes/Untapped.cls 1191 14 1196 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
736 /force-app/main/default/classes/Untapped.cls 1191 14 1196 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
737 /force-app/main/default/classes/Untapped.cls 1194 8 1194 91 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
737 /force-app/main/default/classes/Untapped.cls 1194 8 1194 91 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
738 /force-app/main/default/classes/Untapped.cls 1203 9 1221 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
738 /force-app/main/default/classes/Untapped.cls 1203 9 1221 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
739 /force-app/main/default/classes/Untapped.cls 1204 10 1204 34 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
739 /force-app/main/default/classes/Untapped.cls 1204 10 1204 34 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
740 /force-app/main/default/classes/Untapped.cls 1206 10 1220 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
740 /force-app/main/default/classes/Untapped.cls 1206 10 1220 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
741 /force-app/main/default/classes/Untapped.cls 1211 7 1216 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
741 /force-app/main/default/classes/Untapped.cls 1211 7 1216 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
742 /force-app/main/default/classes/Untapped.cls 1214 8 1214 90 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
742 /force-app/main/default/classes/Untapped.cls 1214 8 1214 90 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
743 /force-app/main/default/classes/Untapped.cls 1223 9 1247 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
743 /force-app/main/default/classes/Untapped.cls 1223 9 1247 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
744 /force-app/main/default/classes/Untapped.cls 1224 10 1224 34 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
744 /force-app/main/default/classes/Untapped.cls 1224 10 1224 34 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
745 /force-app/main/default/classes/Untapped.cls 1225 10 1225 40 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
745 /force-app/main/default/classes/Untapped.cls 1225 10 1225 40 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
746 /force-app/main/default/classes/Untapped.cls 1226 10 1226 42 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
746 /force-app/main/default/classes/Untapped.cls 1226 10 1226 42 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
747 /force-app/main/default/classes/Untapped.cls 1228 10 1246 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
747 /force-app/main/default/classes/Untapped.cls 1228 10 1246 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
748 /force-app/main/default/classes/Untapped.cls 1228 10 1246 4 pmd NcssConstructorCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssconstructorcount The constructor has an NCSS line count of 21
748 /force-app/main/default/classes/Untapped.cls 1228 10 1246 4 pmd NcssConstructorCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssconstructorcount The constructor has an NCSS line count of 21
749 /force-app/main/default/classes/Untapped.cls 1233 7 1242 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
749 /force-app/main/default/classes/Untapped.cls 1233 7 1242 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
750 /force-app/main/default/classes/Untapped.cls 1235 14 1242 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
750 /force-app/main/default/classes/Untapped.cls 1235 14 1242 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
751 /force-app/main/default/classes/Untapped.cls 1237 14 1242 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
751 /force-app/main/default/classes/Untapped.cls 1237 14 1242 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
752 /force-app/main/default/classes/Untapped.cls 1240 8 1240 90 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
752 /force-app/main/default/classes/Untapped.cls 1240 8 1240 90 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
753 /force-app/main/default/classes/Untapped.cls 1249 9 1288 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
753 /force-app/main/default/classes/Untapped.cls 1249 9 1288 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
754 /force-app/main/default/classes/Untapped.cls 1249 9 1288 3 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The class 'Beer_Y' has a Standard Cyclomatic Complexity of 2 (Highest = 12).
754 /force-app/main/default/classes/Untapped.cls 1249 9 1288 3 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The class 'Beer_Y' has a Standard Cyclomatic Complexity of 2 (Highest = 12).
755 /force-app/main/default/classes/Untapped.cls 1250 10 1250 32 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
755 /force-app/main/default/classes/Untapped.cls 1250 10 1250 32 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
756 /force-app/main/default/classes/Untapped.cls 1251 10 1251 37 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
756 /force-app/main/default/classes/Untapped.cls 1251 10 1251 37 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
757 /force-app/main/default/classes/Untapped.cls 1251 17 1251 26 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'beer_name' doesn't match '[a-z][a-zA-Z0-9]*'
757 /force-app/main/default/classes/Untapped.cls 1251 17 1251 26 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'beer_name' doesn't match '[a-z][a-zA-Z0-9]*'
758 /force-app/main/default/classes/Untapped.cls 1252 10 1252 37 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
758 /force-app/main/default/classes/Untapped.cls 1252 10 1252 37 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
759 /force-app/main/default/classes/Untapped.cls 1252 18 1252 26 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'beer_abv' doesn't match '[a-z][a-zA-Z0-9]*'
759 /force-app/main/default/classes/Untapped.cls 1252 18 1252 26 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'beer_abv' doesn't match '[a-z][a-zA-Z0-9]*'
760 /force-app/main/default/classes/Untapped.cls 1253 10 1253 38 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
760 /force-app/main/default/classes/Untapped.cls 1253 10 1253 38 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
761 /force-app/main/default/classes/Untapped.cls 1253 17 1253 27 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'beer_label' doesn't match '[a-z][a-zA-Z0-9]*'
761 /force-app/main/default/classes/Untapped.cls 1253 17 1253 27 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'beer_label' doesn't match '[a-z][a-zA-Z0-9]*'
762 /force-app/main/default/classes/Untapped.cls 1254 10 1254 37 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
762 /force-app/main/default/classes/Untapped.cls 1254 10 1254 37 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
763 /force-app/main/default/classes/Untapped.cls 1254 17 1254 26 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'beer_slug' doesn't match '[a-z][a-zA-Z0-9]*'
763 /force-app/main/default/classes/Untapped.cls 1254 17 1254 26 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'beer_slug' doesn't match '[a-z][a-zA-Z0-9]*'
764 /force-app/main/default/classes/Untapped.cls 1255 10 1255 38 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
764 /force-app/main/default/classes/Untapped.cls 1255 10 1255 38 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
765 /force-app/main/default/classes/Untapped.cls 1255 17 1255 27 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'beer_style' doesn't match '[a-z][a-zA-Z0-9]*'
765 /force-app/main/default/classes/Untapped.cls 1255 17 1255 27 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'beer_style' doesn't match '[a-z][a-zA-Z0-9]*'
766 /force-app/main/default/classes/Untapped.cls 1256 10 1256 40 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
766 /force-app/main/default/classes/Untapped.cls 1256 10 1256 40 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
767 /force-app/main/default/classes/Untapped.cls 1256 18 1256 29 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'beer_active' doesn't match '[a-z][a-zA-Z0-9]*'
767 /force-app/main/default/classes/Untapped.cls 1256 18 1256 29 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'beer_active' doesn't match '[a-z][a-zA-Z0-9]*'
768 /force-app/main/default/classes/Untapped.cls 1257 10 1257 36 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
768 /force-app/main/default/classes/Untapped.cls 1257 10 1257 36 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
769 /force-app/main/default/classes/Untapped.cls 1257 18 1257 25 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'has_had' doesn't match '[a-z][a-zA-Z0-9]*'
769 /force-app/main/default/classes/Untapped.cls 1257 18 1257 25 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'has_had' doesn't match '[a-z][a-zA-Z0-9]*'
770 /force-app/main/default/classes/Untapped.cls 1259 10 1287 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
770 /force-app/main/default/classes/Untapped.cls 1259 10 1287 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
771 /force-app/main/default/classes/Untapped.cls 1259 10 1287 4 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity The constructor 'Beer_Y(JSONParser)' has a cognitive complexity of 18, current threshold is 15
771 /force-app/main/default/classes/Untapped.cls 1259 10 1287 4 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity The constructor 'Beer_Y(JSONParser)' has a cognitive complexity of 18, current threshold is 15
772 /force-app/main/default/classes/Untapped.cls 1259 10 1287 4 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity The constructor 'Beer_Y(JSONParser)' has a cyclomatic complexity of 12.
772 /force-app/main/default/classes/Untapped.cls 1259 10 1287 4 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity The constructor 'Beer_Y(JSONParser)' has a cyclomatic complexity of 12.
773 /force-app/main/default/classes/Untapped.cls 1259 10 1287 4 pmd NcssConstructorCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssconstructorcount The constructor has an NCSS line count of 32
773 /force-app/main/default/classes/Untapped.cls 1259 10 1287 4 pmd NcssConstructorCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssconstructorcount The constructor has an NCSS line count of 32
774 /force-app/main/default/classes/Untapped.cls 1259 10 1287 4 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The constructor 'Beer_Y' has a Standard Cyclomatic Complexity of 12.
774 /force-app/main/default/classes/Untapped.cls 1259 10 1287 4 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The constructor 'Beer_Y' has a Standard Cyclomatic Complexity of 12.
775 /force-app/main/default/classes/Untapped.cls 1264 7 1283 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
775 /force-app/main/default/classes/Untapped.cls 1264 7 1283 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
776 /force-app/main/default/classes/Untapped.cls 1266 14 1283 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
776 /force-app/main/default/classes/Untapped.cls 1266 14 1283 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
777 /force-app/main/default/classes/Untapped.cls 1268 14 1283 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
777 /force-app/main/default/classes/Untapped.cls 1268 14 1283 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
778 /force-app/main/default/classes/Untapped.cls 1270 14 1283 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
778 /force-app/main/default/classes/Untapped.cls 1270 14 1283 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
779 /force-app/main/default/classes/Untapped.cls 1272 14 1283 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
779 /force-app/main/default/classes/Untapped.cls 1272 14 1283 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
780 /force-app/main/default/classes/Untapped.cls 1274 14 1283 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
780 /force-app/main/default/classes/Untapped.cls 1274 14 1283 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
781 /force-app/main/default/classes/Untapped.cls 1276 14 1283 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
781 /force-app/main/default/classes/Untapped.cls 1276 14 1283 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
782 /force-app/main/default/classes/Untapped.cls 1278 14 1283 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
782 /force-app/main/default/classes/Untapped.cls 1278 14 1283 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
783 /force-app/main/default/classes/Untapped.cls 1281 8 1281 88 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
783 /force-app/main/default/classes/Untapped.cls 1281 8 1281 88 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
784 /force-app/main/default/classes/Untapped.cls 1290 9 1353 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
784 /force-app/main/default/classes/Untapped.cls 1290 9 1353 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
785 /force-app/main/default/classes/Untapped.cls 1290 9 1353 3 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The class 'Beer_Z' has a Standard Cyclomatic Complexity of 2 (Highest = 20).
785 /force-app/main/default/classes/Untapped.cls 1290 9 1353 3 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The class 'Beer_Z' has a Standard Cyclomatic Complexity of 2 (Highest = 20).
786 /force-app/main/default/classes/Untapped.cls 1291 10 1291 32 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
786 /force-app/main/default/classes/Untapped.cls 1291 10 1291 32 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
787 /force-app/main/default/classes/Untapped.cls 1292 10 1292 37 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
787 /force-app/main/default/classes/Untapped.cls 1292 10 1292 37 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
788 /force-app/main/default/classes/Untapped.cls 1292 17 1292 26 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'beer_name' doesn't match '[a-z][a-zA-Z0-9]*'
788 /force-app/main/default/classes/Untapped.cls 1292 17 1292 26 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'beer_name' doesn't match '[a-z][a-zA-Z0-9]*'
789 /force-app/main/default/classes/Untapped.cls 1293 10 1293 38 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
789 /force-app/main/default/classes/Untapped.cls 1293 10 1293 38 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
790 /force-app/main/default/classes/Untapped.cls 1293 17 1293 27 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'beer_label' doesn't match '[a-z][a-zA-Z0-9]*'
790 /force-app/main/default/classes/Untapped.cls 1293 17 1293 27 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'beer_label' doesn't match '[a-z][a-zA-Z0-9]*'
791 /force-app/main/default/classes/Untapped.cls 1294 10 1294 36 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
791 /force-app/main/default/classes/Untapped.cls 1294 10 1294 36 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
792 /force-app/main/default/classes/Untapped.cls 1294 17 1294 25 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'beer_abv' doesn't match '[a-z][a-zA-Z0-9]*'
792 /force-app/main/default/classes/Untapped.cls 1294 17 1294 25 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'beer_abv' doesn't match '[a-z][a-zA-Z0-9]*'
793 /force-app/main/default/classes/Untapped.cls 1295 10 1295 37 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
793 /force-app/main/default/classes/Untapped.cls 1295 10 1295 37 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
794 /force-app/main/default/classes/Untapped.cls 1295 18 1295 26 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'beer_ibu' doesn't match '[a-z][a-zA-Z0-9]*'
794 /force-app/main/default/classes/Untapped.cls 1295 18 1295 26 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'beer_ibu' doesn't match '[a-z][a-zA-Z0-9]*'
795 /force-app/main/default/classes/Untapped.cls 1296 10 1296 37 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
795 /force-app/main/default/classes/Untapped.cls 1296 10 1296 37 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
796 /force-app/main/default/classes/Untapped.cls 1296 17 1296 26 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'beer_slug' doesn't match '[a-z][a-zA-Z0-9]*'
796 /force-app/main/default/classes/Untapped.cls 1296 17 1296 26 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'beer_slug' doesn't match '[a-z][a-zA-Z0-9]*'
797 /force-app/main/default/classes/Untapped.cls 1297 10 1297 44 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
797 /force-app/main/default/classes/Untapped.cls 1297 10 1297 44 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
798 /force-app/main/default/classes/Untapped.cls 1297 17 1297 33 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'beer_description' doesn't match '[a-z][a-zA-Z0-9]*'
798 /force-app/main/default/classes/Untapped.cls 1297 17 1297 33 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'beer_description' doesn't match '[a-z][a-zA-Z0-9]*'
799 /force-app/main/default/classes/Untapped.cls 1298 10 1298 45 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
799 /force-app/main/default/classes/Untapped.cls 1298 10 1298 45 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
800 /force-app/main/default/classes/Untapped.cls 1298 18 1298 34 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'is_in_production' doesn't match '[a-z][a-zA-Z0-9]*'
800 /force-app/main/default/classes/Untapped.cls 1298 18 1298 34 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'is_in_production' doesn't match '[a-z][a-zA-Z0-9]*'
801 /force-app/main/default/classes/Untapped.cls 1299 10 1299 42 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
801 /force-app/main/default/classes/Untapped.cls 1299 10 1299 42 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
802 /force-app/main/default/classes/Untapped.cls 1299 18 1299 31 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'beer_style_id' doesn't match '[a-z][a-zA-Z0-9]*'
802 /force-app/main/default/classes/Untapped.cls 1299 18 1299 31 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'beer_style_id' doesn't match '[a-z][a-zA-Z0-9]*'
803 /force-app/main/default/classes/Untapped.cls 1300 10 1300 38 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
803 /force-app/main/default/classes/Untapped.cls 1300 10 1300 38 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
804 /force-app/main/default/classes/Untapped.cls 1300 17 1300 27 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'beer_style' doesn't match '[a-z][a-zA-Z0-9]*'
804 /force-app/main/default/classes/Untapped.cls 1300 17 1300 27 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'beer_style' doesn't match '[a-z][a-zA-Z0-9]*'
805 /force-app/main/default/classes/Untapped.cls 1301 10 1301 40 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
805 /force-app/main/default/classes/Untapped.cls 1301 10 1301 40 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
806 /force-app/main/default/classes/Untapped.cls 1301 17 1301 29 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'rating_score' doesn't match '[a-z][a-zA-Z0-9]*'
806 /force-app/main/default/classes/Untapped.cls 1301 17 1301 29 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'rating_score' doesn't match '[a-z][a-zA-Z0-9]*'
807 /force-app/main/default/classes/Untapped.cls 1302 10 1302 41 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
807 /force-app/main/default/classes/Untapped.cls 1302 10 1302 41 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
808 /force-app/main/default/classes/Untapped.cls 1302 18 1302 30 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'rating_count' doesn't match '[a-z][a-zA-Z0-9]*'
808 /force-app/main/default/classes/Untapped.cls 1302 18 1302 30 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'rating_count' doesn't match '[a-z][a-zA-Z0-9]*'
809 /force-app/main/default/classes/Untapped.cls 1303 10 1303 34 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
809 /force-app/main/default/classes/Untapped.cls 1303 10 1303 34 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
810 /force-app/main/default/classes/Untapped.cls 1304 10 1304 40 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
810 /force-app/main/default/classes/Untapped.cls 1304 10 1304 40 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
811 /force-app/main/default/classes/Untapped.cls 1304 18 1304 29 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'beer_active' doesn't match '[a-z][a-zA-Z0-9]*'
811 /force-app/main/default/classes/Untapped.cls 1304 18 1304 29 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'beer_active' doesn't match '[a-z][a-zA-Z0-9]*'
812 /force-app/main/default/classes/Untapped.cls 1305 10 1305 36 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
812 /force-app/main/default/classes/Untapped.cls 1305 10 1305 36 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
813 /force-app/main/default/classes/Untapped.cls 1305 18 1305 25 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'on_list' doesn't match '[a-z][a-zA-Z0-9]*'
813 /force-app/main/default/classes/Untapped.cls 1305 18 1305 25 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'on_list' doesn't match '[a-z][a-zA-Z0-9]*'
814 /force-app/main/default/classes/Untapped.cls 1306 10 1306 36 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
814 /force-app/main/default/classes/Untapped.cls 1306 10 1306 36 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
815 /force-app/main/default/classes/Untapped.cls 1306 18 1306 25 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'has_had' doesn't match '[a-z][a-zA-Z0-9]*'
815 /force-app/main/default/classes/Untapped.cls 1306 18 1306 25 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'has_had' doesn't match '[a-z][a-zA-Z0-9]*'
816 /force-app/main/default/classes/Untapped.cls 1308 10 1352 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
816 /force-app/main/default/classes/Untapped.cls 1308 10 1352 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
817 /force-app/main/default/classes/Untapped.cls 1308 10 1352 4 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity The constructor 'Beer_Z(JSONParser)' has a cognitive complexity of 26, current threshold is 15
817 /force-app/main/default/classes/Untapped.cls 1308 10 1352 4 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity The constructor 'Beer_Z(JSONParser)' has a cognitive complexity of 26, current threshold is 15
818 /force-app/main/default/classes/Untapped.cls 1308 10 1352 4 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity The constructor 'Beer_Z(JSONParser)' has a cyclomatic complexity of 20.
818 /force-app/main/default/classes/Untapped.cls 1308 10 1352 4 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity The constructor 'Beer_Z(JSONParser)' has a cyclomatic complexity of 20.
819 /force-app/main/default/classes/Untapped.cls 1308 10 1352 4 pmd NcssConstructorCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssconstructorcount The constructor has an NCSS line count of 48
819 /force-app/main/default/classes/Untapped.cls 1308 10 1352 4 pmd NcssConstructorCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssconstructorcount The constructor has an NCSS line count of 48
820 /force-app/main/default/classes/Untapped.cls 1308 10 1352 4 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The constructor 'Beer_Z' has a Standard Cyclomatic Complexity of 20.
820 /force-app/main/default/classes/Untapped.cls 1308 10 1352 4 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The constructor 'Beer_Z' has a Standard Cyclomatic Complexity of 20.
821 /force-app/main/default/classes/Untapped.cls 1313 7 1348 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
821 /force-app/main/default/classes/Untapped.cls 1313 7 1348 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
822 /force-app/main/default/classes/Untapped.cls 1315 14 1348 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
822 /force-app/main/default/classes/Untapped.cls 1315 14 1348 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
823 /force-app/main/default/classes/Untapped.cls 1317 14 1348 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
823 /force-app/main/default/classes/Untapped.cls 1317 14 1348 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
824 /force-app/main/default/classes/Untapped.cls 1319 14 1348 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
824 /force-app/main/default/classes/Untapped.cls 1319 14 1348 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
825 /force-app/main/default/classes/Untapped.cls 1321 14 1348 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
825 /force-app/main/default/classes/Untapped.cls 1321 14 1348 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
826 /force-app/main/default/classes/Untapped.cls 1323 14 1348 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
826 /force-app/main/default/classes/Untapped.cls 1323 14 1348 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
827 /force-app/main/default/classes/Untapped.cls 1325 14 1348 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
827 /force-app/main/default/classes/Untapped.cls 1325 14 1348 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
828 /force-app/main/default/classes/Untapped.cls 1327 14 1348 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
828 /force-app/main/default/classes/Untapped.cls 1327 14 1348 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
829 /force-app/main/default/classes/Untapped.cls 1329 14 1348 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
829 /force-app/main/default/classes/Untapped.cls 1329 14 1348 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
830 /force-app/main/default/classes/Untapped.cls 1331 14 1348 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
830 /force-app/main/default/classes/Untapped.cls 1331 14 1348 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
831 /force-app/main/default/classes/Untapped.cls 1333 14 1348 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
831 /force-app/main/default/classes/Untapped.cls 1333 14 1348 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
832 /force-app/main/default/classes/Untapped.cls 1335 14 1348 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
832 /force-app/main/default/classes/Untapped.cls 1335 14 1348 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
833 /force-app/main/default/classes/Untapped.cls 1337 14 1348 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
833 /force-app/main/default/classes/Untapped.cls 1337 14 1348 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
834 /force-app/main/default/classes/Untapped.cls 1339 14 1348 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
834 /force-app/main/default/classes/Untapped.cls 1339 14 1348 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
835 /force-app/main/default/classes/Untapped.cls 1341 14 1348 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
835 /force-app/main/default/classes/Untapped.cls 1341 14 1348 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
836 /force-app/main/default/classes/Untapped.cls 1343 14 1348 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
836 /force-app/main/default/classes/Untapped.cls 1343 14 1348 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
837 /force-app/main/default/classes/Untapped.cls 1346 8 1346 88 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
837 /force-app/main/default/classes/Untapped.cls 1346 8 1346 88 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
838 /force-app/main/default/classes/Untapped.cls 1355 9 1379 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
838 /force-app/main/default/classes/Untapped.cls 1355 9 1379 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
839 /force-app/main/default/classes/Untapped.cls 1356 10 1356 41 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
839 /force-app/main/default/classes/Untapped.cls 1356 10 1356 41 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
840 /force-app/main/default/classes/Untapped.cls 1356 18 1356 30 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'retro_status' doesn't match '[a-z][a-zA-Z0-9]*'
840 /force-app/main/default/classes/Untapped.cls 1356 18 1356 30 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'retro_status' doesn't match '[a-z][a-zA-Z0-9]*'
841 /force-app/main/default/classes/Untapped.cls 1357 10 1357 34 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
841 /force-app/main/default/classes/Untapped.cls 1357 10 1357 34 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
842 /force-app/main/default/classes/Untapped.cls 1358 10 1358 46 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
842 /force-app/main/default/classes/Untapped.cls 1358 10 1358 46 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
843 /force-app/main/default/classes/Untapped.cls 1360 10 1378 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
843 /force-app/main/default/classes/Untapped.cls 1360 10 1378 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
844 /force-app/main/default/classes/Untapped.cls 1360 10 1378 4 pmd NcssConstructorCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssconstructorcount The constructor has an NCSS line count of 22
844 /force-app/main/default/classes/Untapped.cls 1360 10 1378 4 pmd NcssConstructorCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssconstructorcount The constructor has an NCSS line count of 22
845 /force-app/main/default/classes/Untapped.cls 1365 7 1374 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
845 /force-app/main/default/classes/Untapped.cls 1365 7 1374 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
846 /force-app/main/default/classes/Untapped.cls 1367 14 1374 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
846 /force-app/main/default/classes/Untapped.cls 1367 14 1374 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
847 /force-app/main/default/classes/Untapped.cls 1369 14 1374 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
847 /force-app/main/default/classes/Untapped.cls 1369 14 1374 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
848 /force-app/main/default/classes/Untapped.cls 1372 8 1372 88 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
848 /force-app/main/default/classes/Untapped.cls 1372 8 1372 88 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
849 /force-app/main/default/classes/Untapped.cls 1381 9 1420 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
849 /force-app/main/default/classes/Untapped.cls 1381 9 1420 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
850 /force-app/main/default/classes/Untapped.cls 1381 9 1420 3 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The class 'Beer_X' has a Standard Cyclomatic Complexity of 2 (Highest = 12).
850 /force-app/main/default/classes/Untapped.cls 1381 9 1420 3 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The class 'Beer_X' has a Standard Cyclomatic Complexity of 2 (Highest = 12).
851 /force-app/main/default/classes/Untapped.cls 1382 10 1382 32 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
851 /force-app/main/default/classes/Untapped.cls 1382 10 1382 32 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
852 /force-app/main/default/classes/Untapped.cls 1383 10 1383 37 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
852 /force-app/main/default/classes/Untapped.cls 1383 10 1383 37 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
853 /force-app/main/default/classes/Untapped.cls 1383 17 1383 26 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'beer_name' doesn't match '[a-z][a-zA-Z0-9]*'
853 /force-app/main/default/classes/Untapped.cls 1383 17 1383 26 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'beer_name' doesn't match '[a-z][a-zA-Z0-9]*'
854 /force-app/main/default/classes/Untapped.cls 1384 10 1384 36 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
854 /force-app/main/default/classes/Untapped.cls 1384 10 1384 36 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
855 /force-app/main/default/classes/Untapped.cls 1384 17 1384 25 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'beer_abv' doesn't match '[a-z][a-zA-Z0-9]*'
855 /force-app/main/default/classes/Untapped.cls 1384 17 1384 25 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'beer_abv' doesn't match '[a-z][a-zA-Z0-9]*'
856 /force-app/main/default/classes/Untapped.cls 1385 10 1385 38 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
856 /force-app/main/default/classes/Untapped.cls 1385 10 1385 38 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
857 /force-app/main/default/classes/Untapped.cls 1385 17 1385 27 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'beer_label' doesn't match '[a-z][a-zA-Z0-9]*'
857 /force-app/main/default/classes/Untapped.cls 1385 17 1385 27 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'beer_label' doesn't match '[a-z][a-zA-Z0-9]*'
858 /force-app/main/default/classes/Untapped.cls 1386 10 1386 37 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
858 /force-app/main/default/classes/Untapped.cls 1386 10 1386 37 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
859 /force-app/main/default/classes/Untapped.cls 1386 17 1386 26 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'beer_slug' doesn't match '[a-z][a-zA-Z0-9]*'
859 /force-app/main/default/classes/Untapped.cls 1386 17 1386 26 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'beer_slug' doesn't match '[a-z][a-zA-Z0-9]*'
860 /force-app/main/default/classes/Untapped.cls 1387 10 1387 38 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
860 /force-app/main/default/classes/Untapped.cls 1387 10 1387 38 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
861 /force-app/main/default/classes/Untapped.cls 1387 17 1387 27 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'beer_style' doesn't match '[a-z][a-zA-Z0-9]*'
861 /force-app/main/default/classes/Untapped.cls 1387 17 1387 27 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'beer_style' doesn't match '[a-z][a-zA-Z0-9]*'
862 /force-app/main/default/classes/Untapped.cls 1388 10 1388 40 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
862 /force-app/main/default/classes/Untapped.cls 1388 10 1388 40 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
863 /force-app/main/default/classes/Untapped.cls 1388 18 1388 29 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'beer_active' doesn't match '[a-z][a-zA-Z0-9]*'
863 /force-app/main/default/classes/Untapped.cls 1388 18 1388 29 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'beer_active' doesn't match '[a-z][a-zA-Z0-9]*'
864 /force-app/main/default/classes/Untapped.cls 1389 10 1389 36 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
864 /force-app/main/default/classes/Untapped.cls 1389 10 1389 36 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
865 /force-app/main/default/classes/Untapped.cls 1389 18 1389 25 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'has_had' doesn't match '[a-z][a-zA-Z0-9]*'
865 /force-app/main/default/classes/Untapped.cls 1389 18 1389 25 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'has_had' doesn't match '[a-z][a-zA-Z0-9]*'
866 /force-app/main/default/classes/Untapped.cls 1391 10 1419 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
866 /force-app/main/default/classes/Untapped.cls 1391 10 1419 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
867 /force-app/main/default/classes/Untapped.cls 1391 10 1419 4 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity The constructor 'Beer_X(JSONParser)' has a cognitive complexity of 18, current threshold is 15
867 /force-app/main/default/classes/Untapped.cls 1391 10 1419 4 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity The constructor 'Beer_X(JSONParser)' has a cognitive complexity of 18, current threshold is 15
868 /force-app/main/default/classes/Untapped.cls 1391 10 1419 4 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity The constructor 'Beer_X(JSONParser)' has a cyclomatic complexity of 12.
868 /force-app/main/default/classes/Untapped.cls 1391 10 1419 4 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity The constructor 'Beer_X(JSONParser)' has a cyclomatic complexity of 12.
869 /force-app/main/default/classes/Untapped.cls 1391 10 1419 4 pmd NcssConstructorCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssconstructorcount The constructor has an NCSS line count of 32
869 /force-app/main/default/classes/Untapped.cls 1391 10 1419 4 pmd NcssConstructorCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssconstructorcount The constructor has an NCSS line count of 32
870 /force-app/main/default/classes/Untapped.cls 1391 10 1419 4 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The constructor 'Beer_X' has a Standard Cyclomatic Complexity of 12.
870 /force-app/main/default/classes/Untapped.cls 1391 10 1419 4 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The constructor 'Beer_X' has a Standard Cyclomatic Complexity of 12.
871 /force-app/main/default/classes/Untapped.cls 1396 7 1415 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
871 /force-app/main/default/classes/Untapped.cls 1396 7 1415 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
872 /force-app/main/default/classes/Untapped.cls 1398 14 1415 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
872 /force-app/main/default/classes/Untapped.cls 1398 14 1415 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
873 /force-app/main/default/classes/Untapped.cls 1400 14 1415 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
873 /force-app/main/default/classes/Untapped.cls 1400 14 1415 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
874 /force-app/main/default/classes/Untapped.cls 1402 14 1415 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
874 /force-app/main/default/classes/Untapped.cls 1402 14 1415 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
875 /force-app/main/default/classes/Untapped.cls 1404 14 1415 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
875 /force-app/main/default/classes/Untapped.cls 1404 14 1415 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
876 /force-app/main/default/classes/Untapped.cls 1406 14 1415 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
876 /force-app/main/default/classes/Untapped.cls 1406 14 1415 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
877 /force-app/main/default/classes/Untapped.cls 1408 14 1415 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
877 /force-app/main/default/classes/Untapped.cls 1408 14 1415 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
878 /force-app/main/default/classes/Untapped.cls 1410 14 1415 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
878 /force-app/main/default/classes/Untapped.cls 1410 14 1415 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
879 /force-app/main/default/classes/Untapped.cls 1413 8 1413 88 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
879 /force-app/main/default/classes/Untapped.cls 1413 8 1413 88 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
880 /force-app/main/default/classes/Untapped.cls 1422 9 1452 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
880 /force-app/main/default/classes/Untapped.cls 1422 9 1452 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
881 /force-app/main/default/classes/Untapped.cls 1423 10 1423 40 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
881 /force-app/main/default/classes/Untapped.cls 1423 10 1423 40 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
882 /force-app/main/default/classes/Untapped.cls 1423 18 1423 29 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'total_count' doesn't match '[a-z][a-zA-Z0-9]*'
882 /force-app/main/default/classes/Untapped.cls 1423 18 1423 29 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'total_count' doesn't match '[a-z][a-zA-Z0-9]*'
883 /force-app/main/default/classes/Untapped.cls 1424 10 1424 39 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
883 /force-app/main/default/classes/Untapped.cls 1424 10 1424 39 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
884 /force-app/main/default/classes/Untapped.cls 1424 18 1424 28 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'user_count' doesn't match '[a-z][a-zA-Z0-9]*'
884 /force-app/main/default/classes/Untapped.cls 1424 18 1424 28 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'user_count' doesn't match '[a-z][a-zA-Z0-9]*'
885 /force-app/main/default/classes/Untapped.cls 1425 10 1425 45 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
885 /force-app/main/default/classes/Untapped.cls 1425 10 1425 45 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
886 /force-app/main/default/classes/Untapped.cls 1425 18 1425 34 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'total_user_count' doesn't match '[a-z][a-zA-Z0-9]*'
886 /force-app/main/default/classes/Untapped.cls 1425 18 1425 34 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'total_user_count' doesn't match '[a-z][a-zA-Z0-9]*'
887 /force-app/main/default/classes/Untapped.cls 1426 10 1426 42 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
887 /force-app/main/default/classes/Untapped.cls 1426 10 1426 42 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
888 /force-app/main/default/classes/Untapped.cls 1426 18 1426 31 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'monthly_count' doesn't match '[a-z][a-zA-Z0-9]*'
888 /force-app/main/default/classes/Untapped.cls 1426 18 1426 31 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'monthly_count' doesn't match '[a-z][a-zA-Z0-9]*'
889 /force-app/main/default/classes/Untapped.cls 1427 10 1427 41 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
889 /force-app/main/default/classes/Untapped.cls 1427 10 1427 41 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
890 /force-app/main/default/classes/Untapped.cls 1427 18 1427 30 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'weekly_count' doesn't match '[a-z][a-zA-Z0-9]*'
890 /force-app/main/default/classes/Untapped.cls 1427 18 1427 30 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'weekly_count' doesn't match '[a-z][a-zA-Z0-9]*'
891 /force-app/main/default/classes/Untapped.cls 1429 10 1451 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
891 /force-app/main/default/classes/Untapped.cls 1429 10 1451 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
892 /force-app/main/default/classes/Untapped.cls 1429 10 1451 4 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity The constructor 'Stats(JSONParser)' has a cognitive complexity of 15, current threshold is 15
892 /force-app/main/default/classes/Untapped.cls 1429 10 1451 4 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity The constructor 'Stats(JSONParser)' has a cognitive complexity of 15, current threshold is 15
893 /force-app/main/default/classes/Untapped.cls 1429 10 1451 4 pmd NcssConstructorCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssconstructorcount The constructor has an NCSS line count of 26
893 /force-app/main/default/classes/Untapped.cls 1429 10 1451 4 pmd NcssConstructorCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssconstructorcount The constructor has an NCSS line count of 26
894 /force-app/main/default/classes/Untapped.cls 1434 7 1447 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
894 /force-app/main/default/classes/Untapped.cls 1434 7 1447 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
895 /force-app/main/default/classes/Untapped.cls 1436 14 1447 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
895 /force-app/main/default/classes/Untapped.cls 1436 14 1447 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
896 /force-app/main/default/classes/Untapped.cls 1438 14 1447 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
896 /force-app/main/default/classes/Untapped.cls 1438 14 1447 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
897 /force-app/main/default/classes/Untapped.cls 1440 14 1447 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
897 /force-app/main/default/classes/Untapped.cls 1440 14 1447 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
898 /force-app/main/default/classes/Untapped.cls 1442 14 1447 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
898 /force-app/main/default/classes/Untapped.cls 1442 14 1447 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
899 /force-app/main/default/classes/Untapped.cls 1445 8 1445 87 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
899 /force-app/main/default/classes/Untapped.cls 1445 8 1445 87 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
900 /force-app/main/default/classes/Untapped.cls 1454 9 1481 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
900 /force-app/main/default/classes/Untapped.cls 1454 9 1481 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
901 /force-app/main/default/classes/Untapped.cls 1455 10 1455 35 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
901 /force-app/main/default/classes/Untapped.cls 1455 10 1455 35 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
902 /force-app/main/default/classes/Untapped.cls 1456 10 1456 36 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
902 /force-app/main/default/classes/Untapped.cls 1456 10 1456 36 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
903 /force-app/main/default/classes/Untapped.cls 1456 18 1456 25 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'limit_Z' doesn't match '[a-z][a-zA-Z0-9]*'
903 /force-app/main/default/classes/Untapped.cls 1456 18 1456 25 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'limit_Z' doesn't match '[a-z][a-zA-Z0-9]*'
904 /force-app/main/default/classes/Untapped.cls 1457 10 1457 34 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
904 /force-app/main/default/classes/Untapped.cls 1457 10 1457 34 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
905 /force-app/main/default/classes/Untapped.cls 1458 10 1458 40 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
905 /force-app/main/default/classes/Untapped.cls 1458 10 1458 40 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
906 /force-app/main/default/classes/Untapped.cls 1460 10 1480 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
906 /force-app/main/default/classes/Untapped.cls 1460 10 1480 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
907 /force-app/main/default/classes/Untapped.cls 1460 10 1480 4 pmd NcssConstructorCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssconstructorcount The constructor has an NCSS line count of 24
907 /force-app/main/default/classes/Untapped.cls 1460 10 1480 4 pmd NcssConstructorCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssconstructorcount The constructor has an NCSS line count of 24
908 /force-app/main/default/classes/Untapped.cls 1465 7 1476 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
908 /force-app/main/default/classes/Untapped.cls 1465 7 1476 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
909 /force-app/main/default/classes/Untapped.cls 1467 14 1476 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
909 /force-app/main/default/classes/Untapped.cls 1467 14 1476 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
910 /force-app/main/default/classes/Untapped.cls 1469 14 1476 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
910 /force-app/main/default/classes/Untapped.cls 1469 14 1476 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
911 /force-app/main/default/classes/Untapped.cls 1471 14 1476 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
911 /force-app/main/default/classes/Untapped.cls 1471 14 1476 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
912 /force-app/main/default/classes/Untapped.cls 1474 8 1474 91 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
912 /force-app/main/default/classes/Untapped.cls 1474 8 1474 91 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
913 /force-app/main/default/classes/Untapped.cls 1483 9 1504 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
913 /force-app/main/default/classes/Untapped.cls 1483 9 1504 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
914 /force-app/main/default/classes/Untapped.cls 1484 10 1484 34 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
914 /force-app/main/default/classes/Untapped.cls 1484 10 1484 34 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
915 /force-app/main/default/classes/Untapped.cls 1484 17 1484 23 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'time_x' doesn't match '[a-z][a-zA-Z0-9]*'
915 /force-app/main/default/classes/Untapped.cls 1484 17 1484 23 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'time_x' doesn't match '[a-z][a-zA-Z0-9]*'
916 /force-app/main/default/classes/Untapped.cls 1485 10 1485 35 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
916 /force-app/main/default/classes/Untapped.cls 1485 10 1485 35 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
917 /force-app/main/default/classes/Untapped.cls 1487 10 1503 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
917 /force-app/main/default/classes/Untapped.cls 1487 10 1503 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
918 /force-app/main/default/classes/Untapped.cls 1487 10 1503 4 pmd NcssConstructorCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssconstructorcount The constructor has an NCSS line count of 20
918 /force-app/main/default/classes/Untapped.cls 1487 10 1503 4 pmd NcssConstructorCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssconstructorcount The constructor has an NCSS line count of 20
919 /force-app/main/default/classes/Untapped.cls 1492 7 1499 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
919 /force-app/main/default/classes/Untapped.cls 1492 7 1499 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
920 /force-app/main/default/classes/Untapped.cls 1494 14 1499 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
920 /force-app/main/default/classes/Untapped.cls 1494 14 1499 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
921 /force-app/main/default/classes/Untapped.cls 1497 8 1497 95 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
921 /force-app/main/default/classes/Untapped.cls 1497 8 1497 95 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
922 /force-app/main/default/classes/Untapped.cls 1506 9 1521 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
922 /force-app/main/default/classes/Untapped.cls 1506 9 1521 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
923 /force-app/main/default/classes/Untapped.cls 1508 10 1520 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
923 /force-app/main/default/classes/Untapped.cls 1508 10 1520 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
924 /force-app/main/default/classes/Untapped.cls 1514 8 1514 95 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
924 /force-app/main/default/classes/Untapped.cls 1514 8 1514 95 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
925 /force-app/main/default/classes/Untapped.cls 1523 9 1544 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
925 /force-app/main/default/classes/Untapped.cls 1523 9 1544 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
926 /force-app/main/default/classes/Untapped.cls 1524 10 1524 41 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
926 /force-app/main/default/classes/Untapped.cls 1524 10 1524 41 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
927 /force-app/main/default/classes/Untapped.cls 1524 17 1524 30 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'foursquare_id' doesn't match '[a-z][a-zA-Z0-9]*'
927 /force-app/main/default/classes/Untapped.cls 1524 17 1524 30 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'foursquare_id' doesn't match '[a-z][a-zA-Z0-9]*'
928 /force-app/main/default/classes/Untapped.cls 1525 10 1525 42 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
928 /force-app/main/default/classes/Untapped.cls 1525 10 1525 42 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
929 /force-app/main/default/classes/Untapped.cls 1525 17 1525 31 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'foursquare_url' doesn't match '[a-z][a-zA-Z0-9]*'
929 /force-app/main/default/classes/Untapped.cls 1525 17 1525 31 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'foursquare_url' doesn't match '[a-z][a-zA-Z0-9]*'
930 /force-app/main/default/classes/Untapped.cls 1527 10 1543 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
930 /force-app/main/default/classes/Untapped.cls 1527 10 1543 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
931 /force-app/main/default/classes/Untapped.cls 1527 10 1543 4 pmd NcssConstructorCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssconstructorcount The constructor has an NCSS line count of 20
931 /force-app/main/default/classes/Untapped.cls 1527 10 1543 4 pmd NcssConstructorCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssconstructorcount The constructor has an NCSS line count of 20
932 /force-app/main/default/classes/Untapped.cls 1532 7 1539 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
932 /force-app/main/default/classes/Untapped.cls 1532 7 1539 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
933 /force-app/main/default/classes/Untapped.cls 1534 14 1539 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
933 /force-app/main/default/classes/Untapped.cls 1534 14 1539 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
934 /force-app/main/default/classes/Untapped.cls 1537 8 1537 92 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
934 /force-app/main/default/classes/Untapped.cls 1537 8 1537 92 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
935 /force-app/main/default/classes/Untapped.cls 1546 9 1579 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
935 /force-app/main/default/classes/Untapped.cls 1546 9 1579 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
936 /force-app/main/default/classes/Untapped.cls 1546 9 1579 3 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The class 'Location' has a Standard Cyclomatic Complexity of 2 (Highest = 10).
936 /force-app/main/default/classes/Untapped.cls 1546 9 1579 3 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The class 'Location' has a Standard Cyclomatic Complexity of 2 (Highest = 10).
937 /force-app/main/default/classes/Untapped.cls 1547 10 1547 41 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
937 /force-app/main/default/classes/Untapped.cls 1547 10 1547 41 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
938 /force-app/main/default/classes/Untapped.cls 1547 17 1547 30 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'venue_address' doesn't match '[a-z][a-zA-Z0-9]*'
938 /force-app/main/default/classes/Untapped.cls 1547 17 1547 30 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'venue_address' doesn't match '[a-z][a-zA-Z0-9]*'
939 /force-app/main/default/classes/Untapped.cls 1548 10 1548 38 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
939 /force-app/main/default/classes/Untapped.cls 1548 10 1548 38 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
940 /force-app/main/default/classes/Untapped.cls 1548 17 1548 27 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'venue_city' doesn't match '[a-z][a-zA-Z0-9]*'
940 /force-app/main/default/classes/Untapped.cls 1548 17 1548 27 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'venue_city' doesn't match '[a-z][a-zA-Z0-9]*'
941 /force-app/main/default/classes/Untapped.cls 1549 10 1549 39 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
941 /force-app/main/default/classes/Untapped.cls 1549 10 1549 39 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
942 /force-app/main/default/classes/Untapped.cls 1549 17 1549 28 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'venue_state' doesn't match '[a-z][a-zA-Z0-9]*'
942 /force-app/main/default/classes/Untapped.cls 1549 17 1549 28 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'venue_state' doesn't match '[a-z][a-zA-Z0-9]*'
943 /force-app/main/default/classes/Untapped.cls 1550 10 1550 41 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
943 /force-app/main/default/classes/Untapped.cls 1550 10 1550 41 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
944 /force-app/main/default/classes/Untapped.cls 1550 17 1550 30 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'venue_country' doesn't match '[a-z][a-zA-Z0-9]*'
944 /force-app/main/default/classes/Untapped.cls 1550 17 1550 30 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'venue_country' doesn't match '[a-z][a-zA-Z0-9]*'
945 /force-app/main/default/classes/Untapped.cls 1551 10 1551 31 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
945 /force-app/main/default/classes/Untapped.cls 1551 10 1551 31 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
946 /force-app/main/default/classes/Untapped.cls 1552 10 1552 31 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
946 /force-app/main/default/classes/Untapped.cls 1552 10 1552 31 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
947 /force-app/main/default/classes/Untapped.cls 1554 10 1578 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
947 /force-app/main/default/classes/Untapped.cls 1554 10 1578 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
948 /force-app/main/default/classes/Untapped.cls 1554 10 1578 4 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity The constructor 'Location(JSONParser)' has a cognitive complexity of 16, current threshold is 15
948 /force-app/main/default/classes/Untapped.cls 1554 10 1578 4 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity The constructor 'Location(JSONParser)' has a cognitive complexity of 16, current threshold is 15
949 /force-app/main/default/classes/Untapped.cls 1554 10 1578 4 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity The constructor 'Location(JSONParser)' has a cyclomatic complexity of 10.
949 /force-app/main/default/classes/Untapped.cls 1554 10 1578 4 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity The constructor 'Location(JSONParser)' has a cyclomatic complexity of 10.
950 /force-app/main/default/classes/Untapped.cls 1554 10 1578 4 pmd NcssConstructorCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssconstructorcount The constructor has an NCSS line count of 28
950 /force-app/main/default/classes/Untapped.cls 1554 10 1578 4 pmd NcssConstructorCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssconstructorcount The constructor has an NCSS line count of 28
951 /force-app/main/default/classes/Untapped.cls 1554 10 1578 4 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The constructor 'Location' has a Standard Cyclomatic Complexity of 10.
951 /force-app/main/default/classes/Untapped.cls 1554 10 1578 4 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The constructor 'Location' has a Standard Cyclomatic Complexity of 10.
952 /force-app/main/default/classes/Untapped.cls 1559 7 1574 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
952 /force-app/main/default/classes/Untapped.cls 1559 7 1574 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
953 /force-app/main/default/classes/Untapped.cls 1561 14 1574 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
953 /force-app/main/default/classes/Untapped.cls 1561 14 1574 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
954 /force-app/main/default/classes/Untapped.cls 1563 14 1574 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
954 /force-app/main/default/classes/Untapped.cls 1563 14 1574 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
955 /force-app/main/default/classes/Untapped.cls 1565 14 1574 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
955 /force-app/main/default/classes/Untapped.cls 1565 14 1574 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
956 /force-app/main/default/classes/Untapped.cls 1567 14 1574 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
956 /force-app/main/default/classes/Untapped.cls 1567 14 1574 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
957 /force-app/main/default/classes/Untapped.cls 1569 14 1574 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
957 /force-app/main/default/classes/Untapped.cls 1569 14 1574 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
958 /force-app/main/default/classes/Untapped.cls 1572 8 1572 90 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
958 /force-app/main/default/classes/Untapped.cls 1572 8 1572 90 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
959 /force-app/main/default/classes/Untapped.cls 1582 16 1585 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
959 /force-app/main/default/classes/Untapped.cls 1582 16 1585 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
960 /force-app/main/default/classes/Untapped.cls 1587 16 1599 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
960 /force-app/main/default/classes/Untapped.cls 1587 16 1599 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
961 /force-app/main/default/classes/Untapped.cls 1614 20 1621 6 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions The static method name 'arrayOfItems_U' doesn't match '[a-z][a-zA-Z0-9]*'
961 /force-app/main/default/classes/Untapped.cls 1614 20 1621 6 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions The static method name 'arrayOfItems_U' doesn't match '[a-z][a-zA-Z0-9]*'
962 /force-app/main/default/classes/Untapped.cls 1616 42 1616 56 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
962 /force-app/main/default/classes/Untapped.cls 1616 42 1616 56 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
963 /force-app/main/default/classes/Untapped.cls 1616 42 1616 56 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
963 /force-app/main/default/classes/Untapped.cls 1616 42 1616 56 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
964 /force-app/main/default/classes/Untapped.cls 1635 20 1642 6 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions The static method name 'arrayOfItems_W' doesn't match '[a-z][a-zA-Z0-9]*'
964 /force-app/main/default/classes/Untapped.cls 1635 20 1642 6 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions The static method name 'arrayOfItems_W' doesn't match '[a-z][a-zA-Z0-9]*'
965 /force-app/main/default/classes/Untapped.cls 1637 42 1637 56 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
965 /force-app/main/default/classes/Untapped.cls 1637 42 1637 56 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
966 /force-app/main/default/classes/Untapped.cls 1637 42 1637 56 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
966 /force-app/main/default/classes/Untapped.cls 1637 42 1637 56 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
967 /force-app/main/default/classes/Untapped.cls 1651 20 1658 6 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions The static method name 'arrayOfItems_X' doesn't match '[a-z][a-zA-Z0-9]*'
967 /force-app/main/default/classes/Untapped.cls 1651 20 1658 6 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions The static method name 'arrayOfItems_X' doesn't match '[a-z][a-zA-Z0-9]*'
968 /force-app/main/default/classes/Untapped.cls 1653 42 1653 56 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
968 /force-app/main/default/classes/Untapped.cls 1653 42 1653 56 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
969 /force-app/main/default/classes/Untapped.cls 1653 42 1653 56 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
969 /force-app/main/default/classes/Untapped.cls 1653 42 1653 56 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
970 /force-app/main/default/classes/Untapped.cls 1664 20 1671 6 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions The static method name 'arrayOfItems_V' doesn't match '[a-z][a-zA-Z0-9]*'
970 /force-app/main/default/classes/Untapped.cls 1664 20 1671 6 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions The static method name 'arrayOfItems_V' doesn't match '[a-z][a-zA-Z0-9]*'
971 /force-app/main/default/classes/Untapped.cls 1666 42 1666 56 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
971 /force-app/main/default/classes/Untapped.cls 1666 42 1666 56 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
972 /force-app/main/default/classes/Untapped.cls 1666 42 1666 56 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
972 /force-app/main/default/classes/Untapped.cls 1666 42 1666 56 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
973 /force-app/main/default/classes/Untapped.cls 1682 20 1689 6 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions The static method name 'arrayOfItems_Z' doesn't match '[a-z][a-zA-Z0-9]*'
973 /force-app/main/default/classes/Untapped.cls 1682 20 1689 6 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions The static method name 'arrayOfItems_Z' doesn't match '[a-z][a-zA-Z0-9]*'
974 /force-app/main/default/classes/Untapped.cls 1684 42 1684 56 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
974 /force-app/main/default/classes/Untapped.cls 1684 42 1684 56 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
975 /force-app/main/default/classes/Untapped.cls 1684 42 1684 56 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
975 /force-app/main/default/classes/Untapped.cls 1684 42 1684 56 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
976 /force-app/main/default/classes/Untapped.cls 1694 42 1694 56 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
976 /force-app/main/default/classes/Untapped.cls 1694 42 1694 56 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
977 /force-app/main/default/classes/Untapped.cls 1694 42 1694 56 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
977 /force-app/main/default/classes/Untapped.cls 1694 42 1694 56 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
978 /force-app/main/default/classes/Untapped.cls 1708 20 1715 6 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions The static method name 'arrayOfItems_Y' doesn't match '[a-z][a-zA-Z0-9]*'
978 /force-app/main/default/classes/Untapped.cls 1708 20 1715 6 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions The static method name 'arrayOfItems_Y' doesn't match '[a-z][a-zA-Z0-9]*'
979 /force-app/main/default/classes/Untapped.cls 1710 42 1710 56 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
979 /force-app/main/default/classes/Untapped.cls 1710 42 1710 56 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
980 /force-app/main/default/classes/Untapped.cls 1710 42 1710 56 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
980 /force-app/main/default/classes/Untapped.cls 1710 42 1710 56 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
981 /force-app/main/default/classes/Untapped.cls 1723 42 1723 56 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
981 /force-app/main/default/classes/Untapped.cls 1723 42 1723 56 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
982 /force-app/main/default/classes/Untapped.cls 1723 42 1723 56 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
982 /force-app/main/default/classes/Untapped.cls 1723 42 1723 56 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces