Ellzord / JALSE

Java Artificial Life Simulation Engine
https://ellzord.github.io/JALSE
Apache License 2.0
139 stars 24 forks source link

Code quality fix - Assignments should not be made from within sub-expressions. #185

Closed faisal-hameed closed 8 years ago

faisal-hameed commented 8 years ago

This pull request is focused on resolving occurrences of Sonar rule squid:AssignmentInSubExpressionCheck - Assignments should not be made from within sub-expressions. You can find more information about the issue here: https://dev.eclipse.org/sonar/rules/show/squid:AssignmentInSubExpressionCheck

Please let me know if you have any questions.

Faisal Hameed

coveralls commented 8 years ago

Coverage Status

Coverage increased (+0.06%) to 70.723% when pulling 86004a9e4405367c3368326609159c6607ca8f0f on DevFactory:release/assignment-should-not-be-made-from-subexpressions-fix-1 into 72057161b6cee94d9cd52ba1190fc91cf6da914e on Ellzord:master.

Ellzord commented 8 years ago

This is fine - I was naughty here!