Class KotlinHardcodePasswordInMapDetector

  • All Implemented Interfaces:
    edu.umd.cs.findbugs.Detector, edu.umd.cs.findbugs.Priorities

    public class KotlinHardcodePasswordInMapDetector
    extends AbstractHardcodePasswordInMapDetector
    Detect hard-code password in settings map (key value configurations constructed at runtime)
    • Constructor Detail

      • KotlinHardcodePasswordInMapDetector

        public KotlinHardcodePasswordInMapDetector​(edu.umd.cs.findbugs.BugReporter bugReporter)
    • Method Detail

      • getInjectionPoint

        protected InjectionPoint getInjectionPoint​(org.apache.bcel.generic.InvokeInstruction invoke,
                                                   org.apache.bcel.generic.ConstantPoolGen cpg,
                                                   org.apache.bcel.generic.InstructionHandle handle)
        Overrides:
        getInjectionPoint in class BasicInjectionDetector