You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@servicecomb.apache.org by "wujimin (JIRA)" <ji...@apache.org> on 2018/05/07 04:45:00 UTC

[jira] [Updated] (SCB-533) javassistUtils create class from CtClass, not only JavaType

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

wujimin updated SCB-533:
------------------------
    Summary: javassistUtils create class from CtClass, not only JavaType  (was: support cyclic dependence)

> javassistUtils create class from CtClass, not only JavaType
> -----------------------------------------------------------
>
>                 Key: SCB-533
>                 URL: https://issues.apache.org/jira/browse/SCB-533
>             Project: Apache ServiceComb
>          Issue Type: Sub-task
>          Components: Java-Chassis
>            Reporter: wujimin
>            Assignee: wujimin
>            Priority: Major
>
> {code:java}
> class A{
>   B b;
> }
> class B{
>   A a;
> }{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)