Detector: | GrouMiner |
Target: | project ' closure ' version319 |
Misuse: | misuse ' 2 ' |
Tags: |
Details about the known misuse from the MUBench dataset.
Description: | Parameters.getParameter() may throw CmdLineException. |
Fix Description: | Surround with try/catch. (see diff) |
Violation Types: |
|
In File: | com/google/javascript/jscomp/CommandLineRunner.java |
In Method: | parseArguments(Parameters) |
Code with Misuse: |
|