You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Alexey Kuznetsov (JIRA)" <ji...@apache.org> on 2016/05/20 03:20:12 UTC

[jira] [Assigned] (IGNITE-3166) Incorrect java code in corner case

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

Alexey Kuznetsov reassigned IGNITE-3166:
----------------------------------------

    Assignee: Alexey Kuznetsov

> Incorrect java code in corner case
> ----------------------------------
>
>                 Key: IGNITE-3166
>                 URL: https://issues.apache.org/jira/browse/IGNITE-3166
>             Project: Ignite
>          Issue Type: Sub-task
>            Reporter: Pavel Konstantinov
>            Assignee: Alexey Kuznetsov
>             Fix For: 1.7
>
>
> # add two caches with incorrect name, e.g. '%' and '+'
> # verify generated java code
> {code}
> cfg.setCacheConfiguration(cache_(), cache_());
> ...
> public static CacheConfiguration cache_() 
> ...
> public static CacheConfiguration cache__1() 
> {code}
> should be
> {code}
> cfg.setCacheConfiguration(cache_(), cache__1());
> {code}



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