You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Peter Schuller (Updated) (JIRA)" <ji...@apache.org> on 2012/01/28 07:09:10 UTC

[jira] [Updated] (CASSANDRA-3806) merge from 1.0 (aa20c7206cdc1efc1983466de05c224eccac1084) breaks build

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

Peter Schuller updated CASSANDRA-3806:
--------------------------------------

    Attachment: CASSANDRA-3806.txt

Trivial patch attached.
                
> merge from 1.0 (aa20c7206cdc1efc1983466de05c224eccac1084) breaks build
> ----------------------------------------------------------------------
>
>                 Key: CASSANDRA-3806
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3806
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>            Reporter: Peter Schuller
>            Assignee: Peter Schuller
>         Attachments: CASSANDRA-3806.txt
>
>
> {code}
> build-project:
>      [echo] apache-cassandra: /tmp/cas/cassandra/build.xml
>     [javac] Compiling 40 source files to /tmp/cas/cassandra/build/classes/thrift
>     [javac] Note: Some input files use unchecked or unsafe operations.
>     [javac] Note: Recompile with -Xlint:unchecked for details.
>     [javac] Compiling 296 source files to /tmp/cas/cassandra/build/classes/main
>     [javac] StorageService.java:1343: illegal start of expression
>     [javac]     private Multimap<InetAddress, Range<Token>> getNewSourceRanges(String table, Set<Range<Token>> ranges)
>     [javac]     ^
>     [javac] StorageService.java:1343: ';' expected
>     [javac]     private Multimap<InetAddress, Range<Token>> getNewSourceRanges(String table, Set<Range<Token>> ranges)
>     [javac]                                                                   ^
>     [javac] StorageService.java:1343: ';' expected
>     [javac]     private Multimap<InetAddress, Range<Token>> getNewSourceRanges(String table, Set<Range<Token>> ranges)
>     [javac]                                                                                     ^
>     [javac] StorageService.java:1343: illegal start of expression
>     [javac]     private Multimap<InetAddress, Range<Token>> getNewSourceRanges(String table, Set<Range<Token>> ranges)
>     [javac]                                                                                                    ^
>     [javac] StorageService.java:1343: illegal start of expression
>     [javac]     private Multimap<InetAddress, Range<Token>> getNewSourceRanges(String table, Set<Range<Token>> ranges)
>     [javac]                                                                                                          ^
>     [javac] StorageService.java:1343: ';' expected
>     [javac]     private Multimap<InetAddress, Range<Token>> getNewSourceRanges(String table, Set<Range<Token>> ranges)
>     [javac]                                                                                                           ^
>     [javac] 6 errors
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira