muttley73 / jlibs

Automatically exported from code.google.com/p/jlibs
0 stars 0 forks source link

Issue #12 #14

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I looked at the diffs & applied them locally.  The fix was apparently applied 
to jlibs-xml, but not jlibs-jdbc (which is what I am presently using). (Though 
it seems like it was appropriate for both.)

Original issue reported on code.google.com by eire...@gmail.com on 20 Apr 2011 at 5:35

GoogleCodeExporter commented 9 years ago
try r1498

Original comment by santhosh.tekuri@gmail.com on 21 Apr 2011 at 1:32

GoogleCodeExporter commented 9 years ago
I see how the code was refactored.  The change targeted the wrong class though. 
 Needs to be on the printer clazz, not the extended class:

        if(ModelUtil.isInnerClass(printer.clazz))
            printer.importClass(printer.clazz);

Original comment by eire...@gmail.com on 19 May 2011 at 3:26

GoogleCodeExporter commented 9 years ago
you are correct: r1520

Original comment by santhosh.tekuri@gmail.com on 23 May 2011 at 3:09