19
I Use This!
Very Low Activity

Commits : Listings

Analyzed 25 minutes ago. based on code collected 26 minutes ago.
Jul 27, 2024 — Jul 27, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixes for C++ support for CasConsumers. More... over 18 years ago
Improved error message when descriptor for fixedFlow or capabilityLanguageFlow references an undefined delegate key. UIMA-229: https://issues.apache.org/jira/browse/UIMA-229 More... over 18 years ago
Lazily create file choosers in CPE GUI, since it seems not to work right to call some APIs on a file chooser that hasn't been displayed yet. UIMA-231: https://issues.apache.org/jira/browse/UIMA-231 More... over 18 years ago
Use SwingUtilities.invokeLater to initialize the GUI, to prevent race conditions. UIMA-230: https://issues.apache.org/jira/browse/UIMA-230 More... over 18 years ago
Deleted unused class. More... over 18 years ago
Fixed incorrect and missing xrefs in introduction More... over 18 years ago
No Jira - add comment saying that the XmiWriterCasConsumer should be used instead of this one More... over 18 years ago
Fix assembly descriptor so intermediate XXX_pdf_src.xml files aren't included in distribution. UIMA-227: https://issues.apache.org/jira/browse/UIMA-227 More... over 18 years ago
Fixed doFullValidation for Aggregates containing C++ AEs. Test case added. UIMA-225: http://issues.apache.org/jira/browse/UIMA-225 More... over 18 years ago
added license header More... over 18 years ago
No Jira - clean up tools use of (AnnotationIndex) jcas.getJFSIndexRepository().getAnnotationIndex(...) to jcas.getAnnotationIndex(...) More... over 18 years ago
No Jira - clean up examples use of (AnnotationIndex) jcas.getJFSIndexRepository().getAnnotationIndex(...) to jcas.getAnnotationIndex(...) More... over 18 years ago
Fixed doFullValidation for C++ AEs. Test case added. UIMA-225: http://issues.apache.org/jira/browse/UIMA-225 More... over 18 years ago
Migration documentation updated to include UIMA jar file name changes. UIMA-223: https://issues.apache.org/jira/browse/UIMA-223 More... over 18 years ago
Jira UIMA-224: make script conform to documentation. More... over 18 years ago
No Jira - Simplify process method by eliminating call to get JFSIndexRepository, since the getAnnotationIndex method is now a method on the jcas (and cas) directly. More... over 18 years ago
No Jira - fix custom Meeting constructor to call this (jcas, start, end) rather than super(jcas, start, end) More... over 18 years ago
Updated migration tool to apply UIMA jar file name changes. UIMA-223: https://issues.apache.org/jira/browse/UIMA-223 More... over 18 years ago
Moving resource files from src/main/java to src/main/resources. UIMA-226: https://issues.apache.org/jira/browse/UIMA-226 More... over 18 years ago
Add release signing script. Work in progress. More... over 18 years ago
Remove extraneous Files (options, packages, files) from javadoc assembly. More... over 18 years ago
Fix jar names in script UIMA-221: http://issues.apache.org/jira/browse/UIMA-221 More... over 18 years ago
Fixed javadoc build. The javadoc tool requires source directories to be separated by a semicolon, but we were using a colon. UIMA-222: http://issues.apache.org/jira/browse/UIMA-222 More... over 18 years ago
JIRA ticket UIMA-193 (https://issues.apache.org/jira/browse/UIMA-193) More... over 18 years ago
Add KEYS file for release signing. More... over 18 years ago
Improve CAS documentation. More... over 18 years ago
Fixed test so it works on Sun Java 1.4. UIMA-220: https://issues.apache.org/jira/browse/UIMA-220 More... over 18 years ago
Disable BOM tests on Sun Java 1.4 UIMA-193: https://issues.apache.org/jira/browse/UIMA-193 More... over 18 years ago
Fixed DocumentAnalyzer so it doesn't have to re-contact remote services after processing completes in order to get their metadata. Also fixed some problems with style maps not working properly. UIMA-214: http://issues.apache.org/jira/browse/UIMA-214 More... over 18 years ago
No Jira - cleanup unneeded import statements More... over 18 years ago