|
4f25c1feb3
|
Add test case for operations
|
2017-09-17 22:54:40 +02:00 |
|
|
8af7d28197
|
Corrections for PR #602
|
2017-09-17 22:38:54 +02:00 |
|
|
16eb55d0c8
|
Merge branch 'pr-596'
|
2017-09-16 16:09:45 +02:00 |
|
|
51fc08a8f6
|
Fix compil error
|
2017-09-14 15:31:31 +02:00 |
|
|
0349ad74c1
|
Forgot stuff in n.s.pmd
|
2017-09-14 15:28:40 +02:00 |
|
|
f02026995d
|
Merge upstream
|
2017-09-14 14:37:00 +02:00 |
|
|
6a162c238c
|
Moved properties to n.s.pmd.properties
|
2017-09-14 00:05:55 +02:00 |
|
|
ee727c4504
|
Fix remaining tests after merge
|
2017-09-11 22:08:32 +02:00 |
|
|
54423d05a6
|
Merge branch 'master' into junit-rule-pmd-test-runner
|
2017-09-11 22:04:55 +02:00 |
|
|
4f5cae32d9
|
Apply schema for java rules tests
|
2017-09-11 21:55:50 +02:00 |
|
|
1600891562
|
Merge branch 'pr-598'
|
2017-09-09 18:56:30 -03:00 |
|
|
41b4eed58f
|
Merge remote-tracking branch 'origin/master' into pr-566
|
2017-09-09 09:53:17 +02:00 |
|
|
443f73b744
|
Fix #388
|
2017-09-07 17:21:11 +02:00 |
|
|
9bf8a50a30
|
Fix ncss tests
|
2017-09-07 00:16:36 +02:00 |
|
|
4f393648cb
|
Separation in apex module
|
2017-09-07 00:00:11 +02:00 |
|
|
e2d8076f9e
|
Deleted the façade
|
2017-09-06 23:33:24 +02:00 |
|
|
7464705cf7
|
Merge branch 'master' of https://github.com/pmd/pmd into multifile-split
|
2017-09-06 23:25:51 +02:00 |
|
|
d1a311fe7b
|
Merge branch 'master' of https://github.com/pmd/pmd into xpath-metrics
|
2017-09-06 10:55:18 +02:00 |
|
|
a887393d29
|
Merge branch 'pr-591'
|
2017-09-05 18:28:17 +02:00 |
|
|
fa86d073af
|
Merge branch 'pr-585'
|
2017-09-05 18:03:47 +02:00 |
|
|
a41df604e5
|
Update release notes, refs #585
|
2017-09-05 18:03:15 +02:00 |
|
|
c6acda64f2
|
Update changelog, refs #565
|
2017-09-04 11:47:48 -03:00 |
|
|
02c016d95f
|
[java] java-basic/DontCallThreadRun false negative
- Use type resolution to determine when we are using a `Thread`
- Fixes #565
|
2017-09-04 11:35:36 -03:00 |
|
|
de506f35ae
|
Improve java-design/MissingStaticMethodInNonInstantiatableClass
- Remove false positives
- Simplify xpath expression
- Don't use count for checking for `= 0` or `> 0`
- Fixes #590
|
2017-09-03 18:52:19 -03:00 |
|
|
e751992761
|
XPath function for metrics
|
2017-08-29 23:04:20 +02:00 |
|
|
d301e99737
|
Merge branch 'pr-583'
|
2017-08-29 19:55:11 +02:00 |
|
|
cc362d764f
|
Moved NcssCountRule to codesize.xml
|
2017-08-28 22:01:11 +02:00 |
|
|
ef91d41680
|
Merge branch 'pr-579'
|
2017-08-28 16:18:42 -03:00 |
|
|
6fccc0c2eb
|
Merge branch 'pr-518'
|
2017-08-28 20:31:08 +02:00 |
|
|
599f91a796
|
Java, typeres: rename JavaTypeDefinitionSpecial to JavaTypeDefinitionUpper
|
2017-08-28 19:27:17 +02:00 |
|
|
e1892944ff
|
Java, typeres: make java type definition lower bound into a subclass
|
2017-08-28 13:59:30 +02:00 |
|
|
dcf5403003
|
Cache signatures in nodes
|
2017-08-27 23:32:17 +02:00 |
|
|
8b0eaa6c3d
|
Remove fluent API for sigmasks
|
2017-08-27 23:32:17 +02:00 |
|
|
584041e1e7
|
Removed the metrics visitor
|
2017-08-27 23:32:17 +02:00 |
|
|
eed9859053
|
Hide multifile from rules
|
2017-08-27 23:32:17 +02:00 |
|
|
76b9b39368
|
Separated multifile analysis from metrics
|
2017-08-27 23:32:09 +02:00 |
|
|
c1459ab4f9
|
Added version info to the API
|
2017-08-26 21:58:52 +02:00 |
|
|
23a936e654
|
Merge branch 'pr-580'
|
2017-08-26 11:06:33 +02:00 |
|
|
d31d0dd7cd
|
Merge branch 'pr-578'
|
2017-08-26 10:57:34 +02:00 |
|
|
f0d5f9392a
|
Address comments.
|
2017-08-25 08:34:09 +02:00 |
|
|
5a2fc3e2c3
|
Checkstyle
|
2017-08-25 00:20:45 +02:00 |
|
|
f5530660af
|
Corrections for PR #578
|
2017-08-24 23:57:16 +02:00 |
|
|
cfa99e291e
|
Relax AbstractClassWithoutAnyMethod when class is annotated by @AutoValue.
|
2017-08-24 23:27:04 +02:00 |
|
|
9d5b2a5e7c
|
Add AbstractMetric to topple the class hierarchy of metrics
|
2017-08-24 22:28:43 +02:00 |
|
|
186d0edd91
|
Java, typeres: update generics parsing to produce upper and lower bounds
|
2017-08-24 22:10:17 +02:00 |
|
|
d544c7f122
|
Merge branch 'pr-570'
|
2017-08-24 11:15:57 -03:00 |
|
|
2126517563
|
Java, typeres: fix PR comments
|
2017-08-24 16:06:51 +02:00 |
|
|
a61ca6b2b3
|
Java, typeres: fix PR comments
|
2017-08-24 12:16:55 +02:00 |
|
|
f631abc6d3
|
Fix tests
|
2017-08-24 09:53:30 +02:00 |
|
|
9f1e520ee9
|
Data class rule displays metric values
|
2017-08-24 09:24:07 +02:00 |
|