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/11 01:33:00 UTC

[jira] [Commented] (SCB-534) generic class generate optimize

    [ https://issues.apache.org/jira/browse/SCB-534?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16471367#comment-16471367 ] 

wujimin commented on SCB-534:
-----------------------------

unnecessary to do this.

in normal process: already have related model, no need to dynamic create

in edge: create or not, there is no any difference

 

so just remove related comments and code.

> generic class generate optimize
> -------------------------------
>
>                 Key: SCB-534
>                 URL: https://issues.apache.org/jira/browse/SCB-534
>             Project: Apache ServiceComb
>          Issue Type: Sub-task
>          Components: Java-Chassis
>            Reporter: wujimin
>            Assignee: wujimin
>            Priority: Major
>
> {code:java}
> Generic<User>
> {code}
> will not generate to be one class: Generic_User any more,
> but to be two class: Generic and User



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