repairnator icon indicating copy to clipboard operation
repairnator copied to clipboard

unify build identifier of project inspectors

Open andre15silva opened this issue 4 years ago • 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.

andre15silva avatar Apr 13 '21 16:04 andre15silva

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

andre15silva avatar Apr 14 '21 09:04 andre15silva