demonbug opened a new issue #1104: 生成契约时没有考虑继承泛型接口时生成的桥方法
URL: https://github.com/apache/servicecomb-java-chassis/issues/1104
 
 
   
https://github.com/apache/servicecomb-java-chassis/blob/f3ec3889cedbb3c55be2d1dd60bf646da26ff3a5/swagger/swagger-generator/generator-core/src/main/java/org/apache/servicecomb/swagger/generator/core/SwaggerGenerator.java#L263
   
   public interface A extends B<C>
   会生成
   A.xxx(C)和A.xxx(Object)两个方法,导致契约注册冲突

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to