You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Edward Capriolo (JIRA)" <ji...@apache.org> on 2016/08/31 20:27:20 UTC

[jira] [Created] (CASSANDRA-12583) Code Analysis got a problem

Edward Capriolo created CASSANDRA-12583:
-------------------------------------------

             Summary: Code Analysis got a problem
                 Key: CASSANDRA-12583
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-12583
             Project: Cassandra
          Issue Type: Improvement
            Reporter: Edward Capriolo
            Assignee: Edward Capriolo
            Priority: Minor


{noformat}
eclipse-warnings:
    [mkdir] Created dir: /home/edward/Documents/java/cassandra/build/ecj
     [echo] Running Eclipse Code Analysis.  Output logged to /home/edward/Documents/java/cassandra/build/ecj/eclipse_compiler_checks.txt
     [java] ----------
     [java] 1. ERROR in /home/edward/Documents/java/cassandra/src/java/org/apache/cassandra/db/lifecycle/LogTransaction.java (at line 211)
     [java] 	PrintStream ps = new PrintStream(baos);
     [java] 	            ^^
     [java] Resource 'ps' should be managed by try-with-resource
     [java] ----------
     [java] 1 problem (1 error)
{noformat}
Yo, ill solve it. Check out my patch while my spinning disks revolve it.



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