mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-26 02:51:27 +01:00
javadoc fix
This commit is contained in:
@@ -244,10 +244,13 @@ public class CPEAnalyzer extends AbstractAnalyzer {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* <p>
|
||||||
* Returns the text created by concatenating the text and the values from
|
* Returns the text created by concatenating the text and the values from
|
||||||
* the EvidenceCollection (filtered for a specific confidence). This
|
* the EvidenceCollection (filtered for a specific confidence). This
|
||||||
* attempts to prevent duplicate terms from being added.<br/<br/> Note, if
|
* attempts to prevent duplicate terms from being added.</p>
|
||||||
* the evidence is longer then 200 characters it will be truncated.
|
* <p>
|
||||||
|
* Note, if the evidence is longer then 200 characters it will be
|
||||||
|
* truncated.</p>
|
||||||
*
|
*
|
||||||
* @param text the base text
|
* @param text the base text
|
||||||
* @param evidence an iterable set of evidence to concatenate
|
* @param evidence an iterable set of evidence to concatenate
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ import org.apache.lucene.analysis.tokenattributes.PositionIncrementAttribute;
|
|||||||
* the terms. If a term contains a non-alphanumeric character it may be split
|
* the terms. If a term contains a non-alphanumeric character it may be split
|
||||||
* into multiple terms:
|
* into multiple terms:
|
||||||
*
|
*
|
||||||
* <table>
|
* <table summary="Example filtering">
|
||||||
* <tr><th>term</th><th>results in</th></tr>
|
* <tr><th>term</th><th>results in</th></tr>
|
||||||
* <tr><td>bob</td><td>bob</td></tr>
|
* <tr><td>bob</td><td>bob</td></tr>
|
||||||
* <tr><td>bob-cat</td><td>bob cat</td></tr>
|
* <tr><td>bob-cat</td><td>bob cat</td></tr>
|
||||||
|
|||||||
Reference in New Issue
Block a user