Commit Graph

1984 Commits

Author SHA1 Message Date
Andreas Dangel
55ee8b3461 [apex] Improve handling of <clinit> and such... 2023-09-21 16:47:58 +02:00
Andreas Dangel
22f5a09715 Fix pmd issues - LooseCoupling 2023-09-14 11:03:28 +02:00
Thomas Prouvot
2d7521401d Add apex new rule OperationWithHighCostInLoop 2023-09-14 10:10:37 +02:00
Andreas Dangel
82bc73c825 Merge branch 'master' into pr-4479 2023-09-14 09:56:38 +02:00
Andreas Dangel
30416aee1a [apex] ASTMethod#getImage - Use BaseApexClass
Refs #4479
2023-09-14 09:34:14 +02:00
Andreas Dangel
17601960a3 [core][apex] Support TextDocument#offsetAtLineColumn
- not for FragmentedTextDocuments

Refs #4479
2023-09-14 09:33:31 +02:00
Andreas Dangel
347d5992d1 Merge pull request #4649 from rcorfieldffdc:defect/4646-apex-soql-injection-sobjecttype-token-variables
[apex] Add SObjectType and SObjectField to list of injectable SOQL variable types #4649
2023-09-09 12:19:10 +02:00
Andreas Dangel
7d0e1f00cc [doc] Update release notes (#4649, #4646) 2023-09-09 12:11:19 +02:00
Andreas Dangel
32afa53f8e All language modules: getInstance()
Use a consistent implementation of getInstance().
Now all modules resolve against the LanguageRegistry.
2023-08-24 16:01:27 +02:00
Andreas Dangel
80856732cc Fix checkstyle 2023-08-24 14:19:36 +02:00
Andreas Dangel
8511c7b0e1 [core] Move PmdCapableLanguage to n.sf.pmd.lang 2023-08-24 11:42:50 +02:00
Andreas Dangel
932ac33d15 Merge branch 'master' into pr-4397 2023-08-24 09:48:28 +02:00
Andreas Dangel
df08d08608 [apex] Remove cpd property CASE_SENSITIVE 2023-08-24 09:10:06 +02:00
Richard Corfield
4151ca13f2 Fix Checkstyle errors by changing tab indentation to spaces
mvnw clean verify - now passes.
2023-08-18 17:53:19 +01:00
Richard Corfield
8f19067535 A neater set instantiation 2023-08-18 17:33:57 +01:00
Richard Corfield
2ab8447654 Remove the tests related to issue 4650
This commit will need to be reverted in 4650's branch.
2023-08-18 17:28:06 +01:00
Richard Corfield
bcbaffcf21 Add unit tests for the behavior I hope to see
Two of these tests are failing. It doesn't recognise constants.
I guess that it never has recognised constants, and this is another
problem in the code. I don't know whether to try to fix this or consider
it a different problem so I can make smaller pull requests.
2023-08-17 10:59:59 +01:00
Richard Corfield
d85a1a7cfe Add SObjectType and SObjectField to list of injectable SOQL variable types 2023-08-17 10:07:51 +01:00
Andreas Dangel
894d9fba84 Merge branch 'master' into pr-4397 2023-08-17 09:31:53 +02:00
Andreas Dangel
b73611f013 Merge branch 'master' into pr-4380 2023-08-10 17:37:36 +02:00
Andreas Dangel
256ae42830 [apex] Fix rule test for UnusedMethod
Refs #4453
2023-06-29 11:52:02 +02:00
Andreas Dangel
670eea4f3b [apex] Add rule test for UnusedMethod
Refs #4453
2023-06-29 09:45:03 +02:00
Andreas Dangel
60dfa53f77 Fix checkstyle 2023-06-26 19:32:07 +02:00
Andreas Dangel
68cc4e7315 Fix test - add workaround for differing antlr versions 2023-06-26 19:27:30 +02:00
Andreas Dangel
79b5904827 Merge branch 'master' into pr-4528 2023-06-26 18:17:29 +02:00
Andreas Dangel
0b9d5ec5e4 [apex] ApexCRUDViolation: Add support for "as user"
Refs #4368
2023-06-24 22:46:17 +02:00
Andreas Dangel
25539e1fc0 Guava is needed for apex at runtime as well - remove default scope test 2023-06-24 22:46:17 +02:00
Andreas Dangel
aeb1504079 [apex] Update jorje to latest version from 2023-06-05
Fixes #3973
2023-06-24 22:46:16 +02:00
Andreas Dangel
03a5b7549e [apex] ExcessivePublicCount: consider properties
Fixes #4596
2023-06-24 16:51:51 +02:00
Clément Fournier
baf3417bff Fix compilation issue with regex (illegal escape character) 2023-06-02 15:01:52 +02:00
Andreas Dangel
8a89a4c786 Use explicit encoding in ruleset files 2023-06-01 17:29:24 +02:00
Andreas Dangel
835b625d51 [release] prepare for next development iteration 2023-05-30 20:15:08 +02:00
Andreas Dangel
7d6d303488 [release] prepare release pmd_releases/7.0.0-rc3 2023-05-30 20:15:02 +02:00
Clément Fournier
f2cd5abbab Merge branch 'master' into clem.pmd7-refactor-cpd 2023-05-26 12:21:08 +02:00
Clément Fournier
fd0416c85a Merge branch 'master' into port-properties 2023-05-26 11:42:11 +02:00
nwcm
49dc7b75b7 Update APEX bind regex match for all possible combinations
Matches variables with underscores
Matches `=:food` and `=: foo`
2023-05-15 10:55:57 +10:00
Clément Fournier
ac86bb21dc Merge branch 'master' into pmd7-textfile-display-name 2023-05-02 17:12:39 +02:00
Kevin Jones
460fddd18c Update to apexlink 2.3.5 2023-04-30 20:37:22 +01:00
Andreas Dangel
b79e6bd92b [release] prepare for next development iteration 2023-04-29 23:39:34 +02:00
Andreas Dangel
a97e108269 [release] prepare release pmd_releases/7.0.0-rc2 2023-04-29 23:39:28 +02:00
Andreas Dangel
e493db664e Merge branch 'master' into pr-4501 2023-04-29 22:42:31 +02:00
Clément Fournier
b89970d5fe Merge branch 'pmd7-textfile-display-name' into clem.pmd7-refactor-cpd 2023-04-29 19:20:38 +02:00
Clément Fournier
4834aca95c Tests and doc 2023-04-29 18:59:23 +02:00
Clément Fournier
68a4e84b5e Merge branch 'master' into pmd7-textfile-display-name 2023-04-29 18:21:30 +02:00
Andreas Dangel
aef2c175e5 Merge pull request #4465 from adangel:apex-link-error-handling
[apex] Handle ApexLink initialization errors #4465
2023-04-28 22:43:15 +02:00
Andreas Dangel
3b31913146 [doc] Update release notes (#4509)
Closes #4509
2023-04-27 09:34:12 +02:00
Andreas Dangel
5882dda016 [apex] Fix compile errors after merge 2023-04-22 10:31:16 +02:00
Andreas Dangel
9fc7ab55a1 Merge branch 'master' into apex-excessive-public-count 2023-04-22 10:27:14 +02:00
Andreas Dangel
3e9d6081a4 [apex] Add limit in ExcessivePublicCount message 2023-04-22 09:43:19 +02:00
Andreas Dangel
646fb09908 [apex] Improve ExcessivePublicCount message
and verify inner class behavior.
2023-04-21 14:21:46 +02:00