Skip to content

Commit

Permalink
doc: fix javadoc errors
Browse files Browse the repository at this point in the history
  • Loading branch information
danglotb committed Oct 26, 2018
1 parent d084bce commit 5000a86
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ protected boolean hasBeenAmplified(CtElement element) {
* For most of amplification, amplify elements that are before the latest amplified elements produce
* redundant amplifications.
* For more information, and a provided example,
* see <url>https://github.com/STAMP-project/dspot/issues/454</url>
* see https://github.com/STAMP-project/dspot/issues/454
*
* @param elementsToBeReduced list of elements to be reduced
* @return a reduced list of elements, according to previous amplification.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ public class ConstantsProperties {

/**
* main method to generate the documentation. This method will output the documentation on the standard output, in markdown format.
* @param args unused
*/
public static void main(String[] args) {
final List<InputConfigurationProperty> inputConfigurationProperties = new ArrayList<>();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public class JUnit3Support {


/**
* <p>Convert a JUnit3 test class into a JUnit4.
* Convert a JUnit3 test class into a JUnit4.
* This is done in two steps:
* <ol>
* <li>Remove the "extends TestCase"</li>
Expand All @@ -34,7 +34,6 @@ public class JUnit3Support {
* will be amplified.
* This method convert also super classes in case they inherit from TestCase.
* This method recompile every converted test class, because they will be executed.
* </p>
*
* @param testClassJUnit3 test class to be converted
* @return the same test class but in JUnit4
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ public class TestCompiler {
* @param classTest Test class
* @param currentTestList test methods to be run
* @return Results of tests' run
* @throws AmplificationException forward the AmplificationException thrown by {@link eu.stamp_project.utils.compilation.TestCompiler#compileAndRun(CtType, DSpotCompiler, List, InputConfiguration)}
*/
public static List<CtMethod<?>> compileRunAndDiscardUncompilableAndFailingTestMethods(CtType classTest,
List<CtMethod<?>> currentTestList,
Expand Down

0 comments on commit 5000a86

Please sign in to comment.