You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by co...@jakarta.apache.org on 2004/09/08 06:34:37 UTC

[jira] Created: (JELLY-133) ComponentTag methods should throw more exceptions

Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/JELLY-133

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: JELLY-133
    Summary: ComponentTag methods should throw more exceptions
       Type: Improvement

     Status: Unassigned
   Priority: Minor

    Project: jelly
 Components: 
             taglib.swing

   Assignee: 
   Reporter: Hans Gilde

    Created: Tue, 7 Sep 2004 9:33 PM
    Updated: Tue, 7 Sep 2004 9:33 PM

Description:
Many component tag methods don't throw JellyTagException. They should, because child classes might want to do it. This patch adds exceptions to several methods, which could break code that's currently inhereting from ComponentTag in their own code (like me).

But I think that the time is now for this improvement.


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


[jira] Commented: (JELLY-133) ComponentTag methods should throw more exceptions

Posted by co...@jakarta.apache.org.
The following comment has been added to this issue:

     Author: dion gillard
    Created: Tue, 7 Sep 2004 9:44 PM
       Body:
I noticed the ButtonGroup class is in there too. Is that intentional?

Also, should it be JellyTagException, or JellyException?
---------------------------------------------------------------------
View this comment:
  http://issues.apache.org/jira/browse/JELLY-133?page=comments#action_52946

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/JELLY-133

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: JELLY-133
    Summary: ComponentTag methods should throw more exceptions
       Type: Improvement

     Status: Unassigned
   Priority: Minor

    Project: jelly
 Components: 
             taglib.swing

   Assignee: 
   Reporter: Hans Gilde

    Created: Tue, 7 Sep 2004 9:33 PM
    Updated: Tue, 7 Sep 2004 9:44 PM

Description:
Many component tag methods don't throw JellyTagException. They should, because child classes might want to do it. This patch adds exceptions to several methods, which could break code that's currently inhereting from ComponentTag in their own code (like me).

But I think that the time is now for this improvement.


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


[jira] Commented: (JELLY-133) ComponentTag methods should throw more exceptions

Posted by co...@jakarta.apache.org.
The following comment has been added to this issue:

     Author: Hans Gilde
    Created: Tue, 7 Sep 2004 10:01 PM
       Body:
And I don't know about JellyException vs JellyTagExcpetion. What do you think? Is one part of the internal interface and one part of the external?
---------------------------------------------------------------------
View this comment:
  http://issues.apache.org/jira/browse/JELLY-133?page=comments#action_52949

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/JELLY-133

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: JELLY-133
    Summary: ComponentTag methods should throw more exceptions
       Type: Improvement

     Status: Unassigned
   Priority: Minor

    Project: jelly
 Components: 
             taglib.swing

   Assignee: 
   Reporter: Hans Gilde

    Created: Tue, 7 Sep 2004 9:33 PM
    Updated: Tue, 7 Sep 2004 10:01 PM

Description:
Many component tag methods don't throw JellyTagException. They should, because child classes might want to do it. This patch adds exceptions to several methods, which could break code that's currently inhereting from ComponentTag in their own code (like me).

But I think that the time is now for this improvement.


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


[jira] Commented: (JELLY-133) ComponentTag methods should throw more exceptions

Posted by co...@jakarta.apache.org.
The following comment has been added to this issue:

     Author: Hans Gilde
    Created: Tue, 7 Sep 2004 9:59 PM
       Body:
ButtonGroup should not have been in there, it requires more files that I submitted under JELLY-132. Should I resubmit this patch w/o button group? I filed this seperately from JELLY-132 for protocol and testability resons only.
---------------------------------------------------------------------
View this comment:
  http://issues.apache.org/jira/browse/JELLY-133?page=comments#action_52948

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/JELLY-133

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: JELLY-133
    Summary: ComponentTag methods should throw more exceptions
       Type: Improvement

     Status: Unassigned
   Priority: Minor

    Project: jelly
 Components: 
             taglib.swing

   Assignee: 
   Reporter: Hans Gilde

    Created: Tue, 7 Sep 2004 9:33 PM
    Updated: Tue, 7 Sep 2004 9:59 PM

Description:
Many component tag methods don't throw JellyTagException. They should, because child classes might want to do it. This patch adds exceptions to several methods, which could break code that's currently inhereting from ComponentTag in their own code (like me).

But I think that the time is now for this improvement.


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


[jira] Closed: (JELLY-133) ComponentTag methods should throw more exceptions

Posted by co...@jakarta.apache.org.
Message:

   The following issue has been closed.

   Resolver: dion gillard
       Date: Tue, 7 Sep 2004 11:41 PM

Applied. I think JellyTagException is the right one too.
---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/JELLY-133

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: JELLY-133
    Summary: ComponentTag methods should throw more exceptions
       Type: Improvement

     Status: Closed
   Priority: Minor
 Resolution: FIXED

    Project: jelly
 Components: 
             taglib.swing
   Fix Fors:
             1.0-beta-4

   Assignee: 
   Reporter: Hans Gilde

    Created: Tue, 7 Sep 2004 9:33 PM
    Updated: Tue, 7 Sep 2004 11:41 PM

Description:
Many component tag methods don't throw JellyTagException. They should, because child classes might want to do it. This patch adds exceptions to several methods, which could break code that's currently inhereting from ComponentTag in their own code (like me).

But I think that the time is now for this improvement.


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


[jira] Updated: (JELLY-133) ComponentTag methods should throw more exceptions

Posted by co...@jakarta.apache.org.
The following issue has been updated:

    Updater: Hans Gilde (mailto:hansgilde@earthlink.net)
       Date: Tue, 7 Sep 2004 9:34 PM
    Changes:
             Attachment changed to component-tag-add-exception.txt
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://issues.apache.org/jira/browse/JELLY-133?page=history

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/JELLY-133

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: JELLY-133
    Summary: ComponentTag methods should throw more exceptions
       Type: Improvement

     Status: Unassigned
   Priority: Minor

    Project: jelly
 Components: 
             taglib.swing

   Assignee: 
   Reporter: Hans Gilde

    Created: Tue, 7 Sep 2004 9:33 PM
    Updated: Tue, 7 Sep 2004 9:34 PM

Description:
Many component tag methods don't throw JellyTagException. They should, because child classes might want to do it. This patch adds exceptions to several methods, which could break code that's currently inhereting from ComponentTag in their own code (like me).

But I think that the time is now for this improvement.


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org