Преглед на файлове

testcode for 153490: nested delegate problems.

tags/BEFORE_133532
aclement преди 18 години
родител
ревизия
43638daf5d
променени са 11 файла, в които са добавени 43 реда и са изтрити 0 реда
  1. 4
    0
      tests/bugs153/pr153490/A.aj
  2. 7
    0
      tests/bugs153/pr153490/A2.aj
  3. 7
    0
      tests/bugs153/pr153490/Bar.java
  4. 7
    0
      tests/bugs153/pr153490/C.java
  5. 7
    0
      tests/bugs153/pr153490/Foo.java
  6. 6
    0
      tests/bugs153/pr153490/Goo.java
  7. Двоични данни
      tests/bugs153/pr153490/jarForBar.jar
  8. Двоични данни
      tests/bugs153/pr153490/jarForFoo.jar
  9. Двоични данни
      tests/bugs153/pr153490/jarForGoo.jar
  10. 5
    0
      tests/bugs153/pr153490/readme.txt
  11. Двоични данни
      tests/bugs153/pr153490/required.jar

+ 4
- 0
tests/bugs153/pr153490/A.aj Целия файл

@@ -0,0 +1,4 @@
public aspect A {
public enum TestType {Pre};
}


+ 7
- 0
tests/bugs153/pr153490/A2.aj Целия файл

@@ -0,0 +1,7 @@
public aspect A2 {

public static class C {
public enum TestType {Pre};
}
}

+ 7
- 0
tests/bugs153/pr153490/Bar.java Целия файл

@@ -0,0 +1,7 @@
public class Bar {

public static void main(String[] args) {
A2.C.TestType pre = A2.C.TestType.Pre;
}

}

+ 7
- 0
tests/bugs153/pr153490/C.java Целия файл

@@ -0,0 +1,7 @@
public class C {

static aspect A {
public enum TestType {Pre};
}

}

+ 7
- 0
tests/bugs153/pr153490/Foo.java Целия файл

@@ -0,0 +1,7 @@
public class Foo {

public static void main(String[] args) {
A.TestType pre = A.TestType.Pre;
}

}

+ 6
- 0
tests/bugs153/pr153490/Goo.java Целия файл

@@ -0,0 +1,6 @@
public class Goo {

public static void main(String[] args) {
C.A.TestType pre = C.A.TestType.Pre;
}
}

Двоични данни
tests/bugs153/pr153490/jarForBar.jar Целия файл


Двоични данни
tests/bugs153/pr153490/jarForFoo.jar Целия файл


Двоични данни
tests/bugs153/pr153490/jarForGoo.jar Целия файл


+ 5
- 0
tests/bugs153/pr153490/readme.txt Целия файл

@@ -0,0 +1,5 @@
to regenerate jarForFoo.jar: ajc A.aj -outjar required.jar -1.5 -noExit

to regenerate jarForBar.jar: ajc A2.aj -outjar jarForBar.jar -1.5 -noExit

to regenerate jarForGoo.jar: ajc C.java -outjar jarForGoo.jar -1.5 -noExit

Двоични данни
tests/bugs153/pr153490/required.jar Целия файл


Loading…
Отказ
Запис