summaryrefslogtreecommitdiff
path: root/src/library/scala/MatchError.scala
Commit message (Collapse)AuthorAgeFilesLines
* SI-7912 Be defensive calling `toString` in `MatchError#getMessage`Jason Zaugg2013-12-101-2/+8
| | | | | Otherwise, objects with exception-throwing `toString` lead to a cascading error far removed from the originally failed match.
* Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-021-1/+1
|
* Replaced various now-unnecessary casts with str...Paul Phillips2011-08-271-1/+1
| | | | | | Replaced various now-unnecessary casts with straight getClass calls. Closes SI-4780, no review.
* Updated copyright notices to 2011Antonio Cunei2011-01-201-1/+1
|
* Two improvements (or so I claim) to MatchErrors.Paul Phillips2010-10-121-3/+9
| | | | | | | | | | | | | | toString when constructing the exception: it need not be called until/unless it is printed, which it may never be. 2) Include the name of the class which triggered it. Don't tell me you haven't wanted that as many times as I have. (Sidebar on commit message semantics: I assume nobody interprets "no review" to mean anything like "unreviewable decision!" It only means I'm pretty sure the code does what I intended. The floor is always open.) That said, no review.
* Removed more than 3400 svn '$Id' keywords and r...Antonio Cunei2010-05-121-1/+0
| | | | | Removed more than 3400 svn '$Id' keywords and related junk.
* Updated copyright notices to 2010Antonio Cunei2009-12-071-1/+1
|
* fix cyclic reference errors in scaladoc.Lukas Rytz2009-11-041-2/+0
|
* add @since scaladoc tag to scala.* typesstepancheg2009-08-131-0/+1
| | | | | only for classes created after Scala 1.4
* Updated (all) copyright notices to 2009Antonio Cunei2009-01-131-1/+1
|
* added Array.deepToString, cleaned up MatchErrormichelou2007-03-161-31/+3
|
* ok, ne and eq take AnyRef rather than Any.Burak Emir2007-03-151-1/+1
|
* is an exception now rather than an errorBurak Emir2007-03-151-2/+6
|
* Replaced == null()eq null(ne null)mihaylov2006-11-131-1/+1
|
* fix 781, nullpointerexcs in matcherrorBurak Emir2006-10-191-3/+6
|
* cleaned up code in library/scala/**/*.scalamichelou2006-08-311-8/+10
|
* (no commit message)Martin Odersky2006-03-101-1/+1
|
* performed some renamings in the compiler & libraryMartin Odersky2006-03-091-1/+2
| | | | | | | All -> Bottom AllRef -> Null mixin class -> trait
* Rearranged header and updated copyright messagemihaylov2006-03-021-3/+5
|
* changed handling of MatchError, prints string nowBurak Emir2006-02-141-0/+3
|
* Switching to the new build system and to the ne...Gilles Dubochet2005-12-191-0/+40
Switching to the new build system and to the new build system. This is a MAJOR commit, so be careful when updating.