diff options
| author | bculkin2442 <bjculkin@mix.wvu.edu> | 2019-09-09 20:13:50 -0400 |
|---|---|---|
| committer | bculkin2442 <bjculkin@mix.wvu.edu> | 2019-09-09 20:13:50 -0400 |
| commit | ffdeed6d39f651bc6ffb75ecf9b8134798041f82 (patch) | |
| tree | ba629e526068b0ba4a21341f8147c48289dce220 /docs/jacoco-ut/bjc.everge/ReplOpts.java.html | |
| parent | c6897211cb5da8c5bbbaf267db8ad020eb63a114 (diff) | |
Upgrade version to 0.2
Diffstat (limited to 'docs/jacoco-ut/bjc.everge/ReplOpts.java.html')
| -rw-r--r-- | docs/jacoco-ut/bjc.everge/ReplOpts.java.html | 54 |
1 files changed, 30 insertions, 24 deletions
diff --git a/docs/jacoco-ut/bjc.everge/ReplOpts.java.html b/docs/jacoco-ut/bjc.everge/ReplOpts.java.html index 8e3e829..c8b5767 100644 --- a/docs/jacoco-ut/bjc.everge/ReplOpts.java.html +++ b/docs/jacoco-ut/bjc.everge/ReplOpts.java.html @@ -43,35 +43,41 @@ import java.io.PrintStream; */ <span class="fc" id="L44"> public boolean isPerf = false;</span> -<span class="fc" id="L46"> public PrintStream outStream = System.out;</span> -<span class="fc" id="L47"> public PrintStream errStream = System.err;</span> + /** + * The stream to print normal output on. + */ +<span class="fc" id="L49"> public PrintStream outStream = System.out;</span> + /** + * The stream to print error output on. + */ +<span class="fc" id="L53"> public PrintStream errStream = System.err;</span> @Override public int hashCode() { -<span class="nc" id="L50"> final int prime = 31;</span> -<span class="nc" id="L51"> int result = 1;</span> -<span class="nc bnc" id="L52" title="All 2 branches missed."> result = prime * result + (defMulti ? 1231 : 1237);</span> -<span class="nc" id="L53"> result = prime * result + defPrior;</span> -<span class="nc" id="L54"> result = prime * result + defStage;</span> -<span class="nc bnc" id="L55" title="All 2 branches missed."> result = prime * result + ((defStatus == null) ? 0 : defStatus.hashCode());</span> -<span class="nc bnc" id="L56" title="All 2 branches missed."> result = prime * result + (isDebug ? 1231 : 1237);</span> -<span class="nc bnc" id="L57" title="All 2 branches missed."> result = prime * result + (isPerf ? 1231 : 1237);</span> -<span class="nc bnc" id="L58" title="All 2 branches missed."> result = prime * result + (isTrace ? 1231 : 1237);</span> -<span class="nc" id="L59"> return result;</span> +<span class="nc" id="L56"> final int prime = 31;</span> +<span class="nc" id="L57"> int result = 1;</span> +<span class="nc bnc" id="L58" title="All 2 branches missed."> result = prime * result + (defMulti ? 1231 : 1237);</span> +<span class="nc" id="L59"> result = prime * result + defPrior;</span> +<span class="nc" id="L60"> result = prime * result + defStage;</span> +<span class="nc bnc" id="L61" title="All 2 branches missed."> result = prime * result + ((defStatus == null) ? 0 : defStatus.hashCode());</span> +<span class="nc bnc" id="L62" title="All 2 branches missed."> result = prime * result + (isDebug ? 1231 : 1237);</span> +<span class="nc bnc" id="L63" title="All 2 branches missed."> result = prime * result + (isPerf ? 1231 : 1237);</span> +<span class="nc bnc" id="L64" title="All 2 branches missed."> result = prime * result + (isTrace ? 1231 : 1237);</span> +<span class="nc" id="L65"> return result;</span> } @Override public boolean equals(Object obj) { -<span class="nc bnc" id="L63" title="All 2 branches missed."> if (this == obj) return true;</span> -<span class="nc bnc" id="L64" title="All 2 branches missed."> if (obj == null) return false;</span> -<span class="nc bnc" id="L65" title="All 2 branches missed."> if (getClass() != obj.getClass()) return false;</span> -<span class="nc" id="L66"> ReplOpts other = (ReplOpts) obj;</span> -<span class="nc bnc" id="L67" title="All 2 branches missed."> if (defMulti != other.defMulti) return false;</span> -<span class="nc bnc" id="L68" title="All 2 branches missed."> if (defPrior != other.defPrior) return false;</span> -<span class="nc bnc" id="L69" title="All 2 branches missed."> if (defStage != other.defStage) return false;</span> -<span class="nc bnc" id="L70" title="All 2 branches missed."> if (defStatus != other.defStatus) return false;</span> -<span class="nc bnc" id="L71" title="All 2 branches missed."> if (isDebug != other.isDebug) return false;</span> -<span class="nc bnc" id="L72" title="All 2 branches missed."> if (isPerf != other.isPerf) return false;</span> -<span class="nc bnc" id="L73" title="All 2 branches missed."> if (isTrace != other.isTrace) return false;</span> -<span class="nc" id="L74"> return true;</span> +<span class="nc bnc" id="L69" title="All 2 branches missed."> if (this == obj) return true;</span> +<span class="nc bnc" id="L70" title="All 2 branches missed."> if (obj == null) return false;</span> +<span class="nc bnc" id="L71" title="All 2 branches missed."> if (getClass() != obj.getClass()) return false;</span> +<span class="nc" id="L72"> ReplOpts other = (ReplOpts) obj;</span> +<span class="nc bnc" id="L73" title="All 2 branches missed."> if (defMulti != other.defMulti) return false;</span> +<span class="nc bnc" id="L74" title="All 2 branches missed."> if (defPrior != other.defPrior) return false;</span> +<span class="nc bnc" id="L75" title="All 2 branches missed."> if (defStage != other.defStage) return false;</span> +<span class="nc bnc" id="L76" title="All 2 branches missed."> if (defStatus != other.defStatus) return false;</span> +<span class="nc bnc" id="L77" title="All 2 branches missed."> if (isDebug != other.isDebug) return false;</span> +<span class="nc bnc" id="L78" title="All 2 branches missed."> if (isPerf != other.isPerf) return false;</span> +<span class="nc bnc" id="L79" title="All 2 branches missed."> if (isTrace != other.isTrace) return false;</span> +<span class="nc" id="L80"> return true;</span> } } </pre><div class="footer"><span class="right">Created with <a href="http://www.jacoco.org/jacoco">JaCoCo</a> 0.8.2.201808211720</span></div></body></html>
\ No newline at end of file |
