You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Christine Poerschke (JIRA)" <ji...@apache.org> on 2015/07/30 21:37:04 UTC

[jira] [Updated] (LUCENE-6621) two unused variables in analysis/stempel/src/java/org/egothor/stemmer/Compile.java

     [ https://issues.apache.org/jira/browse/LUCENE-6621?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Christine Poerschke updated LUCENE-6621:
----------------------------------------
    Summary: two unused variables in analysis/stempel/src/java/org/egothor/stemmer/Compile.java  (was: Unused variables)

> two unused variables in analysis/stempel/src/java/org/egothor/stemmer/Compile.java
> ----------------------------------------------------------------------------------
>
>                 Key: LUCENE-6621
>                 URL: https://issues.apache.org/jira/browse/LUCENE-6621
>             Project: Lucene - Core
>          Issue Type: Bug
>          Components: modules/analysis
>    Affects Versions: Trunk
>            Reporter: Rishabh Patel
>            Assignee: Christine Poerschke
>            Priority: Trivial
>             Fix For: 5.3, Trunk
>
>
> {code:title=Compile.java|borderStyle=solid}
> public static void main(java.lang.String[] args) throws Exception {
> ...
>   for (int i = 1; i < args.length; i++) {
>       // System.out.println("[" + args[i] + "]");
>       Diff diff = new Diff();
>       int stems = 0;
>       int words = 0;
> ...
> {code}
> In the file {{Compile.java}}, the variables {{stems}} and {{words}} are unused.
> Although {{words}} gets incremented further in the file, it does not get referenced or used elsewhere.
> {{stems}} is neither incremented nor used elsewhere in the project.
> Are these variables redundant?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org