1087 Commits

Author SHA1 Message Date
Juan Martín Sotuyo Dodero
25f081de24 Merge branch 'pr-526' 2017-08-12 19:23:45 -03:00
Andreas Dangel
86f5fa99c0 Merge branch 'issue-536' of https://github.com/Monits/pmd into pr-539 2017-08-12 22:06:56 +02:00
Andreas Dangel
9111316c01 [doc] Support renamed/moved rules 2017-08-11 21:37:24 +02:00
oowekyala
0958621ca8 Fix #521 2017-08-09 16:51:43 +02:00
oowekyala
f982acca32 Checkstyle 2017-08-06 23:57:36 +02:00
oowekyala
3b27387c76 Updated changelog 2017-08-06 22:22:17 +02:00
oowekyala
58c7978913 Checkstyle fix 2017-08-04 22:27:29 +02:00
oowekyala
78814b5edb Deleted OperationStats 2017-08-04 21:29:43 +02:00
oowekyala
2771448a37 Restricted qualifiedName interface 2017-08-04 19:44:43 +02:00
oowekyala
152dddf6c5 Separated memoization from signature matching 2017-08-04 19:19:50 +02:00
oowekyala
909f989571 Checkstyle fixes 2017-08-03 18:49:04 +02:00
oowekyala
6d0ebbf63d Resolve conflicts 2017-08-03 18:42:58 +02:00
oowekyala
aa8c21d6e9 Picked changes to pmd-core and pmd-java from branch metrics-apex 2017-08-03 18:10:24 +02:00
Juan Martín Sotuyo Dodero
86501e6bc0 [java] CommentDefaultAccessModifierRule should consider constructors too
- Resolves #536
2017-08-02 23:56:34 -03:00
Juan Martín Sotuyo Dodero
be5ae89bc0 Merge branch 'pr-524' 2017-08-02 16:39:04 -03:00
Bendegúz Nagy
bd503ba139 Java, typeres: fix PR comments 2017-08-02 21:13:28 +02:00
oowekyala
231758fa3a Merge branch 'master' of https://github.com/pmd/pmd into metrics-abstraction 2017-07-30 00:04:21 +02:00
oowekyala
3b48ef6407 Fix issue #527 2017-07-29 20:07:19 +02:00
oowekyala
7fc250ad6d SignatureMatcher interface 2017-07-29 16:26:43 +02:00
oowekyala
56f3b3ea62 Specific interface for the java project mirror 2017-07-29 14:52:09 +02:00
oowekyala
622170991f Abstracted Façade, Memoizer, Computer 2017-07-29 13:53:45 +02:00
oowekyala
63e51152f5 Abstracted Computer, Memoizer, ProjectMirror 2017-07-28 21:53:38 +02:00
Andreas Dangel
93b7b122f4 Merge branch 'npath' of https://github.com/oowekyala/pmd into pr-523 2017-07-28 14:44:06 +02:00
oowekyala
05f2ffce4c Extracted the facade and stripped responsibilities of packageStats 2017-07-28 13:18:13 +02:00
oowekyala
66df4948a0 More corrections 2017-07-28 13:02:54 +02:00
oowekyala
7e5374ea8d Corrections for PR #523 2017-07-27 22:46:45 +02:00
oowekyala
edc8d980bb Signed nodes for field and operation declarations 2017-07-27 18:35:14 +02:00
oowekyala
582eedf4f6 Abstracted qualified names 2017-07-27 18:01:54 +02:00
oowekyala
8c33501ffe OperationStats are accessible from packageStats 2017-07-27 17:34:02 +02:00
oowekyala
796f1a1fc1 Split ClassStats' responsibilities 2017-07-27 17:05:32 +02:00
Bendegúz Nagy
9959338890 Java, typeres: add support for explicit type arguments 2017-07-27 16:50:50 +02:00
Juan Martín Sotuyo Dodero
b899cc1001 Merge branch 'pr-522' 2017-07-27 11:15:38 -03:00
oowekyala
1ee8cc4e8d Fix bug in key hashcode with null names or metric 2017-07-27 01:18:31 +02:00
oowekyala
bccaabb00d Merge branch 'master' of https://github.com/pmd/pmd into npath 2017-07-27 00:59:19 +02:00
oowekyala
9eedf85395 Finished the tests 2017-07-27 00:47:26 +02:00
oowekyala
d06cb63d38 Tests of the rule 2017-07-26 23:50:08 +02:00
Bendegúz Nagy
704d87b470 Java, typeres: fix PR comments 2017-07-26 23:44:51 +02:00
Andreas Dangel
bad96d16d7 Merge pull request #516 from Monits/issue-468
[java] Fix issue 468
2017-07-26 20:21:43 +02:00
oowekyala
bef9e64021 Reused existing npath implementation 2017-07-26 19:49:41 +02:00
oowekyala
9c3a97f641 First iteration of npath 2017-07-26 17:49:58 +02:00
oowekyala
904c127069 Merge branch 'metrics' into npath 2017-07-26 15:29:10 +02:00
Bendegúz Nagy
87bbe9e5b3 Java, typedef: fix a bug with nested classes if the outter class is generic 2017-07-26 12:44:54 +02:00
Andreas Dangel
2c0f0c2b99 Merge branch 'metrics' of https://github.com/oowekyala/pmd into pr-511 2017-07-25 21:39:49 +02:00
Juan Martín Sotuyo Dodero
87aa70a096 Merge branch 'pr-514' 2017-07-25 11:41:17 -03:00
oowekyala
82d071a102 Rename metrics.metrics to metrics.impl 2017-07-25 15:41:12 +02:00
Bendegúz Nagy
67e4daa177 Java, typeres: fix for PR comments 2017-07-25 13:27:46 +02:00
oowekyala
33d1327bdb Merge branch 'master' into metrics-followup 2017-07-25 10:10:49 +02:00
oowekyala
dddf78d443 Checkstyle fixes 2017-07-25 10:04:44 +02:00
oowekyala
2fa7cab876 Merge branch 'metrics' into metrics-followup 2017-07-25 09:34:49 +02:00
oowekyala
962b4587b5 Revert renaming classStats, opStats, packStats 2017-07-25 09:34:07 +02:00