0
I Use This!
Inactive

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 4 hours ago.
Feb 23, 2025 — Feb 23, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Improved exception handling. More... almost 18 years ago
Fixed expected result -- spelling fixes More... almost 18 years ago
Let FctCall implement the Iterable<Term> interface. More... almost 18 years ago
Fixed spelling of method name in DataDefinition. More... almost 18 years ago
Spelling fixes. More... almost 18 years ago
Ignore metadata constants for primary keys. More... almost 18 years ago
Updated checkstyle to version 4.4. More... almost 18 years ago
Extracted 'pobjtest' preset definition from junit tags for easier reading. More... almost 18 years ago
Removd the file headers and CVS keywords. More... almost 18 years ago
Removed unused deleteAll related stuff. More... almost 18 years ago
Marked 'optgroup' as element content tag. More... almost 18 years ago
- Fixed checkSyntax to work if precision is at maximum after trailing zero cut off. - Test user given lower and upper limits first as users will understand it easier then precision scale messages. More... almost 18 years ago
Fixed to use unlimited number for precision and scale tests. More... almost 18 years ago
(testParseTrailingZeros): Fixed to test with number whose precision violates the type. More... almost 18 years ago
Workaround full path exposure issue of Internet Explorer. More... almost 18 years ago
Test received exception if it is the expected one. More... almost 18 years ago
Protect against NPE due to unboxing. More... almost 18 years ago
Allow filtering of timestamps that represent a year. More... almost 18 years ago
Fixed writeFile(File,Module) to restrict export to given module. More... almost 18 years ago
(formatNative): Fixed to format according to scale if possible. (parseNative): Fixed to return number with correct scale. (checkSyntax): Fixed to not call parseNative. Fixed to ignore trailing zeros. More... almost 18 years ago
Move private constants after the public ones so that one does not need to scroll around to find them all. More... about 18 years ago
Moved constants before members. More... about 18 years ago
Changed visibility of members to private for better encapsulation. More... about 18 years ago
(checkConstraints): Use getMap method instead of direct member access to `valueToLabel' of super class. More... about 18 years ago
(createCheckConstraint): There is no need to add result columns to the context as we are just interested in the WHERE clause. More... about 18 years ago
(getMaxFieldSize): Added Override annotation. More... about 18 years ago
(getObject, getInitialObject): Return more specific type to avoid casts and unchecked warnings. (setObject): Use generics to avoid warnings. More... about 18 years ago
Fixed JavaDoc references. More... about 18 years ago
Removed reference to removed const. More... about 18 years ago
(dropTable): First drop the sequence, then the table. At last clear the entry for it in the pclass_ table. More... about 18 years ago