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

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

coveralls commented on issue #999: [SCB-1031] resolve @ApiOperator @Response 
override wrong, if the prev…
URL: 
https://github.com/apache/servicecomb-java-chassis/pull/999#issuecomment-440630826
 
 
   
   [![Coverage 
Status](https://coveralls.io/builds/20221537/badge)](https://coveralls.io/builds/20221537)
   
   Coverage decreased (-0.006%) to 86.709% when pulling 
**3ac6d8a59e78d376f65afb92c3de65cace9adee8 on jeho0815:Branch_master_SCB-1031** 
into **defbfa4e67504356f309a0c447840dae06f22726 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


> The Response's properties was overrided wrong between @APIOperation and 
> @Resoponse on the controller method
> -----------------------------------------------------------------------------------------------------------
>
>                 Key: SCB-1031
>                 URL: https://issues.apache.org/jira/browse/SCB-1031
>             Project: Apache ServiceComb
>          Issue Type: Improvement
>          Components: Java-Chassis
>            Reporter: jeho0815
>            Assignee: jeho0815
>            Priority: Major
>
> @ApiResponse(code = 200, message = "200 is ok............", response = 
> String.class, responseHeaders = @ResponseHeader(name = "x-user-domain", 
> response = String.class))
>  @ApiOperation(nickname="getHelloworld", value="test", notes="this is a 
> test", response = Integer.class, code = 200, 
>  responseHeaders =
> {@ResponseHeader(name = "x-user-name", response = String.class), 
> @ResponseHeader(name = "x-user-id", response = String.class)}
> )
>  
> swagger 's response's descritpion will be default "resoponse of 200", the 
> best descritpion  should be "200 is ok............"



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

Reply via email to