PMD Results
The following document contains the results of PMD 5.3.5.
Files
org/oxerr/okcoin/examples/rest/IcebergOrderDemo.java
| Violation |
Line |
| Dont create instances of already existing BigInteger and BigDecimal (ZERO, ONE, TEN) |
72 |
| Dont create instances of already existing BigInteger and BigDecimal (ZERO, ONE, TEN) |
74 |
org/oxerr/okcoin/examples/rest/MarketDataDemo.java
| Violation |
Line |
| Too many static imports may lead to messy code |
1–143 |
org/oxerr/okcoin/examples/rest/TradeDemo.java
| Violation |
Line |
| Dont create instances of already existing BigInteger and BigDecimal (ZERO, ONE, TEN) |
43 |
| Dont create instances of already existing BigInteger and BigDecimal (ZERO, ONE, TEN) |
59 |
| Dont create instances of already existing BigInteger and BigDecimal (ZERO, ONE, TEN) |
70 |
org/oxerr/okcoin/examples/rest/WithdrawDemo.java
| Violation |
Line |
| Dont create instances of already existing BigInteger and BigDecimal (ZERO, ONE, TEN) |
36 |
| Dont create instances of already existing BigInteger and BigDecimal (ZERO, ONE, TEN) |
41 |
org/oxerr/okcoin/examples/websocket/Client.java
| Violation |
Line |
| An empty statement (semicolon) not part of a loop |
87 |