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

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

coveralls commented on issue #675: [SCB-514] Warning as error
URL: 
https://github.com/apache/incubator-servicecomb-java-chassis/pull/675#issuecomment-384168811
 
 
   
   [![Coverage 
Status](https://coveralls.io/builds/16684256/badge)](https://coveralls.io/builds/16684256)
   
   Coverage increased (+0.002%) to 87.378% when pulling 
**71994507542b86927fe6d6ab33bdf1e0e2c910c1 on wujimin:warning-as-error** into 
**43cec8919f32de8311019639bc517fada8c7c704 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


> update pom and code, so that we can treat warnings as errors
> ------------------------------------------------------------
>
>                 Key: SCB-514
>                 URL: https://issues.apache.org/jira/browse/SCB-514
>             Project: Apache ServiceComb
>          Issue Type: Improvement
>          Components: Java-Chassis
>            Reporter: wujimin
>            Assignee: wujimin
>            Priority: Major
>             Fix For: java-chassis-1.0.0-m2
>
>
> supress warning tips:
> 1.update maven-compiler-plugin in java-chassis-dependencies/pom.xml:
> {code:java}
> <configuration>
> ......
>   <compilerArguments>
>     <Werror />
>     <Xlint:all />
>   </compilerArguments>
> </configuration>{code}
> 2.deprecated class must not in import scope, if must use this class, use 
> qulified name in code, DO NOT import it.



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

Reply via email to