Classes with the same full name in different libraries
avillev opened this issue · 0 comments
avillev commented
I have using your wonderful tool to detect the breaking compatibility changes in my framework.
By pattern, my framework happens to have the same classes (for different implementations) in different jars.
Ex: LoggerSpring4 and LoggerSpring5. Both with the same package and name but in different jars (one for spring 4 and one for spring5).
I ran your product and the results seem to be a little weird (even if it does not make it crash). I assume you did not take into account that use case.
Could you confirm my assumption ? And if yes, would it be possible to fix that ? Basically handle this usecase.