You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Jaroslav Tulach (Jira)" <ji...@apache.org> on 2021/01/05 08:27:00 UTC

[jira] [Created] (NETBEANS-5215) Progress API use-cases aren't valid

Jaroslav Tulach created NETBEANS-5215:
-----------------------------------------

             Summary: Progress API use-cases aren't valid
                 Key: NETBEANS-5215
                 URL: https://issues.apache.org/jira/browse/NETBEANS-5215
             Project: NetBeans
          Issue Type: Bug
          Components: platform - Progress
    Affects Versions: 11.1
            Reporter: Jaroslav Tulach
            Assignee: Svatopluk Dedic


Looking at

[https://bits.netbeans.org/11.1/javadoc/org-netbeans-api-progress/overview-summary.html]

I see that the documentation hasn't been properly updated to reflect the split of Progress API and Progress Swing API. For example:
{code:java}
ProgressHandle handle = ProgressHandleFactory.creatHandle("My custom task"); {code}
there is a typo (consider using @codesnippet tag, at least in documentation inside of classes). Moreover the {{ProgressHandleFactory}} isn't even in the Progress API!

Various other apichanges entries like {{{{showProgressDialogAndRun}}}} are also out of scope and belong to Progress Swing API.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists