19
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 18 hours ago. based on code collected about 18 hours ago.
Jul 30, 2024 — Jul 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
No Jira - cleanup unneeded import statements More... over 18 years ago
No Jira - cleanup unneeded import statements More... over 18 years ago
No Jira - cleanup unneeded imports and unnecessary casts More... over 18 years ago
No Jira - fix unneeded imports warning messages More... over 18 years ago
No Jira - fix unnecessary imports and parms/local fields hiding object fields warning messages More... over 18 years ago
Generate better error message if user tries to turn on XML detagging feature of RunAE when running a remote AE. UIMA-213: https://issues.apache.org/jira/browse/UIMA-213 More... over 18 years ago
Generate better error message if user tries to turn on XML detagging feature of RunAE when running a remote AE. UIMA-213: https://issues.apache.org/jira/browse/UIMA-213 More... over 18 years ago
Generate better error message if user tries to turn on XML detagging feature of DocumentAnalyzer when running a remote AE. UIMA-213: https://issues.apache.org/jira/browse/UIMA-213 More... over 18 years ago
Generate better error message if user tries to turn on XML detagging feature of DocumentAnalyzer when running a remote AE. UIMA-213: https://issues.apache.org/jira/browse/UIMA-213 More... over 18 years ago
No Jira: fix javadocs. More... over 18 years ago
No Jira: fix javadocs. More... over 18 years ago
No Jira: fix javadocs. More... over 18 years ago
Documented that sofa mapping does not work for remote services. More... over 18 years ago
Jira UIMA-70: fix javadocs. More... over 18 years ago
Throw exception if Sofa mapping specified for remote AE. UIMA-213: https://issues.apache.org/jira/browse/UIMA-213 More... over 18 years ago
Throw exception if Sofa mapping specified for remote AE. UIMA-213: https://issues.apache.org/jira/browse/UIMA-213 More... over 18 years ago
Throw exception if Sofa mapping specified for remote AE. UIMA-213: https://issues.apache.org/jira/browse/UIMA-213 More... over 18 years ago
JIRA ticket UIMA-195 (https://issues.apache.org/jira/browse/UIMA-195) More... over 18 years ago
Add license header. More... over 18 years ago
Add/update license header. More... over 18 years ago
Add license header. More... over 18 years ago
UIMA-217 and UIMA-218 Reversed test logic in TOP for new test corrected More... over 18 years ago
no Jira - db updates More... over 18 years ago
Removed isAnnotationType(int) from CASImpl - is never called (anymore) and its use is likely to be an error. Left in isAnnotationType(Type) - used by Annotation Viewer More... over 18 years ago
No Jira - clean up html More... over 18 years ago
No Jira. Clean up, and clarify comments (an auto-reformat destroyed the readability). Add comments about new JCasRegistry. Remove unused import. More... over 18 years ago
no Jira; fix missing id's warnings on <section> tags, and fix spelling of one cross-ref id. More... over 18 years ago
no Jira; fix spelling of "too" -> "to" 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