[
https://issues.apache.org/jira/browse/CTAKES-465?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16197809#comment-16197809
]
Alex Zbarcea edited comment on CTAKES-465 at 10/9/17 10:30 PM:
---------------------------------------------------------------
patch provided,
*all tests pass*, fixed:
{code}
[deprecation] createAnnotatorDescription(File) in
EventEventCRFRelationAnnotator has been deprecated
[deprecation] createAnnotatorDescription(File) in EventEventRelationAnnotator
has been deprecated
[deprecation] createAnnotatorDescription(File) in
EventEventRelationSeedBasedAnnotator has been deprecated
[deprecation] createAnnotatorDescription(File) in EventTimeRelationAnnotator
has been deprecated
[deprecation] createAnnotatorDescription(File) in NEPredicateEventAnnotator has
been deprecated
[deprecation] createAnnotatorDescription(File) in TimeAnnotator has been
deprecated
{code}
was (Author: alexz):
*all tests pass*
> remove dependencies over deprecated Class-es
> --------------------------------------------
>
> Key: CTAKES-465
> URL: https://issues.apache.org/jira/browse/CTAKES-465
> Project: cTAKES
> Issue Type: Bug
> Affects Versions: 4.0.0
> Reporter: Alex Zbarcea
> Attachments: deprecated-AnnotatorContext.CTAKES-465.svn.patch,
> deprecated-CasInitializer.CTAKES-465.svn.patch,
> deprecated-DICTIONARY_DESCRIPTOR_KEY.CTAKES-465.svn.patch,
> deprecated-FileLocator.getFullPath.CTAKES-465.svn.patch,
> deprecated-SimpleJdbcTemplate.CTAKES-465.svn.patch,
> deprecated-createAnnotatorDescription.CTAKES-465.svn.patch,
> deprecated-getAnnotationsInSpanIterator.CTAKES-465.svn.patch,
> deprecated-junit.framework.CTAKES-465.svn.patch
>
>
> In order to retrieve all deprecations (unique and sorted):
> {code}
> $ mvn clean install | tee build.log
> $ grep -o "[^ ]\+ has been deprecated" build.log | sort -u
> {code}
> The following deprecations have been identified:
> {code}
> $ grep -o "[^ ]\+ [^ ]\+ in [^ ]\+ has been deprecated" .build.log | sort -u
> [deprecation] AnnotatorContext in org.apache.uima.analysis_engine.annotator
> has been deprecated
> [deprecation] Assert in junit.framework has been deprecated
> [deprecation] CasInitializer in org.apache.uima.collection has been deprecated
> [deprecation] DICTIONARY_DESCRIPTOR_KEY in JCasTermAnnotator has been
> deprecated
> [deprecation] JTextAnnotator_ImplBase in
> org.apache.uima.analysis_engine.annotator has been deprecated
> [deprecation] LUCENE_30 in Version has been deprecated
> [deprecation] SimpleJdbcTemplate in org.springframework.jdbc.core.simple has
> been deprecated
> [deprecation] createAnnotatorDescription(File) in
> EventEventCRFRelationAnnotator has been deprecated
> [deprecation] createAnnotatorDescription(File) in EventEventRelationAnnotator
> has been deprecated
> [deprecation] createAnnotatorDescription(File) in
> EventEventRelationSeedBasedAnnotator has been deprecated
> [deprecation] createAnnotatorDescription(File) in EventTimeRelationAnnotator
> has been deprecated
> [deprecation] createAnnotatorDescription(File) in NEPredicateEventAnnotator
> has been deprecated
> [deprecation] createAnnotatorDescription(File) in TimeAnnotator has been
> deprecated
> [deprecation] createEngineDescription(File) in EventTimeSelfRelationAnnotator
> has been deprecated
> [deprecation] createEnsembleDescription(File,String) in
> BackwardsTimeAnnotator has been deprecated
> [deprecation] createEnsembleDescription(File,String) in CRFTimeAnnotator has
> been deprecated
> [deprecation] createEnsembleDescription(File,String) in
> ConstituencyBasedTimeAnnotator has been deprecated
> [deprecation] getAnnotationsInSpanIterator(JCas,int,int,int) in FSUtil has
> been deprecated
> [deprecation] getCasInitializer() in CollectionReader_ImplBase has been
> deprecated
> [deprecation] getFullPath(String) in FileLocator has been deprecated
> [deprecation] locateFile(String) in FileLocator has been deprecated
> [deprecation] open(Directory) in IndexReader has been deprecated
> [deprecation] show() in Dialog has been deprecated
> [deprecation]
> train(String,ObjectStream<SentenceSample>,boolean,Dictionary,TrainingParameters)
> in SentenceDetectorME has been deprecated
> extends AnalysisComponent>,Object...) in AnalysisEngineFactory has been
> deprecated
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)