4
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 16 hours ago. based on code collected 2 days ago.
May 15, 2023 — May 15, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
PIVOT-1032: Update the "build.xml" to include the "check-style" target. More... about 6 years ago
PIVOT-1032: Update the "build.xml" to include the "check-style" target. NOTE: this won't work without the "checkstyle...-all.jar" file in the ANT_HOME/lib directory. More... about 6 years ago
PIVOT-1032: Fix the last [ModifierOrder] errors. More... about 6 years ago
PIVOT-1032: Fix the last [ModifierOrder] errors. More... about 6 years ago
PIVOT-1032: Change all "default public" in all the listener interfaces More... about 6 years ago
PIVOT-1032: Change all "default public" in all the listener interfaces to just "default". This reduces our "check style" error count by around 1000, because there were two errors per occurrence: [ModifierOrder] because the order should be "public default", and [RedundantModifier] because "public" is unnecessary in an interface. More... about 6 years ago
Tweak some Javadoc (mostly cleanup of lists). More... about 6 years ago
Tweak some Javadoc (mostly cleanup of lists). More... about 6 years ago
PIVOT-1032: Tweak a Javadoc changed wrongly with the last submissions. More... about 6 years ago
PIVOT-1032: Tweak a Javadoc changed wrongly with the last submissions. More... about 6 years ago
PIVOT-1032: Add a program to summarize the results of the "check style" task. Note: not updating the "build.xml" yet because it would require the check-style plugin to be available with the Ant files. More... about 6 years ago
PIVOT-1032: Add a program to summarize the results of the "check style" task. More... about 6 years ago
PIVOT-1032: Update the style checks to allow max method length of 200 lines More... about 6 years ago
PIVOT-1032: Update the style checks to allow max method length of 200 lines (up from the default of 150) because we have a fair number of long methods that we would be hard pressed to shorten. At least this setting reduces the "errors" from this check to only highlight REALLY long methods. More... about 6 years ago
PIVOT-1032: Fix a host of "check style" errors in various places. No particular rhyme or reason except we went after some of the lower frequency errors and when a file was changed other things were usually addressed in that file also. More... about 6 years ago
PIVOT-1032: Fix a host of "check style" errors in various places. No particular More... about 6 years ago
PIVOT-1032: Fix or remove unused import statements in the sub-packages of wtk More... about 6 years ago
PIVOT-1032: Fix or remove unused import statements in the sub-packages of wtk where this check-style error was reported. More... about 6 years ago
PIVOT-1032: Fix or remove unused import statements in the wtk classes where this check-style error was reported. More... about 6 years ago
PIVOT-1032: Fix or remove unused import statements in the wtk More... about 6 years ago
PIVOT-1032: Fix or remove unused import statements in the wtk-terra More... about 6 years ago
PIVOT-1032: Fix or remove unused import statements in the wtk-terra classes where this check-style error was reported. More... about 6 years ago
PIVOT-1032: Fix or remove unused import statements in the non-wtk-terra classes where this check-style error was reported. One remains that is actually used in the Javadoc, which (apparently) "checkstyle" doesn't catch. More... about 6 years ago
PIVOT-1032: Fix or remove unused import statements in the non-wtk-terra More... about 6 years ago
PIVOT-891: Add some unit tests for the new CharUtils methods. More... about 6 years ago
PIVOT-891: Add some unit tests for the new CharUtils methods. Small tweak to Javadoc in CharSpan. More... about 6 years ago
Code cleanup: Allow ScriptApplication to deal with several other types of main components: Sheet and Palette, which both require an owner window in order to work. More... about 6 years ago
Code cleanup: Allow ScriptApplication to deal with several other types More... about 6 years ago
PIVOT-1033: Update the parsing of command line options in BrowserApplicationContext More... about 6 years ago
PIVOT-1033: Update the parsing of command line options in BrowserApplicationContext and DesktopApplicationContext to allow the "--option" form, which sets the value in the "properties" map to "TRUE". Syntax error if there is "key=" (i.e., with no value after the "=") or there is more than one "=", or the key itself is empty. More... about 6 years ago