Selector author: Thomas Behr 22-03-02 @return a list of warning messages
()
| 208 | * @return a list of warning messages |
| 209 | */ |
| 210 | @Override |
| 211 | public List<String> getWarnings() |
| 212 | { |
| 213 | return warnings; |
| 214 | } |
| 215 | |
| 216 | /** |
| 217 | * parse a String in PCG format |
no outgoing calls
no test coverage detected