Github user uschindler commented on a diff in the pull request:
https://github.com/apache/lucene-solr/pull/392#discussion_r193109013
--- Diff: lucene/tools/forbiddenApis/base.txt ---
@@ -40,3 +40,21 @@ java.util.Collections#shuffle(java.util.List) @ Use
shuffle(List, Random) instea
java.util.Locale#forLanguageTag(java.lang.String) @ use new
Locale.Builder().setLanguageTag(...).build() which has error handling
java.util.Locale#toString() @ use Locale#toLanguageTag() for a
standardized BCP47 locale name
+
+@defaultMessage Constructors for wrapper classes of Java primitives should
be avoided in favor of the public static methods available or autoboxingT
--- End diff --
there is a typo at the end!
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]