[jboss-jira] [JBoss JIRA] (JASSIST-245) Javassist 3.19.0-GA causes compilation warnings with -Xlint:classfile

wuwen wuwen (JIRA) issues at jboss.org
Sun Aug 2 22:10:03 EDT 2015


    [ https://issues.jboss.org/browse/JASSIST-245?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13094867#comment-13094867 ] 

wuwen wuwen edited comment on JASSIST-245 at 8/2/15 10:09 PM:
--------------------------------------------------------------

{code}<plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
         <version>3.2</version>
         <configuration>
           <source>1.6</source>
           <target>1.6</target>
           <testSource>1.8</testSource>
           <testTarget>1.8</testTarget>
          <compilerArgument>-parameters</compilerArgument>
         </configuration>
       </plugin>{code}

maybe that's the reason ?


was (Author: wuwen5):
<plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
         <version>3.2</version>
         <configuration>
           <source>1.6</source>
           <target>1.6</target>
           <testSource>1.8</testSource>
           <testTarget>1.8</testTarget>
          <compilerArgument>-parameters</compilerArgument>
         </configuration>
       </plugin>

maybe that's the reason ?

> Javassist 3.19.0-GA causes compilation warnings with -Xlint:classfile
> ---------------------------------------------------------------------
>
>                 Key: JASSIST-245
>                 URL: https://issues.jboss.org/browse/JASSIST-245
>             Project: Javassist
>          Issue Type: Bug
>    Affects Versions: 3.19.0-GA
>            Reporter: David Carr
>            Assignee: Shigeru Chiba
>
> Tested using Oracle Java 1.8.0_40.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


More information about the jboss-jira mailing list