CPD Results
The following document contains the results of PMD's CPD 4.3.
Duplications
| File | Line |
|---|
| org/codehaus/mojo/selenium/StartServerMojo.java | 84 |
| org/codehaus/mojo/selenium/XvfbMojo.java | 153 |
public void setWorkingDirectory(File value) {
throw new InternalError("Stubbed method");
}
/**
* Enable logging mode.
*
* @parameter expression="${logOutput}" default-value="false"
*/
private boolean logOutput = false;
public boolean getLogOutput() {
throw new InternalError("Stubbed method");
}
public boolean isLogOutput() {
throw new InternalError("Stubbed method");
}
public void setLogOutput(boolean value) {
throw new InternalError("Stubbed method");
}
/**
* The file that Selenium server logs will be written to.
*
* @parameter expression="${logFile}" default-value="${project.build.directory}/selenium/server.log"
* @required
*/
private File logFile = null;
public File getLogFile() {
throw new InternalError("Stubbed method");
}
public void setLogFile(File value) {
throw new InternalError("Stubbed method");
}
/**
* Flag to control if we background the server or block Maven execution.
*
* @parameter expression="${background}" default-value="false"
* @required
*/
private boolean background = false;
public boolean getBackground() {
throw new InternalError("Stubbed method");
}
public boolean isBackground() {
throw new InternalError("Stubbed method");
}
public void setBackground(boolean value) {
throw new InternalError("Stubbed method");
}
/**
* Attempt to verify the named browser configuration. Must be one of the
* standard valid browser names (and must start with a *), e.g. *firefox, *iexplore, *custom.
*
* @parameter expression="${verifyBrowser}"
*/
private java.lang.String verifyBrowser = null; |
| File | Line |
|---|
| org/codehaus/mojo/selenium/SeleneseMojo.java | 182 |
| org/codehaus/mojo/selenium/StartServerMojo.java | 482 |
| org/codehaus/mojo/selenium/StopServerMojo.java | 58 |
private java.lang.String extractUsableBrowserName() {
throw new InternalError("Stubbed method");
}
public groovy.lang.MetaClass getMetaClass() {
throw new InternalError("Stubbed method");
}
public void setMetaClass(groovy.lang.MetaClass metaClass) {
throw new InternalError("Stubbed method");
}
public java.lang.Object invokeMethod(java.lang.String name, java.lang.Object args) {
throw new InternalError("Stubbed method");
}
public java.lang.Object getProperty(java.lang.String name) {
throw new InternalError("Stubbed method");
}
public void setProperty(java.lang.String name, java.lang.Object value) {
throw new InternalError("Stubbed method");
}
} |
| File | Line |
|---|
| org/codehaus/mojo/selenium/SeleneseMojo.java | 182 |
| org/codehaus/mojo/selenium/StartServerMojo.java | 482 |
| org/codehaus/mojo/selenium/StopServerMojo.java | 58 |
| org/codehaus/mojo/selenium/XvfbMojo.java | 279 |
private java.lang.String extractUsableBrowserName() {
throw new InternalError("Stubbed method");
}
public groovy.lang.MetaClass getMetaClass() {
throw new InternalError("Stubbed method");
}
public void setMetaClass(groovy.lang.MetaClass metaClass) {
throw new InternalError("Stubbed method");
}
public java.lang.Object invokeMethod(java.lang.String name, java.lang.Object args) {
throw new InternalError("Stubbed method");
}
public java.lang.Object getProperty(java.lang.String name) {
throw new InternalError("Stubbed method");
}
public void setProperty(java.lang.String name, java.lang.Object value) {
throw new InternalError("Stubbed method");
}
} |