openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
Apache UIMA Java SDK
Settings
|
Report Duplicate
19
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Very Low Activity
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Jul 20, 2024 — Jul 20, 2025
Showing page 280 of 301
Search / Filter on:
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.
Marshall Schor
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.
Marshall Schor
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.
Marshall Schor
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.
Marshall Schor
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.
Marshall Schor
More...
over 18 years ago
Add version number to XCAS UIMA-51: https://issues.apache.org/jira/browse/UIMA-51
Adam P. Lally
More...
over 18 years ago
Fixed incorrect examples directory path in setUimaClassPath.sh/.bat
Adam P. Lally
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
Adam P. Lally
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
Adam P. Lally
More...
over 18 years ago
Added source CAS as argument to CasCopier constructor. UIMA-215: https://issues.apache.org/jira/browse/UIMA-215
Adam P. Lally
More...
over 18 years ago
Added source CAS as argument to CasCopier constructor. UIMA-215: https://issues.apache.org/jira/browse/UIMA-215
Adam P. Lally
More...
over 18 years ago
Turn on socket keepAlive in Vinci client. UIMA-212: http://issues.apache.org/jira/browse/UIMA-212
Adam P. Lally
More...
over 18 years ago
Turn on socket keepAlive in Vinci client. UIMA-212: http://issues.apache.org/jira/browse/UIMA-212
Adam P. Lally
More...
over 18 years ago
Turn on socket keepAlive in Vinci client. UIMA-212: http://issues.apache.org/jira/browse/UIMA-212
Adam P. Lally
More...
over 18 years ago
Use getBaseCAS() in equals, instead of baseCas field. UIMA-209: http://issues.apache.org/jira/browse/UIMA-209
Adam P. Lally
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
Adam P. Lally
More...
over 18 years ago
No Jira: remove documentText member variable, it was no longer used.
Thilo Goetz
More...
over 18 years ago
Jira UIMA-185: make CAS(RuntimeException) inherit from UIMAException: update migration guide.
Thilo Goetz
More...
over 18 years ago
Jira UIMA-185: make CASRuntimeException inherit from UIMAException.
Thilo Goetz
More...
over 18 years ago
Jira UIMA-185: make CASException inherit from UIMAException.
Thilo Goetz
More...
over 18 years ago
moved location of jcasgen jet templates UIMA-211: http://issues.apache.org/jira/browse/UIMA-211
Adam P. Lally
More...
over 18 years ago
moved location of jcasgen jet templates UIMA-211: http://issues.apache.org/jira/browse/UIMA-211
Adam P. Lally
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
Adam P. Lally
More...
over 18 years ago
Migration utility: Additional replacement for xmi CAS files. UIMA-49: http://issues.apache.org/jira/browse/UIMA-49
Adam P. Lally
More...
over 18 years ago
Migration utility: Additional replacement for xmi CAS files. UIMA-49: http://issues.apache.org/jira/browse/UIMA-49
Adam P. Lally
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.
Marshall Schor
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
Adam P. Lally
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
Adam P. Lally
More...
over 18 years ago
Fixed setSofaDataXXX to correctly set Sofa mime type. UIMA-206: http://issues.apache.org/jira/browse/UIMA-206
Adam P. Lally
More...
over 18 years ago
Fixed inconsistencies between documentation and code. UIMA-207: http://issues.apache.org/jira/browse/UIMA-207
Adam P. Lally
More...
over 18 years ago
←
1
2
…
276
277
278
279
280
281
282
283
284
…
300
301
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree