You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2023/03/19 12:44:07 UTC

[commons-bcel] branch master updated (d9707556 -> 397e3b83)

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-bcel.git


    from d9707556 Bump actions/checkout from 3.3.0 to 3.4.0 (#211)
     new eded54d1 Javadoc: Convert package.html to package-info.java
     new 4cf6ae6d Javadoc: Convert package.html to package-info.java
     new 1ba27eb5 Javadoc: Convert package.html to package-info.java
     new 81a5c75f Javadoc: Convert package.html to package-info.java
     new 8de0fc2f Javadoc: Convert package.html to package-info.java
     new 253455c6 Javadoc: Convert package.html to package-info.java
     new 72d5c4cb Javadoc: Convert package.html to package-info.java
     new 54ca2f28 Javadoc: Convert package.html to package-info.java
     new 397e3b83 Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-bcel.git

The 9 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../org/apache/bcel/classfile/package-info.java}   |  9 ++----
 .../java/org/apache/bcel/classfile/package.html    | 27 ----------------
 ...{UnconditionalBranch.java => package-info.java} | 10 ++----
 src/main/java/org/apache/bcel/generic/package.html | 29 -----------------
 .../ClassObserver.java => package-info.java}       | 10 ++----
 src/main/java/org/apache/bcel/package.html         | 30 ------------------
 .../package-info.java}                             | 13 +++++---
 src/main/java/org/apache/bcel/util/package.html    | 36 ----------------------
 .../exc/package-info.java}                         | 13 ++++----
 .../java/org/apache/bcel/verifier/exc/package.html | 30 ------------------
 .../package-info.java}                             | 13 ++++----
 .../java/org/apache/bcel/verifier/package.html     | 31 -------------------
 .../statics/package-info.java}                     | 11 ++++---
 .../org/apache/bcel/verifier/statics/package.html  | 32 -------------------
 .../structurals/package-info.java}                 | 11 ++++---
 .../apache/bcel/verifier/structurals/package.html  | 33 --------------------
 16 files changed, 43 insertions(+), 295 deletions(-)
 copy src/{test/java/org/apache/bcel/generic/EmptyStaticInit.java => main/java/org/apache/bcel/classfile/package-info.java} (87%)
 delete mode 100644 src/main/java/org/apache/bcel/classfile/package.html
 copy src/main/java/org/apache/bcel/generic/{UnconditionalBranch.java => package-info.java} (78%)
 delete mode 100644 src/main/java/org/apache/bcel/generic/package.html
 copy src/main/java/org/apache/bcel/{generic/ClassObserver.java => package-info.java} (77%)
 delete mode 100644 src/main/java/org/apache/bcel/package.html
 copy src/main/java/org/apache/bcel/{generic/AllocationInstruction.java => util/package-info.java} (62%)
 delete mode 100644 src/main/java/org/apache/bcel/util/package.html
 copy src/main/java/org/apache/bcel/{generic/ClassObserver.java => verifier/exc/package-info.java} (75%)
 delete mode 100644 src/main/java/org/apache/bcel/verifier/exc/package.html
 copy src/main/java/org/apache/bcel/{generic/ClassObserver.java => verifier/package-info.java} (71%)
 delete mode 100644 src/main/java/org/apache/bcel/verifier/package.html
 copy src/main/java/org/apache/bcel/{generic/AllocationInstruction.java => verifier/statics/package-info.java} (69%)
 delete mode 100644 src/main/java/org/apache/bcel/verifier/statics/package.html
 copy src/main/java/org/apache/bcel/{generic/AllocationInstruction.java => verifier/structurals/package-info.java} (62%)
 delete mode 100644 src/main/java/org/apache/bcel/verifier/structurals/package.html


[commons-bcel] 07/09: Javadoc: Convert package.html to package-info.java

Posted by gg...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-bcel.git

commit 72d5c4cb92ad13bb9011d5f531a21aa09ca96bd7
Author: Gary David Gregory (Code signing key) <gg...@apache.org>
AuthorDate: Sun Mar 19 08:39:39 2023 -0400

    Javadoc: Convert package.html to package-info.java
---
 .../apache/bcel/verifier/statics/package-info.java | 26 ++++++++++++++++++
 .../org/apache/bcel/verifier/statics/package.html  | 32 ----------------------
 2 files changed, 26 insertions(+), 32 deletions(-)

diff --git a/src/main/java/org/apache/bcel/verifier/statics/package-info.java b/src/main/java/org/apache/bcel/verifier/statics/package-info.java
new file mode 100644
index 00000000..0a9f1ffa
--- /dev/null
+++ b/src/main/java/org/apache/bcel/verifier/statics/package-info.java
@@ -0,0 +1,26 @@
+/*
+ * 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.
+ */
+
+/**
+ * PassVerifier classes used internally by JustIce. You don't need to bother with them.
+ * <h2>Package Specification</h2>
+ * <p>
+ * Contained in this package are PassVerifier classes for use with the JustIce verifier. Only the passes performing what Sun calls 'static constraints' have
+ * PassVerifier classes here.
+ * </p>
+ */
+package org.apache.bcel.verifier.statics;
\ No newline at end of file
diff --git a/src/main/java/org/apache/bcel/verifier/statics/package.html b/src/main/java/org/apache/bcel/verifier/statics/package.html
deleted file mode 100644
index cfd4bfd5..00000000
--- a/src/main/java/org/apache/bcel/verifier/statics/package.html
+++ /dev/null
@@ -1,32 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
-<!--
-  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.
--->
-<html>
-<head>
-</head>
-<body bgcolor="white">
-
-Provides PassVerifier classes used internally by JustIce. You don't need to bother with them.
-
-<h2>Package Specification</h2>
-
-Contained in this package are PassVerifier classes for use with the JustIce verifier.
-Only the passes performing what Sun calls 'static constraints' have PassVerifier classes
-here.
-
-</body>
-</html>


[commons-bcel] 05/09: Javadoc: Convert package.html to package-info.java

Posted by gg...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-bcel.git

commit 8de0fc2f8a6863b92bab72d80f0c2abefaf8e51f
Author: Gary David Gregory (Code signing key) <gg...@apache.org>
AuthorDate: Sun Mar 19 08:39:26 2023 -0400

    Javadoc: Convert package.html to package-info.java
---
 .../org/apache/bcel/verifier/exc/package-info.java | 25 ++++++++++++++++++
 .../java/org/apache/bcel/verifier/exc/package.html | 30 ----------------------
 2 files changed, 25 insertions(+), 30 deletions(-)

diff --git a/src/main/java/org/apache/bcel/verifier/exc/package-info.java b/src/main/java/org/apache/bcel/verifier/exc/package-info.java
new file mode 100644
index 00000000..5494f0ad
--- /dev/null
+++ b/src/main/java/org/apache/bcel/verifier/exc/package-info.java
@@ -0,0 +1,25 @@
+/*
+ * 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.
+ */
+
+/**
+ * Exception classes used by JustIce, mostly used internally. You don't need to bother with them.
+ * <h2>Package Specification</h2>
+ * <p>
+ * Contained in this package are Exception classes for use with the JustIce verifier.
+ * </p>
+ */
+package org.apache.bcel.verifier.exc;
\ No newline at end of file
diff --git a/src/main/java/org/apache/bcel/verifier/exc/package.html b/src/main/java/org/apache/bcel/verifier/exc/package.html
deleted file mode 100644
index b6c26679..00000000
--- a/src/main/java/org/apache/bcel/verifier/exc/package.html
+++ /dev/null
@@ -1,30 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
-<!--
-  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.
--->
-<html>
-<head>
-</head>
-<body bgcolor="white">
-
-Exception classes used by JustIce, mostly used internally. You don't need to bother with them.
-
-<h2>Package Specification</h2>
-
-Contained in this package are Exception classes for use with the JustIce verifier.
-
-</body>
-</html>


[commons-bcel] 03/09: Javadoc: Convert package.html to package-info.java

Posted by gg...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-bcel.git

commit 1ba27eb57a054da6eb7e8cc9a1b39b1293af0cda
Author: Gary David Gregory (Code signing key) <gg...@apache.org>
AuthorDate: Sun Mar 19 08:39:12 2023 -0400

    Javadoc: Convert package.html to package-info.java
---
 src/main/java/org/apache/bcel/package-info.java | 22 ++++++++++++++++++
 src/main/java/org/apache/bcel/package.html      | 30 -------------------------
 2 files changed, 22 insertions(+), 30 deletions(-)

diff --git a/src/main/java/org/apache/bcel/package-info.java b/src/main/java/org/apache/bcel/package-info.java
new file mode 100644
index 00000000..6aeaeaf5
--- /dev/null
+++ b/src/main/java/org/apache/bcel/package-info.java
@@ -0,0 +1,22 @@
+/*
+ * 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.
+ */
+
+/**
+ * Basic classes for the <a href="https://commons.apache.org/bcel/">Apache Byte Code Engineering Library (BCEL)</a> and constants defined by the
+ * <a href="https://docs.oracle.com/javase/specs/"> JVM specification</a>.
+ */
+package org.apache.bcel;
\ No newline at end of file
diff --git a/src/main/java/org/apache/bcel/package.html b/src/main/java/org/apache/bcel/package.html
deleted file mode 100644
index 3deb1a36..00000000
--- a/src/main/java/org/apache/bcel/package.html
+++ /dev/null
@@ -1,30 +0,0 @@
-<!--
-  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.
--->
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
-<html>
-<head>
-</head>
-<body bgcolor="white">
-<p>
-This package contains basic classes for the
-<a href="https://commons.apache.org/bcel/">Byte Code Engineering Library</a>
- and constants defined by the
-<a href="https://docs.oracle.com/javase/specs/">
- JVM specification</a>.
-</p>
-</body>
-</html>


[commons-bcel] 04/09: Javadoc: Convert package.html to package-info.java

Posted by gg...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-bcel.git

commit 81a5c75fd61c8292e754ba948b680f2f884e5fed
Author: Gary David Gregory (Code signing key) <gg...@apache.org>
AuthorDate: Sun Mar 19 08:39:20 2023 -0400

    Javadoc: Convert package.html to package-info.java
---
 .../java/org/apache/bcel/util/package-info.java    | 28 +++++++++++++++++
 src/main/java/org/apache/bcel/util/package.html    | 36 ----------------------
 2 files changed, 28 insertions(+), 36 deletions(-)

diff --git a/src/main/java/org/apache/bcel/util/package-info.java b/src/main/java/org/apache/bcel/util/package-info.java
new file mode 100644
index 00000000..220b9a88
--- /dev/null
+++ b/src/main/java/org/apache/bcel/util/package-info.java
@@ -0,0 +1,28 @@
+/*
+ * 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.
+ */
+
+/**
+ * Utility classes for the <a href="https://commons.apache.org/bcel/">Apache Byte Code Engineering Library (BCEL)</a>, namely:
+ * <ul>
+ * <li>Collection classes for JavaClass objects</li>
+ * <li>A converter for class files to HTML</li>
+ * <li>A tool to find instructions patterns via regular expressions</li>
+ * <li>A class to find classes as defined in the CLASSPATH</li>
+ * <li>A class loader that allows to create classes at run time</li>
+ * </ul>
+ */
+package org.apache.bcel.util;
\ No newline at end of file
diff --git a/src/main/java/org/apache/bcel/util/package.html b/src/main/java/org/apache/bcel/util/package.html
deleted file mode 100644
index f1fad395..00000000
--- a/src/main/java/org/apache/bcel/util/package.html
+++ /dev/null
@@ -1,36 +0,0 @@
-<!--
-  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.
--->
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
-<html>
-<head>
-</head>
-<body bgcolor="white">
-<p>
-This package contains utility classes for the
-<a href="https://commons.apache.org/bcel/">Byte Code Engineering
-Library</a>, namely:
-</p>
-<ul>
-<li>Collection classes for JavaClass objects</li>
-<li>A converter for class files to HTML</li>
-<li>A tool to find instructions patterns via regular expressions</li>
-<li>A class to find classes as defined in the CLASSPATH</li>
-<li>A class loader that allows to create classes at run time</li>
-</ul>
-
-</body>
-</html>


[commons-bcel] 02/09: Javadoc: Convert package.html to package-info.java

Posted by gg...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-bcel.git

commit 4cf6ae6d2077e6c0041abace5dbb9d1d8727bb8b
Author: Gary David Gregory (Code signing key) <gg...@apache.org>
AuthorDate: Sun Mar 19 08:39:03 2023 -0400

    Javadoc: Convert package.html to package-info.java
---
 .../java/org/apache/bcel/generic/package-info.java | 22 ++++++++++++++++
 src/main/java/org/apache/bcel/generic/package.html | 29 ----------------------
 2 files changed, 22 insertions(+), 29 deletions(-)

diff --git a/src/main/java/org/apache/bcel/generic/package-info.java b/src/main/java/org/apache/bcel/generic/package-info.java
new file mode 100644
index 00000000..6b60392a
--- /dev/null
+++ b/src/main/java/org/apache/bcel/generic/package-info.java
@@ -0,0 +1,22 @@
+/*
+ * 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.
+ */
+
+/**
+ * Generic part of the <a href="https://commons.apache.org/bcel/">Apache Byte Code Engineering Library (BCEL)</a>, classes to dynamically modify class objects
+ * and byte code instructions.
+ */
+package org.apache.bcel.generic;
\ No newline at end of file
diff --git a/src/main/java/org/apache/bcel/generic/package.html b/src/main/java/org/apache/bcel/generic/package.html
deleted file mode 100644
index 4138229c..00000000
--- a/src/main/java/org/apache/bcel/generic/package.html
+++ /dev/null
@@ -1,29 +0,0 @@
-<!--
-  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.
--->
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
-<html>
-<head>
-</head>
-<body bgcolor="white">
-<p>
-This package contains the "generic" part of the
-<a href="https://commons.apache.org/bcel/">Byte Code Engineering
-Library</a>, i.e., classes to dynamically modify class objects and
-byte code instructions.
-</p>
-</body>
-</html>


[commons-bcel] 09/09: Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-bcel.git

Posted by gg...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-bcel.git

commit 397e3b83a34e4628fa7d55e286da2dec20273968
Merge: 54ca2f28 d9707556
Author: Gary David Gregory (Code signing key) <gg...@apache.org>
AuthorDate: Sun Mar 19 08:43:54 2023 -0400

    Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-bcel.git

 .github/workflows/codeql-analysis.yml     | 4 ++--
 .github/workflows/coverage.yml            | 4 ++--
 .github/workflows/maven.yml               | 4 ++--
 .github/workflows/scorecards-analysis.yml | 2 +-
 4 files changed, 7 insertions(+), 7 deletions(-)


[commons-bcel] 08/09: Javadoc: Convert package.html to package-info.java

Posted by gg...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-bcel.git

commit 54ca2f28603ffa920486d19b458792b7795a013a
Author: Gary David Gregory (Code signing key) <gg...@apache.org>
AuthorDate: Sun Mar 19 08:39:44 2023 -0400

    Javadoc: Convert package.html to package-info.java
---
 .../bcel/verifier/structurals/package-info.java    | 26 +++++++++++++++++
 .../apache/bcel/verifier/structurals/package.html  | 33 ----------------------
 2 files changed, 26 insertions(+), 33 deletions(-)

diff --git a/src/main/java/org/apache/bcel/verifier/structurals/package-info.java b/src/main/java/org/apache/bcel/verifier/structurals/package-info.java
new file mode 100644
index 00000000..37a82690
--- /dev/null
+++ b/src/main/java/org/apache/bcel/verifier/structurals/package-info.java
@@ -0,0 +1,26 @@
+/*
+ * 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.
+ */
+
+/**
+ * A PassVerifier class mostly used internally by JustIce, yielding a control flow graph for public use as a nice side effect.
+ * <h2>Package Specification</h2>
+ * <p>
+ * This package contains a PassVerifier class for use with the JustIce verifier and its utility classes. Only the pass performing what Sun calls "Structural
+ * Constraints on Java Virtual Machine Code" has a PassVerifier class here. JustIce calls this pass "Pass 3b".
+ * </p>
+ */
+package org.apache.bcel.verifier.structurals;
\ No newline at end of file
diff --git a/src/main/java/org/apache/bcel/verifier/structurals/package.html b/src/main/java/org/apache/bcel/verifier/structurals/package.html
deleted file mode 100644
index 0b0cebcf..00000000
--- a/src/main/java/org/apache/bcel/verifier/structurals/package.html
+++ /dev/null
@@ -1,33 +0,0 @@
-<!--
-  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.
--->
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
-<html>
-<head>
-</head>
-<body bgcolor="white">
-
-Provides a PassVerifier class mostly used internally by JustIce, yielding a control flow graph for public use as
-a nice side effect.
-
-<h2>Package Specification</h2>
-
-Contained in this package is a PassVerifier class for use with the JustIce verifier and its utility classes.
-Only the pass performing what Sun calls "Structural Constraints on Java Virtual Machine Code"
-has a PassVerifier class here. JustIce calls this pass "Pass 3b".
-
-</body>
-</html>


[commons-bcel] 06/09: Javadoc: Convert package.html to package-info.java

Posted by gg...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-bcel.git

commit 253455c6a0f570a83662129e77bd1defd3e72520
Author: Gary David Gregory (Code signing key) <gg...@apache.org>
AuthorDate: Sun Mar 19 08:39:32 2023 -0400

    Javadoc: Convert package.html to package-info.java
---
 .../org/apache/bcel/verifier/package-info.java     | 25 +++++++++++++++++
 .../java/org/apache/bcel/verifier/package.html     | 31 ----------------------
 2 files changed, 25 insertions(+), 31 deletions(-)

diff --git a/src/main/java/org/apache/bcel/verifier/package-info.java b/src/main/java/org/apache/bcel/verifier/package-info.java
new file mode 100644
index 00000000..3e276c0f
--- /dev/null
+++ b/src/main/java/org/apache/bcel/verifier/package-info.java
@@ -0,0 +1,25 @@
+/*
+ * 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.
+ */
+
+/**
+ * BCEL's verifier JustIce is there to help you dump correct Java class files created or modified with BCEL.
+ * <h2>Package Specification</h2>
+ * <p>
+ * This is the top-level package of the JustIce verifier. To actually use it, have a look at the VerifierFactory and Verifier classes.
+ * </p>
+ */
+package org.apache.bcel.verifier;
\ No newline at end of file
diff --git a/src/main/java/org/apache/bcel/verifier/package.html b/src/main/java/org/apache/bcel/verifier/package.html
deleted file mode 100644
index 5f599ab3..00000000
--- a/src/main/java/org/apache/bcel/verifier/package.html
+++ /dev/null
@@ -1,31 +0,0 @@
-<!--
-  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.
--->
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
-<html>
-<head>
-</head>
-<body bgcolor="white">
-
-BCEL's verifier JustIce is there to help you dump correct Java class files created or modified with BCEL.
-
-<h2>Package Specification</h2>
-
-This is the top-level package of the JustIce verifier. To actually use it, have a look at the VerifierFactory and
-Verifier classes.
-
-</body>
-</html>


[commons-bcel] 01/09: Javadoc: Convert package.html to package-info.java

Posted by gg...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-bcel.git

commit eded54d1cbc8826cdffb9a1733b896c0844d31c2
Author: Gary David Gregory (Code signing key) <gg...@apache.org>
AuthorDate: Sun Mar 19 08:38:57 2023 -0400

    Javadoc: Convert package.html to package-info.java
---
 .../org/apache/bcel/classfile/package-info.java    | 21 +++++++++++++++++
 .../java/org/apache/bcel/classfile/package.html    | 27 ----------------------
 2 files changed, 21 insertions(+), 27 deletions(-)

diff --git a/src/main/java/org/apache/bcel/classfile/package-info.java b/src/main/java/org/apache/bcel/classfile/package-info.java
new file mode 100644
index 00000000..1ccf4b2d
--- /dev/null
+++ b/src/main/java/org/apache/bcel/classfile/package-info.java
@@ -0,0 +1,21 @@
+/*
+ * 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.
+ */
+
+/**
+ * Classes that describe the structure of a Java class file and a class file parser.
+ */
+package org.apache.bcel.classfile;
\ No newline at end of file
diff --git a/src/main/java/org/apache/bcel/classfile/package.html b/src/main/java/org/apache/bcel/classfile/package.html
deleted file mode 100644
index 4a9c4b30..00000000
--- a/src/main/java/org/apache/bcel/classfile/package.html
+++ /dev/null
@@ -1,27 +0,0 @@
-<!--
-  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.
--->
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
-<html>
-<head>
-</head>
-<body bgcolor="white">
-<p>
-This package contains the classes that describe the structure of a
-Java class file and a class file parser.
-</p>
-</body>
-</html>