return paragraphsCache.getFromPara(paraNum,startSentencePos,endSentencePos); | return paragraphsCache.get(cacheNum).getFromPara(paraNum,startSentencePos,endSentencePos); | paragraphsCache | paragraphsCache.get(cacheNum) | languagetool | 92270c5fc0bb4c1d15ea2d4f3fb063d056651593 | org.languagetool.openoffice.SingleDocument | | _1 | paragraphsCache |
---|
_2 | paragraphsCache |
---|
| | | | Uses | False |
paragraphsCache.put(i,new SingleProofreadingError[0]); | paragraphsCache.get(cacheNum).put(i,new SingleProofreadingError[0]); | paragraphsCache | paragraphsCache.get(cacheNum) | languagetool | 92270c5fc0bb4c1d15ea2d4f3fb063d056651593 | org.languagetool.openoffice.SingleDocument | | _1 | paragraphsCache |
---|
_2 | paragraphsCache |
---|
| | | | Uses | False |
paragraphsCache.put(i,errorList.toArray(new SingleProofreadingError[0])); | paragraphsCache.get(cacheNum).put(i,errorList.toArray(new SingleProofreadingError[0])); | paragraphsCache | paragraphsCache.get(cacheNum) | languagetool | 92270c5fc0bb4c1d15ea2d4f3fb063d056651593 | org.languagetool.openoffice.SingleDocument | | _1 | paragraphsCache |
---|
_2 | paragraphsCache |
---|
| | | | Uses | False |
paragraphsCache.put(i,new SingleProofreadingError[0]); | paragraphsCache.get(cacheNum).put(i,new SingleProofreadingError[0]); | paragraphsCache | paragraphsCache.get(cacheNum) | languagetool | 92270c5fc0bb4c1d15ea2d4f3fb063d056651593 | org.languagetool.openoffice.SingleDocument | | _1 | paragraphsCache |
---|
_2 | paragraphsCache |
---|
| | | | Uses | False |
pErrors=paragraphsCache.getFromPara(paraNum,startSentencePos,endSentencePos); | pErrors=paragraphsCache.get(cacheNum).getFromPara(paraNum,startSentencePos,endSentencePos); | paragraphsCache | paragraphsCache.get(cacheNum) | languagetool | 92270c5fc0bb4c1d15ea2d4f3fb063d056651593 | org.languagetool.openoffice.SingleDocument | | _1 | paragraphsCache |
---|
_2 | paragraphsCache |
---|
| | | | Uses | False |