]> source.dussan.org Git - aspectj.git/commit
moved stuff around to get rid of the annoying warning about foo() should be called...
authoraclement <aclement>
Wed, 19 Oct 2005 08:44:17 +0000 (08:44 +0000)
committeraclement <aclement>
Wed, 19 Oct 2005 08:44:17 +0000 (08:44 +0000)
commitabac6583b34ca2f34ad7c08717fea228c35709f3
treead65aeef6db64ab7196d633edeeb85c6893ca5c9
parent31566a154e242f4ee5caa1e262e44dc5a6b581a0
moved stuff around to get rid of the annoying warning about foo() should be called statically.  I couldn't just 'fix the program' as it is used in that form as input for a test - so I just moved the code outside of the existing source folders.
16 files changed:
weaver/testinputdata/org/aspectj/weaver/test/Aspect.java [new file with mode: 0644]
weaver/testinputdata/org/aspectj/weaver/test/DynamicHelloWorld.java [new file with mode: 0644]
weaver/testinputdata/org/aspectj/weaver/test/FancyHelloWorld.java [new file with mode: 0644]
weaver/testinputdata/org/aspectj/weaver/test/FieldyHelloWorld.java [new file with mode: 0644]
weaver/testinputdata/org/aspectj/weaver/test/HelloWorld.java [new file with mode: 0644]
weaver/testinputdata/org/aspectj/weaver/test/MultiArgHelloWorld.java [new file with mode: 0644]
weaver/testinputdata/org/aspectj/weaver/test/Test.java [new file with mode: 0644]
weaver/testinputdata/org/aspectj/weaver/test/TestSwitchy.java [new file with mode: 0644]
weaver/testsrc/org/aspectj/weaver/test/Aspect.java [deleted file]
weaver/testsrc/org/aspectj/weaver/test/DynamicHelloWorld.java [deleted file]
weaver/testsrc/org/aspectj/weaver/test/FancyHelloWorld.java [deleted file]
weaver/testsrc/org/aspectj/weaver/test/FieldyHelloWorld.java [deleted file]
weaver/testsrc/org/aspectj/weaver/test/HelloWorld.java [deleted file]
weaver/testsrc/org/aspectj/weaver/test/MultiArgHelloWorld.java [deleted file]
weaver/testsrc/org/aspectj/weaver/test/Test.java [deleted file]
weaver/testsrc/org/aspectj/weaver/test/TestSwitchy.java [deleted file]