MMO Compiling Warnings
Posted: Tue Jan 19, 2010 8:48 pm
If you want to receive support we need this info to help you properly.
ยป Find Revision
L2J Revision Number: 3829
L2JDP Revision Number: 6912
I get these warnings in eclipse:
1- MMOConnection is a raw type. References to generic type MMOConnection<T> should be parameterized MMOClient.java MMOCore/src/org/mmocore/network line 26 Java Problem
2- The type parameter T should not be bounded by the final type MMOConnection. Final types cannot be further extended MMOClient.java MMOCore/src/org/mmocore/network line 26 Java Problem
will influence anything?
ยป Find Revision
L2J Revision Number: 3829
L2JDP Revision Number: 6912
I get these warnings in eclipse:
1- MMOConnection is a raw type. References to generic type MMOConnection<T> should be parameterized MMOClient.java MMOCore/src/org/mmocore/network line 26 Java Problem
2- The type parameter T should not be bounded by the final type MMOConnection. Final types cannot be further extended MMOClient.java MMOCore/src/org/mmocore/network line 26 Java Problem
will influence anything?