public class HardcodedAbsoluteFilename extends AbstractProcessor> (Code)
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");
author: Nicolas Petitprez