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
The puzzle 87-5547b016 in src/main/java/com/jcabi/http/request/BaseRequest.java (lines 69-76) has to be resolved: Refactor this class to get rid of PMD.GodClass. This can be done if MultiPartFormBody and FormEncodedBody are pulled out. Also, the two share the same implementations for all methods besides formParam, so they can be refactored to extend an AbstractRequestBody. PMD.TooManyMethods might come together with getting rid of the first one, since maybe qulice is counting the methods in the inner classes too - if it doesn't, then it can be left.
The puzzle was created by amihaiemil on 12-Aug-16.
Estimate: 30 minutes, role: IMP.
If you have any technical questions, don't ask me, submit new tickets instead. The task will be "done" when the problem is fixed and the text of the puzzle is removed from the source code. Here is more about PDD.
The text was updated successfully, but these errors were encountered:
The puzzle
87-5547b016
insrc/main/java/com/jcabi/http/request/BaseRequest.java
(lines 69-76) has to be resolved: Refactor this class to get rid of PMD.GodClass. This can be done if MultiPartFormBody and FormEncodedBody are pulled out. Also, the two share the same implementations for all methods besides formParam, so they can be refactored to extend an AbstractRequestBody. PMD.TooManyMethods might come together with getting rid of the first one, since maybe qulice is counting the methods in the inner classes too - if it doesn't, then it can be left.The puzzle was created by amihaiemil on 12-Aug-16.
Estimate: 30 minutes, role: IMP.
If you have any technical questions, don't ask me, submit new tickets instead. The task will be "done" when the problem is fixed and the text of the puzzle is removed from the source code. Here is more about PDD.
The text was updated successfully, but these errors were encountered: