持续专业进修结果
以下文档包含 PMD 的 CPD 5.6.1 的结果。
重复
| 文件 | 线 |
|---|---|
| org\apache\maven\plugin\surefire\booterclient\ClasspathForkConfiguration.java | 45 |
| org\apache\maven\plugin\surefire\booterclient\JarManifestForkConfiguration.java | 67 |
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,
@Nonnull String[] excludedEnvironmentVariables,
boolean debug, int forkCount,
boolean reuseForks, @Nonnull Platform pluginPlatform,
@Nonnull ConsoleLogger log,
@Nonnull ForkNodeFactory forkNodeFactory )
{
super( bootClasspath, tempDirectory, debugLine, workingDirectory, modelProperties, argLine,
environmentVariables, excludedEnvironmentVariables, debug, forkCount, reuseForks, pluginPlatform, log,
forkNodeFactory );
}
@Override
protected void resolveClasspath( @Nonnull OutputStreamFlushableCommandline cli,
@Nonnull String booterThatHasMainMethod,
@Nonnull StartupConfiguration config,
@Nonnull File dumpLogDirectory )
throws SurefireBooterForkException
{ | |
| 文件 | 线 |
|---|---|
| org\apache\maven\plugin\surefire\booterclient\AbstractClasspathForkConfiguration.java | 41 |
| org\apache\maven\plugin\surefire\booterclient\ClasspathForkConfiguration.java | 45 |
| org\apache\maven\plugin\surefire\booterclient\JarManifestForkConfiguration.java | 67 |
AbstractClasspathForkConfiguration( @Nonnull Classpath bootClasspath,
@Nonnull File tempDirectory,
@Nullable String debugLine,
@Nonnull File workingDirectory,
@Nonnull Properties modelProperties,
@Nullable String argLine,
@Nonnull Map<String, String> environmentVariables,
@Nonnull String[] excludedEnvironmentVariables,
boolean debug,
int forkCount,
boolean reuseForks,
@Nonnull Platform pluginPlatform,
@Nonnull ConsoleLogger log,
@Nonnull ForkNodeFactory forkNodeFactory )
{
super( bootClasspath, tempDirectory, debugLine, workingDirectory, modelProperties, argLine,
environmentVariables, excludedEnvironmentVariables, debug, forkCount, reuseForks, pluginPlatform, log,
forkNodeFactory );
}
@Override | |


