@return the URL of analysis configuration.
()
| 53 | * @return the URL of analysis configuration. |
| 54 | */ |
| 55 | public static URL getAnalysisConfigURL() { |
| 56 | return Configs.class |
| 57 | .getClassLoader() |
| 58 | .getResource(CONFIG); |
| 59 | } |
| 60 | |
| 61 | /** |
| 62 | * Extracts analysis id from given require item. |
no test coverage detected