[
https://issues.apache.org/jira/browse/CASSANDRA-14061?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16389523#comment-16389523
]
Stefan Podkowinski commented on CASSANDRA-14061:
------------------------------------------------
Looks like {{eclipse-warnings}} is breaking
[trunk-test-all|https://builds.apache.org/view/A-D/view/Cassandra/job/Cassandra-trunk-test-all/]
on b.a.o, so we should get this fixed at some point. There's also a new type
of error. Would you like to rebase and look at this again, [~jay.zhuang]? The
suggested SuppressWarnings annotation should be safe, so let's not
unnecessarily complicate matters and go with the suggested changes.
/cc [~aweisberg]
> trunk eclipse-warnings
> ----------------------
>
> Key: CASSANDRA-14061
> URL: https://issues.apache.org/jira/browse/CASSANDRA-14061
> Project: Cassandra
> Issue Type: Bug
> Components: Testing
> Reporter: Jay Zhuang
> Assignee: Jay Zhuang
> Priority: Minor
>
> {noformat}
> eclipse-warnings:
> [mkdir] Created dir: /home/ubuntu/cassandra/build/ecj
> [echo] Running Eclipse Code Analysis. Output logged to
> /home/ubuntu/cassandra/build/ecj/eclipse_compiler_checks.txt
> [java] ----------
> [java] 1. ERROR in
> /home/ubuntu/cassandra/src/java/org/apache/cassandra/io/sstable/SSTableIdentityIterator.java
> (at line 59)
> [java] return new SSTableIdentityIterator(sstable, key,
> partitionLevelDeletion, file.getPath(), iterator);
> [java]
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [java] Potential resource leak: 'iterator' may not be closed at this
> location
> [java] ----------
> [java] 2. ERROR in
> /home/ubuntu/cassandra/src/java/org/apache/cassandra/io/sstable/SSTableIdentityIterator.java
> (at line 79)
> [java] return new SSTableIdentityIterator(sstable, key,
> partitionLevelDeletion, dfile.getPath(), iterator);
> [java]
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [java] Potential resource leak: 'iterator' may not be closed at this
> location
> [java] ----------
> [java] 2 problems (2 errors)
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]