| 113 | |
| 114 | |
| 115 | public static class CompilationException extends RuntimeException { |
| 116 | private static final long serialVersionUID = 5272588827551900536L; |
| 117 | |
| 118 | public CompilationException(String msg) { |
| 119 | super(msg); |
| 120 | } |
| 121 | |
| 122 | } |
| 123 | |
| 124 | |
| 125 | public static class SourceCode extends SimpleJavaFileObject { |
nothing calls this directly
no outgoing calls
no test coverage detected