diff options
author | wisberg <wisberg> | 2002-12-30 18:03:09 +0000 |
---|---|---|
committer | wisberg <wisberg> | 2002-12-30 18:03:09 +0000 |
commit | 20dca6904f180734998151ce714e4c25e9517771 (patch) | |
tree | b1972816777458d3228dae58452a26809bb1c68d /tests/ajde/examples | |
parent | 0b35a034d72342ae120859a130ed245dfd63048e (diff) | |
download | aspectj-20dca6904f180734998151ce714e4c25e9517771.tar.gz aspectj-20dca6904f180734998151ce714e4c25e9517771.zip |
initial versions (neglected .lst files)
Diffstat (limited to 'tests/ajde/examples')
-rw-r--r-- | tests/ajde/examples/figures-cacm/PureJava.lst | 12 | ||||
-rw-r--r-- | tests/ajde/examples/figures-cacm/Test_Figures_CACM.lst | 10 | ||||
-rw-r--r-- | tests/ajde/examples/figures-coverage/Debug.lst | 9 | ||||
-rw-r--r-- | tests/ajde/examples/figures-coverage/Probe.lst | 9 | ||||
-rw-r--r-- | tests/ajde/examples/figures-coverage/Test_Figures_Coverage.lst | 9 | ||||
-rw-r--r-- | tests/ajde/examples/observer-gof/Test_Observer.lst | 6 | ||||
-rw-r--r-- | tests/ajde/examples/observer/Test_Observer.lst | 6 | ||||
-rw-r--r-- | tests/ajde/examples/spacewar/Release.lst | 26 | ||||
-rw-r--r-- | tests/ajde/examples/spacewar/Test_Spacewar.lst | 27 | ||||
-rw-r--r-- | tests/ajde/examples/spacewar/coordination/lib.lst | 8 | ||||
-rw-r--r-- | tests/ajde/examples/spacewar/spacewar/debug.lst | 2 | ||||
-rw-r--r-- | tests/ajde/examples/spacewar/spacewar/demo.lst | 19 |
12 files changed, 143 insertions, 0 deletions
diff --git a/tests/ajde/examples/figures-cacm/PureJava.lst b/tests/ajde/examples/figures-cacm/PureJava.lst new file mode 100644 index 000000000..acc82db2b --- /dev/null +++ b/tests/ajde/examples/figures-cacm/PureJava.lst @@ -0,0 +1,12 @@ +figures/Display.java +figures/Figure.java +figures/FigureElement.java +figures/Line.java +figures/Main.java +figures/Point.java +figures/SimpleTracing.java + + + + + diff --git a/tests/ajde/examples/figures-cacm/Test_Figures_CACM.lst b/tests/ajde/examples/figures-cacm/Test_Figures_CACM.lst new file mode 100644 index 000000000..b440a8186 --- /dev/null +++ b/tests/ajde/examples/figures-cacm/Test_Figures_CACM.lst @@ -0,0 +1,10 @@ +figures/Display.java +figures/DisplayUpdating.java +figures/FactoryEnforcement.java +figures/Figure.java +figures/FigureElement.java +figures/Line.java +figures/Main.java +figures/Point.java +figures/PointBoundsChecking.java +figures/SimpleTracing.java diff --git a/tests/ajde/examples/figures-coverage/Debug.lst b/tests/ajde/examples/figures-coverage/Debug.lst new file mode 100644 index 000000000..23a915104 --- /dev/null +++ b/tests/ajde/examples/figures-coverage/Debug.lst @@ -0,0 +1,9 @@ +Trace.aj +figures\Debug.java +figures\Figure.java +figures\FigureElement.java +figures\Main.java +figures\composites\Line.java +figures\composites\Square.java +figures\primitives\planar\Point.java +figures\primitives\solid\SolidPoint.java diff --git a/tests/ajde/examples/figures-coverage/Probe.lst b/tests/ajde/examples/figures-coverage/Probe.lst new file mode 100644 index 000000000..e3e0136fd --- /dev/null +++ b/tests/ajde/examples/figures-coverage/Probe.lst @@ -0,0 +1,9 @@ +figures/Figure.java +figures/FigureElement.java +figures/Main.java +figures/composites/Line.java +figures/composites/Square.java +figures/primitives/planar/Point.java +figures/primitives/solid/SolidPoint.java +_JoinpointProbe.java + diff --git a/tests/ajde/examples/figures-coverage/Test_Figures_Coverage.lst b/tests/ajde/examples/figures-coverage/Test_Figures_Coverage.lst new file mode 100644 index 000000000..34475cda1 --- /dev/null +++ b/tests/ajde/examples/figures-coverage/Test_Figures_Coverage.lst @@ -0,0 +1,9 @@ +Trace.aj +figures/Debug.java +figures/Figure.java +figures/FigureElement.java +figures/Main.java +figures/composites/Line.java +figures/composites/Square.java +figures/primitives/planar/Point.java +figures/primitives/solid/SolidPoint.java diff --git a/tests/ajde/examples/observer-gof/Test_Observer.lst b/tests/ajde/examples/observer-gof/Test_Observer.lst new file mode 100644 index 000000000..fa88ace09 --- /dev/null +++ b/tests/ajde/examples/observer-gof/Test_Observer.lst @@ -0,0 +1,6 @@ +clock/AnalogClock.java +clock/Clock.java +clock/ClockTimer.java +clock/DigitalClock.java +clock/Main.java +clock/MonitorObservation.java diff --git a/tests/ajde/examples/observer/Test_Observer.lst b/tests/ajde/examples/observer/Test_Observer.lst new file mode 100644 index 000000000..345aa3555 --- /dev/null +++ b/tests/ajde/examples/observer/Test_Observer.lst @@ -0,0 +1,6 @@ +clock/AnalogueClock.java +clock/ClockTimer.java +clock/DigitalClock.java +clock/Main.java +clock/MonitorObservation.java + diff --git a/tests/ajde/examples/spacewar/Release.lst b/tests/ajde/examples/spacewar/Release.lst new file mode 100644 index 000000000..8b7c1a09b --- /dev/null +++ b/tests/ajde/examples/spacewar/Release.lst @@ -0,0 +1,26 @@ +coordination/Condition.java +coordination/CoordinationAction.java +coordination/Coordinator.java +coordination/Exclusion.java +coordination/MethodState.java +coordination/Mutex.java +coordination/Selfex.java +coordination/TimeoutException.java +spacewar/Bullet.java +spacewar/Display.java +spacewar/Display1.java +spacewar/Display2.java +spacewar/EnergyPacket.java +spacewar/EnergyPacketProducer.java +spacewar/EnsureShipIsAlive.java +spacewar/Game.java +spacewar/GameSynchronization.java +spacewar/Pilot.java +spacewar/Player.java +spacewar/Registry.java +spacewar/RegistrySynchronization.java +spacewar/Robot.java +spacewar/SWFrame.java +spacewar/Ship.java +spacewar/SpaceObject.java +spacewar/Timer.java diff --git a/tests/ajde/examples/spacewar/Test_Spacewar.lst b/tests/ajde/examples/spacewar/Test_Spacewar.lst new file mode 100644 index 000000000..c1356e78d --- /dev/null +++ b/tests/ajde/examples/spacewar/Test_Spacewar.lst @@ -0,0 +1,27 @@ +coordination/Condition.java +coordination/CoordinationAction.java +coordination/Coordinator.java +coordination/Exclusion.java +coordination/MethodState.java +coordination/Mutex.java +coordination/Selfex.java +coordination/TimeoutException.java +spacewar/Bullet.java +spacewar/Debug.java +spacewar/Display.java +spacewar/Display1.java +spacewar/Display2.java +spacewar/EnergyPacket.java +spacewar/EnergyPacketProducer.java +spacewar/EnsureShipIsAlive.java +spacewar/Game.java +spacewar/GameSynchronization.java +spacewar/Pilot.java +spacewar/Player.java +spacewar/Registry.java +spacewar/RegistrySynchronization.java +spacewar/Robot.java +spacewar/SWFrame.java +spacewar/Ship.java +spacewar/SpaceObject.java +spacewar/Timer.java diff --git a/tests/ajde/examples/spacewar/coordination/lib.lst b/tests/ajde/examples/spacewar/coordination/lib.lst new file mode 100644 index 000000000..2d85cad90 --- /dev/null +++ b/tests/ajde/examples/spacewar/coordination/lib.lst @@ -0,0 +1,8 @@ +Condition.java +CoordinationAction.java +Coordinator.java +Exclusion.java +MethodState.java +Mutex.java +Selfex.java +TimeoutException.java diff --git a/tests/ajde/examples/spacewar/spacewar/debug.lst b/tests/ajde/examples/spacewar/spacewar/debug.lst new file mode 100644 index 000000000..3de8ddafe --- /dev/null +++ b/tests/ajde/examples/spacewar/spacewar/debug.lst @@ -0,0 +1,2 @@ +@demo.lst +Debug.java diff --git a/tests/ajde/examples/spacewar/spacewar/demo.lst b/tests/ajde/examples/spacewar/spacewar/demo.lst new file mode 100644 index 000000000..dd188af83 --- /dev/null +++ b/tests/ajde/examples/spacewar/spacewar/demo.lst @@ -0,0 +1,19 @@ +@../coordination/lib.lst +Bullet.java +EnergyPacket.java +EnergyPacketProducer.java +Game.java +GameSynchronization.java +Pilot.java +Registry.java +RegistrySynchronization.java +Robot.java +Ship.java +EnsureShipIsAlive.java +SpaceObject.java +Timer.java +SWFrame.java +Display.java +Display1.java +Display2.java +Player.java |