/plugins/InspectionGadgets/src/inspectionDescriptions/PackageDotHtmlMayBePackageInfo.html
https://bitbucket.org/nbargnesi/idea · HTML · 15 lines · 14 code · 0 blank · 1 comment · 0 complexity · 732d22ddcad89aba8a67ac2f0b390c0f MD5 · raw file
- <html>
- <body>
- This inspection reports any package.html files. These files are used for documenting
- packages. Since J2SE 5 it is recommended to use package-info.java files instead, since such
- files can also contain package annotations. In this way, package-info.java becomes the
- sole repository for package level annotations and documentation.
- <p>
- This inspection provides a quickfix to convert the package.html file to a package-info.java file.
- If a package-info.java file is already present this inspection provides a quickfix to delete
- the package.html file, since the Javadoc tool would ignore it then anyway.
- <!-- tooltip end -->
- <p>
- <small>New in 10.0.3, Powered by InspectionGadgets</small>
- </body>
- </html>