summaryrefslogtreecommitdiff
path: root/test/files/jvm5/annotations.check
Commit message (Collapse)AuthorAgeFilesLines
* 1.4-related cleanup and reorganization.Antonio Cunei2009-05-151-35/+0
| | | | | | | Removed a bunch of now useless 1.4 code, merged back jvm5-specific partest tests into the general jvm tests, documentation updates.
* added final modifier, commented out test for #153michelou2007-12-121-2/+2
|
* Explicitly import java.lang.Integer in test/fil...mihaylov2007-07-201-13/+0
| | | | | Explicitly import java.lang.Integer in test/files/jvm5/annotations.scala
* fixed scalatest so that check files for jvm tes...Adriaan Moors2007-07-201-4/+4
| | | | | | fixed scalatest so that check files for jvm tests are filesystem-location-independent
* argh.. added a comment after fixing the check fileAdriaan Moors2007-07-201-4/+4
|
* classOf[Integer] now properly resolves to class...Adriaan Moors2007-07-201-0/+13
| | | | | | | classOf[Integer] now properly resolves to classOf[java.lang.Integer] because Predef.Integer (and Character) are @deprecated, had to update check files to include these warnings
* (Hopefully) made test/files/jvm5/annotations.sc...mihaylov2007-06-271-3/+15
| | | | | (Hopefully) made test/files/jvm5/annotations.scala JVM-independant
* updated check filemichelou2007-06-261-3/+3
|
* Added annotations tests for fields and methodsmihaylov2007-06-241-0/+15
|
* Improved test case for annotations with array c...mihaylov2007-04-271-3/+3
| | | | | Improved test case for annotations with array constants
* added options to scaladoc Ant taskmichelou2007-04-101-1/+1
| | | | | removed several unchecked warnings
* added test for @BeanProperty annotationmichelou2007-03-021-0/+2
|
* renamed test/files/jvm5/attributes.scala to ann...mihaylov2007-03-021-0/+6
renamed test/files/jvm5/attributes.scala to annotations.scala