resources.report.rules.findbugs.DMI_HARDCODED_ABSOLUTE_FILENAME.html Maven / Gradle / Ivy
DMI_HARDCODED_ABSOLUTE_FILENAME
DMI: Code contains a hard coded reference to an absolute pathname (DMI_HARDCODED_ABSOLUTE_FILENAME)
This code constructs a File object using a hard coded to an absolute pathname
(e.g., new File("/home/dannyc/workspace/j2ee/src/share/com/sun/enterprise/deployment");