You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is reproduced with openpojo 0.8.11 and 0.8.12.
I think it is caused by ff51b7d followed by a64e1c0.
And I don't think that asm version is really needed when asm is not found.
The text was updated successfully, but these errors were encountered:
I ran into this same error. Debugging revealed that the ASMDetector.getVersion() could not instantiate org.objectweb.asm.ClassWriter. I added a the asm dependency to my project with a test scope. OpenPojo assumes this dependency as provided. This fixed this error for me.
With the attached test project, I get the following NPE :
It is reproduced with openpojo 0.8.11 and 0.8.12.
I think it is caused by ff51b7d followed by a64e1c0.
And I don't think that asm version is really needed when asm is not found.
The text was updated successfully, but these errors were encountered: