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

ASF GitHub Bot commented on SCB-532:
------------------------------------

coveralls commented on issue #699: [SCB-532] Support recursive dependency
URL: 
https://github.com/apache/incubator-servicecomb-java-chassis/pull/699#issuecomment-388288890
 
 
   
   [![Coverage 
Status](https://coveralls.io/builds/16934947/badge)](https://coveralls.io/builds/16934947)
   
   Coverage decreased (-0.02%) to 87.342% when pulling 
**b0a9c5ca3572d985e7af0b38cf7494b8819804a9 on 
wujimin:support-recursive-dependency** into 
**5c29a7cd224e788cb357e8c640a5f3473ceb0209 on apache:master**.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> support recursive dependence
> ----------------------------
>
>                 Key: SCB-532
>                 URL: https://issues.apache.org/jira/browse/SCB-532
>             Project: Apache ServiceComb
>          Issue Type: Sub-task
>          Components: Java-Chassis
>            Reporter: wujimin
>            Assignee: wujimin
>            Priority: Major
>             Fix For: java-chassis-1.0.0-m2
>
>
> {code:java}
> 1.class A{
>   A a;
> }
> 2.class A{
>   B b;
> }
> class B{
>   A a;
> }{code}
>  



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

Reply via email to