The following document contains the results of PMD's CPD 5.6.1.
| File | Line |
|---|---|
| org/apache/maven/plugin/surefire/booterclient/ClasspathForkConfiguration.java | 44 |
| org/apache/maven/plugin/surefire/booterclient/JarManifestForkConfiguration.java | 51 |
public ClasspathForkConfiguration( @Nonnull Classpath bootClasspath, @Nonnull File tempDirectory,
@Nullable String debugLine, @Nonnull File workingDirectory,
@Nonnull Properties modelProperties, @Nullable String argLine,
@Nonnull Map<String, String> environmentVariables, boolean debug, int forkCount,
boolean reuseForks, @Nonnull Platform pluginPlatform,
@Nonnull ConsoleLogger log )
{
super( bootClasspath, tempDirectory, debugLine, workingDirectory, modelProperties, argLine,
environmentVariables, debug, forkCount, reuseForks, pluginPlatform, log );
}
@Override
protected void resolveClasspath( @Nonnull OutputStreamFlushableCommandline cli,
@Nonnull String booterThatHasMainMethod,
@Nonnull StartupConfiguration config )
throws SurefireBooterForkException
{ | |