Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
plugins
/
InspectionGadgets
/
src
/
inspectionDescriptions
/
EnumAsName.html
blob: ceda4a07bef8b4f92c969ef34a32ce3ca7d58b0b [
file
] [
log
] [
blame
]
<html>
<body>
Reports variables, methods, or classes named
<b>
enum
</b>
. Such names are legal under Java 1.4 or
earlier JVMs, but will cause problems under Java 5.0 or later.
<!-- tooltip end -->
<p>
</body>
</html>