Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
2.4.2SDK
-
None
Description
Back in 2011, a branch, "xmlComments" was created to work on issue UIMA-239. It appears that some of the changes made for this and for UIMA-2155 got into the branch, but were never merged into the trunk. Investigation shows the following files and change sets are possibly in need of merging into the current trunk, from these two issues:
The branch svn history shows two revisions not merged: 1187355 and 1202771.
Cross checking this with the mentioned UIMA jira issues:
UIMA-239: found 2 files changed:
https://fisheye6.atlassian.com/viewrep/uimaj/branches/xmlComments/uimaj-core/src/main/java/org/apache/uima/analysis_engine/impl/AnalysisEngineDescription_impl.java?r1=&r2=1187355
https://fisheye6.atlassian.com/viewrep/uimaj/branches/xmlComments/uimaj-core/src/main/java/org/apache/uima/resource/metadata/impl/MetaDataObject_impl.java?r1=&r2=1187355
UIMA-2155:
Found 1 file changed:
https://fisheye6.atlassian.com/viewrep/uimaj/branches/xmlComments/uimaj-core/src/main/java/org/apache/uima/util/impl/SaxDeserializer_impl.java?r1=&r2=1202771
For entire xmlComments branch, the full list of changes seems consistent with these above:.
https://fisheye6.atlassian.com/changelog/~br=xmlComments/uimaj
Use this information to merge these changes back into trunk.