Skip to content

Commit bd10e5b

Browse files
Latest docs on successful build 6171 auto-pushed to gh-pages
1 parent 406084f commit bd10e5b

21 files changed

+5009
-4666
lines changed

api/latest/allclasses-index.html

+1,188-1,184
Large diffs are not rendered by default.

api/latest/com/google/errorprone/bugpatterns/BugChecker.MethodInvocationTreeMatcher.html

+1-1
Large diffs are not rendered by default.

api/latest/com/google/errorprone/bugpatterns/BugChecker.html

+1-1
Large diffs are not rendered by default.

api/latest/com/google/errorprone/bugpatterns/GuiceCreateInjectorWithCombineRefactor.html

+203
Large diffs are not rendered by default.

api/latest/com/google/errorprone/bugpatterns/class-use/BugChecker.MethodInvocationTreeMatcher.html

+266-261
Large diffs are not rendered by default.

api/latest/com/google/errorprone/bugpatterns/class-use/BugChecker.html

+697-692
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
<!DOCTYPE HTML>
2+
<html lang="en">
3+
<head>
4+
<!-- Generated by javadoc (17) -->
5+
<title>Uses of Class com.google.errorprone.bugpatterns.GuiceCreateInjectorWithCombineRefactor (Error Prone parent POM 1.0-HEAD-SNAPSHOT API)</title>
6+
<meta name="viewport" content="width=device-width, initial-scale=1">
7+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8+
<meta name="description" content="use: package: com.google.errorprone.bugpatterns, class: GuiceCreateInjectorWithCombineRefactor">
9+
<meta name="generator" content="javadoc/ClassUseWriter">
10+
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
11+
<link rel="stylesheet" type="text/css" href="../../../../../script-dir/jquery-ui.min.css" title="Style">
12+
<link rel="stylesheet" type="text/css" href="../../../../../jquery-ui.overrides.css" title="Style">
13+
<script type="text/javascript" src="../../../../../script.js"></script>
14+
<script type="text/javascript" src="../../../../../script-dir/jquery-3.6.1.min.js"></script>
15+
<script type="text/javascript" src="../../../../../script-dir/jquery-ui.min.js"></script>
16+
</head>
17+
<body class="class-use-page">
18+
<script type="text/javascript">var pathtoroot = "../../../../../";
19+
loadScripts(document, 'script');</script>
20+
<noscript>
21+
<div>JavaScript is disabled on your browser.</div>
22+
</noscript>
23+
<div class="flex-box">
24+
<header role="banner" class="flex-header">
25+
<nav role="navigation">
26+
<!-- ========= START OF TOP NAVBAR ======= -->
27+
<div class="top-nav" id="navbar-top">
28+
<div class="skip-nav"><a href="#skip-navbar-top" title="Skip navigation links">Skip navigation links</a></div>
29+
<ul id="navbar-top-firstrow" class="nav-list" title="Navigation">
30+
<li><a href="../../../../../index.html">Overview</a></li>
31+
<li><a href="../package-summary.html">Package</a></li>
32+
<li><a href="../GuiceCreateInjectorWithCombineRefactor.html" title="class in com.google.errorprone.bugpatterns">Class</a></li>
33+
<li class="nav-bar-cell1-rev">Use</li>
34+
<li><a href="../package-tree.html">Tree</a></li>
35+
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
36+
<li><a href="../../../../../index-all.html">Index</a></li>
37+
<li><a href="../../../../../help-doc.html#use">Help</a></li>
38+
</ul>
39+
</div>
40+
<div class="sub-nav">
41+
<div class="nav-list-search"><label for="search-input">SEARCH:</label>
42+
<input type="text" id="search-input" value="search" disabled="disabled">
43+
<input type="reset" id="reset-button" value="reset" disabled="disabled">
44+
</div>
45+
</div>
46+
<!-- ========= END OF TOP NAVBAR ========= -->
47+
<span class="skip-nav" id="skip-navbar-top"></span></nav>
48+
</header>
49+
<div class="flex-content">
50+
<main role="main">
51+
<div class="header">
52+
<h1 title="Uses of Class com.google.errorprone.bugpatterns.GuiceCreateInjectorWithCombineRefactor" class="title">Uses of Class<br>com.google.errorprone.bugpatterns.GuiceCreateInjectorWithCombineRefactor</h1>
53+
</div>
54+
No usage of com.google.errorprone.bugpatterns.GuiceCreateInjectorWithCombineRefactor</main>
55+
<footer role="contentinfo">
56+
<hr>
57+
<p class="legal-copy"><small>Copyright &#169; 2024 <a href="http://www.google.com">Google LLC</a>. All rights reserved.</small></p>
58+
</footer>
59+
</div>
60+
</div>
61+
</body>
62+
</html>

api/latest/com/google/errorprone/bugpatterns/package-summary.html

+573-569
Large diffs are not rendered by default.

api/latest/com/google/errorprone/bugpatterns/package-tree.html

+1
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,7 @@ <h2 title="Class Hierarchy">Class Hierarchy</h2>
251251
<li class="circle">com.google.errorprone.bugpatterns.<a href="GetClassOnAnnotation.html" class="type-name-link" title="class in com.google.errorprone.bugpatterns">GetClassOnAnnotation</a> (implements com.google.errorprone.bugpatterns.<a href="BugChecker.MethodInvocationTreeMatcher.html" title="interface in com.google.errorprone.bugpatterns">BugChecker.MethodInvocationTreeMatcher</a>)</li>
252252
<li class="circle">com.google.errorprone.bugpatterns.<a href="GetClassOnClass.html" class="type-name-link" title="class in com.google.errorprone.bugpatterns">GetClassOnClass</a> (implements com.google.errorprone.bugpatterns.<a href="BugChecker.MethodInvocationTreeMatcher.html" title="interface in com.google.errorprone.bugpatterns">BugChecker.MethodInvocationTreeMatcher</a>)</li>
253253
<li class="circle">com.google.errorprone.bugpatterns.<a href="GetClassOnEnum.html" class="type-name-link" title="class in com.google.errorprone.bugpatterns">GetClassOnEnum</a> (implements com.google.errorprone.bugpatterns.<a href="BugChecker.MethodInvocationTreeMatcher.html" title="interface in com.google.errorprone.bugpatterns">BugChecker.MethodInvocationTreeMatcher</a>)</li>
254+
<li class="circle">com.google.errorprone.bugpatterns.<a href="GuiceCreateInjectorWithCombineRefactor.html" class="type-name-link" title="class in com.google.errorprone.bugpatterns">GuiceCreateInjectorWithCombineRefactor</a> (implements com.google.errorprone.bugpatterns.<a href="BugChecker.MethodInvocationTreeMatcher.html" title="interface in com.google.errorprone.bugpatterns">BugChecker.MethodInvocationTreeMatcher</a>)</li>
254255
<li class="circle">com.google.errorprone.bugpatterns.<a href="HashtableContains.html" class="type-name-link" title="class in com.google.errorprone.bugpatterns">HashtableContains</a> (implements com.google.errorprone.bugpatterns.<a href="BugChecker.MethodInvocationTreeMatcher.html" title="interface in com.google.errorprone.bugpatterns">BugChecker.MethodInvocationTreeMatcher</a>)</li>
255256
<li class="circle">com.google.errorprone.bugpatterns.<a href="HidingField.html" class="type-name-link" title="class in com.google.errorprone.bugpatterns">HidingField</a> (implements com.google.errorprone.bugpatterns.<a href="BugChecker.ClassTreeMatcher.html" title="interface in com.google.errorprone.bugpatterns">BugChecker.ClassTreeMatcher</a>)</li>
256257
<li class="circle">com.google.errorprone.bugpatterns.<a href="ICCProfileGetInstance.html" class="type-name-link" title="class in com.google.errorprone.bugpatterns">ICCProfileGetInstance</a> (implements com.google.errorprone.bugpatterns.<a href="BugChecker.MethodInvocationTreeMatcher.html" title="interface in com.google.errorprone.bugpatterns">BugChecker.MethodInvocationTreeMatcher</a>)</li>

0 commit comments

Comments
 (0)