|
fd145e30b2
|
added acceptable length property
|
2018-11-08 22:52:54 +05:30 |
|
|
c330cfba13
|
Revert "added acceptable length property"
This reverts commit 2ccfe15a14 .
|
2018-11-08 21:43:48 +05:30 |
|
|
2ccfe15a14
|
added acceptable length property
|
2018-11-08 20:20:16 +05:30 |
|
|
415b07c385
|
Merge branch 'master' of https://github.com/pmd/pmd
|
2018-11-08 18:21:20 +05:30 |
|
|
411ca67b7e
|
Rule name and release version changed
|
2018-11-07 22:08:14 +05:30 |
|
|
4fadb1ab10
|
[old] added support for different bases, exponent, serialVersionUID.
|
2018-11-07 22:00:11 +05:30 |
|
|
7e5af86fd4
|
Fix Ncss not counting lambda contents
|
2018-11-06 15:31:36 +01:00 |
|
|
026006260f
|
Find out reason for violation changes with Cyclo
This is actually a bug fix.
Documented it on a test in CycloTest.xml
|
2018-11-06 15:02:32 +01:00 |
|
|
15cf453306
|
Fix pmd
|
2018-11-06 09:40:08 +01:00 |
|
|
f371524b63
|
Migrate other usages
|
2018-11-06 09:36:24 +01:00 |
|
|
9779422e3e
|
Fix UseVarargs
|
2018-11-06 09:33:37 +01:00 |
|
|
f19a2e7fde
|
Style
|
2018-11-06 09:32:01 +01:00 |
|
|
f9556ed5b9
|
Remove some API
It's not a good idea to publish too much new api before 7.0.0
|
2018-11-06 08:55:41 +01:00 |
|
|
010bdc2c4a
|
Deprecate Dimensionable & some methods from Field & LocalVar decls
|
2018-11-06 08:40:15 +01:00 |
|
|
a08c370da7
|
Generalize list property builders
|
2018-11-05 01:30:18 +01:00 |
|
|
e1b5717675
|
Fix #1372
|
2018-11-02 09:09:13 +01:00 |
|
|
2071913001
|
Add some tests
|
2018-11-02 08:37:13 +01:00 |
|
|
2eea1a4513
|
Simplify
|
2018-11-02 08:20:17 +01:00 |
|
|
9c76e861ff
|
Add doc to forupdate
|
2018-11-02 08:14:08 +01:00 |
|
|
4c5499e06e
|
Add InternalApi annotation
|
2018-11-02 08:14:08 +01:00 |
|
|
03dda84ca1
|
Deprecate Ncss visitors
|
2018-11-02 08:14:08 +01:00 |
|
|
c3d2cb5b1a
|
Rewrite cyclo visitor, add doc to some ast nodes
|
2018-11-02 08:14:08 +01:00 |
|
|
679eaeb4e5
|
Deprecate Initializer and functions
|
2018-11-02 08:11:26 +01:00 |
|
|
544c819274
|
[test] Kotlin DSL to ease test writing
* Merge branch 'pr-1395'
* Fixes #1318
* Update release notes
* Update version for new module
|
2018-10-29 19:23:06 +01:00 |
|
|
3c50db2439
|
[maven-release-plugin] prepare for next development iteration
|
2018-10-28 16:49:09 +01:00 |
|
|
7e4e859c5f
|
[maven-release-plugin] prepare release pmd_releases/6.9.0
|
2018-10-28 16:48:57 +01:00 |
|
|
db979ecaaf
|
Merge branch 'master' into pr-1409
|
2018-10-27 23:45:46 +02:00 |
|
|
a822deabc4
|
Merge branch 'master' into pr-1410
|
2018-10-27 23:39:02 +02:00 |
|
|
2f5cba1b5b
|
Merge remote-tracking branch 'origin/master'
|
2018-10-27 23:04:44 +02:00 |
|
|
b62b216b29
|
Merge branch 'pr-1399'
|
2018-10-27 22:55:10 +02:00 |
|
|
c4e7117f5e
|
[java] CommentDefaultAccessModifierRule
* refactor
* extend documentation
|
2018-10-27 22:53:44 +02:00 |
|
|
741f204739
|
Merge branch 'pr-1400'
|
2018-10-27 22:41:15 +02:00 |
|
|
ada6d83a83
|
[java] CommentDefaultAccessModifier: add test case for ignoredAnnotations
|
2018-10-27 22:36:52 +02:00 |
|
|
2dd0033520
|
Fix checkstyle
|
2018-10-27 22:12:41 +02:00 |
|
|
39f87ca5f3
|
Update schema location in rulesets
|
2018-10-27 21:02:16 +02:00 |
|
|
ae97d9f112
|
Issue-1343: Remove unnecessary method call.
|
2018-10-27 15:18:23 +02:00 |
|
|
1d48c49c81
|
Merge branch 'pr-1401'
|
2018-10-26 18:29:06 +02:00 |
|
|
3cd41d799c
|
Changing printStackTrace() into throwing a RuntimeException
|
2018-10-25 16:47:40 -05:00 |
|
|
666dc36343
|
[java] UnusedImports false positive for static import with package-private method usage
Fixes #1209
|
2018-10-24 19:46:58 +02:00 |
|
|
b8111a5c13
|
[java] UnusedImports false positive with static ondemand import with method call
Fixes #1404
|
2018-10-24 19:26:36 +02:00 |
|
|
dec7f21841
|
Deprecate rule classes of deprecated rules
|
2018-10-22 22:50:22 +02:00 |
|
|
377baf7caf
|
Replacing IOUtils.closeQuietly(foo) with try-with-resources statements
|
2018-10-19 14:23:51 -05:00 |
|
|
74378ae0d9
|
Issue-1343: Add method from super class
|
2018-10-19 15:32:00 +02:00 |
|
|
73b3a0e6da
|
Fix Issue-1343: CommentDefaultAccesModifierRule now extends AbstractIgnoredAnnotationRule
|
2018-10-19 13:15:27 +02:00 |
|
|
7edaf78e4a
|
[java] Improve UnnecessaryModifier explanation
Merge branch 'pr-1380'
|
2018-10-17 20:05:18 +02:00 |
|
|
d558f528b9
|
Merge branch 'pr-1392'
|
2018-10-17 19:46:12 +02:00 |
|
|
5e641cdf76
|
Merge branch 'pr-1388'
|
2018-10-17 08:52:38 +02:00 |
|
|
dc6b4e90a9
|
Merge branch 'pr-1382'
|
2018-10-17 08:46:47 +02:00 |
|
|
ead382b686
|
Replacing IOUtils.toString() with readAsString()
|
2018-10-16 16:34:23 -05:00 |
|
|
53a60ee924
|
Simplify rule
|
2018-10-15 23:18:17 -03:00 |
|