Ignore:
Timestamp:
11/29/17 14:55:48 (7 years ago)
Author:
pharms
Message:
  • java doc issues removal
Location:
trunk/autoquest-core-coverage/src/main/java/de/ugoe/cs/autoquest/coverage
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/autoquest-core-coverage/src/main/java/de/ugoe/cs/autoquest/coverage/CoverageCalculatorObserved.java

    r927 r2218  
    8181     *            sequences for which the coverage is calculated; must not be null 
    8282     * @param length 
    83      *            length of the subsequences for which the coverage is analyzed; must be >0 
     83     *            length of the subsequences for which the coverage is analyzed; must be >0 
    8484     * @throws IllegalArgumentException 
    8585     *             thrown if observedSequences or sequences is null or length less than or equal to 
  • trunk/autoquest-core-coverage/src/main/java/de/ugoe/cs/autoquest/coverage/CoverageCalculatorProcess.java

    r927 r2218  
    8686     *            sequences for which the coverage is calculated; must not be null 
    8787     * @param length 
    88      *            length of the subsequences for which the coverage is analyzed; must be >0 
     88     *            length of the subsequences for which the coverage is analyzed; must be >0 
    8989     * @throws IllegalArgumentException 
    9090     *             thrown if process or sequences is null or length less than or equal to 0 
Note: See TracChangeset for help on using the changeset viewer.