280 Commits

Author SHA1 Message Date
bf92ae9af4 Change EOLs 2017-02-03 12:39:15 -03:00
d92688a07d Introduce end-of-line normalization
References pmd/build-tools#2
2017-02-02 20:52:08 +01:00
ed3d63972f Merge branch 'pr-231' 2017-02-02 13:22:03 -03:00
d348264170 Removing printing 2017-02-02 13:12:43 -03:00
e87fe64a48 Add support for fields 2017-02-02 13:12:33 -03:00
a53cc81edb Merge branch 'pr-229' 2017-02-02 12:45:31 -03:00
103a745083 Integers won't count as SOQL injection 2017-02-02 12:31:53 -03:00
c854eba869 Merge branch 'pr-228' 2017-02-02 12:26:54 -03:00
52651c0c3f Excluding count from CRUD/FLS checks 2017-02-02 12:12:21 -03:00
23e2590b05 Merge branch 'pr-227' 2017-02-02 11:49:26 -03:00
9240237754 Improving detection of getters 2017-02-02 10:54:27 -03:00
4dc0699788 [maven-release-plugin] prepare for next development iteration 2017-01-28 14:43:17 +01:00
847ea1c084 [maven-release-plugin] prepare release pmd_releases/5.5.3 2017-01-28 14:43:17 +01:00
9028ea5f03 Merge branch 'pr-214'
Closes #214 (rebased onto pmd/5.5.x)
2017-01-28 10:07:54 +01:00
0c351b1917 Caching of results 2017-01-28 09:47:20 +01:00
6fa51ec364 Reporting modifier 2017-01-28 09:47:20 +01:00
aa50127868 Merge branch 'pr-204' 2017-01-24 14:35:03 -03:00
e95d1ef372 Adding a test 2017-01-24 14:27:35 -03:00
3079ce26a8 Bug fix 2017-01-24 14:27:29 -03:00
e41aede31e Merge branch 'pr-192' 2017-01-16 18:34:41 -03:00
ba325eb8a2 Dead code removal 2017-01-16 18:25:33 -03:00
03c38a16cb Merge branch 'pr-191' 2017-01-16 18:11:45 -03:00
1bbd10f01b Detection of sharing violation when Database. methods are used 2017-01-16 17:36:20 -03:00
f970069c9f Merge branch 'pr-189' 2017-01-16 15:36:47 -03:00
fb25329e0d Bug fix to improve detection of concatenated vars 2017-01-16 15:23:26 -03:00
7e83147a61 Unit test bug 2017-01-16 15:02:43 -03:00
074b606645 Merge branch 'pr-188'
Closes #188 (rebased onto pmd/5.5.x)
2017-01-15 19:49:43 +01:00
80b2792db5 Fix #183 - Count whole expressions as 1 line
- This is consistent with how we count "lines" in other languages.
 - Notice we are not actually counting lines, so multiline expressions are
    counted as 1.
 - Having multiple variable declarations together is still counting 1 per variable.
2017-01-15 18:33:06 +01:00
08e5feeb6d Merge branch 'OpenRedirectImprovement' of https://github.com/sgorbaty/pmd 2017-01-13 00:28:16 -03:00
4d57503e1a Merge branch 'pr-184' 2017-01-12 22:41:48 -03:00
16b9d566f3 Merge branch 'pr-184' into pmd/5.5.x 2017-01-12 22:35:05 -03:00
79121c42cc Comment to warn future folks to check Apex compiler implementation first 2017-01-12 22:28:45 -03:00
edabb22f37 Improving detection for assignment operator 2017-01-12 22:28:45 -03:00
a38526544a Improving open redirect detection for static fields 2017-01-12 22:28:45 -03:00
ac0b873f08 Merge branch 'pr-181' 2017-01-12 22:02:26 -03:00
9b0839a46c Merge branch 'pr-181' into pmd/5.5.x 2017-01-12 21:38:21 -03:00
608c9139be Bug fix #3 for else statements 2017-01-12 21:32:07 -03:00
9db4b2503d Bug fixes part 2 2017-01-12 21:32:07 -03:00
9d384f404c Bug fixes 2017-01-12 21:32:07 -03:00
7a3ab3d7a1 Accessibility checks improved with CF 2017-01-12 21:31:31 -03:00
9baf99f19d CF based CRUD rule checking 2017-01-12 21:31:31 -03:00
ed0b133cdc Comment to warn future folks to check Apex compiler implementation first 2017-01-12 14:44:59 -08:00
289505e426 Improving detection for assignment operator 2017-01-10 13:11:56 -08:00
448ce2074a Improving open redirect detection for static fields 2017-01-10 10:50:14 -08:00
a08b478f09 Legacy test class declaration 2017-01-07 22:26:31 -03:00
03a5aa2519 Legacy test class declaration 2017-01-07 22:21:33 -03:00
a84a0abbc2 Improving open redirect detection for strings prefixed with / 2017-01-07 22:01:45 -03:00
9c85a78884 Improving open redirect detection for strings prefixed with / 2017-01-07 22:00:48 -03:00
c9d3bd3e9c [java] Javadoc doclint fixes
References #1516 [build] doclint error during build
2017-01-05 21:54:48 +01:00
d12920eb72 Merge branch 'pr-175'
Closes #175 (rebased onto pmd/5.5.x)
2017-01-04 20:26:43 +01:00