202 Commits

Author SHA1 Message Date
fd3f58ba59 Simplified check if javafx is available before starting the designer 2018-06-18 20:38:56 +02:00
e1066fe5ae Reorder designer menus 2018-06-17 14:25:35 +02:00
5a7bbe19a2 dogfood: fix missing override
Note: the rule is disabled for pmd-xml, refs #1074
2018-06-16 17:48:36 +02:00
b7b31d16f6 Merge branch 'pr-1179' 2018-06-10 02:26:56 -03:00
735b8dfe37 Use better name 2018-06-10 03:41:22 +02:00
5cf7891d71 Add getXPathAttributes() to Node interface
Deprecate AttributeNode
2018-06-10 03:26:28 +02:00
57d999c617 Use EventSource in the EventLogger 2018-06-10 02:17:25 +02:00
1d4eb00ba3 Improve styling 2018-06-09 01:49:00 +02:00
cb86f2a4b0 Take the chance to display attributes correctly in the designer 2018-06-08 21:47:33 +02:00
e533c54ffb Fix visitors not started 2018-06-08 19:43:23 +02:00
2f730806fb Merge branch 'master' of https://github.com/pmd/pmd 2018-06-08 19:05:41 +05:30
8380d3d5a9 Minor updates 2018-06-08 15:07:54 +05:30
6fe9459d1c Minor updates 2018-06-08 14:30:19 +05:30
84f9c9db32 Minor updates 2018-06-07 17:58:57 +05:30
7fd3ba4679 Updates 2018-06-07 17:03:19 +05:30
1de2313472 Typo 2018-06-07 16:54:29 +05:30
6d2bbb0ede Classloader is completed. 2018-06-07 16:25:41 +05:30
c61fb73d7b Classloader is completed. 2018-06-07 16:24:31 +05:30
5ae8e72930 Data flow is working properly thanks to @oowekyala for helping me out.
UI is upgraded to make sure buttons are active only when needed (will make a small addition to moveitem up and moveitem down button as discussed)
About the ClassLoader I am a bit confused about how to use `ClasspathClassLoader` I think will be able to merge it today before evening IST.
2018-06-07 04:24:19 +05:30
92e74bb228 Use snapshot build of pmd-build-tools 2018-06-05 22:36:07 +02:00
30f63266fe added the Cancel button
the list needs to be updated in the popup to make the data flow as required
working on validation and left out a couple of changes due to some reasons
2018-06-05 21:56:57 +05:30
4e29b793d2 Fix ConcurrentModificationException on designer
It was triggered when restoring multiple properties,
since the items where added to a collection that was
being iterated.

Also fix a small bug when creating a property named
TODO -> the next property was allowed to be called
TODO if the name wasn't changed, since the name field
wasn't changed, so didn't trigger reevaluation of the
validators.
2018-06-04 00:47:45 +02:00
9b341a62b6 UI Updates. 2018-06-02 19:14:07 +05:30
7e1d36ba06 List can be reordered , I'll update the UI by day's end.
I need to still test the classPathLoader @jsotuyod some guidance needed here.
2018-06-01 17:36:44 +05:30
705e007bd7 List can be reordered , I'll update the UI by day's end.
I need to still test the classPathLoader @jsotuyod some guidance needed here.
2018-06-01 17:35:40 +05:30
8b553ff53d UI Upgrades (understood that we need the components to be scalable will push that in next commit , and rename the fx:id too ) , dropped the list. 2018-05-31 12:05:36 +05:30
63e22779bc Enforce fx:id naming convention
Refs pmd/build-tools#7
2018-05-31 07:41:38 +02:00
8d24a06385 Updated the UI (still some work left) , Working on the fileNames in the list view , about the UI I think this shouldn't be scalable as the components would be just too much out of place , and about showOpenMultipleDialog there need to be a cast in place which throws an exception so I have kept the showOpenDialog till now. Will be working on classPathGenerator tomorrow. 2018-05-31 02:42:56 +05:30
eefecf692a Merge branch 'master' of https://github.com/akshatbahety/pmd 2018-05-30 22:39:36 +05:30
b16b8f9ccb Merge remote-tracking branch 'upstream/master' 2018-05-30 22:30:50 +05:30
95ac9691d3 Fix NPE, controller not found 2018-05-30 18:29:48 +02:00
61a5d1494b auxClassPath UI 2018-05-30 15:21:37 +05:30
a788d4b586 [maven-release-plugin] prepare for next development iteration 2018-05-29 13:58:54 -03:00
e9d78ede3c [maven-release-plugin] prepare release pmd_releases/6.4.0 2018-05-29 13:58:44 -03:00
3c6a292407 Merge branch 'master' into java10-basic-support 2018-05-28 21:28:12 +02:00
a6062bd5a4 Merge branch 'pr-1148' 2018-05-27 18:05:28 +02:00
e13c9f3fff Fix designer bug with language selection
The autorefresh didn't take into account the case where the language or XPath version
changes, making the choiceboxes useless
2018-05-26 21:41:16 +02:00
db50f9fb60 Merge branch 'pr-1137' 2018-05-26 21:15:00 +02:00
14e575de33 Cleanups
Formatting, a bit of doc, add padding around labels in UI
2018-05-26 21:14:30 +02:00
b63321ab9c Updates 2018-05-26 22:58:55 +05:30
46951e362a Updates 2018-05-26 19:14:23 +05:30
7572a49d35 [java] Deprecate the old typeof function
- Have new functions typeIs() and typeIsExactly() with simpler syntaxes
 - Nag about the deprecated usage of the old method
 - Replace all internal usages with the new one
 - Have the functions use the TypeHelper to avoid multiple separate
implementations of the same behavior
 - Tidy up a little the TypeHelper
2018-05-26 06:01:56 -03:00
3c3883ef8b Fix designer XPath panel popup showing up on double click
It was very easy to trigger accidentally and was annoying
2018-05-26 08:36:21 +02:00
1efe2ad87d Code Format 2018-05-26 10:17:47 +05:30
830809e91b Auto XPath Expression Update 2018-05-26 09:52:12 +05:30
f07f0b8fff Merge branch 'master' of https://github.com/pmd/pmd 2018-05-25 22:51:06 +05:30
dcd05a7e5b Fix bug with XPath exceptions in the designer
They would be logged to stderr and not forwarded to the event log
2018-05-25 04:12:05 +02:00
6f2cbfc613 Removed RefreshAST from Designer 2018-05-25 00:43:31 +05:30
beabf09339 Checkstyle Updates 2018-05-24 02:20:46 +05:30
b4b22e96b8 Checkstyle Updates 2018-05-24 01:03:44 +05:30