src/main/java/org/apache/bsf/util/BSFEventProcessor.java [48:54]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    this.engine = engine;
    this.manager = manager;
    this.filter = filter;
    this.source = source;
    this.lineNo = lineNo;
    this.columnNo = columnNo;
    this.script = script;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/main/java/org/apache/bsf/util/BSFEventProcessorReturningEventInfos.java [78:84]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        this.engine = engine;
        this.manager = manager;
        this.filter = filter;
        this.source = source;
        this.lineNo = lineNo;
        this.columnNo = columnNo;
        this.script = script;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



