openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
P
Persistent Objects in Java
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 3 hours
ago. based on code collected
about 3 hours
ago.
Feb 26, 2025 — Feb 26, 2026
Showing page 28 of 46
Search / Filter on:
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.
guenne
More...
over 19 years ago
(appendNameChangedFields): Use generics in parameter. (updateObjectTable): Use generics for local varaible.
guenne
More...
over 19 years ago
(getTableExpr): Use generics also for Class parameter.
guenne
More...
over 19 years ago
(getSqlValue): Reduced code duplication by using different addWhereConj variant.
guenne
More...
over 19 years ago
(parseTypeTypeRef): Use generics.
guenne
More...
over 19 years ago
(fieldConstraints): Removed unneccessary reassignment of the same value to local variable.
guenne
More...
over 19 years ago
Added missing element `index'. Added some more documentation.
guenne
More...
over 19 years ago
Fixed typo that prevents strict parsers from loading the DTD.
guenne
More...
over 19 years ago
Ignore Eclipse files/dirs .externalToolBuilders and .settings
guenne
More...
over 19 years ago
Added comment to otherwise empty method blocks.
guenne
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.
guenne
More...
over 19 years ago
(position, setBinaryStream, setBytes, truncate): Removed not thrown exceptions.
guenne
More...
over 19 years ago
(deleteRecord): Removed not thrown exceptions.
guenne
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.
guenne
More...
over 19 years ago
(check): Suppress warning that declared thrown exception is not thrown by the method, as it is thrown by subclasses.
guenne
More...
over 19 years ago
(parseNative): Removed not thrown exception.
guenne
More...
over 19 years ago
Removed unused imports.
guenne
More...
over 19 years ago
Removed solved bug concerning MemorContainer.
guenne
More...
over 19 years ago
(testUniqueUpdateWithUnstored): Don't skip anymore for MemoryContainer as it should be fixed now and it should stay so.
guenne
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.
guenne
More...
over 19 years ago
(STATE_COMMITED): Changed visibility from package to public.
guenne
More...
over 19 years ago
(setPObjState): New protected method to allow subclasses access to the PObject.setPObjState method.
guenne
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.
guenne
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.
guenne
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.
guenne
More...
over 19 years ago
Some more usage of generics.
guenne
More...
over 19 years ago
(setValueAt): Removed unnecessary cast.
guenne
More...
over 19 years ago
(write): Use Collection for postponedElements instead of List. Use new for-loop. Use generics.
guenne
More...
over 19 years ago
(write): Generalized argument type of postponedElements from List to Collection. Use generics.
guenne
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.
guenne
More...
over 19 years ago
←
1
2
…
24
25
26
27
28
29
30
31
32
…
45
46
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree