Commit Graph

516 Commits

Author SHA1 Message Date
f982acca32 Checkstyle 2017-08-06 23:57:36 +02:00
3b27387c76 Updated changelog 2017-08-06 22:22:17 +02:00
6c8c6f917a Made basicProjectMemoizer abstract 2017-08-05 14:44:15 +02:00
78814b5edb Deleted OperationStats 2017-08-04 21:29:43 +02:00
2771448a37 Restricted qualifiedName interface 2017-08-04 19:44:43 +02:00
152dddf6c5 Separated memoization from signature matching 2017-08-04 19:19:50 +02:00
6d0ebbf63d Resolve conflicts 2017-08-03 18:42:58 +02:00
aa8c21d6e9 Picked changes to pmd-core and pmd-java from branch metrics-apex 2017-08-03 18:10:24 +02:00
1b71861d9b Merge pull request #519 from Monits/render-config-errors
[core] Render config errors
2017-08-02 16:52:18 +02:00
6a0e7c5879 Corrections for PR #529 2017-08-01 11:56:45 +02:00
231758fa3a Merge branch 'master' of https://github.com/pmd/pmd into metrics-abstraction 2017-07-30 00:04:21 +02:00
56f3b3ea62 Specific interface for the java project mirror 2017-07-29 14:52:09 +02:00
622170991f Abstracted Façade, Memoizer, Computer 2017-07-29 13:53:45 +02:00
d33b9d9eae Fix typo 2017-07-29 07:41:47 +01:00
63e51152f5 Abstracted Computer, Memoizer, ProjectMirror 2017-07-28 21:53:38 +02:00
e5ddad3c3b Remove pushed .gitignored files
These files were already at the repository
but they should have been ignored
2017-07-27 18:31:20 -03:00
5880a85bb1 Autofix line ending issues
These files didn't have the expected line ending according to
the .gitattributes rule: `*       text=auto`.

Don't know why this could have happened, but all these files
where created before the mentioned rule
2017-07-27 17:28:29 -03:00
edc8d980bb Signed nodes for field and operation declarations 2017-07-27 18:35:14 +02:00
582eedf4f6 Abstracted qualified names 2017-07-27 18:01:54 +02:00
6fcfa04a1f Add tests and update old ones 2017-07-25 12:52:59 -03:00
86883f26c7 [core] Render config errors
- All renderers preivously including processing errors now also include
configuration errors.
 - I take the chance to fix a couple of issues with `VBHTMLRenderer`,
that was rendering processing errors using `toString()` (which has a
default implementation)
 - Notice that renderers that didn't previously include processing
errors are unmodified
2017-07-25 12:52:49 -03:00
dddf78d443 Checkstyle fixes 2017-07-25 10:04:44 +02:00
ac89e1420c Moved interfaces and renamed package
Prepare abstraction of metrics
2017-07-24 16:03:33 +02:00
1ac1fabe38 Corrections for PR #505 2017-07-20 22:41:55 +02:00
875a79f34f Last corrections 2017-07-20 12:26:10 +02:00
b41e674cbd Merge branch master from upstream 2017-07-18 00:42:33 +02:00
ca41c67371 Checkstyle fixes 2017-07-15 16:50:46 +02:00
31ed6fd565 Removed overloads of setProperty 2017-07-15 16:41:38 +02:00
35dee58bc8 Fix initialisation bug 2017-07-15 16:36:11 +02:00
278e857bf6 Reworked factories 2017-07-14 02:15:50 +02:00
879a7d375c Modularized numeric and packaged properties 2017-07-13 21:43:18 +02:00
282cf5bd66 Added PackagedPropertyDescriptor interface 2017-07-13 19:03:10 +02:00
8474131f5b Removed wrappers altogether 2017-07-13 16:53:26 +02:00
5e57af605c Removed need for wrappers 2017-07-13 16:46:05 +02:00
e39cbba24a Added overloads of setProperty for multivalued properties 2017-07-13 14:54:05 +02:00
0164edf585 Corrections for #479 2017-07-13 14:17:30 +02:00
9075cb005c Fix bug with empty value strings 2017-07-12 20:00:32 +02:00
9a2a91115b Deprecated PropertyDescriptorFactory 2017-07-12 19:04:09 +02:00
648e15122e Revert "Removed PropertyDescriptorFactory"
This reverts commit 72d435f2f6.
2017-07-12 18:39:13 +02:00
772875d13f More tests 2017-07-12 18:38:40 +02:00
72d435f2f6 Removed PropertyDescriptorFactory 2017-07-12 18:07:23 +02:00
1f0908388b Added some tests 2017-07-12 17:40:47 +02:00
7eac745cb5 Fix Ncss tests 2017-07-12 17:03:34 +02:00
79fc51220c Merge branch 'typesafe-properties' of https://github.com/oowekyala/pmd into typesafe-properties 2017-07-11 16:06:23 +02:00
824f87995d Merge branch 'master' into typesafe-properties 2017-07-11 16:05:17 +02:00
65ef499433 Removed isRequired 2017-07-11 12:09:02 +02:00
707fd9bdd0 Removed choices from EnumeratedPropertyDescriptor 2017-07-11 12:02:20 +02:00
a0ed1aab06 Documentation on AbstractNode 2017-07-06 23:37:08 +02:00
f65207639b Removed a change to CollectionUtil 2017-06-30 18:54:28 +02:00
a30449d475 Enhanced wrappers 2017-06-30 16:25:14 +02:00