summaryrefslogtreecommitdiff
path: root/plugins/InspectionGadgets/src/inspectionDescriptions/PackageNamingConvention.html
blob: 55fce2a987a08ddd17af854d768feb6002f7b56d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<html>
<body>
This global inspection reports packages whose names are either too short, too long, or do not follow
the specified regular expression pattern. Since this inspection requires global code analysis, it is only available in batch inspection mode.
<!-- tooltip end -->
<p>
Use the fields below to specify minimum length, maximum length and regular expression expected for method parameter names
(Regular expressions are in standard <b>java.util.regex</b> format).
<p>
<small>New in 11, Powered by InspectionGadgets</small>
</body>
</html>