0
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 4 hours ago.
Feb 26, 2025 — Feb 26, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
(getSqlType): Removed NonScalarType test. More... over 19 years ago
Added JavaDoc. More... over 19 years ago
Use inherited JavaDoc. More... over 19 years ago
Added JavaDoc. (sqlError): Removed as PObjReadError and PObjSQLException have a string constructor since quite some time. More... over 19 years ago
Added JavaDoc. More... over 19 years ago
(name): @see can not be used inline. More... over 19 years ago
Grouped methods by defining class and interface. Added JavaDoc. More... over 19 years ago
Added JavaDoc. More... over 19 years ago
Grouped methods by defining class and interface. Added JavaDoc. More... over 19 years ago
Added JavaDoc. (setModule): New method, which is already implemented by all implementing classes. More... over 19 years ago
Removed as not used at the moment. More... over 19 years ago
(addMap, getMap, checkConstraints, expand, isScalar, labelToValue, valueToLabel): Pulled down implementation from `Type' into new class `ScalarType'. Supplied new implementation for all of them as this is just a wrapper around a type declaration. (getType): New method as short-cut for getTypeDecl().getType(). More... over 19 years ago
(addMap, getMap, checkConstraints, expand, isScalar, labelToValue, valueToLabel): Pulled down implementation from `Type' into new class `ScalarType'. Supplied new implementation for all of them as this is not a scalar and also not an SQL type. More... over 19 years ago
(addMap, getMap, checkConstraints, expand, isScalar, labelToValue, valueToLabel): Pulled down implementation from `Type' into new class `ScalarType' and left an abstract version in `Type'. (parseNative): Use PObjClob to "parse" the string. More... over 19 years ago
(addMap, getMap, checkConstraints, expand, isScalar, labelToValue, valueToLabel): Pulled down implementation from `Type' into new class `ScalarType' and left an abstract version in `Type'. More... over 19 years ago
Added some more JavaDoc. More... over 19 years ago
(generateModules): If no module names given, then generate all. More... over 19 years ago
Fixed generation of multiple wrong indentations. Fixed generation of multiple trailing whitespaces. More... over 19 years ago
(createQuerySpecs): renamed local variable to prevent hiding of member. More... over 19 years ago
Whitespace changes. More... over 19 years ago
Removed unused import line. More... over 19 years ago
(ConstantName, VisibilityModifier): Ignore metadata members from code generator. More... over 19 years ago
(pobjtest-generate): Splitted pobjtool calls, so that the dictionary will only be included in pobjects.test.Globals. More... over 19 years ago
(writeMetadataVisibility): New method to reduce code duplication. Also writes `final' modifier if possible. (writeJoinAttrInit): Fixed indentation. (writeJoinMemberAttr): Fixed test whether initialization should be done. More... over 19 years ago
(testGetIPv4AddressInvalid, testGetNetmaskInvalid): Removed unused local variable. More... over 19 years ago
(assertSqlEquals): Removed unused local variable. More... over 19 years ago
(parseModule): Don't check String equality using == operator. More... over 19 years ago
(formatDate): Fixed infinite loop. More... over 19 years ago
(depend): Adapted to `classes.xml' splitting. (pobjtest-gencheck, pobjsearch-gencheck, pobjdemo-gencheck): Also generate if XML has changed. (pobjdemo-generate): Also generate dictionary. (pobjsearch-generate): Removed hack. More... over 19 years ago
Removed code that the code generator will produce for us, so that only the hand-made additions are left. More... over 19 years ago