Github user PascalSchumacher commented on a diff in the pull request:
https://github.com/apache/commons-text/pull/63#discussion_r140526804
--- Diff: src/main/java/org/apache/commons/text/FormattableUtils.java ---
@@ -46,6 +46,7 @@
* <p>This constructor is public to permit tools that require a
JavaBean
* instance to operate.</p>
*/
+ @SuppressWarnings("squid:S1118")
--- End diff --
-1 to this
Eclipse was not displaying any warning before, but with this change it
displays this warning: `Unsupported @SuppressWarnings("squid:S1118")`
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]