[seam/catch] 0e3145: Adding ability to change the ExceptionStack.
by noreply@github.com
Branch: refs/heads/master
Home: https://github.com/seam/catch
Commit: 0e3145c03434ffe51bdf5c7e080e019cdabc7d6b
https://github.com/seam/catch/commit/0e3145c03434ffe51bdf5c7e080e019cdabc...
Author: LightGuard <lightguard.jp(a)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/b2e003d8c716d6f1dab03643de388f08f720...
Author: LightGuard <lightguard.jp(a)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/d0229943dc6e913a59d971fc8380f983f1e5...
Author: LightGuard <lightguard.jp(a)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
13 years, 12 months