Class InefficientIndexOf

All Implemented Interfaces:
Detector, Priorities, org.apache.bcel.classfile.Visitor

public class InefficientIndexOf extends OpcodeStackDetector
Use whenever possible String.indexOf(int) instead of String.indexOf(String), or String.lastIndexOf(int) instead of String.lastIndexOf(String).
Author:
Reto Merz