feroult / yawp

Kotlin/Java API framework for Google Appengine
http://yawp.io
MIT License
132 stars 20 forks source link

squid:S1213 - The members of an interface declaration or class should appear in a pre-defined order #91

Closed georgekankava closed 8 years ago

georgekankava commented 8 years ago

This pull request is focused on resolving occurrences of Sonar rule squid:S1213 - The members of an interface declaration or class should appear in a pre-defined order. This pull request removes 50 minutes of technical debt. You can find more information about the issue here: https://dev.eclipse.org/sonar/rules/show/squid:S1213 Please let me know if you have any questions. George Kankava

coveralls commented 8 years ago

Coverage Status

Coverage decreased (-0.1%) to 65.857% when pulling b36b9f18e5a02555521edbd07371d82b590ece53 on DevFactory:release/the-members-of-an-interface-declaration-or-class-should-appear-in-a-pre-defined-order-fix-1 into b74157093cb737c4e8ef2e3e23e2588490ef2d22 on feroult:master.

feroult commented 8 years ago

Thanks, George.