Issue Details (XML | Word | Printable)

Key: DERBY-2580
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Knut Anders Hatlen
Reporter: Knut Anders Hatlen
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Derby

SanityManager.THROWASSERT(String,Throwable) ignores message argument

Created: 23/Apr/07 05:36 PM   Updated: 25/Jul/08 05:30 PM
Return to search
Component/s: Services
Affects Version/s: 10.3.1.4
Fix Version/s: 10.3.1.4

Time Tracking:
Not Specified

File Attachments:
  Size
File Licensed for inclusion in ASF works assert.diff 2007-04-23 05:57 PM Knut Anders Hatlen 2 kB

Resolution Date: 24/Apr/07 08:18 AM


 Description  « Hide
THROWASSERT should use the supplied message text.

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Knut Anders Hatlen added a comment - 23/Apr/07 05:57 PM
assert.diff makes THROWASSERT(String,Throwable) use the supplied message text. It also rewrites THROWASSERT(String) and THROWASSERT(Throwable) in terms of THROWASSERT(String,Throwable) to avoid duplication of code.

Knut Anders Hatlen added a comment - 23/Apr/07 05:58 PM
Derbyall and suites.All passed.

Knut Anders Hatlen added a comment - 24/Apr/07 08:18 AM
Committed revision 531825.