(String[] args)
| 407 | |
| 408 | |
| 409 | static public void main(String[] args) { |
| 410 | // Do this early so that error messages go to the console |
| 411 | Base.setCommandLine(); |
| 412 | |
| 413 | // init the platform so that prefs and other native code is ready to go |
| 414 | Platform.init(); |
| 415 | |
| 416 | // launch command line handler |
| 417 | new Commander(args); |
| 418 | } |
| 419 | } |
nothing calls this directly
no test coverage detected