Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
plugins
/
InspectionGadgets
/
src
/
inspectionDescriptions
/
ConfusingMainMethod.html
blob: de51a0264f3429d4da363444ec3c9f135bca2a2b [
file
] [
log
] [
blame
]
<html>
<body>
Reports methods named "main" which do not have signature
public static void main(String[]). Such methods may be confusing, as methods named "main"
are expected to be application entry points.
<!-- tooltip end -->
<p>
</body>
</html>