[jira] [Commented] (OFBIZ-6284) ServiceArtifactInfo uses deprecated getAll{Object}Names{Verb}

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Commented] (OFBIZ-6284) ServiceArtifactInfo uses deprecated getAll{Object}Names{Verb}

Nicolas Malin (Jira)

    [ https://issues.apache.org/jira/browse/OFBIZ-6284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14507268#comment-14507268 ]

Adam Heath commented on OFBIZ-6284:
-----------------------------------

  [javac17] /srv/ofbiz/apache-git/framework/webtools/src/org/ofbiz/webtools/artifactinfo/ServiceArtifactInfo.java:96: warning: [deprecation] getAllEntityNamesUsed() in SimpleMethod has been deprecated
  [javac17]             Set<String> allEntityNameSet = simpleMethodToCall.getAllEntityNamesUsed();
  [javac17]                                                              ^
  [javac17] /srv/ofbiz/apache-git/framework/webtools/src/org/ofbiz/webtools/artifactinfo/ServiceArtifactInfo.java:156: warning: [deprecation] getAllServiceNamesCalled() in SimpleMethod has been deprecated
  [javac17]             Set<String> allServiceNameSet = simpleMethodToCall.getAllServiceNamesCalled();
  [javac17]                                                               ^


> ServiceArtifactInfo uses deprecated getAll{Object}Names{Verb}
> -------------------------------------------------------------
>
>                 Key: OFBIZ-6284
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-6284
>             Project: OFBiz
>          Issue Type: Sub-task
>          Components: framework
>            Reporter: Adam Heath
>            Priority: Minor
>
> I can't comment to much on this; the methods that have been marked deprecated have no javadocs, nothing to indicate why they should no longer be used.  I haven't checked the commit log, however.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)