19
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 20, 2024 — Jul 20, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
UIMA-210 Changed xxx.read(buffer) in many places to insure all bytes/chars are read. Sometimes the read was wrapped in a while loop. Othertimes, I substituted BufferedXXX for the non buffered readers/input-streams. The .read(buf) for the buffered versions has the "while loop" built in, according to the javadocs. For BufferedReader, I used the form .read(buf, 0, length) as that was the only form that the javadoc said it did this for. More... over 18 years ago
UIMA-210 Changed xxx.read(buffer) in many places to insure all bytes/chars are read. Sometimes the read was wrapped in a while loop. Othertimes, I substituted BufferedXXX for the non buffered readers/input-streams. The .read(buf) for the buffered versions has the "while loop" built in, according to the javadocs. For BufferedReader, I used the form .read(buf, 0, length) as that was the only form that the javadoc said it did this for. More... over 18 years ago
UIMA-210 Changed xxx.read(buffer) in many places to insure all bytes/chars are read. Sometimes the read was wrapped in a while loop. Othertimes, I substituted BufferedXXX for the non buffered readers/input-streams. The .read(buf) for the buffered versions has the "while loop" built in, according to the javadocs. For BufferedReader, I used the form .read(buf, 0, length) as that was the only form that the javadoc said it did this for. More... over 18 years ago
UIMA-210 Changed xxx.read(buffer) in many places to insure all bytes/chars are read. Sometimes the read was wrapped in a while loop. Othertimes, I substituted BufferedXXX for the non buffered readers/input-streams. The .read(buf) for the buffered versions has the "while loop" built in, according to the javadocs. For BufferedReader, I used the form .read(buf, 0, length) as that was the only form that the javadoc said it did this for. More... over 18 years ago
UIMA-210 Changed xxx.read(buffer) in many places to insure all bytes/chars are read. Sometimes the read was wrapped in a while loop. Othertimes, I substituted BufferedXXX for the non buffered readers/input-streams. The .read(buf) for the buffered versions has the "while loop" built in, according to the javadocs. For BufferedReader, I used the form .read(buf, 0, length) as that was the only form that the javadoc said it did this for. More... over 18 years ago
Add version number to XCAS UIMA-51: https://issues.apache.org/jira/browse/UIMA-51 More... over 18 years ago
Fixed incorrect examples directory path in setUimaClassPath.sh/.bat More... over 18 years ago
Added getSupportedXCasVersion operations to vinci services. The response is hardcoded to "2". UIMA-216: https://issues.apache.org/jira/browse/UIMA-216 More... over 18 years ago
Fix for mistake in last commit, was disregarding VNS_HOST and VNS_PORT system properties. UIMA-212: http://issues.apache.org/jira/browse/UIMA-212 More... over 18 years ago
Added source CAS as argument to CasCopier constructor. UIMA-215: https://issues.apache.org/jira/browse/UIMA-215 More... over 18 years ago
Added source CAS as argument to CasCopier constructor. UIMA-215: https://issues.apache.org/jira/browse/UIMA-215 More... over 18 years ago
Turn on socket keepAlive in Vinci client. UIMA-212: http://issues.apache.org/jira/browse/UIMA-212 More... over 18 years ago
Turn on socket keepAlive in Vinci client. UIMA-212: http://issues.apache.org/jira/browse/UIMA-212 More... over 18 years ago
Turn on socket keepAlive in Vinci client. UIMA-212: http://issues.apache.org/jira/browse/UIMA-212 More... over 18 years ago
Use getBaseCAS() in equals, instead of baseCas field. UIMA-209: http://issues.apache.org/jira/browse/UIMA-209 More... over 18 years ago
Fixed FeatureStructure.equals to compare base CAS refs, not view refs. UIMA-209: http://issues.apache.org/jira/browse/UIMA-209 More... over 18 years ago
No Jira: remove documentText member variable, it was no longer used. More... over 18 years ago
Jira UIMA-185: make CAS(RuntimeException) inherit from UIMAException: update migration guide. More... over 18 years ago
Jira UIMA-185: make CASRuntimeException inherit from UIMAException. More... over 18 years ago
Jira UIMA-185: make CASException inherit from UIMAException. More... over 18 years ago
moved location of jcasgen jet templates UIMA-211: http://issues.apache.org/jira/browse/UIMA-211 More... over 18 years ago
moved location of jcasgen jet templates UIMA-211: http://issues.apache.org/jira/browse/UIMA-211 More... over 18 years ago
Documentation for Migrating from IBM UIMA to Apache UIMA Also changed the What's New in Apache UIMA 2.0 Section to instead be a section that describes the changes from 1.x to 2.x, independent of the move to Apache. UIMA-49: http://issues.apache.org/jira/browse/UIMA-49 UIMA-180: http://issues.apache.org/jira/browse/UIMA-180 More... over 18 years ago
Migration utility: Additional replacement for xmi CAS files. UIMA-49: http://issues.apache.org/jira/browse/UIMA-49 More... over 18 years ago
Migration utility: Additional replacement for xmi CAS files. UIMA-49: http://issues.apache.org/jira/browse/UIMA-49 More... over 18 years ago
UIMA-84 Found that search code for matching things validated the match by checking the first 1024 chars of a file to see if it had a descriptor of the right kind in it. This is too small - the apache copyright is > 1024 chars. More... over 18 years ago
Added check to testSetSofaDataString() that tests the newly added getSofaDataString method. UIMA-187: https://issues.apache.org/jira/browse/UIMA-187 More... over 18 years ago
Merged TaeSpecifierSchema.xsd into resourceSpecifierSchema.xsd and deleted the former. UIMA-208: https://issues.apache.org/jira/browse/UIMA-208 More... over 18 years ago
Fixed setSofaDataXXX to correctly set Sofa mime type. UIMA-206: http://issues.apache.org/jira/browse/UIMA-206 More... over 18 years ago
Fixed inconsistencies between documentation and code. UIMA-207: http://issues.apache.org/jira/browse/UIMA-207 More... over 18 years ago