File tree 1 file changed +7
-1
lines changed
slf4j-api/src/main/java/org/slf4j/helpers 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 10
10
* which return an instance of LoggingEventBuilder (usually as <code>this</code>). Such
11
11
* methods should be followed by one of the terminating <code>log()</code> methods returning
12
12
* <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>
13
18
*
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>
15
21
*
16
22
* @author Ceki Gülcü
17
23
* @since 2.0.0-beta1
You can’t perform that action at this time.
0 commit comments