aboutsummaryrefslogtreecommitdiff
path: root/src/test
diff options
context:
space:
mode:
authorChas Honton <chas@apache.org>2015-08-11 05:19:31 +0000
committerChas Honton <chas@apache.org>2015-08-11 05:19:31 +0000
commit31799e060afc7998ac5421ab682633ec3568b3bc (patch)
tree11e003024bd179782b4e130cad46558ccbea4d5e /src/test
parentdb1e301c394ee46980fcd0ca2aa790aa42509a60 (diff)
downloadapache-commons-bcel-31799e060afc7998ac5421ab682633ec3568b3bc.tar.gz
BCEL-226
FIx RAT messages git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1695209 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/test')
-rwxr-xr-xsrc/test/java/org/apache/commons/bcel6/verifier/tests/TestLegalInvokeInterface01.java17
-rwxr-xr-xsrc/test/java/org/apache/commons/bcel6/verifier/tests/TestLegalInvokeSpecial01.java17
-rwxr-xr-xsrc/test/java/org/apache/commons/bcel6/verifier/tests/TestLegalInvokeSpecial02.java17
-rwxr-xr-xsrc/test/java/org/apache/commons/bcel6/verifier/tests/TestLegalInvokeStatic01.java17
-rwxr-xr-xsrc/test/java/org/apache/commons/bcel6/verifier/tests/TestLegalInvokeVirtual01.java17
-rwxr-xr-xsrc/test/java/org/apache/commons/bcel6/verifier/tests/TestLegalInvokeVirtual02.java17
6 files changed, 102 insertions, 0 deletions
diff --git a/src/test/java/org/apache/commons/bcel6/verifier/tests/TestLegalInvokeInterface01.java b/src/test/java/org/apache/commons/bcel6/verifier/tests/TestLegalInvokeInterface01.java
index 131eac1c..183d2867 100755
--- a/src/test/java/org/apache/commons/bcel6/verifier/tests/TestLegalInvokeInterface01.java
+++ b/src/test/java/org/apache/commons/bcel6/verifier/tests/TestLegalInvokeInterface01.java
@@ -1,3 +1,20 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
package org.apache.commons.bcel6.verifier.tests;
public class TestLegalInvokeInterface01{
diff --git a/src/test/java/org/apache/commons/bcel6/verifier/tests/TestLegalInvokeSpecial01.java b/src/test/java/org/apache/commons/bcel6/verifier/tests/TestLegalInvokeSpecial01.java
index 5938ed33..df428a75 100755
--- a/src/test/java/org/apache/commons/bcel6/verifier/tests/TestLegalInvokeSpecial01.java
+++ b/src/test/java/org/apache/commons/bcel6/verifier/tests/TestLegalInvokeSpecial01.java
@@ -1,3 +1,20 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
package org.apache.commons.bcel6.verifier.tests;
public class TestLegalInvokeSpecial01{
diff --git a/src/test/java/org/apache/commons/bcel6/verifier/tests/TestLegalInvokeSpecial02.java b/src/test/java/org/apache/commons/bcel6/verifier/tests/TestLegalInvokeSpecial02.java
index b8321ef5..6d26f1b5 100755
--- a/src/test/java/org/apache/commons/bcel6/verifier/tests/TestLegalInvokeSpecial02.java
+++ b/src/test/java/org/apache/commons/bcel6/verifier/tests/TestLegalInvokeSpecial02.java
@@ -1,3 +1,20 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
package org.apache.commons.bcel6.verifier.tests;
abstract public class TestLegalInvokeSpecial02 implements Runnable{
diff --git a/src/test/java/org/apache/commons/bcel6/verifier/tests/TestLegalInvokeStatic01.java b/src/test/java/org/apache/commons/bcel6/verifier/tests/TestLegalInvokeStatic01.java
index 312f021a..927d8867 100755
--- a/src/test/java/org/apache/commons/bcel6/verifier/tests/TestLegalInvokeStatic01.java
+++ b/src/test/java/org/apache/commons/bcel6/verifier/tests/TestLegalInvokeStatic01.java
@@ -1,3 +1,20 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
package org.apache.commons.bcel6.verifier.tests;
public class TestLegalInvokeStatic01 extends Thread{
diff --git a/src/test/java/org/apache/commons/bcel6/verifier/tests/TestLegalInvokeVirtual01.java b/src/test/java/org/apache/commons/bcel6/verifier/tests/TestLegalInvokeVirtual01.java
index 1b1a8228..a94066e2 100755
--- a/src/test/java/org/apache/commons/bcel6/verifier/tests/TestLegalInvokeVirtual01.java
+++ b/src/test/java/org/apache/commons/bcel6/verifier/tests/TestLegalInvokeVirtual01.java
@@ -1,3 +1,20 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
package org.apache.commons.bcel6.verifier.tests;
public class TestLegalInvokeVirtual01 {
diff --git a/src/test/java/org/apache/commons/bcel6/verifier/tests/TestLegalInvokeVirtual02.java b/src/test/java/org/apache/commons/bcel6/verifier/tests/TestLegalInvokeVirtual02.java
index fc663e1d..c9c2dc74 100755
--- a/src/test/java/org/apache/commons/bcel6/verifier/tests/TestLegalInvokeVirtual02.java
+++ b/src/test/java/org/apache/commons/bcel6/verifier/tests/TestLegalInvokeVirtual02.java
@@ -1,3 +1,20 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
package org.apache.commons.bcel6.verifier.tests;
abstract public class TestLegalInvokeVirtual02 implements Runnable{