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

Refactoring: remove conditional code for older SQ versions #1318

Closed
guwirth opened this issue Nov 20, 2017 · 1 comment
Closed

Refactoring: remove conditional code for older SQ versions #1318

guwirth opened this issue Nov 20, 2017 · 1 comment
Assignees
Milestone

Comments

@guwirth
Copy link
Collaborator

guwirth commented Nov 20, 2017

Remove conditional code for older SQ versions in code:

if (context.getSonarQubeVersion().isGreaterThanOrEqual(SQ_6_2)) {
 // ...
}
@guwirth guwirth added this to the 0.9.9 milestone Nov 20, 2017
@guwirth guwirth assigned guwirth and Bertk and unassigned guwirth Nov 20, 2017
@guwirth
Copy link
Collaborator Author

guwirth commented Nov 20, 2017

solved with #1291

@guwirth guwirth closed this as completed Nov 20, 2017
@guwirth guwirth changed the title Refactoring: Remove conditional code for older SQ versions Refactoring: remove conditional code for older SQ versions Jan 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants