Author: ggregory
Date: Fri Oct 13 23:48:11 2017
New Revision: 1812166
URL: http://svn.apache.org/viewvc?rev=1812166&view=rev
Log:
[BCEL-296] Incorrect comment in several classes.
Modified:
commons/proper/bcel/trunk/src/changes/changes.xml
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/ALOAD.java
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/ANEWARRAY.java
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/ASTORE.java
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/ArithmeticInstruction.java
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/ArrayInstruction.java
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/BIPUSH.java
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/BranchInstruction.java
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/CHECKCAST.java
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/CPInstruction.java
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/ConversionInstruction.java
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/DCONST.java
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/DLOAD.java
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/DSTORE.java
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/FCONST.java
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/FLOAD.java
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/FSTORE.java
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/FieldInstruction.java
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/FieldOrMethod.java
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/GETFIELD.java
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/GETSTATIC.java
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/GOTO.java
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/GOTO_W.java
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/GotoInstruction.java
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/ICONST.java
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/IFEQ.java
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/IFGE.java
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/IFGT.java
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/IFLE.java
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/IFLT.java
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/IFNE.java
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/IFNONNULL.java
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/IFNULL.java
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/IF_ACMPEQ.java
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/IF_ACMPNE.java
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/IF_ICMPEQ.java
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/IF_ICMPGE.java
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/IF_ICMPGT.java
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/IF_ICMPLE.java
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/IF_ICMPLT.java
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/IF_ICMPNE.java
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/IINC.java
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/ILOAD.java
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/INSTANCEOF.java
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/INVOKEDYNAMIC.java
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/INVOKEINTERFACE.java
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/INVOKESPECIAL.java
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/INVOKESTATIC.java
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/INVOKEVIRTUAL.java
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/ISTORE.java
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/IfInstruction.java
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/Instruction.java
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/InvokeInstruction.java
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/JSR.java
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/JSR_W.java
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/JsrInstruction.java
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/LCONST.java
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/LDC.java
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/LDC2_W.java
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/LDC_W.java
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/LLOAD.java
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/LOOKUPSWITCH.java
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/LSTORE.java
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/LoadInstruction.java
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/LocalVariableInstruction.java
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/MULTIANEWARRAY.java
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/NEW.java
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/NEWARRAY.java
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/PUTFIELD.java
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/PUTSTATIC.java
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/RET.java
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/ReturnInstruction.java
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/SIPUSH.java
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/Select.java
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/StackInstruction.java
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/StoreInstruction.java
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/TABLESWITCH.java
Modified: commons/proper/bcel/trunk/src/changes/changes.xml
URL:
http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/changes/changes.xml?rev=1812166&r1=1812165&r2=1812166&view=diff
==============================================================================
--- commons/proper/bcel/trunk/src/changes/changes.xml [utf-8] (original)
+++ commons/proper/bcel/trunk/src/changes/changes.xml [utf-8] Fri Oct 13
23:48:11 2017
@@ -64,6 +64,7 @@ The <action> type attribute can be add,u
<body>
<release version="6.2" date="tba" description="tba">
<action issue="BCEL-294" type="fix" dev="britter" due-to="Mark
Roberts">Incorrect comment in StackMap.java</action>
+ <action issue="BCEL-296" type="fix" dev="ggregory" due-to="Mark
Roberts">Incorrect comment in several classes.</action>
</release>
<release version="6.1" date="2017-09-14" description="Experimental Java 9
Support">
Modified:
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/ALOAD.java
URL:
http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/ALOAD.java?rev=1812166&r1=1812165&r2=1812166&view=diff
==============================================================================
--- commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/ALOAD.java
(original)
+++ commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/ALOAD.java
Fri Oct 13 23:48:11 2017
@@ -26,8 +26,8 @@ package org.apache.bcel.generic;
public class ALOAD extends LoadInstruction {
/**
- * Empty constructor needed for the Class.newInstance() statement in
- * Instruction.readInstruction(). Not to be used otherwise.
+ * Empty constructor needed for Instruction.readInstruction.
+ * Not to be used otherwise.
*/
ALOAD() {
super(org.apache.bcel.Const.ALOAD, org.apache.bcel.Const.ALOAD_0);
Modified:
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/ANEWARRAY.java
URL:
http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/ANEWARRAY.java?rev=1812166&r1=1812165&r2=1812166&view=diff
==============================================================================
---
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/ANEWARRAY.java
(original)
+++
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/ANEWARRAY.java
Fri Oct 13 23:48:11 2017
@@ -29,8 +29,8 @@ public class ANEWARRAY extends CPInstruc
ExceptionThrower, StackConsumer, StackProducer {
/**
- * Empty constructor needed for the Class.newInstance() statement in
- * Instruction.readInstruction(). Not to be used otherwise.
+ * Empty constructor needed for Instruction.readInstruction.
+ * Not to be used otherwise.
*/
ANEWARRAY() {
}
Modified:
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/ASTORE.java
URL:
http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/ASTORE.java?rev=1812166&r1=1812165&r2=1812166&view=diff
==============================================================================
--- commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/ASTORE.java
(original)
+++ commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/ASTORE.java
Fri Oct 13 23:48:11 2017
@@ -26,8 +26,8 @@ package org.apache.bcel.generic;
public class ASTORE extends StoreInstruction {
/**
- * Empty constructor needed for the Class.newInstance() statement in
- * Instruction.readInstruction(). Not to be used otherwise.
+ * Empty constructor needed for Instruction.readInstruction.
+ * Not to be used otherwise.
*/
ASTORE() {
super(org.apache.bcel.Const.ASTORE, org.apache.bcel.Const.ASTORE_0);
Modified:
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/ArithmeticInstruction.java
URL:
http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/ArithmeticInstruction.java?rev=1812166&r1=1812165&r2=1812166&view=diff
==============================================================================
---
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/ArithmeticInstruction.java
(original)
+++
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/ArithmeticInstruction.java
Fri Oct 13 23:48:11 2017
@@ -28,8 +28,8 @@ public abstract class ArithmeticInstruct
StackProducer, StackConsumer {
/**
- * Empty constructor needed for the Class.newInstance() statement in
- * Instruction.readInstruction(). Not to be used otherwise.
+ * Empty constructor needed for Instruction.readInstruction.
+ * Not to be used otherwise.
*/
ArithmeticInstruction() {
}
Modified:
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/ArrayInstruction.java
URL:
http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/ArrayInstruction.java?rev=1812166&r1=1812165&r2=1812166&view=diff
==============================================================================
---
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/ArrayInstruction.java
(original)
+++
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/ArrayInstruction.java
Fri Oct 13 23:48:11 2017
@@ -28,8 +28,8 @@ public abstract class ArrayInstruction e
TypedInstruction {
/**
- * Empty constructor needed for the Class.newInstance() statement in
- * Instruction.readInstruction(). Not to be used otherwise.
+ * Empty constructor needed for Instruction.readInstruction.
+ * Not to be used otherwise.
*/
ArrayInstruction() {
}
Modified:
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/BIPUSH.java
URL:
http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/BIPUSH.java?rev=1812166&r1=1812165&r2=1812166&view=diff
==============================================================================
--- commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/BIPUSH.java
(original)
+++ commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/BIPUSH.java
Fri Oct 13 23:48:11 2017
@@ -35,8 +35,8 @@ public class BIPUSH extends Instruction
/**
- * Empty constructor needed for the Class.newInstance() statement in
- * Instruction.readInstruction(). Not to be used otherwise.
+ * Empty constructor needed for Instruction.readInstruction.
+ * Not to be used otherwise.
*/
BIPUSH() {
}
Modified:
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/BranchInstruction.java
URL:
http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/BranchInstruction.java?rev=1812166&r1=1812165&r2=1812166&view=diff
==============================================================================
---
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/BranchInstruction.java
(original)
+++
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/BranchInstruction.java
Fri Oct 13 23:48:11 2017
@@ -52,8 +52,8 @@ public abstract class BranchInstruction
/**
- * Empty constructor needed for the Class.newInstance() statement in
- * Instruction.readInstruction(). Not to be used otherwise.
+ * Empty constructor needed for Instruction.readInstruction.
+ * Not to be used otherwise.
*/
BranchInstruction() {
}
Modified:
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/CHECKCAST.java
URL:
http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/CHECKCAST.java?rev=1812166&r1=1812165&r2=1812166&view=diff
==============================================================================
---
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/CHECKCAST.java
(original)
+++
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/CHECKCAST.java
Fri Oct 13 23:48:11 2017
@@ -29,8 +29,8 @@ public class CHECKCAST extends CPInstruc
StackConsumer {
/**
- * Empty constructor needed for the Class.newInstance() statement in
- * Instruction.readInstruction(). Not to be used otherwise.
+ * Empty constructor needed for Instruction.readInstruction.
+ * Not to be used otherwise.
*/
CHECKCAST() {
}
Modified:
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/CPInstruction.java
URL:
http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/CPInstruction.java?rev=1812166&r1=1812165&r2=1812166&view=diff
==============================================================================
---
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/CPInstruction.java
(original)
+++
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/CPInstruction.java
Fri Oct 13 23:48:11 2017
@@ -46,8 +46,8 @@ public abstract class CPInstruction exte
/**
- * Empty constructor needed for the Class.newInstance() statement in
- * Instruction.readInstruction(). Not to be used otherwise.
+ * Empty constructor needed for Instruction.readInstruction.
+ * Not to be used otherwise.
*/
CPInstruction() {
}
Modified:
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/ConversionInstruction.java
URL:
http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/ConversionInstruction.java?rev=1812166&r1=1812165&r2=1812166&view=diff
==============================================================================
---
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/ConversionInstruction.java
(original)
+++
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/ConversionInstruction.java
Fri Oct 13 23:48:11 2017
@@ -28,8 +28,8 @@ public abstract class ConversionInstruct
StackProducer, StackConsumer {
/**
- * Empty constructor needed for the Class.newInstance() statement in
- * Instruction.readInstruction(). Not to be used otherwise.
+ * Empty constructor needed for Instruction.readInstruction.
+ * Not to be used otherwise.
*/
ConversionInstruction() {
}
Modified:
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/DCONST.java
URL:
http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/DCONST.java?rev=1812166&r1=1812165&r2=1812166&view=diff
==============================================================================
--- commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/DCONST.java
(original)
+++ commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/DCONST.java
Fri Oct 13 23:48:11 2017
@@ -30,8 +30,8 @@ public class DCONST extends Instruction
/**
- * Empty constructor needed for the Class.newInstance() statement in
- * Instruction.readInstruction(). Not to be used otherwise.
+ * Empty constructor needed for Instruction.readInstruction.
+ * Not to be used otherwise.
*/
DCONST() {
}
Modified:
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/DLOAD.java
URL:
http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/DLOAD.java?rev=1812166&r1=1812165&r2=1812166&view=diff
==============================================================================
--- commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/DLOAD.java
(original)
+++ commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/DLOAD.java
Fri Oct 13 23:48:11 2017
@@ -26,8 +26,8 @@ package org.apache.bcel.generic;
public class DLOAD extends LoadInstruction {
/**
- * Empty constructor needed for the Class.newInstance() statement in
- * Instruction.readInstruction(). Not to be used otherwise.
+ * Empty constructor needed for Instruction.readInstruction.
+ * Not to be used otherwise.
*/
DLOAD() {
super(org.apache.bcel.Const.DLOAD, org.apache.bcel.Const.DLOAD_0);
Modified:
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/DSTORE.java
URL:
http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/DSTORE.java?rev=1812166&r1=1812165&r2=1812166&view=diff
==============================================================================
--- commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/DSTORE.java
(original)
+++ commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/DSTORE.java
Fri Oct 13 23:48:11 2017
@@ -26,8 +26,8 @@ package org.apache.bcel.generic;
public class DSTORE extends StoreInstruction {
/**
- * Empty constructor needed for the Class.newInstance() statement in
- * Instruction.readInstruction(). Not to be used otherwise.
+ * Empty constructor needed for Instruction.readInstruction.
+ * Not to be used otherwise.
*/
DSTORE() {
super(org.apache.bcel.Const.DSTORE, org.apache.bcel.Const.DSTORE_0);
Modified:
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/FCONST.java
URL:
http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/FCONST.java?rev=1812166&r1=1812165&r2=1812166&view=diff
==============================================================================
--- commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/FCONST.java
(original)
+++ commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/FCONST.java
Fri Oct 13 23:48:11 2017
@@ -30,8 +30,8 @@ public class FCONST extends Instruction
/**
- * Empty constructor needed for the Class.newInstance() statement in
- * Instruction.readInstruction(). Not to be used otherwise.
+ * Empty constructor needed for Instruction.readInstruction.
+ * Not to be used otherwise.
*/
FCONST() {
}
Modified:
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/FLOAD.java
URL:
http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/FLOAD.java?rev=1812166&r1=1812165&r2=1812166&view=diff
==============================================================================
--- commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/FLOAD.java
(original)
+++ commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/FLOAD.java
Fri Oct 13 23:48:11 2017
@@ -26,8 +26,8 @@ package org.apache.bcel.generic;
public class FLOAD extends LoadInstruction {
/**
- * Empty constructor needed for the Class.newInstance() statement in
- * Instruction.readInstruction(). Not to be used otherwise.
+ * Empty constructor needed for Instruction.readInstruction.
+ * Not to be used otherwise.
*/
FLOAD() {
super(org.apache.bcel.Const.FLOAD, org.apache.bcel.Const.FLOAD_0);
Modified:
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/FSTORE.java
URL:
http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/FSTORE.java?rev=1812166&r1=1812165&r2=1812166&view=diff
==============================================================================
--- commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/FSTORE.java
(original)
+++ commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/FSTORE.java
Fri Oct 13 23:48:11 2017
@@ -26,8 +26,8 @@ package org.apache.bcel.generic;
public class FSTORE extends StoreInstruction {
/**
- * Empty constructor needed for the Class.newInstance() statement in
- * Instruction.readInstruction(). Not to be used otherwise.
+ * Empty constructor needed for Instruction.readInstruction.
+ * Not to be used otherwise.
*/
FSTORE() {
super(org.apache.bcel.Const.FSTORE, org.apache.bcel.Const.FSTORE_0);
Modified:
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/FieldInstruction.java
URL:
http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/FieldInstruction.java?rev=1812166&r1=1812165&r2=1812166&view=diff
==============================================================================
---
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/FieldInstruction.java
(original)
+++
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/FieldInstruction.java
Fri Oct 13 23:48:11 2017
@@ -27,8 +27,8 @@ import org.apache.bcel.classfile.Constan
public abstract class FieldInstruction extends FieldOrMethod {
/**
- * Empty constructor needed for the Class.newInstance() statement in
- * Instruction.readInstruction(). Not to be used otherwise.
+ * Empty constructor needed for Instruction.readInstruction.
+ * Not to be used otherwise.
*/
FieldInstruction() {
}
Modified:
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/FieldOrMethod.java
URL:
http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/FieldOrMethod.java?rev=1812166&r1=1812165&r2=1812166&view=diff
==============================================================================
---
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/FieldOrMethod.java
(original)
+++
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/FieldOrMethod.java
Fri Oct 13 23:48:11 2017
@@ -32,8 +32,8 @@ import org.apache.bcel.classfile.Constan
public abstract class FieldOrMethod extends CPInstruction implements LoadClass
{
/**
- * Empty constructor needed for the Class.newInstance() statement in
- * Instruction.readInstruction(). Not to be used otherwise.
+ * Empty constructor needed for Instruction.readInstruction.
+ * Not to be used otherwise.
*/
FieldOrMethod() {
}
Modified:
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/GETFIELD.java
URL:
http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/GETFIELD.java?rev=1812166&r1=1812165&r2=1812166&view=diff
==============================================================================
---
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/GETFIELD.java
(original)
+++
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/GETFIELD.java
Fri Oct 13 23:48:11 2017
@@ -32,8 +32,8 @@ public class GETFIELD extends FieldInstr
StackProducer {
/**
- * Empty constructor needed for the Class.newInstance() statement in
- * Instruction.readInstruction(). Not to be used otherwise.
+ * Empty constructor needed for Instruction.readInstruction.
+ * Not to be used otherwise.
*/
GETFIELD() {
}
Modified:
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/GETSTATIC.java
URL:
http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/GETSTATIC.java?rev=1812166&r1=1812165&r2=1812166&view=diff
==============================================================================
---
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/GETSTATIC.java
(original)
+++
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/GETSTATIC.java
Fri Oct 13 23:48:11 2017
@@ -31,8 +31,8 @@ import org.apache.bcel.ExceptionConst;
public class GETSTATIC extends FieldInstruction implements PushInstruction,
ExceptionThrower {
/**
- * Empty constructor needed for the Class.newInstance() statement in
- * Instruction.readInstruction(). Not to be used otherwise.
+ * Empty constructor needed for Instruction.readInstruction.
+ * Not to be used otherwise.
*/
GETSTATIC() {
}
Modified:
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/GOTO.java
URL:
http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/GOTO.java?rev=1812166&r1=1812165&r2=1812166&view=diff
==============================================================================
--- commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/GOTO.java
(original)
+++ commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/GOTO.java
Fri Oct 13 23:48:11 2017
@@ -28,8 +28,8 @@ import java.io.IOException;
public class GOTO extends GotoInstruction implements VariableLengthInstruction
{
/**
- * Empty constructor needed for the Class.newInstance() statement in
- * Instruction.readInstruction(). Not to be used otherwise.
+ * Empty constructor needed for Instruction.readInstruction.
+ * Not to be used otherwise.
*/
GOTO() {
}
Modified:
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/GOTO_W.java
URL:
http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/GOTO_W.java?rev=1812166&r1=1812165&r2=1812166&view=diff
==============================================================================
--- commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/GOTO_W.java
(original)
+++ commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/GOTO_W.java
Fri Oct 13 23:48:11 2017
@@ -30,8 +30,8 @@ import org.apache.bcel.util.ByteSequence
public class GOTO_W extends GotoInstruction {
/**
- * Empty constructor needed for the Class.newInstance() statement in
- * Instruction.readInstruction(). Not to be used otherwise.
+ * Empty constructor needed for Instruction.readInstruction.
+ * Not to be used otherwise.
*/
GOTO_W() {
}
Modified:
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/GotoInstruction.java
URL:
http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/GotoInstruction.java?rev=1812166&r1=1812165&r2=1812166&view=diff
==============================================================================
---
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/GotoInstruction.java
(original)
+++
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/GotoInstruction.java
Fri Oct 13 23:48:11 2017
@@ -30,8 +30,8 @@ public abstract class GotoInstruction ex
/**
- * Empty constructor needed for the Class.newInstance() statement in
- * Instruction.readInstruction(). Not to be used otherwise.
+ * Empty constructor needed for Instruction.readInstruction.
+ * Not to be used otherwise.
*/
GotoInstruction() {
}
Modified:
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/ICONST.java
URL:
http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/ICONST.java?rev=1812166&r1=1812165&r2=1812166&view=diff
==============================================================================
--- commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/ICONST.java
(original)
+++ commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/ICONST.java
Fri Oct 13 23:48:11 2017
@@ -30,8 +30,8 @@ public class ICONST extends Instruction
/**
- * Empty constructor needed for the Class.newInstance() statement in
- * Instruction.readInstruction(). Not to be used otherwise.
+ * Empty constructor needed for Instruction.readInstruction.
+ * Not to be used otherwise.
*/
ICONST() {
}
Modified:
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/IFEQ.java
URL:
http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/IFEQ.java?rev=1812166&r1=1812165&r2=1812166&view=diff
==============================================================================
--- commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/IFEQ.java
(original)
+++ commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/IFEQ.java
Fri Oct 13 23:48:11 2017
@@ -27,8 +27,8 @@ package org.apache.bcel.generic;
public class IFEQ extends IfInstruction {
/**
- * Empty constructor needed for the Class.newInstance() statement in
- * Instruction.readInstruction(). Not to be used otherwise.
+ * Empty constructor needed for Instruction.readInstruction.
+ * Not to be used otherwise.
*/
IFEQ() {
}
Modified:
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/IFGE.java
URL:
http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/IFGE.java?rev=1812166&r1=1812165&r2=1812166&view=diff
==============================================================================
--- commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/IFGE.java
(original)
+++ commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/IFGE.java
Fri Oct 13 23:48:11 2017
@@ -27,8 +27,8 @@ package org.apache.bcel.generic;
public class IFGE extends IfInstruction {
/**
- * Empty constructor needed for the Class.newInstance() statement in
- * Instruction.readInstruction(). Not to be used otherwise.
+ * Empty constructor needed for Instruction.readInstruction.
+ * Not to be used otherwise.
*/
IFGE() {
}
Modified:
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/IFGT.java
URL:
http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/IFGT.java?rev=1812166&r1=1812165&r2=1812166&view=diff
==============================================================================
--- commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/IFGT.java
(original)
+++ commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/IFGT.java
Fri Oct 13 23:48:11 2017
@@ -27,8 +27,8 @@ package org.apache.bcel.generic;
public class IFGT extends IfInstruction {
/**
- * Empty constructor needed for the Class.newInstance() statement in
- * Instruction.readInstruction(). Not to be used otherwise.
+ * Empty constructor needed for Instruction.readInstruction.
+ * Not to be used otherwise.
*/
IFGT() {
}
Modified:
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/IFLE.java
URL:
http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/IFLE.java?rev=1812166&r1=1812165&r2=1812166&view=diff
==============================================================================
--- commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/IFLE.java
(original)
+++ commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/IFLE.java
Fri Oct 13 23:48:11 2017
@@ -27,8 +27,8 @@ package org.apache.bcel.generic;
public class IFLE extends IfInstruction {
/**
- * Empty constructor needed for the Class.newInstance() statement in
- * Instruction.readInstruction(). Not to be used otherwise.
+ * Empty constructor needed for Instruction.readInstruction.
+ * Not to be used otherwise.
*/
IFLE() {
}
Modified:
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/IFLT.java
URL:
http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/IFLT.java?rev=1812166&r1=1812165&r2=1812166&view=diff
==============================================================================
--- commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/IFLT.java
(original)
+++ commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/IFLT.java
Fri Oct 13 23:48:11 2017
@@ -27,8 +27,8 @@ package org.apache.bcel.generic;
public class IFLT extends IfInstruction {
/**
- * Empty constructor needed for the Class.newInstance() statement in
- * Instruction.readInstruction(). Not to be used otherwise.
+ * Empty constructor needed for Instruction.readInstruction.
+ * Not to be used otherwise.
*/
IFLT() {
}
Modified:
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/IFNE.java
URL:
http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/IFNE.java?rev=1812166&r1=1812165&r2=1812166&view=diff
==============================================================================
--- commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/IFNE.java
(original)
+++ commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/IFNE.java
Fri Oct 13 23:48:11 2017
@@ -27,8 +27,8 @@ package org.apache.bcel.generic;
public class IFNE extends IfInstruction {
/**
- * Empty constructor needed for the Class.newInstance() statement in
- * Instruction.readInstruction(). Not to be used otherwise.
+ * Empty constructor needed for Instruction.readInstruction.
+ * Not to be used otherwise.
*/
IFNE() {
}
Modified:
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/IFNONNULL.java
URL:
http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/IFNONNULL.java?rev=1812166&r1=1812165&r2=1812166&view=diff
==============================================================================
---
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/IFNONNULL.java
(original)
+++
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/IFNONNULL.java
Fri Oct 13 23:48:11 2017
@@ -27,8 +27,8 @@ package org.apache.bcel.generic;
public class IFNONNULL extends IfInstruction {
/**
- * Empty constructor needed for the Class.newInstance() statement in
- * Instruction.readInstruction(). Not to be used otherwise.
+ * Empty constructor needed for Instruction.readInstruction.
+ * Not to be used otherwise.
*/
IFNONNULL() {
}
Modified:
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/IFNULL.java
URL:
http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/IFNULL.java?rev=1812166&r1=1812165&r2=1812166&view=diff
==============================================================================
--- commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/IFNULL.java
(original)
+++ commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/IFNULL.java
Fri Oct 13 23:48:11 2017
@@ -27,8 +27,8 @@ package org.apache.bcel.generic;
public class IFNULL extends IfInstruction {
/**
- * Empty constructor needed for the Class.newInstance() statement in
- * Instruction.readInstruction(). Not to be used otherwise.
+ * Empty constructor needed for Instruction.readInstruction.
+ * Not to be used otherwise.
*/
IFNULL() {
}
Modified:
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/IF_ACMPEQ.java
URL:
http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/IF_ACMPEQ.java?rev=1812166&r1=1812165&r2=1812166&view=diff
==============================================================================
---
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/IF_ACMPEQ.java
(original)
+++
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/IF_ACMPEQ.java
Fri Oct 13 23:48:11 2017
@@ -27,8 +27,8 @@ package org.apache.bcel.generic;
public class IF_ACMPEQ extends IfInstruction {
/**
- * Empty constructor needed for the Class.newInstance() statement in
- * Instruction.readInstruction(). Not to be used otherwise.
+ * Empty constructor needed for Instruction.readInstruction.
+ * Not to be used otherwise.
*/
IF_ACMPEQ() {
}
Modified:
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/IF_ACMPNE.java
URL:
http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/IF_ACMPNE.java?rev=1812166&r1=1812165&r2=1812166&view=diff
==============================================================================
---
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/IF_ACMPNE.java
(original)
+++
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/IF_ACMPNE.java
Fri Oct 13 23:48:11 2017
@@ -27,8 +27,8 @@ package org.apache.bcel.generic;
public class IF_ACMPNE extends IfInstruction {
/**
- * Empty constructor needed for the Class.newInstance() statement in
- * Instruction.readInstruction(). Not to be used otherwise.
+ * Empty constructor needed for Instruction.readInstruction.
+ * Not to be used otherwise.
*/
IF_ACMPNE() {
}
Modified:
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/IF_ICMPEQ.java
URL:
http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/IF_ICMPEQ.java?rev=1812166&r1=1812165&r2=1812166&view=diff
==============================================================================
---
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/IF_ICMPEQ.java
(original)
+++
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/IF_ICMPEQ.java
Fri Oct 13 23:48:11 2017
@@ -27,8 +27,8 @@ package org.apache.bcel.generic;
public class IF_ICMPEQ extends IfInstruction {
/**
- * Empty constructor needed for the Class.newInstance() statement in
- * Instruction.readInstruction(). Not to be used otherwise.
+ * Empty constructor needed for Instruction.readInstruction.
+ * Not to be used otherwise.
*/
IF_ICMPEQ() {
}
Modified:
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/IF_ICMPGE.java
URL:
http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/IF_ICMPGE.java?rev=1812166&r1=1812165&r2=1812166&view=diff
==============================================================================
---
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/IF_ICMPGE.java
(original)
+++
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/IF_ICMPGE.java
Fri Oct 13 23:48:11 2017
@@ -27,8 +27,8 @@ package org.apache.bcel.generic;
public class IF_ICMPGE extends IfInstruction {
/**
- * Empty constructor needed for the Class.newInstance() statement in
- * Instruction.readInstruction(). Not to be used otherwise.
+ * Empty constructor needed for Instruction.readInstruction.
+ * Not to be used otherwise.
*/
IF_ICMPGE() {
}
Modified:
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/IF_ICMPGT.java
URL:
http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/IF_ICMPGT.java?rev=1812166&r1=1812165&r2=1812166&view=diff
==============================================================================
---
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/IF_ICMPGT.java
(original)
+++
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/IF_ICMPGT.java
Fri Oct 13 23:48:11 2017
@@ -27,8 +27,8 @@ package org.apache.bcel.generic;
public class IF_ICMPGT extends IfInstruction {
/**
- * Empty constructor needed for the Class.newInstance() statement in
- * Instruction.readInstruction(). Not to be used otherwise.
+ * Empty constructor needed for Instruction.readInstruction.
+ * Not to be used otherwise.
*/
IF_ICMPGT() {
}
Modified:
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/IF_ICMPLE.java
URL:
http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/IF_ICMPLE.java?rev=1812166&r1=1812165&r2=1812166&view=diff
==============================================================================
---
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/IF_ICMPLE.java
(original)
+++
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/IF_ICMPLE.java
Fri Oct 13 23:48:11 2017
@@ -27,8 +27,8 @@ package org.apache.bcel.generic;
public class IF_ICMPLE extends IfInstruction {
/**
- * Empty constructor needed for the Class.newInstance() statement in
- * Instruction.readInstruction(). Not to be used otherwise.
+ * Empty constructor needed for Instruction.readInstruction.
+ * Not to be used otherwise.
*/
IF_ICMPLE() {
}
Modified:
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/IF_ICMPLT.java
URL:
http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/IF_ICMPLT.java?rev=1812166&r1=1812165&r2=1812166&view=diff
==============================================================================
---
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/IF_ICMPLT.java
(original)
+++
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/IF_ICMPLT.java
Fri Oct 13 23:48:11 2017
@@ -27,8 +27,8 @@ package org.apache.bcel.generic;
public class IF_ICMPLT extends IfInstruction {
/**
- * Empty constructor needed for the Class.newInstance() statement in
- * Instruction.readInstruction(). Not to be used otherwise.
+ * Empty constructor needed for Instruction.readInstruction.
+ * Not to be used otherwise.
*/
IF_ICMPLT() {
}
Modified:
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/IF_ICMPNE.java
URL:
http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/IF_ICMPNE.java?rev=1812166&r1=1812165&r2=1812166&view=diff
==============================================================================
---
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/IF_ICMPNE.java
(original)
+++
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/IF_ICMPNE.java
Fri Oct 13 23:48:11 2017
@@ -27,8 +27,8 @@ package org.apache.bcel.generic;
public class IF_ICMPNE extends IfInstruction {
/**
- * Empty constructor needed for the Class.newInstance() statement in
- * Instruction.readInstruction(). Not to be used otherwise.
+ * Empty constructor needed for Instruction.readInstruction.
+ * Not to be used otherwise.
*/
IF_ICMPNE() {
}
Modified:
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/IINC.java
URL:
http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/IINC.java?rev=1812166&r1=1812165&r2=1812166&view=diff
==============================================================================
--- commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/IINC.java
(original)
+++ commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/IINC.java
Fri Oct 13 23:48:11 2017
@@ -34,8 +34,8 @@ public class IINC extends LocalVariableI
/**
- * Empty constructor needed for the Class.newInstance() statement in
- * Instruction.readInstruction(). Not to be used otherwise.
+ * Empty constructor needed for Instruction.readInstruction.
+ * Not to be used otherwise.
*/
IINC() {
}
Modified:
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/ILOAD.java
URL:
http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/ILOAD.java?rev=1812166&r1=1812165&r2=1812166&view=diff
==============================================================================
--- commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/ILOAD.java
(original)
+++ commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/ILOAD.java
Fri Oct 13 23:48:11 2017
@@ -26,8 +26,8 @@ package org.apache.bcel.generic;
public class ILOAD extends LoadInstruction {
/**
- * Empty constructor needed for the Class.newInstance() statement in
- * Instruction.readInstruction(). Not to be used otherwise.
+ * Empty constructor needed for Instruction.readInstruction.
+ * Not to be used otherwise.
*/
ILOAD() {
super(org.apache.bcel.Const.ILOAD, org.apache.bcel.Const.ILOAD_0);
Modified:
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/INSTANCEOF.java
URL:
http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/INSTANCEOF.java?rev=1812166&r1=1812165&r2=1812166&view=diff
==============================================================================
---
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/INSTANCEOF.java
(original)
+++
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/INSTANCEOF.java
Fri Oct 13 23:48:11 2017
@@ -29,8 +29,8 @@ public class INSTANCEOF extends CPInstru
StackProducer, StackConsumer {
/**
- * Empty constructor needed for the Class.newInstance() statement in
- * Instruction.readInstruction(). Not to be used otherwise.
+ * Empty constructor needed for Instruction.readInstruction.
+ * Not to be used otherwise.
*/
INSTANCEOF() {
}
Modified:
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/INVOKEDYNAMIC.java
URL:
http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/INVOKEDYNAMIC.java?rev=1812166&r1=1812165&r2=1812166&view=diff
==============================================================================
---
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/INVOKEDYNAMIC.java
(original)
+++
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/INVOKEDYNAMIC.java
Fri Oct 13 23:48:11 2017
@@ -1,145 +1,145 @@
-/*
- * 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.bcel.generic;
-
-import java.io.DataOutputStream;
-import java.io.IOException;
-
-import org.apache.bcel.Const;
-import org.apache.bcel.ExceptionConst;
-import org.apache.bcel.classfile.ConstantInvokeDynamic;
-import org.apache.bcel.classfile.ConstantNameAndType;
-import org.apache.bcel.classfile.ConstantPool;
-import org.apache.bcel.util.ByteSequence;
-
-/**
- * Class for INVOKEDYNAMIC. Not an instance of InvokeInstruction, since that
class
- * expects to be able to get the class of the method. Ignores the bootstrap
- * mechanism entirely.
- *
- * @version $Id: InvokeInstruction.java 1152072 2011-07-29 01:54:05Z dbrosius $
- * @see
- * <a
href="http://docs.oracle.com/javase/specs/jvms/se8/html/jvms-6.html#jvms-6.5.invokedynamic">
- * The invokedynamic instruction in The Java Virtual Machine Specification</a>
- * @since 6.0
- */
-public class INVOKEDYNAMIC extends InvokeInstruction {
-
- /**
- * Empty constructor needed for the Class.newInstance() statement in
- * Instruction.readInstruction(). Not to be used otherwise.
- */
- INVOKEDYNAMIC() {
- }
-
-
- public INVOKEDYNAMIC(final int index) {
- super(Const.INVOKEDYNAMIC, index);
- }
-
-
- /**
- * Dump instruction as byte code to stream out.
- * @param out Output stream
- */
- @Override
- public void dump( final DataOutputStream out ) throws IOException {
- out.writeByte(super.getOpcode());
- out.writeShort(super.getIndex());
- out.writeByte(0);
- out.writeByte(0);
- }
-
-
- /**
- * Read needed data (i.e., index) from file.
- */
- @Override
- protected void initFromFile( final ByteSequence bytes, final boolean wide
) throws IOException {
- super.initFromFile(bytes, wide);
- super.setLength(5);
- bytes.readByte(); // Skip 0 byte
- bytes.readByte(); // Skip 0 byte
- }
-
-
- /**
- * @return mnemonic for instruction with symbolic references resolved
- */
- @Override
- public String toString( final ConstantPool cp ) {
- return super.toString(cp);
- }
-
-
- @Override
- public Class<?>[] getExceptions() {
- return
ExceptionConst.createExceptions(ExceptionConst.EXCS.EXCS_INTERFACE_METHOD_RESOLUTION,
- ExceptionConst.UNSATISFIED_LINK_ERROR,
- ExceptionConst.ABSTRACT_METHOD_ERROR,
- ExceptionConst.ILLEGAL_ACCESS_ERROR,
- ExceptionConst.INCOMPATIBLE_CLASS_CHANGE_ERROR);
- }
-
-
- /**
- * Call corresponding visitor method(s). The order is:
- * Call visitor methods of implemented interfaces first, then
- * call methods according to the class hierarchy in descending order,
- * i.e., the most specific visitXXX() call comes last.
- *
- * @param v Visitor object
- */
- @Override
- public void accept( final Visitor v ) {
- v.visitExceptionThrower(this);
- v.visitTypedInstruction(this);
- v.visitStackConsumer(this);
- v.visitStackProducer(this);
- v.visitLoadClass(this);
- v.visitCPInstruction(this);
- v.visitFieldOrMethod(this);
- v.visitInvokeInstruction(this);
- v.visitINVOKEDYNAMIC(this);
- }
-
- /**
- * Override the parent method because our classname is held elsewhere.
- */
- @Override
- public String getClassName( final ConstantPoolGen cpg ) {
- final ConstantPool cp = cpg.getConstantPool();
- final ConstantInvokeDynamic cid = (ConstantInvokeDynamic)
cp.getConstant(super.getIndex(), Const.CONSTANT_InvokeDynamic);
- return ((ConstantNameAndType)
cp.getConstant(cid.getNameAndTypeIndex())).getName(cp);
- }
-
-
- /**
- * Since InvokeDynamic doesn't refer to a reference type, just return
java.lang.Object,
- * as that is the only type we can say for sure the reference will be.
- *
- * @param cpg
- * the ConstantPoolGen used to create the instruction
- * @return an ObjectType for java.lang.Object
- * @since 6.1
- */
- @Override
- public ReferenceType getReferenceType(final ConstantPoolGen cpg) {
- return new ObjectType(Object.class.getName());
- }
-}
+/*
+ * 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.bcel.generic;
+
+import java.io.DataOutputStream;
+import java.io.IOException;
+
+import org.apache.bcel.Const;
+import org.apache.bcel.ExceptionConst;
+import org.apache.bcel.classfile.ConstantInvokeDynamic;
+import org.apache.bcel.classfile.ConstantNameAndType;
+import org.apache.bcel.classfile.ConstantPool;
+import org.apache.bcel.util.ByteSequence;
+
+/**
+ * Class for INVOKEDYNAMIC. Not an instance of InvokeInstruction, since that
class
+ * expects to be able to get the class of the method. Ignores the bootstrap
+ * mechanism entirely.
+ *
+ * @version $Id: InvokeInstruction.java 1152072 2011-07-29 01:54:05Z dbrosius $
+ * @see
+ * <a
href="http://docs.oracle.com/javase/specs/jvms/se8/html/jvms-6.html#jvms-6.5.invokedynamic">
+ * The invokedynamic instruction in The Java Virtual Machine Specification</a>
+ * @since 6.0
+ */
+public class INVOKEDYNAMIC extends InvokeInstruction {
+
+ /**
+ * Empty constructor needed for Instruction.readInstruction.
+ * Not to be used otherwise.
+ */
+ INVOKEDYNAMIC() {
+ }
+
+
+ public INVOKEDYNAMIC(final int index) {
+ super(Const.INVOKEDYNAMIC, index);
+ }
+
+
+ /**
+ * Dump instruction as byte code to stream out.
+ * @param out Output stream
+ */
+ @Override
+ public void dump( final DataOutputStream out ) throws IOException {
+ out.writeByte(super.getOpcode());
+ out.writeShort(super.getIndex());
+ out.writeByte(0);
+ out.writeByte(0);
+ }
+
+
+ /**
+ * Read needed data (i.e., index) from file.
+ */
+ @Override
+ protected void initFromFile( final ByteSequence bytes, final boolean wide
) throws IOException {
+ super.initFromFile(bytes, wide);
+ super.setLength(5);
+ bytes.readByte(); // Skip 0 byte
+ bytes.readByte(); // Skip 0 byte
+ }
+
+
+ /**
+ * @return mnemonic for instruction with symbolic references resolved
+ */
+ @Override
+ public String toString( final ConstantPool cp ) {
+ return super.toString(cp);
+ }
+
+
+ @Override
+ public Class<?>[] getExceptions() {
+ return
ExceptionConst.createExceptions(ExceptionConst.EXCS.EXCS_INTERFACE_METHOD_RESOLUTION,
+ ExceptionConst.UNSATISFIED_LINK_ERROR,
+ ExceptionConst.ABSTRACT_METHOD_ERROR,
+ ExceptionConst.ILLEGAL_ACCESS_ERROR,
+ ExceptionConst.INCOMPATIBLE_CLASS_CHANGE_ERROR);
+ }
+
+
+ /**
+ * Call corresponding visitor method(s). The order is:
+ * Call visitor methods of implemented interfaces first, then
+ * call methods according to the class hierarchy in descending order,
+ * i.e., the most specific visitXXX() call comes last.
+ *
+ * @param v Visitor object
+ */
+ @Override
+ public void accept( final Visitor v ) {
+ v.visitExceptionThrower(this);
+ v.visitTypedInstruction(this);
+ v.visitStackConsumer(this);
+ v.visitStackProducer(this);
+ v.visitLoadClass(this);
+ v.visitCPInstruction(this);
+ v.visitFieldOrMethod(this);
+ v.visitInvokeInstruction(this);
+ v.visitINVOKEDYNAMIC(this);
+ }
+
+ /**
+ * Override the parent method because our classname is held elsewhere.
+ */
+ @Override
+ public String getClassName( final ConstantPoolGen cpg ) {
+ final ConstantPool cp = cpg.getConstantPool();
+ final ConstantInvokeDynamic cid = (ConstantInvokeDynamic)
cp.getConstant(super.getIndex(), Const.CONSTANT_InvokeDynamic);
+ return ((ConstantNameAndType)
cp.getConstant(cid.getNameAndTypeIndex())).getName(cp);
+ }
+
+
+ /**
+ * Since InvokeDynamic doesn't refer to a reference type, just return
java.lang.Object,
+ * as that is the only type we can say for sure the reference will be.
+ *
+ * @param cpg
+ * the ConstantPoolGen used to create the instruction
+ * @return an ObjectType for java.lang.Object
+ * @since 6.1
+ */
+ @Override
+ public ReferenceType getReferenceType(final ConstantPoolGen cpg) {
+ return new ObjectType(Object.class.getName());
+ }
+}
Modified:
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/INVOKEINTERFACE.java
URL:
http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/INVOKEINTERFACE.java?rev=1812166&r1=1812165&r2=1812166&view=diff
==============================================================================
---
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/INVOKEINTERFACE.java
(original)
+++
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/INVOKEINTERFACE.java
Fri Oct 13 23:48:11 2017
@@ -40,8 +40,8 @@ public final class INVOKEINTERFACE exten
/**
- * Empty constructor needed for the Class.newInstance() statement in
- * Instruction.readInstruction(). Not to be used otherwise.
+ * Empty constructor needed for Instruction.readInstruction.
+ * Not to be used otherwise.
*/
INVOKEINTERFACE() {
}
Modified:
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/INVOKESPECIAL.java
URL:
http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/INVOKESPECIAL.java?rev=1812166&r1=1812165&r2=1812166&view=diff
==============================================================================
---
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/INVOKESPECIAL.java
(original)
+++
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/INVOKESPECIAL.java
Fri Oct 13 23:48:11 2017
@@ -37,8 +37,8 @@ import org.apache.bcel.ExceptionConst;
public class INVOKESPECIAL extends InvokeInstruction {
/**
- * Empty constructor needed for the Class.newInstance() statement in
- * Instruction.readInstruction(). Not to be used otherwise.
+ * Empty constructor needed for Instruction.readInstruction.
+ * Not to be used otherwise.
*/
INVOKESPECIAL() {
}
Modified:
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/INVOKESTATIC.java
URL:
http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/INVOKESTATIC.java?rev=1812166&r1=1812165&r2=1812166&view=diff
==============================================================================
---
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/INVOKESTATIC.java
(original)
+++
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/INVOKESTATIC.java
Fri Oct 13 23:48:11 2017
@@ -36,8 +36,8 @@ import org.apache.bcel.ExceptionConst;
public class INVOKESTATIC extends InvokeInstruction {
/**
- * Empty constructor needed for the Class.newInstance() statement in
- * Instruction.readInstruction(). Not to be used otherwise.
+ * Empty constructor needed for Instruction.readInstruction.
+ * Not to be used otherwise.
*/
INVOKESTATIC() {
}
Modified:
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/INVOKEVIRTUAL.java
URL:
http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/INVOKEVIRTUAL.java?rev=1812166&r1=1812165&r2=1812166&view=diff
==============================================================================
---
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/INVOKEVIRTUAL.java
(original)
+++
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/INVOKEVIRTUAL.java
Fri Oct 13 23:48:11 2017
@@ -36,8 +36,8 @@ import org.apache.bcel.ExceptionConst;
public class INVOKEVIRTUAL extends InvokeInstruction {
/**
- * Empty constructor needed for the Class.newInstance() statement in
- * Instruction.readInstruction(). Not to be used otherwise.
+ * Empty constructor needed for Instruction.readInstruction.
+ * Not to be used otherwise.
*/
INVOKEVIRTUAL() {
}
Modified:
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/ISTORE.java
URL:
http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/ISTORE.java?rev=1812166&r1=1812165&r2=1812166&view=diff
==============================================================================
--- commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/ISTORE.java
(original)
+++ commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/ISTORE.java
Fri Oct 13 23:48:11 2017
@@ -26,8 +26,8 @@ package org.apache.bcel.generic;
public class ISTORE extends StoreInstruction {
/**
- * Empty constructor needed for the Class.newInstance() statement in
- * Instruction.readInstruction(). Not to be used otherwise.
+ * Empty constructor needed for Instruction.readInstruction.
+ * Not to be used otherwise.
*/
ISTORE() {
super(org.apache.bcel.Const.ISTORE, org.apache.bcel.Const.ISTORE_0);
Modified:
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/IfInstruction.java
URL:
http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/IfInstruction.java?rev=1812166&r1=1812165&r2=1812166&view=diff
==============================================================================
---
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/IfInstruction.java
(original)
+++
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/IfInstruction.java
Fri Oct 13 23:48:11 2017
@@ -25,8 +25,8 @@ package org.apache.bcel.generic;
public abstract class IfInstruction extends BranchInstruction implements
StackConsumer {
/**
- * Empty constructor needed for the Class.newInstance() statement in
- * Instruction.readInstruction(). Not to be used otherwise.
+ * Empty constructor needed for Instruction.readInstruction.
+ * Not to be used otherwise.
*/
IfInstruction() {
}
Modified:
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/Instruction.java
URL:
http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/Instruction.java?rev=1812166&r1=1812165&r2=1812166&view=diff
==============================================================================
---
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/Instruction.java
(original)
+++
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/Instruction.java
Fri Oct 13 23:48:11 2017
@@ -47,8 +47,8 @@ public abstract class Instruction implem
/**
- * Empty constructor needed for the Class.newInstance() statement in
- * Instruction.readInstruction(). Not to be used otherwise.
+ * Empty constructor needed for Instruction.readInstruction.
+ * Not to be used otherwise.
*/
Instruction() {
}
Modified:
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/InvokeInstruction.java
URL:
http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/InvokeInstruction.java?rev=1812166&r1=1812165&r2=1812166&view=diff
==============================================================================
---
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/InvokeInstruction.java
(original)
+++
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/InvokeInstruction.java
Fri Oct 13 23:48:11 2017
@@ -33,8 +33,8 @@ public abstract class InvokeInstruction
StackConsumer, StackProducer {
/**
- * Empty constructor needed for the Class.newInstance() statement in
- * Instruction.readInstruction(). Not to be used otherwise.
+ * Empty constructor needed for Instruction.readInstruction.
+ * Not to be used otherwise.
*/
InvokeInstruction() {
}
Modified:
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/JSR.java
URL:
http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/JSR.java?rev=1812166&r1=1812165&r2=1812166&view=diff
==============================================================================
--- commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/JSR.java
(original)
+++ commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/JSR.java
Fri Oct 13 23:48:11 2017
@@ -28,8 +28,8 @@ import java.io.IOException;
public class JSR extends JsrInstruction implements VariableLengthInstruction {
/**
- * Empty constructor needed for the Class.newInstance() statement in
- * Instruction.readInstruction(). Not to be used otherwise.
+ * Empty constructor needed for Instruction.readInstruction.
+ * Not to be used otherwise.
*/
JSR() {
}
Modified:
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/JSR_W.java
URL:
http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/JSR_W.java?rev=1812166&r1=1812165&r2=1812166&view=diff
==============================================================================
--- commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/JSR_W.java
(original)
+++ commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/JSR_W.java
Fri Oct 13 23:48:11 2017
@@ -30,8 +30,8 @@ import org.apache.bcel.util.ByteSequence
public class JSR_W extends JsrInstruction {
/**
- * Empty constructor needed for the Class.newInstance() statement in
- * Instruction.readInstruction(). Not to be used otherwise.
+ * Empty constructor needed for Instruction.readInstruction.
+ * Not to be used otherwise.
*/
JSR_W() {
}
Modified:
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/JsrInstruction.java
URL:
http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/JsrInstruction.java?rev=1812166&r1=1812165&r2=1812166&view=diff
==============================================================================
---
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/JsrInstruction.java
(original)
+++
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/JsrInstruction.java
Fri Oct 13 23:48:11 2017
@@ -31,8 +31,8 @@ public abstract class JsrInstruction ext
/**
- * Empty constructor needed for the Class.newInstance() statement in
- * Instruction.readInstruction(). Not to be used otherwise.
+ * Empty constructor needed for Instruction.readInstruction.
+ * Not to be used otherwise.
*/
JsrInstruction() {
}
Modified:
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/LCONST.java
URL:
http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/LCONST.java?rev=1812166&r1=1812165&r2=1812166&view=diff
==============================================================================
--- commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/LCONST.java
(original)
+++ commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/LCONST.java
Fri Oct 13 23:48:11 2017
@@ -30,8 +30,8 @@ public class LCONST extends Instruction
/**
- * Empty constructor needed for the Class.newInstance() statement in
- * Instruction.readInstruction(). Not to be used otherwise.
+ * Empty constructor needed for Instruction.readInstruction.
+ * Not to be used otherwise.
*/
LCONST() {
}
Modified:
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/LDC.java
URL:
http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/LDC.java?rev=1812166&r1=1812165&r2=1812166&view=diff
==============================================================================
--- commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/LDC.java
(original)
+++ commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/LDC.java
Fri Oct 13 23:48:11 2017
@@ -33,8 +33,8 @@ import org.apache.bcel.util.ByteSequence
public class LDC extends CPInstruction implements PushInstruction,
ExceptionThrower {
/**
- * Empty constructor needed for the Class.newInstance() statement in
- * Instruction.readInstruction(). Not to be used otherwise.
+ * Empty constructor needed for Instruction.readInstruction.
+ * Not to be used otherwise.
*/
LDC() {
}
Modified:
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/LDC2_W.java
URL:
http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/LDC2_W.java?rev=1812166&r1=1812165&r2=1812166&view=diff
==============================================================================
--- commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/LDC2_W.java
(original)
+++ commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/LDC2_W.java
Fri Oct 13 23:48:11 2017
@@ -27,8 +27,8 @@ package org.apache.bcel.generic;
public class LDC2_W extends CPInstruction implements PushInstruction {
/**
- * Empty constructor needed for the Class.newInstance() statement in
- * Instruction.readInstruction(). Not to be used otherwise.
+ * Empty constructor needed for Instruction.readInstruction.
+ * Not to be used otherwise.
*/
LDC2_W() {
}
Modified:
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/LDC_W.java
URL:
http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/LDC_W.java?rev=1812166&r1=1812165&r2=1812166&view=diff
==============================================================================
--- commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/LDC_W.java
(original)
+++ commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/LDC_W.java
Fri Oct 13 23:48:11 2017
@@ -31,8 +31,8 @@ import org.apache.bcel.util.ByteSequence
public class LDC_W extends LDC {
/**
- * Empty constructor needed for the Class.newInstance() statement in
- * Instruction.readInstruction(). Not to be used otherwise.
+ * Empty constructor needed for Instruction.readInstruction.
+ * Not to be used otherwise.
*/
LDC_W() {
}
Modified:
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/LLOAD.java
URL:
http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/LLOAD.java?rev=1812166&r1=1812165&r2=1812166&view=diff
==============================================================================
--- commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/LLOAD.java
(original)
+++ commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/LLOAD.java
Fri Oct 13 23:48:11 2017
@@ -26,8 +26,8 @@ package org.apache.bcel.generic;
public class LLOAD extends LoadInstruction {
/**
- * Empty constructor needed for the Class.newInstance() statement in
- * Instruction.readInstruction(). Not to be used otherwise.
+ * Empty constructor needed for Instruction.readInstruction.
+ * Not to be used otherwise.
*/
LLOAD() {
super(org.apache.bcel.Const.LLOAD, org.apache.bcel.Const.LLOAD_0);
Modified:
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/LOOKUPSWITCH.java
URL:
http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/LOOKUPSWITCH.java?rev=1812166&r1=1812165&r2=1812166&view=diff
==============================================================================
---
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/LOOKUPSWITCH.java
(original)
+++
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/LOOKUPSWITCH.java
Fri Oct 13 23:48:11 2017
@@ -31,8 +31,8 @@ import org.apache.bcel.util.ByteSequence
public class LOOKUPSWITCH extends Select {
/**
- * Empty constructor needed for the Class.newInstance() statement in
- * Instruction.readInstruction(). Not to be used otherwise.
+ * Empty constructor needed for Instruction.readInstruction.
+ * Not to be used otherwise.
*/
LOOKUPSWITCH() {
}
Modified:
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/LSTORE.java
URL:
http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/LSTORE.java?rev=1812166&r1=1812165&r2=1812166&view=diff
==============================================================================
--- commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/LSTORE.java
(original)
+++ commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/LSTORE.java
Fri Oct 13 23:48:11 2017
@@ -26,8 +26,8 @@ package org.apache.bcel.generic;
public class LSTORE extends StoreInstruction {
/**
- * Empty constructor needed for the Class.newInstance() statement in
- * Instruction.readInstruction(). Not to be used otherwise.
+ * Empty constructor needed for Instruction.readInstruction.
+ * Not to be used otherwise.
*/
LSTORE() {
super(org.apache.bcel.Const.LSTORE, org.apache.bcel.Const.LSTORE_0);
Modified:
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/LoadInstruction.java
URL:
http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/LoadInstruction.java?rev=1812166&r1=1812165&r2=1812166&view=diff
==============================================================================
---
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/LoadInstruction.java
(original)
+++
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/LoadInstruction.java
Fri Oct 13 23:48:11 2017
@@ -26,8 +26,8 @@ package org.apache.bcel.generic;
public abstract class LoadInstruction extends LocalVariableInstruction
implements PushInstruction {
/**
- * Empty constructor needed for the Class.newInstance() statement in
- * Instruction.readInstruction(). Not to be used otherwise.
+ * Empty constructor needed for Instruction.readInstruction.
+ * Not to be used otherwise.
* tag and length are defined in readInstruction and initFromFile,
respectively.
*/
LoadInstruction(final short canon_tag, final short c_tag) {
Modified:
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/LocalVariableInstruction.java
URL:
http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/LocalVariableInstruction.java?rev=1812166&r1=1812165&r2=1812166&view=diff
==============================================================================
---
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/LocalVariableInstruction.java
(original)
+++
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/LocalVariableInstruction.java
Fri Oct 13 23:48:11 2017
@@ -47,8 +47,8 @@ public abstract class LocalVariableInstr
/**
- * Empty constructor needed for the Class.newInstance() statement in
- * Instruction.readInstruction(). Not to be used otherwise.
+ * Empty constructor needed for Instruction.readInstruction.
+ * Not to be used otherwise.
* tag and length are defined in readInstruction and initFromFile,
respectively.
*/
LocalVariableInstruction(final short canon_tag, final short c_tag) {
@@ -59,8 +59,8 @@ public abstract class LocalVariableInstr
/**
- * Empty constructor needed for the Class.newInstance() statement in
- * Instruction.readInstruction(). Also used by IINC()!
+ * Empty constructor needed for Instruction.readInstruction.
+ * Also used by IINC()!
*/
LocalVariableInstruction() {
}
Modified:
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/MULTIANEWARRAY.java
URL:
http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/MULTIANEWARRAY.java?rev=1812166&r1=1812165&r2=1812166&view=diff
==============================================================================
---
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/MULTIANEWARRAY.java
(original)
+++
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/MULTIANEWARRAY.java
Fri Oct 13 23:48:11 2017
@@ -37,8 +37,8 @@ public class MULTIANEWARRAY extends CPIn
/**
- * Empty constructor needed for the Class.newInstance() statement in
- * Instruction.readInstruction(). Not to be used otherwise.
+ * Empty constructor needed for Instruction.readInstruction.
+ * Not to be used otherwise.
*/
MULTIANEWARRAY() {
}
Modified:
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/NEW.java
URL:
http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/NEW.java?rev=1812166&r1=1812165&r2=1812166&view=diff
==============================================================================
--- commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/NEW.java
(original)
+++ commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/NEW.java
Fri Oct 13 23:48:11 2017
@@ -29,8 +29,8 @@ public class NEW extends CPInstruction i
ExceptionThrower, StackProducer {
/**
- * Empty constructor needed for the Class.newInstance() statement in
- * Instruction.readInstruction(). Not to be used otherwise.
+ * Empty constructor needed for Instruction.readInstruction.
+ * Not to be used otherwise.
*/
NEW() {
}
Modified:
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/NEWARRAY.java
URL:
http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/NEWARRAY.java?rev=1812166&r1=1812165&r2=1812166&view=diff
==============================================================================
---
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/NEWARRAY.java
(original)
+++
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/NEWARRAY.java
Fri Oct 13 23:48:11 2017
@@ -37,8 +37,8 @@ public class NEWARRAY extends Instructio
/**
- * Empty constructor needed for the Class.newInstance() statement in
- * Instruction.readInstruction(). Not to be used otherwise.
+ * Empty constructor needed for Instruction.readInstruction.
+ * Not to be used otherwise.
*/
NEWARRAY() {
}
Modified:
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/PUTFIELD.java
URL:
http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/PUTFIELD.java?rev=1812166&r1=1812165&r2=1812166&view=diff
==============================================================================
---
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/PUTFIELD.java
(original)
+++
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/PUTFIELD.java
Fri Oct 13 23:48:11 2017
@@ -31,8 +31,8 @@ import org.apache.bcel.ExceptionConst;
public class PUTFIELD extends FieldInstruction implements PopInstruction,
ExceptionThrower {
/**
- * Empty constructor needed for the Class.newInstance() statement in
- * Instruction.readInstruction(). Not to be used otherwise.
+ * Empty constructor needed for Instruction.readInstruction.
+ * Not to be used otherwise.
*/
PUTFIELD() {
}
Modified:
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/PUTSTATIC.java
URL:
http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/PUTSTATIC.java?rev=1812166&r1=1812165&r2=1812166&view=diff
==============================================================================
---
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/PUTSTATIC.java
(original)
+++
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/PUTSTATIC.java
Fri Oct 13 23:48:11 2017
@@ -31,8 +31,8 @@ import org.apache.bcel.ExceptionConst;
public class PUTSTATIC extends FieldInstruction implements ExceptionThrower,
PopInstruction {
/**
- * Empty constructor needed for the Class.newInstance() statement in
- * Instruction.readInstruction(). Not to be used otherwise.
+ * Empty constructor needed for Instruction.readInstruction.
+ * Not to be used otherwise.
*/
PUTSTATIC() {
}
Modified:
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/RET.java
URL:
http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/RET.java?rev=1812166&r1=1812165&r2=1812166&view=diff
==============================================================================
--- commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/RET.java
(original)
+++ commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/RET.java
Fri Oct 13 23:48:11 2017
@@ -36,8 +36,8 @@ public class RET extends Instruction imp
/**
- * Empty constructor needed for the Class.newInstance() statement in
- * Instruction.readInstruction(). Not to be used otherwise.
+ * Empty constructor needed for Instruction.readInstruction.
+ * Not to be used otherwise.
*/
RET() {
}
Modified:
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/ReturnInstruction.java
URL:
http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/ReturnInstruction.java?rev=1812166&r1=1812165&r2=1812166&view=diff
==============================================================================
---
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/ReturnInstruction.java
(original)
+++
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/ReturnInstruction.java
Fri Oct 13 23:48:11 2017
@@ -29,8 +29,8 @@ public abstract class ReturnInstruction
TypedInstruction, StackConsumer {
/**
- * Empty constructor needed for the Class.newInstance() statement in
- * Instruction.readInstruction(). Not to be used otherwise.
+ * Empty constructor needed for Instruction.readInstruction.
+ * Not to be used otherwise.
*/
ReturnInstruction() {
}
Modified:
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/SIPUSH.java
URL:
http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/SIPUSH.java?rev=1812166&r1=1812165&r2=1812166&view=diff
==============================================================================
--- commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/SIPUSH.java
(original)
+++ commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/SIPUSH.java
Fri Oct 13 23:48:11 2017
@@ -35,8 +35,8 @@ public class SIPUSH extends Instruction
/**
- * Empty constructor needed for the Class.newInstance() statement in
- * Instruction.readInstruction(). Not to be used otherwise.
+ * Empty constructor needed for Instruction.readInstruction.
+ * Not to be used otherwise.
*/
SIPUSH() {
}
Modified:
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/Select.java
URL:
http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/Select.java?rev=1812166&r1=1812165&r2=1812166&view=diff
==============================================================================
--- commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/Select.java
(original)
+++ commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/Select.java
Fri Oct 13 23:48:11 2017
@@ -73,8 +73,8 @@ public abstract class Select extends Bra
/**
- * Empty constructor needed for the Class.newInstance() statement in
- * Instruction.readInstruction(). Not to be used otherwise.
+ * Empty constructor needed for Instruction.readInstruction.
+ * Not to be used otherwise.
*/
Select() {
}
Modified:
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/StackInstruction.java
URL:
http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/StackInstruction.java?rev=1812166&r1=1812165&r2=1812166&view=diff
==============================================================================
---
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/StackInstruction.java
(original)
+++
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/StackInstruction.java
Fri Oct 13 23:48:11 2017
@@ -25,8 +25,8 @@ package org.apache.bcel.generic;
public abstract class StackInstruction extends Instruction {
/**
- * Empty constructor needed for the Class.newInstance() statement in
- * Instruction.readInstruction(). Not to be used otherwise.
+ * Empty constructor needed for Instruction.readInstruction.
+ * Not to be used otherwise.
*/
StackInstruction() {
}
Modified:
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/StoreInstruction.java
URL:
http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/StoreInstruction.java?rev=1812166&r1=1812165&r2=1812166&view=diff
==============================================================================
---
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/StoreInstruction.java
(original)
+++
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/StoreInstruction.java
Fri Oct 13 23:48:11 2017
@@ -26,8 +26,8 @@ package org.apache.bcel.generic;
public abstract class StoreInstruction extends LocalVariableInstruction
implements PopInstruction {
/**
- * Empty constructor needed for the Class.newInstance() statement in
- * Instruction.readInstruction(). Not to be used otherwise.
+ * Empty constructor needed for Instruction.readInstruction.
+ * Not to be used otherwise.
* tag and length are defined in readInstruction and initFromFile,
respectively.
*/
StoreInstruction(final short canon_tag, final short c_tag) {
Modified:
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/TABLESWITCH.java
URL:
http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/TABLESWITCH.java?rev=1812166&r1=1812165&r2=1812166&view=diff
==============================================================================
---
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/TABLESWITCH.java
(original)
+++
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/TABLESWITCH.java
Fri Oct 13 23:48:11 2017
@@ -31,8 +31,8 @@ import org.apache.bcel.util.ByteSequence
public class TABLESWITCH extends Select {
/**
- * Empty constructor needed for the Class.newInstance() statement in
- * Instruction.readInstruction(). Not to be used otherwise.
+ * Empty constructor needed for Instruction.readInstruction.
+ * Not to be used otherwise.
*/
TABLESWITCH() {
}