0
I Use This!
Inactive

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 3 hours ago.
Feb 26, 2025 — Feb 26, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
(convertResult): Use generics also for parameter. (getPullInResults): Removed unneccessary parameter records. (execute): Adapted to argument changes of getPullInResults. More... over 19 years ago
(appendNameChangedFields): Use generics in parameter. (updateObjectTable): Use generics for local varaible. More... over 19 years ago
(getTableExpr): Use generics also for Class parameter. More... over 19 years ago
(getSqlValue): Reduced code duplication by using different addWhereConj variant. More... over 19 years ago
(parseTypeTypeRef): Use generics. More... over 19 years ago
(fieldConstraints): Removed unneccessary reassignment of the same value to local variable. More... over 19 years ago
Added missing element `index'. Added some more documentation. More... over 19 years ago
Fixed typo that prevents strict parsers from loading the DTD. More... over 19 years ago
Ignore Eclipse files/dirs .externalToolBuilders and .settings More... over 19 years ago
Added comment to otherwise empty method blocks. More... over 19 years ago
Changed type of lookup maps from Map to Set, which is just what we use. Use generics. (getResponse): New method. More... over 19 years ago
(position, setBinaryStream, setBytes, truncate): Removed not thrown exceptions. More... over 19 years ago
(deleteRecord): Removed not thrown exceptions. More... over 19 years ago
(checkConstraints): No need to override super implementation to include own tests which are already included in the checkSyntax method as it is called in the super method. More... over 19 years ago
(check): Suppress warning that declared thrown exception is not thrown by the method, as it is thrown by subclasses. More... over 19 years ago
(parseNative): Removed not thrown exception. More... over 19 years ago
Removed unused imports. More... over 19 years ago
Removed solved bug concerning MemorContainer. More... over 19 years ago
(testUniqueUpdateWithUnstored): Don't skip anymore for MemoryContainer as it should be fixed now and it should stay so. More... over 19 years ago
- Partially rewritten to store "own" copies of PObject instances to solve the problem that one can trick out the container. - Use the qualified table names as key in the Map's to allow schema usage and also fixes the problem that TableExpr and ClassDecl are not suitable as keys (see Map specification). - Cleaned up some code. More... over 19 years ago
(STATE_COMMITED): Changed visibility from package to public. More... over 19 years ago
(setPObjState): New protected method to allow subclasses access to the PObject.setPObjState method. More... over 19 years ago
(execute): Made non-final so it can be overriden in subclasses. (selectAll): Added comment that the returned list should be a copy that can be modified. More... over 19 years ago
(checkConstraints): Generalized both parameters to match the generalized members of the PObjConstraintException. First from PObject to Record, second from Field to Column. More... over 19 years ago
(File, getOutputStream, release, setType, releaseExpired): Changed visibility from private to package protected, so that inner classes can access them directly without automatic synthetic methods by the compiler. (parameters): Also use generics for the List in the map. More... over 19 years ago
Some more usage of generics. More... over 19 years ago
(setValueAt): Removed unnecessary cast. More... over 19 years ago
(write): Use Collection for postponedElements instead of List. Use new for-loop. Use generics. More... over 19 years ago
(write): Generalized argument type of postponedElements from List to Collection. Use generics. More... over 19 years ago
Replaced local unused variables that existed just to make some checker happy with an empty statment to make them all happy. More... over 19 years ago