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

wuwen wuwen (JIRA) issues at jboss.org
Mon Nov 9 20:41:00 EST 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 11/9/15 8:40 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 ?
[pr-54|https://github.com/jboss-javassist/javassist/pull/54]


was (Author: wuwen5):
{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 ?

> 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.4.11#64026)


More information about the jboss-jira mailing list