[jbosstools-issues] [JBoss JIRA] Commented: (JBIDE-727) "Browse Class" has ui issues and funny content

Viacheslav Kabanovich (JIRA) jira-events at lists.jboss.org
Tue Oct 23 05:21:01 EDT 2007


    [ http://jira.jboss.com/jira/browse/JBIDE-727?page=comments#action_12383845 ] 
            
Viacheslav Kabanovich commented on JBIDE-727:
---------------------------------------------

> *much* slower
I cannot see any slowing down neither in Windows nor in Unix. 
It is not reading all visible classes, only requests package roots from Java model.
I would expect that it may take time once to initialize these roots in JDT, 
then everything must be quick, but I cannot see even the initial slowing. 
Do you use a project generated by New Seam Project wizard?

>the first tab does not allow me just to write "Company"
Text field in first tab is not designed to be pattern (as it is in the second tab), 
only qualified names are matched to tree items. Suppose, you have 
several classes named Company in different packages. How tree is 
expected to process the pattern 'Company'? To find a match we would surely 
need to load and scan all the tree.

>second tab doesn't look like it is finding *any* of the projects classes. 
Fixed.

>third tab doesn't list any recent selections. 
As I see it, it works, maybe I take other use-cases than you do.
EXECUTE: Open Browse Class dialog
EXECUTE: In Browse tab, select java/applet/Applet item in tree and press OK.
EXECUTE: Reopen Browse Class Dialog and select Recent tab.
ASSERT: Item java.applet.Applet is in the list.
EXECUTE: Select Search tab, type Map, select in list java.util.Map and press OK.
EXECUTE: Reopen Browse Class Dialog and select Recent tab.
ASSERT: Item java.util.Map as well as java.applet.Applet is in the list.
EXECUTE: Close dialog, close editor, reopen editor open Browse Class dialog.
ASSERT: Both items are still in the list in Recent tab.
Please list use cases that cause problems.

>Could we replace it with the standarad Open type
It is easy, just let us first check if we can solve the above issues in 2 days.






> "Browse Class" has ui issues and funny content
> ----------------------------------------------
>
>                 Key: JBIDE-727
>                 URL: http://jira.jboss.com/jira/browse/JBIDE-727
>             Project: JBoss Tools
>          Issue Type: Sub-task
>            Reporter: Max Andersen
>         Assigned To: Victor Rubezhny
>            Priority: Optional
>             Fix For: 2.0.0.CR1
>
>   Original Estimate: 2 days
>  Remaining Estimate: 2 days
>
> Click browse clas for a Class attribute.
> First thing I notice is that ".settings" and "META-INF" is there as a package; why ?
> Expand it so it gets some children and grows bigger than the list.
> layout works fine.
> Close it.
> Click browse again:
> Now the dialog fills up the whole screen (height wise)
> Select a class.
> Close it.
> Open it again:
> Recent tab is empty ?
> Search tab's "arrow down"  is bigger and has pixel artifacts. Not the same as with Eclipse's Open Type  dialog.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jbosstools-issues mailing list