[ http://issues.apache.org/jira/browse/HARMONY-1926?page=all ]
Mark Hindess reassigned HARMONY-1926:
-------------------------------------
Assignee: Mark Hindess
> [build] A lot of "never used" and "never read" warning messages
> ---------------------------------------------------------------
>
> Key: HARMONY-1926
> URL: http://issues.apache.org/jira/browse/HARMONY-1926
> Project: Harmony
> Issue Type: Bug
> Components: build - test - ci
> Reporter: Denis Kishenko
> Assigned To: Mark Hindess
> Attachments: HARMONY-1926-WARNINGS-never used.patch, HARMONY-1926-WARNINGS-SUID.patch
>
>
> Build log has a lot of "never used" and "never read" warning messages like these
> [javac] 4. WARNING in C:\Work\Projects\Harmony-last\modules\concurrent\standard\src\main\java\java\util\concurrent\ArrayBlockingQueue.java
> [javac] (at line 552)
> [javac] int sz = count;
> [javac] ^^
> [javac] The local variable sz is never read
> last\modules\concurrent\standard\src\main\java\java\util\concurrent\ConcurrentHashMap.java
> [javac] (at line 26)
> [javac] import java.io.ObjectInputStream;
> [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^
> [javac] The import java.io.ObjectInputStream is never used
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|