Rishabh Patel created LUCENE-6620:
-------------------------------------
Summary: Ignored statement
Key: LUCENE-6620
URL: https://issues.apache.org/jira/browse/LUCENE-6620
Project: Lucene - Core
Issue Type: Bug
Components: modules/analysis
Affects Versions: Trunk
Reporter: Rishabh Patel
Priority: Trivial
{code:title=Compile.java|borderStyle=solid}
public static void main(java.lang.String[] args) throws Exception {
...
args[0].toUpperCase(Locale.ROOT);
...
}
{code}
In the file {{Compile.java}}, the argument string does not get capitalized.
Is this statement redundant?
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]