Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor tag importers into a single class #143

Closed
kaklakariada opened this issue May 23, 2018 · 2 comments
Closed

Refactor tag importers into a single class #143

kaklakariada opened this issue May 23, 2018 · 2 comments

Comments

@kaklakariada
Copy link
Contributor

Is your feature request related to a problem? Please describe.
When importing code tags from *.java files using the legacy tag importer the import fails because the 'normal' tag importer also uses *.java.

Describe the solution you'd like
A solution would be to allow configuring each importer for which files it is responsible.

Describe alternatives you've considered
Another option would be to order the importers by priority (giving the legacy tag importer higher priority) and use the first one without checking the others.

@kaklakariada
Copy link
Contributor Author

We decided to integrate legacy tag importer into the existing tag importer to avoid this.

@kaklakariada
Copy link
Contributor Author

Implemented in #167

redcatbear pushed a commit that referenced this issue Sep 14, 2018
@redcatbear redcatbear mentioned this issue Oct 13, 2018
kaklakariada added a commit that referenced this issue Nov 11, 2018
#143: Fetch git history to provide sonar blame information
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant