Closed GoogleCodeExporter closed 8 years ago
在调用时,没有做数组越界检查
at org.wltea.analyzer.core.AnalyzeContext.moveCursor(AnalyzeContext.java:159)
boolean moveCursor(){
if(this.cursor < this.available){
this.cursor++;
this.segmentBuff[this.cursor] = CharacterUtil.regularize(this.segmentBuff[this.cursor]);
this.charTypes[this.cursor] = CharacterUtil.identifyCharType(this.segmentBuff[this.cursor]);
return true;
}else{
return false;
}
}
Original comment by onionsh...@gmail.com
on 20 Mar 2012 at 1:05
该问题已在u3版本中修正
Original comment by linliang...@gmail.com
on 21 Mar 2012 at 7:39
Original issue reported on code.google.com by
onionsh...@gmail.com
on 20 Mar 2012 at 1:00