[ 
https://issues.apache.org/jira/browse/NETBEANS-5215?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jaroslav Tulach updated NETBEANS-5215:
--------------------------------------
    Description: 
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.

  was:
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.


> 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
>            Priority: Minor
>              Labels: sd-candidate
>
> 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-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

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

Reply via email to