Skip to content

Commit

Permalink
Latest docs on successful build 6784 auto-pushed to gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
copybara-service[bot] committed Oct 22, 2024
1 parent 0cbfdc2 commit 47fd039
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 38 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,7 @@
<ol class="toc-list">
<li><a href="#" tabindex="0">Description</a></li>
<li><a href="#nested-class-summary" tabindex="0">Nested Class Summary</a></li>
<li><a href="#constructor-summary" tabindex="0">Constructor Summary</a></li>
<li><a href="#method-summary" tabindex="0">Method Summary</a></li>
<li><a href="#constructor-detail" tabindex="0">Constructor Details</a>
<ol class="toc-list">
<li><a href="#%3Cinit%3E()" tabindex="0">TimeUnitMismatch()</a></li>
</ol>
</li>
<li><a href="#method-detail" tabindex="0">Method Details</a>
<ol class="toc-list">
<li><a href="#matchAssignment(com.sun.source.tree.AssignmentTree,com.google.errorprone.VisitorState)" tabindex="0">matchAssignment(AssignmentTree, VisitorState)</a></li>
Expand Down Expand Up @@ -122,19 +116,6 @@ <h3 id="nested-classes-inherited-from-class-com.google.errorprone.bugpatterns.Bu
<code><a href="../BugChecker.AnnotatedTypeTreeMatcher.html" title="interface in com.google.errorprone.bugpatterns">BugChecker.AnnotatedTypeTreeMatcher</a>, <a href="../BugChecker.AnnotationTreeMatcher.html" title="interface in com.google.errorprone.bugpatterns">BugChecker.AnnotationTreeMatcher</a>, <a href="../BugChecker.ArrayAccessTreeMatcher.html" title="interface in com.google.errorprone.bugpatterns">BugChecker.ArrayAccessTreeMatcher</a>, <a href="../BugChecker.ArrayTypeTreeMatcher.html" title="interface in com.google.errorprone.bugpatterns">BugChecker.ArrayTypeTreeMatcher</a>, <a href="../BugChecker.AssertTreeMatcher.html" title="interface in com.google.errorprone.bugpatterns">BugChecker.AssertTreeMatcher</a>, <a href="../BugChecker.AssignmentTreeMatcher.html" title="interface in com.google.errorprone.bugpatterns">BugChecker.AssignmentTreeMatcher</a>, <a href="../BugChecker.BinaryTreeMatcher.html" title="interface in com.google.errorprone.bugpatterns">BugChecker.BinaryTreeMatcher</a>, <a href="../BugChecker.BlockTreeMatcher.html" title="interface in com.google.errorprone.bugpatterns">BugChecker.BlockTreeMatcher</a>, <a href="../BugChecker.BreakTreeMatcher.html" title="interface in com.google.errorprone.bugpatterns">BugChecker.BreakTreeMatcher</a>, <a href="../BugChecker.CaseTreeMatcher.html" title="interface in com.google.errorprone.bugpatterns">BugChecker.CaseTreeMatcher</a>, <a href="../BugChecker.CatchTreeMatcher.html" title="interface in com.google.errorprone.bugpatterns">BugChecker.CatchTreeMatcher</a>, <a href="../BugChecker.ClassTreeMatcher.html" title="interface in com.google.errorprone.bugpatterns">BugChecker.ClassTreeMatcher</a>, <a href="../BugChecker.CompilationUnitTreeMatcher.html" title="interface in com.google.errorprone.bugpatterns">BugChecker.CompilationUnitTreeMatcher</a>, <a href="../BugChecker.CompoundAssignmentTreeMatcher.html" title="interface in com.google.errorprone.bugpatterns">BugChecker.CompoundAssignmentTreeMatcher</a>, <a href="../BugChecker.ConditionalExpressionTreeMatcher.html" title="interface in com.google.errorprone.bugpatterns">BugChecker.ConditionalExpressionTreeMatcher</a>, <a href="../BugChecker.ContinueTreeMatcher.html" title="interface in com.google.errorprone.bugpatterns">BugChecker.ContinueTreeMatcher</a>, <a href="../BugChecker.DoWhileLoopTreeMatcher.html" title="interface in com.google.errorprone.bugpatterns">BugChecker.DoWhileLoopTreeMatcher</a>, <a href="../BugChecker.EmptyStatementTreeMatcher.html" title="interface in com.google.errorprone.bugpatterns">BugChecker.EmptyStatementTreeMatcher</a>, <a href="../BugChecker.EnhancedForLoopTreeMatcher.html" title="interface in com.google.errorprone.bugpatterns">BugChecker.EnhancedForLoopTreeMatcher</a>, <a href="../BugChecker.ExpressionStatementTreeMatcher.html" title="interface in com.google.errorprone.bugpatterns">BugChecker.ExpressionStatementTreeMatcher</a>, <a href="../BugChecker.ForLoopTreeMatcher.html" title="interface in com.google.errorprone.bugpatterns">BugChecker.ForLoopTreeMatcher</a>, <a href="../BugChecker.IdentifierTreeMatcher.html" title="interface in com.google.errorprone.bugpatterns">BugChecker.IdentifierTreeMatcher</a>, <a href="../BugChecker.IfTreeMatcher.html" title="interface in com.google.errorprone.bugpatterns">BugChecker.IfTreeMatcher</a>, <a href="../BugChecker.ImportTreeMatcher.html" title="interface in com.google.errorprone.bugpatterns">BugChecker.ImportTreeMatcher</a>, <a href="../BugChecker.InstanceOfTreeMatcher.html" title="interface in com.google.errorprone.bugpatterns">BugChecker.InstanceOfTreeMatcher</a>, <a href="../BugChecker.IntersectionTypeTreeMatcher.html" title="interface in com.google.errorprone.bugpatterns">BugChecker.IntersectionTypeTreeMatcher</a>, <a href="../BugChecker.LabeledStatementTreeMatcher.html" title="interface in com.google.errorprone.bugpatterns">BugChecker.LabeledStatementTreeMatcher</a>, <a href="../BugChecker.LambdaExpressionTreeMatcher.html" title="interface in com.google.errorprone.bugpatterns">BugChecker.LambdaExpressionTreeMatcher</a>, <a href="../BugChecker.LiteralTreeMatcher.html" title="interface in com.google.errorprone.bugpatterns">BugChecker.LiteralTreeMatcher</a>, <a href="../BugChecker.MemberReferenceTreeMatcher.html" title="interface in com.google.errorprone.bugpatterns">BugChecker.MemberReferenceTreeMatcher</a>, <a href="../BugChecker.MemberSelectTreeMatcher.html" title="interface in com.google.errorprone.bugpatterns">BugChecker.MemberSelectTreeMatcher</a>, <a href="../BugChecker.MethodInvocationTreeMatcher.html" title="interface in com.google.errorprone.bugpatterns">BugChecker.MethodInvocationTreeMatcher</a>, <a href="../BugChecker.MethodTreeMatcher.html" title="interface in com.google.errorprone.bugpatterns">BugChecker.MethodTreeMatcher</a>, <a href="../BugChecker.ModifiersTreeMatcher.html" title="interface in com.google.errorprone.bugpatterns">BugChecker.ModifiersTreeMatcher</a>, <a href="../BugChecker.NewArrayTreeMatcher.html" title="interface in com.google.errorprone.bugpatterns">BugChecker.NewArrayTreeMatcher</a>, <a href="../BugChecker.NewClassTreeMatcher.html" title="interface in com.google.errorprone.bugpatterns">BugChecker.NewClassTreeMatcher</a>, <a href="../BugChecker.ParameterizedTypeTreeMatcher.html" title="interface in com.google.errorprone.bugpatterns">BugChecker.ParameterizedTypeTreeMatcher</a>, <a href="../BugChecker.ParenthesizedTreeMatcher.html" title="interface in com.google.errorprone.bugpatterns">BugChecker.ParenthesizedTreeMatcher</a>, <a href="../BugChecker.PrimitiveTypeTreeMatcher.html" title="interface in com.google.errorprone.bugpatterns">BugChecker.PrimitiveTypeTreeMatcher</a>, <a href="../BugChecker.ReturnTreeMatcher.html" title="interface in com.google.errorprone.bugpatterns">BugChecker.ReturnTreeMatcher</a>, <a href="../BugChecker.SuppressibleTreePathScanner.html" title="class in com.google.errorprone.bugpatterns">BugChecker.SuppressibleTreePathScanner</a>&lt;<a href="../BugChecker.SuppressibleTreePathScanner.html#type-param-R" title="type parameter in BugChecker.SuppressibleTreePathScanner">R</a>,<wbr><a href="../BugChecker.SuppressibleTreePathScanner.html#type-param-P" title="type parameter in BugChecker.SuppressibleTreePathScanner">P</a>&gt;, <a href="../BugChecker.SwitchTreeMatcher.html" title="interface in com.google.errorprone.bugpatterns">BugChecker.SwitchTreeMatcher</a>, <a href="../BugChecker.SynchronizedTreeMatcher.html" title="interface in com.google.errorprone.bugpatterns">BugChecker.SynchronizedTreeMatcher</a>, <a href="../BugChecker.ThrowTreeMatcher.html" title="interface in com.google.errorprone.bugpatterns">BugChecker.ThrowTreeMatcher</a>, <a href="../BugChecker.TryTreeMatcher.html" title="interface in com.google.errorprone.bugpatterns">BugChecker.TryTreeMatcher</a>, <a href="../BugChecker.TypeCastTreeMatcher.html" title="interface in com.google.errorprone.bugpatterns">BugChecker.TypeCastTreeMatcher</a>, <a href="../BugChecker.TypeParameterTreeMatcher.html" title="interface in com.google.errorprone.bugpatterns">BugChecker.TypeParameterTreeMatcher</a>, <a href="../BugChecker.UnaryTreeMatcher.html" title="interface in com.google.errorprone.bugpatterns">BugChecker.UnaryTreeMatcher</a>, <a href="../BugChecker.UnionTypeTreeMatcher.html" title="interface in com.google.errorprone.bugpatterns">BugChecker.UnionTypeTreeMatcher</a>, <a href="../BugChecker.VariableTreeMatcher.html" title="interface in com.google.errorprone.bugpatterns">BugChecker.VariableTreeMatcher</a>, <a href="../BugChecker.WhileLoopTreeMatcher.html" title="interface in com.google.errorprone.bugpatterns">BugChecker.WhileLoopTreeMatcher</a>, <a href="../BugChecker.WildcardTreeMatcher.html" title="interface in com.google.errorprone.bugpatterns">BugChecker.WildcardTreeMatcher</a></code></div>
</section>
</li>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<li>
<section class="constructor-summary" id="constructor-summary">
<h2>Constructor Summary</h2>
<div class="caption"><span>Constructors</span></div>
<div class="summary-table two-column-summary">
<div class="table-header col-first">Constructor</div>
<div class="table-header col-last">Description</div>
<div class="col-constructor-name even-row-color"><code><a href="#%3Cinit%3E()" class="member-name-link">TimeUnitMismatch</a>()</code></div>
<div class="col-last even-row-color">&nbsp;</div>
</div>
</section>
</li>
<!-- ========== METHOD SUMMARY =========== -->
<li>
<section class="method-summary" id="method-summary">
Expand Down Expand Up @@ -180,22 +161,6 @@ <h3 id="methods-inherited-from-class-com.google.errorprone.matchers.Suppressible
</section>
<section class="details">
<ul class="details-list">
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<li>
<section class="constructor-details" id="constructor-detail">
<h2>Constructor Details</h2>
<ul class="member-list">
<li>
<section class="detail" id="&lt;init&gt;()">
<h3>TimeUnitMismatch</h3>
<div class="horizontal-scroll">
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="element-name">TimeUnitMismatch</span>()</div>
</div>
</section>
</li>
</ul>
</section>
</li>
<!-- ============ METHOD DETAIL ========== -->
<li>
<section class="method-details" id="method-detail">
Expand Down
2 changes: 0 additions & 2 deletions api/latest/index-all.html
Original file line number Diff line number Diff line change
Expand Up @@ -13151,8 +13151,6 @@ <h2 class="title" id="I:T">T</h2>
<dd>
<div class="block">Checker that detects likely time-unit mismatches by looking at identifier names.</div>
</dd>
<dt><a href="com/google/errorprone/bugpatterns/time/TimeUnitMismatch.html#%3Cinit%3E()" class="member-name-link">TimeUnitMismatch()</a> - Constructor for class com.google.errorprone.bugpatterns.time.<a href="com/google/errorprone/bugpatterns/time/TimeUnitMismatch.html" title="class in com.google.errorprone.bugpatterns.time">TimeUnitMismatch</a></dt>
<dd>&nbsp;</dd>
<dt><a href="com/google/errorprone/ErrorProneTimings.html#timings()" class="member-name-link">timings()</a> - Method in class com.google.errorprone.<a href="com/google/errorprone/ErrorProneTimings.html" title="class in com.google.errorprone">ErrorProneTimings</a></dt>
<dd>
<div class="block">Returns the elapsed durations of each timer.</div>
Expand Down
2 changes: 1 addition & 1 deletion api/latest/member-search-index.js

Large diffs are not rendered by default.

13 changes: 13 additions & 0 deletions api/latest/serialized-form.html
Original file line number Diff line number Diff line change
Expand Up @@ -5039,6 +5039,19 @@ <h3>Class&nbsp;<a href="com/google/errorprone/bugpatterns/time/TimeUnitConversio
<section class="serialized-class-details" id="com.google.errorprone.bugpatterns.time.TimeUnitMismatch">
<h3>Class&nbsp;<a href="com/google/errorprone/bugpatterns/time/TimeUnitMismatch.html" title="class in com.google.errorprone.bugpatterns.time">com.google.errorprone.bugpatterns.time.TimeUnitMismatch</a></h3>
<div class="type-signature">class TimeUnitMismatch extends <a href="com/google/errorprone/bugpatterns/BugChecker.html" title="class in com.google.errorprone.bugpatterns">BugChecker</a> implements <a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html" title="class or interface in java.io" class="external-link">Serializable</a></div>
<ul class="block-list">
<li>
<section class="detail">
<h4>Serialized Fields</h4>
<ul class="block-list">
<li class="block-list">
<h5>improvements</h5>
<pre>boolean improvements</pre>
</li>
</ul>
</section>
</li>
</ul>
</section>
</li>
<li>
Expand Down

0 comments on commit 47fd039

Please sign in to comment.