File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
slf4j-api/src/main/java/org/slf4j/helpers Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 1010 * which return an instance of LoggingEventBuilder (usually as <code>this</code>). Such
1111 * methods should be followed by one of the terminating <code>log()</code> methods returning
1212 * <code>void</code>.</p>
13+ * <p></p>
14+ * <p>IntelliJ IDEA supports a check for annotations named as <code>CheckReturnValue</code>
15+ * regardless of the containing package. For more information on this feature in IntelliJ IDEA, select File → Setting →
16+ * Editor → Inspections and then Java → Probable Bugs → Result of method call ignored. </p>
17+ * <p></p>
1318 *
14- * <p>Some IDEs such as IntelliJ IDEA support this annotation at compile time.</p>
19+ * <p>As for Eclipse, this feature has been requested in
20+ * <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=572496">bug 572496</a></p>
1521 *
1622 * @author Ceki Gülcü
1723 * @since 2.0.0-beta1
You can’t perform that action at this time.
0 commit comments