Github user mikemccand commented on the issue:
https://github.com/apache/lucene-solr/pull/482
Hmm `and precommit` is a little angry:
```
[forbidden-apis] Forbidden method invocation:
java.lang.String#format(java.lang.String,java.lang.Object[]) [Uses default
locale]
[forbidden-apis] in org.apache.lucene.analysis.TestStopFilter
(TestStopFilter.java:61)
[forbidden-apis] Forbidden method invocation:
java.util.Collections#shuffle(java.util.List) [Use shuffle(List, Random)
instead so that it can be reproduced]
[forbidden-apis] in org.apache.lucene.analysis.TestStopFilter
(TestStopFilter.java:130)
[forbidden-apis] Forbidden method invocation:
java.lang.String#format(java.lang.String,java.lang.Object[]) [Uses default
locale]
[forbidden-apis] in org.apache.lucene.analysis.TestStopFilter
(TestStopFilter.java:184)
[forbidden-apis] Forbidden method invocation:
java.lang.String#format(java.lang.String,java.lang.Object[]) [Uses default
locale]
[forbidden-apis] in org.apache.lucene.analysis.TestStopFilter
(TestStopFilter.java:186)
```
Can you address these issues and commit / squash? Thanks @diegoceccarelli!
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]