summaryrefslogtreecommitdiff
path: root/test/files/jvm5/annotations.scala
Commit message (Collapse)AuthorAgeFilesLines
* 1.4-related cleanup and reorganization.Antonio Cunei2009-05-151-159/+0
| | | | | | | Removed a bunch of now useless 1.4 code, merged back jvm5-specific partest tests into the general jvm tests, documentation updates.
* 1) Fix in backend to print meaningful filenames...Martin Odersky2008-05-201-7/+7
| | | | | | | 1) Fix in backend to print meaningful filenames (previously it was "[wrote DataOutputStream@6747]" 2) Treat java varargs as Scala varargs 3) Allow parsing of Java source files
* reinstantiated annotations testMartin Odersky2008-01-171-0/+159
|
* Had to create a test/pending/jvm5 directory.Geoffrey Washburn2008-01-111-159/+0
| | | | | Moved tests that are failing, but no present fixes into pending.
* -target 1.5 now the default.Martin Odersky2007-12-191-1/+1
|
* Explicitly import java.lang.Integer in test/fil...mihaylov2007-07-201-3/+3
| | | | | Explicitly import java.lang.Integer in test/files/jvm5/annotations.scala
* classOf[Integer] now properly resolves to class...Adriaan Moors2007-07-201-1/+2
| | | | | | | 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
* Qualifying Integer/Character references with ja...Sean McDirmid2007-07-201-0/+1
| | | | | Qualifying Integer/Character references with java.lang
* (Hopefully) made test/files/jvm5/annotations.sc...mihaylov2007-06-271-0/+17
| | | | | (Hopefully) made test/files/jvm5/annotations.scala JVM-independant
* updated check filemichelou2007-06-261-10/+10
|
* Added annotations tests for fields and methodsmihaylov2007-06-241-7/+27
|
* Improved test case for annotations with array c...mihaylov2007-04-271-3/+5
| | | | | Improved test case for annotations with array constants
* fixed the jvm5/annotations.scala test casemihaylov2007-04-171-3/+7
|
* added options to scaladoc Ant taskmichelou2007-04-101-4/+3
| | | | | removed several unchecked warnings
* added test for @BeanProperty annotationmichelou2007-03-021-4/+28
|
* renamed test/files/jvm5/attributes.scala to ann...mihaylov2007-03-021-0/+91
renamed test/files/jvm5/attributes.scala to annotations.scala