summaryrefslogtreecommitdiff
path: root/plugins/InspectionGadgets/src/inspectionDescriptions/CStyleArrayDeclaration.html
blob: 6b8f3ff43b2a5a24b7563d85718ba7b021d45e7e (plain)
1
2
3
4
5
6
7
8
9
<html>
<body>
Reports array declarations made using C-style syntax, with the array indicator attached to the variable,
rather than Java-style syntax, with the array indicator attached to the type.
<!-- tooltip end -->
<p>

</body>
</html>