0
I Use This!
Inactive

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 6 hours ago.
Feb 25, 2025 — Feb 25, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
New test case for a `reference' within a `typeDeclaration'. More... over 19 years ago
(createImplicitConstraints): For type wrappers use wrapped type instead of the wrapper. More... over 19 years ago
(fixupReferences): Replaced parameter with state as we also have to fix references in type declarations. (fixupReference): Use the wrapped type for TypeRef instead of itself. More... over 19 years ago
(SUPPRESS_UNUSED): New const to suppress the unused variable/method warnings. (writeApplFileForm): Don't generate more imports then really needed. (generateGlobals): Call `writeGlobalsSelect' and `writeGlobalsCmd' for each of the appropriate expressions. (writeGlobalsStart): Only import collection classes if we have any table expression, as otherwise unused. (writeGlobalsEnd): Call generated init methods of selects and commands. Mark generated methods `addMapItem' and `createLiteral' with `SUPPRESS_UNUSED'. (writeGlobalsForm): Initialize type maps. (writeGlobalsSelect, writeGlobalsCmd): New methods to initialize type maps and descriptions. More... over 19 years ago
Reduced usage of XML type ID and IDREF to the bare minimum to prevent problems with included files, which the validater doesnot know about. Attributes that are used as identifier within the generated code must be of XML type NMTOKEN and not just any characters. More... over 19 years ago
Removed doctype again as document isnot conform to it as javaPackage is not unique as desired for the test. More... over 19 years ago
Replaced dplquote entities with " as JavaDoc does not resolve them. More... over 19 years ago
(parseRequest): Handle expectional case that we cannot parse the header to prevent a not-saying NullPointerException. More... over 19 years ago
(writeElement): Use new option method from HtmlWriter to reduce code duplication. More... over 19 years ago
(writeElement): Implemented writing a drop-down selection box if type has a map or element is restricted to a fixed set of values. More... over 19 years ago
Added and fixed some JavaDoc. (getBasePath, attrUrl, hidden, img, option): New methods. More... over 19 years ago
Removed doctype again as document doesnot validate successfull and it should stay so for the tests. More... over 19 years ago
(write): Fixed JavaDoc references. More... over 19 years ago
(parseNative): Updated @throws tag. More... over 19 years ago
(position): Removed not thrown exception from JavaDoc. More... over 19 years ago
Fixed closing of paragraph. More... over 19 years ago
(module): attributes `name' and `javaPackage' must be unique within file. (stateClass): removed not yet supported and undefined triggerConstraint element. (reference): added attribute `module' More... over 19 years ago
(reservedInClass): Removed FIXME comment as we cannot test all SQL keywords, so just the most common ones. More... over 19 years ago
Use resources for user messages. More... over 19 years ago
Use resources for user displayed strings, but not for the code. More... over 19 years ago
Added resources for code generator and pobjtool. More... over 19 years ago
(format): Fixed to first lookup the message key. More... over 19 years ago
(pobjects-base-compile): Adapted to rename of pobject message resource file. Copy message resource files for pobjtool. More... over 19 years ago
Adapted to test the exception message key and parameters instead of the formatted message, so that one doesnot need to adapt the tests just because the resources have changed. More... over 19 years ago
Adapted to use message resources for exceptions and warnings. (MyRefDecl.resolve): Added parameter that disables the exception if the ref is within the current module and the table isnot yet know. Allows duplicate code reduction. More... over 19 years ago
Changed to construct message from resources. More... over 19 years ago
Initial revision - accessor class for resources. More... over 19 years ago
Initial revision - message resources for PObjTool. More... over 19 years ago
Renamed from `Messages.properties' to `messages.properties'. More... over 19 years ago
Use accessor class for message resources instead of own code. More... over 19 years ago