4
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 21 hours ago. based on code collected 1 day ago.
May 01, 2023 — May 01, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
PIVOT-1027: Add the @UnsupportedOperation annotation to all the methods in More... over 5 years ago
PIVOT-1027: Add the @UnsupportedOperation annotation to all the methods in various packages that throw this exception. Clean up some error messages from this exception and some related Javadoc. More... over 5 years ago
PIVOT-1027: Add the @UnsupportedOperation annotation to all the methods in various packages that throw this exception. Clean up some error messages from this exception and some related Javadoc. More... over 5 years ago
PIVOT-1027: Add the @UnsupportedOperation annotation to all the methods in More... over 5 years ago
PIVOT-1039: Address the remaining deprecation warnings (about Class.newInstance) in all the source. The remaining warnings are about the deprecation of JApplet, which is another WHOLE issues entirely. More... over 5 years ago
PIVOT-1039: Address the remaining deprecation warnings (about Class.newInstance) More... over 5 years ago
PIVOT-1040: Add the (simple) renderer that allows these vertical buttons. Add a test program to illustrate/test the renderer. More... over 5 years ago
PIVOT-1040: Add the (simple) renderer that allows these vertical buttons. More... over 5 years ago
PIVOT-1027: Add the @UnsupportedOperation annotation to all the methods in various packages that throw this exception. Clean up some error messages from this exception and some related Javadoc. More... over 5 years ago
PIVOT-1027: Add the @UnsupportedOperation annotation to all the methods in More... over 5 years ago
Add/update Javadoc in the Image class (to better explain the methods available). Address some style errors also. More... over 5 years ago
Add/update Javadoc in the Image class (to better explain the methods available). More... over 5 years ago
PIVOT-1027: Add the @UnsupportedOperation annotation to all the methods in various packages that throw this exception. Clean up some error messages from this exception and some related Javadoc. More... over 5 years ago
PIVOT-1027: Add the @UnsupportedOperation annotation to all the methods in More... over 5 years ago
PIVOT-1039: Fix the deprecation warnings from "new Float", "new Long" and so forth. More... over 5 years ago
PIVOT-1039: Fix the deprecation warnings from "new Float", "new Long" More... over 5 years ago
PIVOT-1032: Fix style errors in ImageNode and ClassUtils (from last change to these classes to fix bugs in TextPane). More... over 5 years ago
PIVOT-1032: Fix style errors in ImageNode and ClassUtils (from last change More... over 5 years ago
Several fixes to TextPane: * Fix previous changes that made ImageNode (and ComponentNode) into subclasses of Block so that they could be inserted directly into a document. This was shown to be a flawed strategy, and ComponentNode was fixed by a previous change. Make ImageNode back into a direct subclass of Node. * Add an implementation of "getCharacters" to ImageNode to satisfy the abstract declaration of Node (this is relatively new). * Change Document to allow ImageNode (and previously ComponentNode) as possible direct inserts into a Document * Add a method to ClassUtils to check any number of possible classes for an "instanceOf" check, and use this in Document. * Unrelated, but discovered in the same test program: fix CharUtils.selectWord to gracefully handle a null input sequence. More... over 5 years ago
Several fixes to TextPane: More... over 5 years ago
Change ComponentNode back to a subclass of Node (instead of Block), but More... over 5 years ago
Change ComponentNode back to a subclass of Node (instead of Block), but then allow Document to accept ComponentNode as a child, in addition to a Block. The reason for making it a Block was to allow direct insertion into a document, but clicking on one of them that way resulted in an exception trying to find children of that node. So, rather than figure that out, just make the special case exception inside a Document. This appears to work everywhere without problems. More... over 5 years ago
PIVOT-1041: Add a "Constants" class and put a few common values into it. I have looked for other things, but nothing else stands out as being a "common" constant... PIVOT-1032: Also fixed some style errors in these files along the way. More... over 5 years ago
PIVOT-1041: Add a "Constants" class and put a few common values into it. More... over 5 years ago
PIVOT-1032: Fix the "AvoidNestedBlocks" style errors, as well as many other More... over 5 years ago
PIVOT-1032: Fix the "AvoidNestedBlocks" style errors, as well as many other errors in those files (mostly FinalParameters). More... over 5 years ago
PIVOT-1032: Fix the remaining LineLength errors, some AvoidNestedBlocks errors and many others in many of the smaller files touched here. More... over 5 years ago
PIVOT-1032: Fix the remaining LineLength errors, some AvoidNestedBlocks errors More... over 5 years ago
PIVOT-1032: Fix the "HideUtilityClassConstructor" as much as useful, and fix More... over 5 years ago
PIVOT-1032: Fix the "HideUtilityClassConstructor" as much as useful, and fix other style errors in these files also. More... over 5 years ago