summaryrefslogtreecommitdiff
path: root/test/files/run/reflection-fieldmirror-getsetval.check
Commit message (Collapse)AuthorAgeFilesLines
* SI-7464 allows FieldMirror.set to update valsEugene Burmako2013-05-171-1/+1
| | | | | There's no reason to leave such sentinels in place inside a facility designed to circumvent usual restrictions of static types / visibility.
* Normalized line endings.Paul Phillips2012-09-201-2/+2
| | | | | | This brings all the files into line with the .gitattributes settings, which should henceforth be automatically maintained by git.
* SI-5984 improves error reporting in JavaMirrorsEugene Burmako2012-07-191-1/+1
| | | | | | | | | | Factors out error raising code and introduces a special exception class for Scala reflection errors. Also adds membership sanity checks to reflectXXX. Previously reflectField, reflectMethod, reflectClass and reflectModule in InstanceMirror didn't check that the symbols being passed to them actually correspond to some member of the related class.
* fixes some issues with reflectField brought up todayEugene Burmako2012-06-081-0/+2