You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Try out Qulice and see what you think. When evaluating refer to the questions in #462 and upon completion add your pros and cons for this plugin as a comment to the aforementioned story. Plugin link: Qulice
Note: Name is short for "quality police".
Book
Do mention and link to Qualice but mention drawbacks. And do not provide in the Gradle or Maven builds.
QA
As expected from previous experience, Qulice is very strict, and may not fit team agreements. Qulice is worth mentioning but with caution that teams adopt the strict standards. (An example: test methods should be marked final; this is true, but many teams may not want failures from this.)
See the "Use static analysis" page for writing update.
The text was updated successfully, but these errors were encountered:
Out of the box, it changes PMD settings (correctly if very strictly), and complains about plain JUnit assert usage.
These cause multiple failures when the code base isn't following Qualice preferences.
binkley
changed the title
Try out Qulice
Try out Qulice; outcome, do not include Qulice in the project
Jun 19, 2024
binkley
changed the title
Try out Qulice; outcome, do not include Qulice in the project
[Spike] Try out Qulice; outcome, do not include Qulice in the project
Jun 19, 2024
Try out Qulice and see what you think. When evaluating refer to the questions in #462 and upon completion add your pros and cons for this plugin as a comment to the aforementioned story. Plugin link: Qulice
Note: Name is short for "quality police".
Book
Do mention and link to Qualice but mention drawbacks. And do not provide in the Gradle or Maven builds.
QA
As expected from previous experience, Qulice is very strict, and may not fit team agreements. Qulice is worth mentioning but with caution that teams adopt the strict standards. (An example: test methods should be marked
final
; this is true, but many teams may not want failures from this.)See the "Use static analysis" page for writing update.
The text was updated successfully, but these errors were encountered: