0
I Use This!
Inactive

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 6 hours ago.
Feb 22, 2025 — Feb 22, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
(getAttribute): Don't trim the attribute value. (parseTypeMap): Handle IllegalArgumentException. More... over 18 years ago
(valueOf): Pass up cause with the SQLException. More... over 18 years ago
Don't assign values to parameters. More... over 18 years ago
Hand out getter and setter methods to configure the connection pool. More... over 18 years ago
(unwrapTypeProxy): New method to unwrap TypeRef's and proxy's. (parseField): Fixed to unwrap type proxy's as instanceof is used. Handle ObjectType correctly. More... over 18 years ago
(getType): New method to allow direct access to the type. More... over 18 years ago
(writeField): Fixed to handle ObjectType correctly. More... over 18 years ago
(createUpdateTrigger): Added support for ON UPDATE SET NULL and ON UPDATE SET DEFAULT. More... over 18 years ago
Fixed typo in comment. (position): Implemented. (setString): Implemented variant without offset and length to just call the more generic one. More... over 18 years ago
(position): Implemented. (setBytes): Implemented variant without offset and length to just call the more generic one. More... over 18 years ago
Lazily create model and Swing component to safe resouces. Fixed to honour isNullAllowed() status. More... over 18 years ago
Fixed to work as desired. More... over 18 years ago
Initial revision - Test cases for CheckboxElement. More... over 18 years ago
(writeDeclarationMethod, writeCreateFormElements): Write @Override annotation if appropriate. More... over 18 years ago
(SwingSearchPanel): Add our ActionListner to `mode' and `pattern' element. Disable `pattern' element by default as `list-all' mode is default. (actionPerformed): Added logging. For `mode' changes check for `list-all' and enable/disable `pattern' element. For `pattern' action start search. More... over 18 years ago
(createComponent,createComboBox,createTextField): Splitted off creation into new methods for better reading. Set action command also for text fields. More... over 18 years ago
Add tool tips also if table model is not a SearchTableModel. More... over 18 years ago
Provide tooltip with the value in the cell as the cell might not be big enough to display it all. More... over 18 years ago
(putIfAbsent): Fixed exist test to actually work. More... over 18 years ago
(mapConstraintException): Add SQLException as cause for more details. More... over 18 years ago
(put): Fixed exist test to actually work. More... over 18 years ago
(performSearch): Pull in references for faster display. More... over 18 years ago
(pullInReferences): New method. More... over 18 years ago
Added missing single-quote. More... over 18 years ago
(writeFormDecl): Better generated indent. (writeSelectExpr): Removed superfluous newline. (writeCtor): Fixed SelectExpr variant to generate correct code. More... over 18 years ago
(testAddIfAbsent): New test case for new method. More... over 18 years ago
Fixed JavaDoc link. More... over 18 years ago
(testLiteralSetContains): Use Object[] instead of Boolean[] to prevent varargs problems. More... over 18 years ago
(addIfAbsent): New method to simplify conditional add. More... over 18 years ago
(putIfAbsent): New method to simplify conditional put. More... over 18 years ago