Ron Smith

Results 4 issues of Ron Smith

MongoDB-based generated finders don't support specifying a single object return type, but no warning or validation error is given. ``` @PersonDto findPersonBy(Long id); ``` See [Advanced Tutorial - Based on...

bug

The *Base classes (e.g. PropertiesBase, HelperBase) are used in transformations and templates, but are implemented in Java, so cannot be overridden via the Sculptor extension mechanism. These classes were in...

enhancement

If you try to override a method that is not overrideable (e.g. because the return type wasn't declared and is inferred) and call the next object in the override dispatch...

bug