[seam-commits] [seam/catch] 0e3145: Adding ability to change the ExceptionStack.

noreply at github.com noreply at github.com
Sun Jan 2 04:07:43 EST 2011


Branch: refs/heads/master
Home:   https://github.com/seam/catch

Commit: 0e3145c03434ffe51bdf5c7e080e019cdabc7d6b
    https://github.com/seam/catch/commit/0e3145c03434ffe51bdf5c7e080e019cdabc7d6b
Author: LightGuard <lightguard.jp at gmail.com>
Date:   2011-01-02 (Sun, 02 Jan 2011)

Changed paths:
  M api/src/main/java/org/jboss/seam/exception/control/ExceptionStack.java

Log Message:
-----------
Adding ability to change the ExceptionStack.

Need to add tests, to make sure this doesn't affect anything, but need the event first.


Commit: b2e003d8c716d6f1dab03643de388f08f7203cba
    https://github.com/seam/catch/commit/b2e003d8c716d6f1dab03643de388f08f7203cba
Author: LightGuard <lightguard.jp at gmail.com>
Date:   2011-01-02 (Sun, 02 Jan 2011)

Changed paths:
  M impl/src/test/java/org/jboss/seam/exception/control/test/handler/UnMuteHandler.java
  M impl/src/test/java/org/jboss/seam/exception/control/test/handler/UnMuteHandlerTest.java

Log Message:
-----------
Rename constant

The helps make it more clear after the API change from ASC / DESC to BREADTH / DEPTH FIRST


Commit: d0229943dc6e913a59d971fc8380f983f1e53db7
    https://github.com/seam/catch/commit/d0229943dc6e913a59d971fc8380f983f1e53db7
Author: LightGuard <lightguard.jp at gmail.com>
Date:   2011-01-02 (Sun, 02 Jan 2011)

Changed paths:
  M api/src/main/java/org/jboss/seam/exception/control/ExceptionStack.java
  M impl/src/main/java/org/jboss/seam/exception/control/ExceptionHandlerDispatch.java

Log Message:
-----------
Adding ability to modify the ExceptionStack.

Partially addresses SEAMCATCH-18




More information about the seam-commits mailing list