854855856857858859860861862863864
if ( Strings.isEmpty( filter ) ) { throw new ParseException( I18n.err( I18n.ERR_04158 ), 0 ); } Position pos = new Position(); pos.start = 0; pos.end = 0; pos.length = filter.length; try
832833834835836837838839840841842
if ( Strings.isEmpty(filter) ) { throw new ParseException( I18n.err( I18n.ERR_04158 ), 0 ); } Position pos = new Position(); pos.start = 0; pos.end = 0; pos.length = filter.length(); try
892893894895896897898899900901902
837838839840841842843844845846847
if ( Strings.isEmpty( filter ) ) { throw new ParseException( I18n.err( I18n.ERR_04158 ), 0 ); } Position pos = new Position(); pos.start = 0; pos.end = 0; pos.length = filter.length(); try