Question

I've just grabbed the tip of Andengine GLES2 from github. When I bring the project in to Eclipse, its got LOTS of problems. But the main problem is that there are many places in which @override is used on objects which have no superclass.

Is it just me? Is there working version of GLES2?

Was it helpful?

Solution

Found the anmswer to my own question: in java 1.6 overrides can be in place for implemented methods. Description of trouble here:

Eclipse ignoring incorrect @Override annotations

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top