The hierarchy of the type ‘class name’ is inconsistent
2016-09-01
Somehow, this is a tricky compilation error which means that you are implementing a non-existing interface or you are extending a non-existing class. It appears due one of the following two reasons. First, eclipse got stuck and you need to do is to restart it and rebuild your project. Follow nextContinue Reading