eclipse/repairnator

unify build identifier of project inspectors

Opened this issue · 1 comments

Currently we have several identifiers in a project inspector (and its subclasses), due to their different natures (Jenkins, Travis, Github, etc).

It would be introduce a uniform access method to an identifier string such as projectInspector.getIdentifier() that would be overwritten in the subclasses.

This would allow getting rid of instanceof in the patch classification function introduced in #1208