> I found that SimpleSelectFinalStep also contains the method and I can cast > to that. But unionAll() returns Union, so the next join fails because Union > can't be cast to SimpleSelectFinalStep, either. And I can't check for this > case because Union is an internal API.
Yes, I'm quite positive that the jOOQ API has a flaw, there :-) > I think I'll write a tool which will makes all fields and classes in a Java > project "public" in the source. Maybe as a Maven plugin? Hehe, yes. You'll enjoy this reading, then: http://steve-yegge.blogspot.ch/2010/07/wikileaks-to-leak-5000-open-source-java.html Abstract: * * *EYJAFJÖLL, ICELAND — Java programmers around the globe are in a panic today over a Wikileaks press release issued at 8:15am GMT. Wikileaks announced that they will re-release the source code for thousands of Open Source Java projects, making all access modifiers 'public' and all classes and members non-'final'.* -- You received this message because you are subscribed to the Google Groups "jOOQ User Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
