Hi,
I examined the way we do Java class parsing now and type guess is only based on imports in
the current file. As we know, this is limiting and it can be changed. I will need to
change especially method calls(having qualified names(QN) for classes&arguments),
extension(being able to catch even extension of superclasses with full QN) and interface
implementation(implementation of superinterfaces with full QN).
I should be able to do that next week and thanks to Jess I already have a working example.
I would rather properly test this functionality, so it may take few more days.
I will try to fix also these issues with this (based on feedback from windup usage):
maybe WINDUP-470 (
https://issues.jboss.org/browse/WINDUP-470)
WINDUP-473 (
https://issues.jboss.org/browse/WINDUP-473)
WINDUP-478 (
https://issues.jboss.org/browse/WINDUP-478)
WINDUP-479 (
https://issues.jboss.org/browse/WINDUP-479)
Matej.