Java Maven packaging jar method parameter name change var1,var2 What about meaningless parameter names?

Source: Internet
Author: User

This is the result of Idea's anti-compilation of. Class. To see the full source, you can use maven-source-plugin , in the Pom.xml configuration:

<Plugin><Groupid>org.apache.maven.plugins</Groupid><artifactid>maven-source-plugin</ artifactid> <executions> << Span class= "Hljs-name" >execution> <id>attach-sources< Span class= "Hljs-tag" ></id> < goals> <goal>jar</goal> </goals> </< Span class= "Hljs-name" >execution> </executions></PLUGIN>          

And then:

package

In the target directory you will see:

    • Xx.jar

    • Xx-sources.jar

Sources.jar is a readable source jar

Java Maven packaging jar method parameter name change var1,var2 What about meaningless parameter names?

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.