()
| 173 | } |
| 174 | |
| 175 | protected Arguments getArguments() { |
| 176 | if (this.dynJsArguments == null) { |
| 177 | this.dynJsArguments = new Arguments(); |
| 178 | } |
| 179 | return dynJsArguments; |
| 180 | } |
| 181 | |
| 182 | protected CmdLineParser getParser() { |
| 183 | if (this.parser == null) { |
no outgoing calls
no test coverage detected