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

Task 135 fix sonarqube issues #151

Merged
merged 62 commits into from
Jul 22, 2021
Merged

Conversation

LorenzoBettini
Copy link
Collaborator

This is meant to

  • reduce several SonarQube issues
  • increase code coverage

Closes #135

java:S1948

Fields in a "Serializable" class should either be transient or
serializable


Task-Url: http://github.com/pitest/pitclipse/issues/81
We use that only in tests anyway, from what I understand

Task-Url: http://github.com/pitest/pitclipse/issues/135
@LorenzoBettini
Copy link
Collaborator Author

@echebbi I was wondering if you have some spare time to have a look at this. Mostly, these are cosmetic changes and additional testing scenarios

Copy link
Collaborator

@echebbi echebbi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a few comments that are mostly related to naming. I don't see them as big issues so I'll approve the merge. Feel free to address my remarks if they seem relevant to you.

task_135-Fix_SonarQube_issues

Conflicts:
	releng/org.pitest.pitclipse.target/org.pitest.pitclipse.target.target
	tests/org.pitest.pitclipse.runner.tests/src/org/pitest/pitclipse/runner/io/ObjectStreamSocketTest.java
	tests/org.pitest.pitclipse.runner.tests/src/org/pitest/pitclipse/runner/io/SocketProviderIntegrationTest.java
	tests/org.pitest.pitclipse.runner.tests/src/org/pitest/pitclipse/runner/results/summary/Verification.java
@sonarcloud
Copy link

sonarcloud bot commented Jul 22, 2021

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

93.4% 93.4% Coverage
0.0% 0.0% Duplication

@LorenzoBettini LorenzoBettini merged commit fc8171f into master Jul 22, 2021
@LorenzoBettini LorenzoBettini deleted the task_135-Fix_SonarQube_issues branch July 22, 2021 14:54
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

Successfully merging this pull request may close these issues.

Fix a few SonarQube issues
2 participants