I have some problem with the yguard library when i make an obfuscated jar.
Yguard remove default contructor type like this (no parameters, no visibility) :
Test(){
}
Do you know why it remove this type of constructor ?
And do you have a solution to this problem ?
Thank you,
Best regards,