You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@river.apache.org by "Bill Venners (JIRA)" <ji...@apache.org> on 2007/08/07 04:33:59 UTC

[jira] Created: (RIVER-201) Show interfaces rather than classes in browser's Matching Services pane.

Show interfaces rather than classes in browser's Matching Services pane.
------------------------------------------------------------------------

                 Key: RIVER-201
                 URL: https://issues.apache.org/jira/browse/RIVER-201
             Project: River
          Issue Type: Improvement
          Components: com_sun_jini_example
            Reporter: Bill Venners
            Priority: Minor


Bugtraq ID:  http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6404689 - 27-MAR-2006

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


Re: [jira] Created: (RIVER-201) Show interfaces rather than classes in browser's Matching Services pane.

Posted by Bill Venners <bv...@artima.com>.
Hi Jim,

Yes, I only did one. I will try to get the rest in today. Sorry, I'm  
a pretty busy guy these days, but I want to help.

Bill

On Aug 9, 2007, at 12:40 PM, Jim Hurley wrote:

> Hi Bill-
>
> I saw this partial add the other day, but no other issues
> added.  Do you think you'll be able to get to them soon?
> (if not - we can probably get them split up.)  Thanks.
>
>
> -Jim
>
>
> Begin forwarded message:
>> From: "Bill Venners (JIRA)" <ji...@apache.org>
>> Date: August 6, 2007 10:33:59 PM EDT
>> To: river-commits@incubator.apache.org
>> Subject: [jira] Created: (RIVER-201) Show interfaces rather than  
>> classes in browser's Matching Services pane.
>> Reply-To: river-dev@incubator.apache.org
>>
>> Show interfaces rather than classes in browser's Matching Services  
>> pane.
>> --------------------------------------------------------------------- 
>> ---
>>
>>                  Key: RIVER-201
>>                  URL: https://issues.apache.org/jira/browse/RIVER-201
>>              Project: River
>>           Issue Type: Improvement
>>           Components: com_sun_jini_example
>>             Reporter: Bill Venners
>>             Priority: Minor
>>
>>
>> Bugtraq ID:  http://bugs.sun.com/bugdatabase/view_bug.do? 
>> bug_id=6404689 - 27-MAR-2006
>>
>> -- 
>> This message is automatically generated by JIRA.
>> -
>> You can reply to this email to add a comment to the issue online.
>>
>


Fwd: [jira] Created: (RIVER-201) Show interfaces rather than classes in browser's Matching Services pane.

Posted by Jim Hurley <Ji...@Sun.COM>.
Hi Bill-

I saw this partial add the other day, but no other issues
added.  Do you think you'll be able to get to them soon?
(if not - we can probably get them split up.)  Thanks.


-Jim


Begin forwarded message:
> From: "Bill Venners (JIRA)" <ji...@apache.org>
> Date: August 6, 2007 10:33:59 PM EDT
> To: river-commits@incubator.apache.org
> Subject: [jira] Created: (RIVER-201) Show interfaces rather than  
> classes in browser's Matching Services pane.
> Reply-To: river-dev@incubator.apache.org
>
> Show interfaces rather than classes in browser's Matching Services  
> pane.
> ---------------------------------------------------------------------- 
> --
>
>                  Key: RIVER-201
>                  URL: https://issues.apache.org/jira/browse/RIVER-201
>              Project: River
>           Issue Type: Improvement
>           Components: com_sun_jini_example
>             Reporter: Bill Venners
>             Priority: Minor
>
>
> Bugtraq ID:  http://bugs.sun.com/bugdatabase/view_bug.do? 
> bug_id=6404689 - 27-MAR-2006
>
> -- 
> This message is automatically generated by JIRA.
> -
> You can reply to this email to add a comment to the issue online.
>


[jira] Updated: (RIVER-201) Show interfaces rather than classes in browser's Matching Services pane.

Posted by "Mark Brouwer (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/RIVER-201?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mark Brouwer updated RIVER-201:
-------------------------------

      Description: 
Bugtraq ID [6404689|http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6404689]

In the browser's Matching Services pane, an interface name is shown if the proxy only implements a single interesting interface, otherwise the proxy's class name is shown. It may be preferable in the latter case to display a list of interesting interface names instead, as the proxy class is seldom interesting to the user, and is especially uninteresting when it's a dynamic Proxy class.


  was:
Bugtraq ID [6404689|http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6404689]

In the browser's Matching Services pane, an interface name is shown if the proxy only implements a single interesting interface, otherwise the proxy's claaa name is shown. It may be preferable in the latter case to display a list of interesting interface names instead, as the proxy class is seldom interesting to the user, and is especially uninteresting when it's a dynamic Proxy class.


    Fix Version/s: AR2

> Show interfaces rather than classes in browser's Matching Services pane.
> ------------------------------------------------------------------------
>
>                 Key: RIVER-201
>                 URL: https://issues.apache.org/jira/browse/RIVER-201
>             Project: River
>          Issue Type: Improvement
>          Components: com_sun_jini_example
>    Affects Versions: jtsk_2.1
>            Reporter: Bill Venners
>            Assignee: Mark Brouwer
>            Priority: Minor
>             Fix For: AR2
>
>
> Bugtraq ID [6404689|http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6404689]
> In the browser's Matching Services pane, an interface name is shown if the proxy only implements a single interesting interface, otherwise the proxy's class name is shown. It may be preferable in the latter case to display a list of interesting interface names instead, as the proxy class is seldom interesting to the user, and is especially uninteresting when it's a dynamic Proxy class.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


Re: [jira] Updated: (RIVER-201) Show interfaces rather than classes in browser's Matching Services pane.

Posted by Mark Brouwer <ma...@marbro.org>.
Bob Scheifler wrote:
> Mark Brouwer (JIRA) wrote:
>>     Attachment: RIVER-201.patch
>>
>> Proposed patch.
> 
> Looks fine to me, although you may also want to update the
> description of the uninterestingInterfaces config entry in package.html.
> 
> - Bob

I'll have a look at that.
-- 
Mark

Re: [jira] Updated: (RIVER-201) Show interfaces rather than classes in browser's Matching Services pane.

Posted by Bob Scheifler <Bo...@Sun.COM>.
Mark Brouwer (JIRA) wrote:
>     Attachment: RIVER-201.patch
> 
> Proposed patch.

Looks fine to me, although you may also want to update the
description of the uninterestingInterfaces config entry in package.html.

- Bob

[jira] Updated: (RIVER-201) Show interfaces rather than classes in browser's Matching Services pane.

Posted by "Mark Brouwer (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/RIVER-201?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mark Brouwer updated RIVER-201:
-------------------------------

    Attachment: RIVER-201.patch

Proposed patch.

> Show interfaces rather than classes in browser's Matching Services pane.
> ------------------------------------------------------------------------
>
>                 Key: RIVER-201
>                 URL: https://issues.apache.org/jira/browse/RIVER-201
>             Project: River
>          Issue Type: Improvement
>          Components: com_sun_jini_example
>    Affects Versions: jtsk_2.1
>            Reporter: Bill Venners
>            Assignee: Mark Brouwer
>            Priority: Minor
>             Fix For: AR2
>
>         Attachments: RIVER-201.patch
>
>
> Bugtraq ID [6404689|http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6404689]
> In the browser's Matching Services pane, an interface name is shown if the proxy only implements a single interesting interface, otherwise the proxy's class name is shown. It may be preferable in the latter case to display a list of interesting interface names instead, as the proxy class is seldom interesting to the user, and is especially uninteresting when it's a dynamic Proxy class.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (RIVER-201) Show interfaces rather than classes in browser's Matching Services pane.

Posted by "Peter Firmstone (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/RIVER-201?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Peter Firmstone closed RIVER-201.
---------------------------------


> Show interfaces rather than classes in browser's Matching Services pane.
> ------------------------------------------------------------------------
>
>                 Key: RIVER-201
>                 URL: https://issues.apache.org/jira/browse/RIVER-201
>             Project: River
>          Issue Type: Improvement
>          Components: com_sun_jini_example
>    Affects Versions: jtsk_2.1
>            Reporter: Bill Venners
>            Assignee: Mark Brouwer
>            Priority: Minor
>             Fix For: AR2
>
>         Attachments: RIVER-201.patch
>
>
> Bugtraq ID [6404689|http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6404689]
> In the browser's Matching Services pane, an interface name is shown if the proxy only implements a single interesting interface, otherwise the proxy's class name is shown. It may be preferable in the latter case to display a list of interesting interface names instead, as the proxy class is seldom interesting to the user, and is especially uninteresting when it's a dynamic Proxy class.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (RIVER-201) Show interfaces rather than classes in browser's Matching Services pane.

Posted by "Mark Brouwer (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/RIVER-201?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mark Brouwer reassigned RIVER-201:
----------------------------------

    Assignee: Mark Brouwer

> Show interfaces rather than classes in browser's Matching Services pane.
> ------------------------------------------------------------------------
>
>                 Key: RIVER-201
>                 URL: https://issues.apache.org/jira/browse/RIVER-201
>             Project: River
>          Issue Type: Improvement
>          Components: com_sun_jini_example
>    Affects Versions: jtsk_2.1
>            Reporter: Bill Venners
>            Assignee: Mark Brouwer
>            Priority: Minor
>             Fix For: AR2
>
>
> Bugtraq ID [6404689|http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6404689]
> In the browser's Matching Services pane, an interface name is shown if the proxy only implements a single interesting interface, otherwise the proxy's claaa name is shown. It may be preferable in the latter case to display a list of interesting interface names instead, as the proxy class is seldom interesting to the user, and is especially uninteresting when it's a dynamic Proxy class.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (RIVER-201) Show interfaces rather than classes in browser's Matching Services pane.

Posted by "Jim Hurley (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/RIVER-201?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jim Hurley updated RIVER-201:
-----------------------------

           Bugtraq ID:  6404689  (was:  http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6404689 - 27-MAR-2006)
          Description: 
Bugtraq ID [6404689|http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6404689]

In the browser's Matching Services pane, an interface name is shown if the proxy only implements a single interesting interface, otherwise the proxy's claaa name is shown. It may be preferable in the latter case to display a list of interesting interface names instead, as the proxy class is seldom interesting to the user, and is especially uninteresting when it's a dynamic Proxy class.


  was:Bugtraq ID:  http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6404689 - 27-MAR-2006

    Affects Version/s: jtsk_2.1

> Show interfaces rather than classes in browser's Matching Services pane.
> ------------------------------------------------------------------------
>
>                 Key: RIVER-201
>                 URL: https://issues.apache.org/jira/browse/RIVER-201
>             Project: River
>          Issue Type: Improvement
>          Components: com_sun_jini_example
>    Affects Versions: jtsk_2.1
>            Reporter: Bill Venners
>            Priority: Minor
>
> Bugtraq ID [6404689|http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6404689]
> In the browser's Matching Services pane, an interface name is shown if the proxy only implements a single interesting interface, otherwise the proxy's claaa name is shown. It may be preferable in the latter case to display a list of interesting interface names instead, as the proxy class is seldom interesting to the user, and is especially uninteresting when it's a dynamic Proxy class.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (RIVER-201) Show interfaces rather than classes in browser's Matching Services pane.

Posted by "Mark Brouwer (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/RIVER-201?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mark Brouwer resolved RIVER-201.
--------------------------------

    Resolution: Fixed

Fixed, compared to the patch attached the {{package.html}} file has been updated to reflect the new behavior.

> Show interfaces rather than classes in browser's Matching Services pane.
> ------------------------------------------------------------------------
>
>                 Key: RIVER-201
>                 URL: https://issues.apache.org/jira/browse/RIVER-201
>             Project: River
>          Issue Type: Improvement
>          Components: com_sun_jini_example
>    Affects Versions: jtsk_2.1
>            Reporter: Bill Venners
>            Assignee: Mark Brouwer
>            Priority: Minor
>             Fix For: AR2
>
>         Attachments: RIVER-201.patch
>
>
> Bugtraq ID [6404689|http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6404689]
> In the browser's Matching Services pane, an interface name is shown if the proxy only implements a single interesting interface, otherwise the proxy's class name is shown. It may be preferable in the latter case to display a list of interesting interface names instead, as the proxy class is seldom interesting to the user, and is especially uninteresting when it's a dynamic Proxy class.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Work started: (RIVER-201) Show interfaces rather than classes in browser's Matching Services pane.

Posted by "Mark Brouwer (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/RIVER-201?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Work on RIVER-201 started by Mark Brouwer.

> Show interfaces rather than classes in browser's Matching Services pane.
> ------------------------------------------------------------------------
>
>                 Key: RIVER-201
>                 URL: https://issues.apache.org/jira/browse/RIVER-201
>             Project: River
>          Issue Type: Improvement
>          Components: com_sun_jini_example
>    Affects Versions: jtsk_2.1
>            Reporter: Bill Venners
>            Assignee: Mark Brouwer
>            Priority: Minor
>             Fix For: AR2
>
>
> Bugtraq ID [6404689|http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6404689]
> In the browser's Matching Services pane, an interface name is shown if the proxy only implements a single interesting interface, otherwise the proxy's class name is shown. It may be preferable in the latter case to display a list of interesting interface names instead, as the proxy class is seldom interesting to the user, and is especially uninteresting when it's a dynamic Proxy class.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.