mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-27 11:31:24 +01:00
doclint fixes
This commit is contained in:
@@ -30,13 +30,11 @@ import static org.junit.Assert.assertEquals;
|
|||||||
import static org.junit.Assert.assertTrue;
|
import static org.junit.Assert.assertTrue;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Unit tests for AutoconfAnalyzer. The test resources under autoconf/ were
|
* Unit tests for AutoconfAnalyzer. The test resources under autoconf/ were obtained from outside open source software projects.
|
||||||
* obtained from outside open source software projects. Links to those projects
|
* Links to those projects are given below.
|
||||||
* are given below.
|
|
||||||
*
|
*
|
||||||
* @author Dale Visser <dvisser@ida.org>
|
* @author Dale Visser
|
||||||
* @see <a href="http://readable.sourceforge.net/">Readable Lisp S-expressions
|
* @see <a href="http://readable.sourceforge.net/">Readable Lisp S-expressions Project</a>
|
||||||
* Project</a>
|
|
||||||
* @see <a href="https://gnu.org/software/binutils/">GNU Binutils</a>
|
* @see <a href="https://gnu.org/software/binutils/">GNU Binutils</a>
|
||||||
* @see <a href="https://gnu.org/software/ghostscript/">GNU Ghostscript</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.
|
* Correctly setup the analyzer for testing.
|
||||||
*
|
*
|
||||||
* @throws Exception
|
* @throws Exception thrown if there is a problem
|
||||||
* thrown if there is a problem
|
|
||||||
*/
|
*/
|
||||||
@Before
|
@Before
|
||||||
public void setUp() throws Exception {
|
public void setUp() throws Exception {
|
||||||
@@ -78,8 +75,7 @@ public class AutoconfAnalyzerTest extends BaseTest {
|
|||||||
/**
|
/**
|
||||||
* Cleanup the analyzer's temp files, etc.
|
* Cleanup the analyzer's temp files, etc.
|
||||||
*
|
*
|
||||||
* @throws Exception
|
* @throws Exception thrown if there is a problem
|
||||||
* thrown if there is a problem
|
|
||||||
*/
|
*/
|
||||||
@After
|
@After
|
||||||
public void tearDown() throws Exception {
|
public void tearDown() throws Exception {
|
||||||
@@ -88,11 +84,9 @@ public class AutoconfAnalyzerTest extends BaseTest {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Test whether expected evidence is gathered from Ghostscript's
|
* Test whether expected evidence is gathered from Ghostscript's configure.ac.
|
||||||
* configure.ac.
|
|
||||||
*
|
*
|
||||||
* @throws AnalysisException
|
* @throws AnalysisException is thrown when an exception occurs.
|
||||||
* is thrown when an exception occurs.
|
|
||||||
*/
|
*/
|
||||||
@Test
|
@Test
|
||||||
public void testAnalyzeConfigureAC1() throws AnalysisException {
|
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.
|
* Test whether expected evidence is gathered from Readable's configure.ac.
|
||||||
*
|
*
|
||||||
* @throws AnalysisException
|
* @throws AnalysisException is thrown when an exception occurs.
|
||||||
* is thrown when an exception occurs.
|
|
||||||
*/
|
*/
|
||||||
@Test
|
@Test
|
||||||
public void testAnalyzeConfigureAC2() throws AnalysisException {
|
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.
|
* Test whether expected evidence is gathered from GNU Binutil's configure.
|
||||||
*
|
*
|
||||||
* @throws AnalysisException
|
* @throws AnalysisException is thrown when an exception occurs.
|
||||||
* is thrown when an exception occurs.
|
|
||||||
*/
|
*/
|
||||||
@Test
|
@Test
|
||||||
public void testAnalyzeConfigureScript() throws AnalysisException {
|
public void testAnalyzeConfigureScript() throws AnalysisException {
|
||||||
@@ -138,11 +130,9 @@ public class AutoconfAnalyzerTest extends BaseTest {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Test whether expected evidence is gathered from GNU Ghostscript's
|
* Test whether expected evidence is gathered from GNU Ghostscript's configure.
|
||||||
* configure.
|
|
||||||
*
|
*
|
||||||
* @throws AnalysisException
|
* @throws AnalysisException is thrown when an exception occurs.
|
||||||
* is thrown when an exception occurs.
|
|
||||||
*/
|
*/
|
||||||
@Test
|
@Test
|
||||||
public void testAnalyzeReadableConfigureScript() throws AnalysisException {
|
public void testAnalyzeReadableConfigureScript() throws AnalysisException {
|
||||||
|
|||||||
Reference in New Issue
Block a user