eclipse / repairnator

Software development bots for Github. Join the bot revolution! :star2::robot::star2::revolving_hearts:
MIT License
384 stars 83 forks source link

unify build identifier of project inspectors #1213

Open andre15silva opened 3 years ago

andre15silva commented 3 years ago

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.

andre15silva commented 3 years ago

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