(String argname)
| 76 | } |
| 77 | |
| 78 | private static String flagPattern(String argname) { |
| 79 | return "--?((not)-(-)?)?" + argname + "$"; |
| 80 | } |
| 81 | |
| 82 | private static String flagPattern() { |
| 83 | return "--?((not)-(-)?)?([^=]+)$"; |
no outgoing calls
no test coverage detected