MCPcopy Create free account
hub / github.com/evernat/dead-code-detector / getDirectories

Method getDirectories

src/main/java/dcd/Parameters.java:257–259  ·  view source on GitHub ↗

@return Répertoires (ou fichiers jar, wars) à analyser.

()

Source from the content-addressed store, hash-verified

255 * @return Répertoires (ou fichiers jar, wars) à analyser.
256 */
257 public List<File> getDirectories() {
258 return directories;
259 }
260
261 /**
262 * @return Expressions régulières de classes (ou packages) à ne pas auditer (ex : mypackage.*)

Callers 3

runMethod · 0.80
launchAllAnalysesMethod · 0.80
ParametersPanelMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected