doclint fixes

This commit is contained in:
Jeremy Long
2016-03-05 13:18:34 -05:00
parent 8022381d1c
commit 76bcbb5a7e

View File

@@ -30,13 +30,11 @@ import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertTrue;
/**
* Unit tests for AutoconfAnalyzer. The test resources under autoconf/ were
* obtained from outside open source software projects. Links to those projects
* are given below.
* Unit tests for AutoconfAnalyzer. The test resources under autoconf/ were obtained from outside open source software projects.
* Links to those projects are given below.
*
* @author Dale Visser <dvisser@ida.org>
* @see <a href="http://readable.sourceforge.net/">Readable Lisp S-expressions
* Project</a>
* @author Dale Visser
* @see <a href="http://readable.sourceforge.net/">Readable Lisp S-expressions Project</a>
* @see <a href="https://gnu.org/software/binutils/">GNU Binutils</a>
* @see <a href="https://gnu.org/software/ghostscript/">GNU Ghostscript</a>
*/
@@ -65,8 +63,7 @@ public class AutoconfAnalyzerTest extends BaseTest {
/**
* Correctly setup the analyzer for testing.
*
* @throws Exception
* thrown if there is a problem
* @throws Exception thrown if there is a problem
*/
@Before
public void setUp() throws Exception {
@@ -78,8 +75,7 @@ public class AutoconfAnalyzerTest extends BaseTest {
/**
* Cleanup the analyzer's temp files, etc.
*
* @throws Exception
* thrown if there is a problem
* @throws Exception thrown if there is a problem
*/
@After
public void tearDown() throws Exception {
@@ -88,11 +84,9 @@ public class AutoconfAnalyzerTest extends BaseTest {
}
/**
* Test whether expected evidence is gathered from Ghostscript's
* configure.ac.
* Test whether expected evidence is gathered from Ghostscript's configure.ac.
*
* @throws AnalysisException
* is thrown when an exception occurs.
* @throws AnalysisException is thrown when an exception occurs.
*/
@Test
public void testAnalyzeConfigureAC1() throws AnalysisException {
@@ -105,8 +99,7 @@ public class AutoconfAnalyzerTest extends BaseTest {
/**
* Test whether expected evidence is gathered from Readable's configure.ac.
*
* @throws AnalysisException
* is thrown when an exception occurs.
* @throws AnalysisException is thrown when an exception occurs.
*/
@Test
public void testAnalyzeConfigureAC2() throws AnalysisException {
@@ -126,8 +119,7 @@ public class AutoconfAnalyzerTest extends BaseTest {
/**
* Test whether expected evidence is gathered from GNU Binutil's configure.
*
* @throws AnalysisException
* is thrown when an exception occurs.
* @throws AnalysisException is thrown when an exception occurs.
*/
@Test
public void testAnalyzeConfigureScript() throws AnalysisException {
@@ -138,11 +130,9 @@ public class AutoconfAnalyzerTest extends BaseTest {
}
/**
* Test whether expected evidence is gathered from GNU Ghostscript's
* configure.
* Test whether expected evidence is gathered from GNU Ghostscript's configure.
*
* @throws AnalysisException
* is thrown when an exception occurs.
* @throws AnalysisException is thrown when an exception occurs.
*/
@Test
public void testAnalyzeReadableConfigureScript() throws AnalysisException {