riven8192 / LibStruct

64 stars 3 forks source link

ClassFormatError: Duplicate method name&signature in class file #1

Closed ra4king closed 9 years ago

ra4king commented 9 years ago

https://github.com/ra4king/LWJGL-OpenGL-Utils/blob/MathLibStruct/src/com/ra4king/opengl/util/math/Vector3.java

riven8192 commented 9 years ago

Structs are typeless.

Meaning: public void set(Vector3) and public void set(Vector4) are both rewritten to public void set(int) which causes the duplicate method error.

ra4king commented 9 years ago

Ha, I was suspicious of that, thanks.

ra4king commented 9 years ago

My last final of the semester is this Thursday, which means more free time => more programming. Get on IRC more often please :)