-
Notifications
You must be signed in to change notification settings - Fork 34
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
made tests use a unified test JCM - bad indentations #78
Conversation
Codecov Report
@@ Coverage Diff @@
## master #78 +/- ##
===========================================
+ Coverage 38.91% 39.21% +0.3%
- Complexity 996 1010 +14
===========================================
Files 132 134 +2
Lines 5636 5669 +33
Branches 840 847 +7
===========================================
+ Hits 2193 2223 +30
- Misses 3156 3159 +3
Partials 287 287
Continue to review full report at Codecov.
|
…s, ignore previous packages. see phax#74
…odemodel.git into API_guiguigui
That is a huge change and I partially dislike it. It also breaks backwards compatibility. Also please remove all the No public members in classes please. For the other topics from #74 I will respond separately, but I don't have time for this today |
Why exactly would it break backward compatibility ? I did not know following commits would be added to the PR I don't know what are superflowous brackets ? I added the serialversion id because eclipse complains about them. I will add I put members public in the exceptions because they are final and unmodifiable. But of course putting them as getX() is just as good. |
removed serials and set field as private, with getter.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
also reduces the overload of constructor.
see #74