Przeglądaj źródła

updated the copyright notices.


git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@67 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
tags/rel_3_17_1_ga
chiba 20 lat temu
rodzic
commit
bd4705d214
100 zmienionych plików z 135 dodań i 134 usunięć
  1. 1
    1
      License.html
  2. 3
    4
      Readme.html
  3. 1
    1
      build.xml
  4. 1
    1
      src/main/javassist/ByteArrayClassPath.java
  5. 1
    1
      src/main/javassist/CannotCompileException.java
  6. 1
    1
      src/main/javassist/ClassMap.java
  7. 1
    1
      src/main/javassist/ClassPath.java
  8. 1
    1
      src/main/javassist/ClassPool.java
  9. 1
    1
      src/main/javassist/ClassPoolTail.java
  10. 1
    1
      src/main/javassist/CodeConverter.java
  11. 1
    1
      src/main/javassist/CtArray.java
  12. 1
    1
      src/main/javassist/CtBehavior.java
  13. 3
    3
      src/main/javassist/CtClass.java
  14. 1
    1
      src/main/javassist/CtClassType.java
  15. 1
    1
      src/main/javassist/CtConstructor.java
  16. 1
    1
      src/main/javassist/CtField.java
  17. 1
    1
      src/main/javassist/CtMember.java
  18. 1
    1
      src/main/javassist/CtMethod.java
  19. 1
    1
      src/main/javassist/CtNewClass.java
  20. 1
    1
      src/main/javassist/CtNewConstructor.java
  21. 1
    1
      src/main/javassist/CtNewMethod.java
  22. 1
    1
      src/main/javassist/CtNewWrappedConstructor.java
  23. 1
    1
      src/main/javassist/CtNewWrappedMethod.java
  24. 1
    1
      src/main/javassist/CtPrimitiveType.java
  25. 1
    1
      src/main/javassist/Dump.java
  26. 1
    1
      src/main/javassist/Loader.java
  27. 1
    1
      src/main/javassist/LoaderClassPath.java
  28. 1
    1
      src/main/javassist/Modifier.java
  29. 1
    1
      src/main/javassist/NotFoundException.java
  30. 1
    1
      src/main/javassist/SerialVersionUID.java
  31. 1
    1
      src/main/javassist/Translator.java
  32. 1
    1
      src/main/javassist/URLClassPath.java
  33. 1
    1
      src/main/javassist/bytecode/AccessFlag.java
  34. 1
    1
      src/main/javassist/bytecode/AttributeInfo.java
  35. 1
    1
      src/main/javassist/bytecode/BadBytecode.java
  36. 1
    1
      src/main/javassist/bytecode/ByteArray.java
  37. 1
    1
      src/main/javassist/bytecode/Bytecode.java
  38. 1
    1
      src/main/javassist/bytecode/ClassFile.java
  39. 1
    1
      src/main/javassist/bytecode/ClassFileWriter.java
  40. 1
    1
      src/main/javassist/bytecode/CodeAttribute.java
  41. 1
    1
      src/main/javassist/bytecode/CodeIterator.java
  42. 1
    1
      src/main/javassist/bytecode/ConstPool.java
  43. 1
    1
      src/main/javassist/bytecode/ConstantAttribute.java
  44. 1
    1
      src/main/javassist/bytecode/DeprecatedAttribute.java
  45. 1
    1
      src/main/javassist/bytecode/Descriptor.java
  46. 1
    1
      src/main/javassist/bytecode/ExceptionTable.java
  47. 1
    1
      src/main/javassist/bytecode/ExceptionsAttribute.java
  48. 1
    1
      src/main/javassist/bytecode/FieldInfo.java
  49. 1
    1
      src/main/javassist/bytecode/InnerClassesAttribute.java
  50. 1
    1
      src/main/javassist/bytecode/LineNumberAttribute.java
  51. 1
    1
      src/main/javassist/bytecode/LocalVariableAttribute.java
  52. 1
    1
      src/main/javassist/bytecode/LongVector.java
  53. 1
    1
      src/main/javassist/bytecode/MethodInfo.java
  54. 1
    1
      src/main/javassist/bytecode/Mnemonic.java
  55. 1
    1
      src/main/javassist/bytecode/Opcode.java
  56. 1
    1
      src/main/javassist/bytecode/SourceFileAttribute.java
  57. 1
    1
      src/main/javassist/bytecode/SyntheticAttribute.java
  58. 1
    1
      src/main/javassist/compiler/CodeGen.java
  59. 1
    1
      src/main/javassist/compiler/CompileError.java
  60. 1
    1
      src/main/javassist/compiler/Javac.java
  61. 31
    3
      src/main/javassist/compiler/JvstCodeGen.java
  62. 2
    3
      src/main/javassist/compiler/JvstTypeChecker.java
  63. 1
    1
      src/main/javassist/compiler/KeywordTable.java
  64. 1
    1
      src/main/javassist/compiler/Lex.java
  65. 1
    1
      src/main/javassist/compiler/MemberCodeGen.java
  66. 2
    27
      src/main/javassist/compiler/MemberResolver.java
  67. 1
    1
      src/main/javassist/compiler/NoFieldException.java
  68. 1
    1
      src/main/javassist/compiler/Parser.java
  69. 1
    1
      src/main/javassist/compiler/ProceedHandler.java
  70. 1
    1
      src/main/javassist/compiler/SymbolTable.java
  71. 1
    1
      src/main/javassist/compiler/SyntaxError.java
  72. 1
    1
      src/main/javassist/compiler/TokenId.java
  73. 1
    1
      src/main/javassist/compiler/TypeChecker.java
  74. 1
    1
      src/main/javassist/compiler/ast/ASTList.java
  75. 1
    1
      src/main/javassist/compiler/ast/ASTree.java
  76. 1
    1
      src/main/javassist/compiler/ast/AssignExpr.java
  77. 1
    1
      src/main/javassist/compiler/ast/BinExpr.java
  78. 1
    1
      src/main/javassist/compiler/ast/CallExpr.java
  79. 1
    1
      src/main/javassist/compiler/ast/CastExpr.java
  80. 1
    1
      src/main/javassist/compiler/ast/CondExpr.java
  81. 1
    1
      src/main/javassist/compiler/ast/Declarator.java
  82. 1
    1
      src/main/javassist/compiler/ast/DoubleConst.java
  83. 1
    1
      src/main/javassist/compiler/ast/Expr.java
  84. 1
    1
      src/main/javassist/compiler/ast/FieldDecl.java
  85. 1
    1
      src/main/javassist/compiler/ast/InstanceOfExpr.java
  86. 1
    1
      src/main/javassist/compiler/ast/IntConst.java
  87. 1
    1
      src/main/javassist/compiler/ast/Keyword.java
  88. 1
    1
      src/main/javassist/compiler/ast/Member.java
  89. 1
    1
      src/main/javassist/compiler/ast/MethodDecl.java
  90. 1
    1
      src/main/javassist/compiler/ast/NewExpr.java
  91. 1
    1
      src/main/javassist/compiler/ast/Pair.java
  92. 1
    1
      src/main/javassist/compiler/ast/Stmnt.java
  93. 1
    1
      src/main/javassist/compiler/ast/StringL.java
  94. 1
    1
      src/main/javassist/compiler/ast/Symbol.java
  95. 1
    1
      src/main/javassist/compiler/ast/Variable.java
  96. 1
    1
      src/main/javassist/compiler/ast/Visitor.java
  97. 1
    1
      src/main/javassist/convert/TransformAfter.java
  98. 1
    1
      src/main/javassist/convert/TransformBefore.java
  99. 1
    1
      src/main/javassist/convert/TransformCall.java
  100. 0
    0
      src/main/javassist/convert/TransformFieldAccess.java

+ 1
- 1
License.html Wyświetl plik

@@ -353,7 +353,7 @@ MISCELLANEOUS.</B>
<P>The Original Code is Javassist.
<P>The Initial Developer of the Original Code is Shigeru Chiba.
Portions created by the Initial Developer are<BR>&nbsp;
Copyright (C) 1999-2003 Shigeru Chiba. All Rights Reserved.
Copyright (C) 1999-2004 Shigeru Chiba. All Rights Reserved.
<P>Contributor(s): ______________________________________.

<P>Alternatively, the contents of this file may be used under the terms of

+ 3
- 4
Readme.html Wyświetl plik

@@ -7,8 +7,7 @@

<h1>Javassist version 2</h1>

<h3>in October, 2003.
<br>Copyright (C) 2000-2003 by Shigeru Chiba, All rights reserved.</h3>
<h3>Copyright (C) 2000-2004 by Shigeru Chiba, All rights reserved.</h3>

<p><br></p>

@@ -480,7 +479,7 @@ and <a href="http://www.jboss.org/index.html?module=html&op=userdisplay&id=devel
<h2>Copyright notices</h2>

<p>Javassist, a Java-bytecode translator toolkit.
<br>Copyright (C) 1999-2003 Shigeru Chiba. All Rights Reserved.
<br>Copyright (C) 1999-2004 Shigeru Chiba. All Rights Reserved.

<p>The contents of this software, Javassist, are subject to
the Mozilla Public License Version 1.1 (the "License");<br>
@@ -497,7 +496,7 @@ See the License for the specific language governing rights and

<p>The Initial Developer of the Original Code is Shigeru Chiba.
Portions created by the Initial Developer are<br>&nbsp;
Copyright (C) 1999-2003 Shigeru Chiba. All Rights Reserved.
Copyright (C) 1999-2004 Shigeru Chiba. All Rights Reserved.
<p>Contributor(s): ______________________________________.

<p>Alternatively, the contents of this software may be used under the

+ 1
- 1
build.xml Wyświetl plik

@@ -84,7 +84,7 @@ to ${build.classes.dir}.</echo>
windowtitle="Javassist API">
<doctitle><![CDATA[<h1>Javassist</h1>]]></doctitle>
<bottom><![CDATA[<i>Javassist, a Java-bytecode translator toolkit.
Copyright (C) 1999-2003 Shigeru Chiba. All Rights Reserved.</i>]]></bottom>
Copyright (C) 1999-2004 Shigeru Chiba. All Rights Reserved.</i>]]></bottom>
</javadoc>
</target>

+ 1
- 1
src/main/javassist/ByteArrayClassPath.java Wyświetl plik

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2003 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2004 Shigeru Chiba. All Rights Reserved.
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with

+ 1
- 1
src/main/javassist/CannotCompileException.java Wyświetl plik

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2003 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2004 Shigeru Chiba. All Rights Reserved.
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with

+ 1
- 1
src/main/javassist/ClassMap.java Wyświetl plik

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2003 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2004 Shigeru Chiba. All Rights Reserved.
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with

+ 1
- 1
src/main/javassist/ClassPath.java Wyświetl plik

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2003 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2004 Shigeru Chiba. All Rights Reserved.
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with

+ 1
- 1
src/main/javassist/ClassPool.java Wyświetl plik

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2003 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2004 Shigeru Chiba. All Rights Reserved.
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with

+ 1
- 1
src/main/javassist/ClassPoolTail.java Wyświetl plik

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2003 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2004 Shigeru Chiba. All Rights Reserved.
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with

+ 1
- 1
src/main/javassist/CodeConverter.java Wyświetl plik

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2003 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2004 Shigeru Chiba. All Rights Reserved.
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with

+ 1
- 1
src/main/javassist/CtArray.java Wyświetl plik

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2003 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2004 Shigeru Chiba. All Rights Reserved.
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with

+ 1
- 1
src/main/javassist/CtBehavior.java Wyświetl plik

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2003 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2004 Shigeru Chiba. All Rights Reserved.
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with

+ 3
- 3
src/main/javassist/CtClass.java Wyświetl plik

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2003 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2004 Shigeru Chiba. All Rights Reserved.
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with
@@ -36,14 +36,14 @@ public abstract class CtClass {
/**
* The version number of this release.
*/
public static final String version = "2.7 beta 2";
public static final String version = "2.7 alpha 7";

/**
* Prints the version number and the copyright notice.
*/
public static void main(String[] args) {
System.out.println("Javassist version " + CtClass.version);
System.out.println("Copyright (C) 1999-2003 Shigeru Chiba."
System.out.println("Copyright (C) 1999-2004 Shigeru Chiba."
+ " All Rights Reserved.");
}


+ 1
- 1
src/main/javassist/CtClassType.java Wyświetl plik

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2003 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2004 Shigeru Chiba. All Rights Reserved.
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with

+ 1
- 1
src/main/javassist/CtConstructor.java Wyświetl plik

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2003 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2004 Shigeru Chiba. All Rights Reserved.
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with

+ 1
- 1
src/main/javassist/CtField.java Wyświetl plik

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2003 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2004 Shigeru Chiba. All Rights Reserved.
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with

+ 1
- 1
src/main/javassist/CtMember.java Wyświetl plik

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2003 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2004 Shigeru Chiba. All Rights Reserved.
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with

+ 1
- 1
src/main/javassist/CtMethod.java Wyświetl plik

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2003 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2004 Shigeru Chiba. All Rights Reserved.
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with

+ 1
- 1
src/main/javassist/CtNewClass.java Wyświetl plik

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2003 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2004 Shigeru Chiba. All Rights Reserved.
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with

+ 1
- 1
src/main/javassist/CtNewConstructor.java Wyświetl plik

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2003 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2004 Shigeru Chiba. All Rights Reserved.
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with

+ 1
- 1
src/main/javassist/CtNewMethod.java Wyświetl plik

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2003 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2004 Shigeru Chiba. All Rights Reserved.
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with

+ 1
- 1
src/main/javassist/CtNewWrappedConstructor.java Wyświetl plik

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2003 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2004 Shigeru Chiba. All Rights Reserved.
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with

+ 1
- 1
src/main/javassist/CtNewWrappedMethod.java Wyświetl plik

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2003 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2004 Shigeru Chiba. All Rights Reserved.
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with

+ 1
- 1
src/main/javassist/CtPrimitiveType.java Wyświetl plik

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2003 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2004 Shigeru Chiba. All Rights Reserved.
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with

+ 1
- 1
src/main/javassist/Dump.java Wyświetl plik

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2003 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2004 Shigeru Chiba. All Rights Reserved.
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with

+ 1
- 1
src/main/javassist/Loader.java Wyświetl plik

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2003 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2004 Shigeru Chiba. All Rights Reserved.
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with

+ 1
- 1
src/main/javassist/LoaderClassPath.java Wyświetl plik

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2003 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2004 Shigeru Chiba. All Rights Reserved.
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with

+ 1
- 1
src/main/javassist/Modifier.java Wyświetl plik

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2003 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2004 Shigeru Chiba. All Rights Reserved.
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with

+ 1
- 1
src/main/javassist/NotFoundException.java Wyświetl plik

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2003 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2004 Shigeru Chiba. All Rights Reserved.
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with

+ 1
- 1
src/main/javassist/SerialVersionUID.java Wyświetl plik

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2003 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2004 Shigeru Chiba. All Rights Reserved.
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with

+ 1
- 1
src/main/javassist/Translator.java Wyświetl plik

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2003 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2004 Shigeru Chiba. All Rights Reserved.
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with

+ 1
- 1
src/main/javassist/URLClassPath.java Wyświetl plik

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2003 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2004 Shigeru Chiba. All Rights Reserved.
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with

+ 1
- 1
src/main/javassist/bytecode/AccessFlag.java Wyświetl plik

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2003 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2004 Shigeru Chiba. All Rights Reserved.
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with

+ 1
- 1
src/main/javassist/bytecode/AttributeInfo.java Wyświetl plik

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2003 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2004 Shigeru Chiba. All Rights Reserved.
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with

+ 1
- 1
src/main/javassist/bytecode/BadBytecode.java Wyświetl plik

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2003 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2004 Shigeru Chiba. All Rights Reserved.
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with

+ 1
- 1
src/main/javassist/bytecode/ByteArray.java Wyświetl plik

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2003 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2004 Shigeru Chiba. All Rights Reserved.
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with

+ 1
- 1
src/main/javassist/bytecode/Bytecode.java Wyświetl plik

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2003 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2004 Shigeru Chiba. All Rights Reserved.
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with

+ 1
- 1
src/main/javassist/bytecode/ClassFile.java Wyświetl plik

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2003 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2004 Shigeru Chiba. All Rights Reserved.
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with

+ 1
- 1
src/main/javassist/bytecode/ClassFileWriter.java Wyświetl plik

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2003 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2004 Shigeru Chiba. All Rights Reserved.
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with

+ 1
- 1
src/main/javassist/bytecode/CodeAttribute.java Wyświetl plik

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2003 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2004 Shigeru Chiba. All Rights Reserved.
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with

+ 1
- 1
src/main/javassist/bytecode/CodeIterator.java Wyświetl plik

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2003 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2004 Shigeru Chiba. All Rights Reserved.
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with

+ 1
- 1
src/main/javassist/bytecode/ConstPool.java Wyświetl plik

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2003 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2004 Shigeru Chiba. All Rights Reserved.
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with

+ 1
- 1
src/main/javassist/bytecode/ConstantAttribute.java Wyświetl plik

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2003 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2004 Shigeru Chiba. All Rights Reserved.
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with

+ 1
- 1
src/main/javassist/bytecode/DeprecatedAttribute.java Wyświetl plik

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2003 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2004 Shigeru Chiba. All Rights Reserved.
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with

+ 1
- 1
src/main/javassist/bytecode/Descriptor.java Wyświetl plik

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2003 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2004 Shigeru Chiba. All Rights Reserved.
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with

+ 1
- 1
src/main/javassist/bytecode/ExceptionTable.java Wyświetl plik

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2003 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2004 Shigeru Chiba. All Rights Reserved.
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with

+ 1
- 1
src/main/javassist/bytecode/ExceptionsAttribute.java Wyświetl plik

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2003 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2004 Shigeru Chiba. All Rights Reserved.
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with

+ 1
- 1
src/main/javassist/bytecode/FieldInfo.java Wyświetl plik

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2003 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2004 Shigeru Chiba. All Rights Reserved.
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with

+ 1
- 1
src/main/javassist/bytecode/InnerClassesAttribute.java Wyświetl plik

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2003 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2004 Shigeru Chiba. All Rights Reserved.
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with

+ 1
- 1
src/main/javassist/bytecode/LineNumberAttribute.java Wyświetl plik

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2003 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2004 Shigeru Chiba. All Rights Reserved.
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with

+ 1
- 1
src/main/javassist/bytecode/LocalVariableAttribute.java Wyświetl plik

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2003 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2004 Shigeru Chiba. All Rights Reserved.
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with

+ 1
- 1
src/main/javassist/bytecode/LongVector.java Wyświetl plik

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2003 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2004 Shigeru Chiba. All Rights Reserved.
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with

+ 1
- 1
src/main/javassist/bytecode/MethodInfo.java Wyświetl plik

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2003 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2004 Shigeru Chiba. All Rights Reserved.
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with

+ 1
- 1
src/main/javassist/bytecode/Mnemonic.java Wyświetl plik

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2003 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2004 Shigeru Chiba. All Rights Reserved.
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with

+ 1
- 1
src/main/javassist/bytecode/Opcode.java Wyświetl plik

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2003 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2004 Shigeru Chiba. All Rights Reserved.
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with

+ 1
- 1
src/main/javassist/bytecode/SourceFileAttribute.java Wyświetl plik

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2003 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2004 Shigeru Chiba. All Rights Reserved.
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with

+ 1
- 1
src/main/javassist/bytecode/SyntheticAttribute.java Wyświetl plik

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2003 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2004 Shigeru Chiba. All Rights Reserved.
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with

+ 1
- 1
src/main/javassist/compiler/CodeGen.java Wyświetl plik

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2003 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2004 Shigeru Chiba. All Rights Reserved.
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with

+ 1
- 1
src/main/javassist/compiler/CompileError.java Wyświetl plik

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2003 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2004 Shigeru Chiba. All Rights Reserved.
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with

+ 1
- 1
src/main/javassist/compiler/Javac.java Wyświetl plik

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2003 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2004 Shigeru Chiba. All Rights Reserved.
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with

+ 31
- 3
src/main/javassist/compiler/JvstCodeGen.java Wyświetl plik

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2003 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2004 Shigeru Chiba. All Rights Reserved.
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with
@@ -187,8 +187,7 @@ public class JvstCodeGen extends MemberCodeGen {
compileUnwrapValue(returnType, bytecode);
else if (returnType instanceof CtPrimitiveType) {
CtPrimitiveType pt = (CtPrimitiveType)returnType;
int destType = MemberResolver.jvmTypeNameToExprType(
pt.getDescriptor());
int destType = MemberResolver.descToType(pt.getDescriptor());
atNumCastExpr(exprType, destType);
exprType = destType;
arrayDim = 0;
@@ -556,6 +555,35 @@ public class JvstCodeGen extends MemberCodeGen {
return is2word(exprType, arrayDim) ? 2 : 1;
}

/**
* Makes the given variable name available.
*
* @param typeDesc the type descriptor of the variable
* @param varName variable name
* @param varNo an index into the local variable array
*/
public void recordVariable(String typeDesc, String varName, int varNo,
SymbolTable tbl) throws CompileError
{
char c;
int dim = 0;
while ((c = typeDesc.charAt(dim)) == '[')
++dim;

int type = MemberResolver.descToType(c);
String cname = null;
if (type == CLASS) {
if (dim == 0)
cname = typeDesc;
else
cname = typeDesc.substring(dim);
}

Declarator decl
= new Declarator(type, cname, dim, varNo, new Symbol(varName));
tbl.append(varName, decl);
}

/* compileParameterList() returns the stack size used
* by the produced code.
*

+ 2
- 3
src/main/javassist/compiler/JvstTypeChecker.java Wyświetl plik

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2003 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2004 Shigeru Chiba. All Rights Reserved.
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with
@@ -114,8 +114,7 @@ public class JvstTypeChecker extends TypeChecker {
compileUnwrapValue(returnType);
else if (returnType instanceof CtPrimitiveType) {
CtPrimitiveType pt = (CtPrimitiveType)returnType;
int destType = MemberResolver.jvmTypeNameToExprType(
pt.getDescriptor());
int destType = MemberResolver.descToType(pt.getDescriptor());
exprType = destType;
arrayDim = 0;
className = null;

+ 1
- 1
src/main/javassist/compiler/KeywordTable.java Wyświetl plik

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2003 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2004 Shigeru Chiba. All Rights Reserved.
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with

+ 1
- 1
src/main/javassist/compiler/Lex.java Wyświetl plik

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2003 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2004 Shigeru Chiba. All Rights Reserved.
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with

+ 1
- 1
src/main/javassist/compiler/MemberCodeGen.java Wyświetl plik

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2003 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2004 Shigeru Chiba. All Rights Reserved.
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with

+ 2
- 27
src/main/javassist/compiler/MemberResolver.java Wyświetl plik

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2003 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2004 Shigeru Chiba. All Rights Reserved.
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with
@@ -430,31 +430,6 @@ public class MemberResolver implements TokenId {
return classname.replace('/', '.');
}

public static int jvmTypeNameToExprType(char type) {
switch(type) {
case 'Z' :
return BOOLEAN;
case 'B' :
return BYTE;
case 'C' :
return CHAR;
case 'S' :
return SHORT;
case 'I' :
return INT;
case 'J' :
return LONG;
case 'F' :
return FLOAT;
case 'D' :
return DOUBLE;
case 'V' :
return VOID;
default :
return CLASS;
}
}

public static int descToType(char c) throws CompileError {
switch (c) {
case 'Z' :
@@ -480,7 +455,7 @@ public class MemberResolver implements TokenId {
return CLASS;
default :
fatal();
return VOID;
return VOID; // never reach here
}
}


+ 1
- 1
src/main/javassist/compiler/NoFieldException.java Wyświetl plik

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2003 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2004 Shigeru Chiba. All Rights Reserved.
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with

+ 1
- 1
src/main/javassist/compiler/Parser.java Wyświetl plik

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2003 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2004 Shigeru Chiba. All Rights Reserved.
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with

+ 1
- 1
src/main/javassist/compiler/ProceedHandler.java Wyświetl plik

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2003 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2004 Shigeru Chiba. All Rights Reserved.
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with

+ 1
- 1
src/main/javassist/compiler/SymbolTable.java Wyświetl plik

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2003 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2004 Shigeru Chiba. All Rights Reserved.
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with

+ 1
- 1
src/main/javassist/compiler/SyntaxError.java Wyświetl plik

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2003 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2004 Shigeru Chiba. All Rights Reserved.
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with

+ 1
- 1
src/main/javassist/compiler/TokenId.java Wyświetl plik

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2003 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2004 Shigeru Chiba. All Rights Reserved.
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with

+ 1
- 1
src/main/javassist/compiler/TypeChecker.java Wyświetl plik

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2003 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2004 Shigeru Chiba. All Rights Reserved.
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with

+ 1
- 1
src/main/javassist/compiler/ast/ASTList.java Wyświetl plik

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2003 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2004 Shigeru Chiba. All Rights Reserved.
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with

+ 1
- 1
src/main/javassist/compiler/ast/ASTree.java Wyświetl plik

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2003 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2004 Shigeru Chiba. All Rights Reserved.
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with

+ 1
- 1
src/main/javassist/compiler/ast/AssignExpr.java Wyświetl plik

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2003 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2004 Shigeru Chiba. All Rights Reserved.
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with

+ 1
- 1
src/main/javassist/compiler/ast/BinExpr.java Wyświetl plik

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2003 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2004 Shigeru Chiba. All Rights Reserved.
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with

+ 1
- 1
src/main/javassist/compiler/ast/CallExpr.java Wyświetl plik

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2003 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2004 Shigeru Chiba. All Rights Reserved.
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with

+ 1
- 1
src/main/javassist/compiler/ast/CastExpr.java Wyświetl plik

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2003 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2004 Shigeru Chiba. All Rights Reserved.
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with

+ 1
- 1
src/main/javassist/compiler/ast/CondExpr.java Wyświetl plik

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2003 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2004 Shigeru Chiba. All Rights Reserved.
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with

+ 1
- 1
src/main/javassist/compiler/ast/Declarator.java Wyświetl plik

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2003 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2004 Shigeru Chiba. All Rights Reserved.
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with

+ 1
- 1
src/main/javassist/compiler/ast/DoubleConst.java Wyświetl plik

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2003 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2004 Shigeru Chiba. All Rights Reserved.
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with

+ 1
- 1
src/main/javassist/compiler/ast/Expr.java Wyświetl plik

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2003 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2004 Shigeru Chiba. All Rights Reserved.
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with

+ 1
- 1
src/main/javassist/compiler/ast/FieldDecl.java Wyświetl plik

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2003 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2004 Shigeru Chiba. All Rights Reserved.
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with

+ 1
- 1
src/main/javassist/compiler/ast/InstanceOfExpr.java Wyświetl plik

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2003 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2004 Shigeru Chiba. All Rights Reserved.
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with

+ 1
- 1
src/main/javassist/compiler/ast/IntConst.java Wyświetl plik

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2003 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2004 Shigeru Chiba. All Rights Reserved.
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with

+ 1
- 1
src/main/javassist/compiler/ast/Keyword.java Wyświetl plik

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2003 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2004 Shigeru Chiba. All Rights Reserved.
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with

+ 1
- 1
src/main/javassist/compiler/ast/Member.java Wyświetl plik

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2003 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2004 Shigeru Chiba. All Rights Reserved.
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with

+ 1
- 1
src/main/javassist/compiler/ast/MethodDecl.java Wyświetl plik

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2003 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2004 Shigeru Chiba. All Rights Reserved.
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with

+ 1
- 1
src/main/javassist/compiler/ast/NewExpr.java Wyświetl plik

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2003 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2004 Shigeru Chiba. All Rights Reserved.
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with

+ 1
- 1
src/main/javassist/compiler/ast/Pair.java Wyświetl plik

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2003 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2004 Shigeru Chiba. All Rights Reserved.
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with

+ 1
- 1
src/main/javassist/compiler/ast/Stmnt.java Wyświetl plik

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2003 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2004 Shigeru Chiba. All Rights Reserved.
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with

+ 1
- 1
src/main/javassist/compiler/ast/StringL.java Wyświetl plik

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2003 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2004 Shigeru Chiba. All Rights Reserved.
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with

+ 1
- 1
src/main/javassist/compiler/ast/Symbol.java Wyświetl plik

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2003 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2004 Shigeru Chiba. All Rights Reserved.
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with

+ 1
- 1
src/main/javassist/compiler/ast/Variable.java Wyświetl plik

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2003 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2004 Shigeru Chiba. All Rights Reserved.
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with

+ 1
- 1
src/main/javassist/compiler/ast/Visitor.java Wyświetl plik

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2003 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2004 Shigeru Chiba. All Rights Reserved.
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with

+ 1
- 1
src/main/javassist/convert/TransformAfter.java Wyświetl plik

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2003 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2004 Shigeru Chiba. All Rights Reserved.
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with

+ 1
- 1
src/main/javassist/convert/TransformBefore.java Wyświetl plik

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2003 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2004 Shigeru Chiba. All Rights Reserved.
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with

+ 1
- 1
src/main/javassist/convert/TransformCall.java Wyświetl plik

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2003 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2004 Shigeru Chiba. All Rights Reserved.
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with

+ 0
- 0
src/main/javassist/convert/TransformFieldAccess.java Wyświetl plik


Niektóre pliki nie zostały wyświetlone z powodu dużej ilości zmienionych plików

Ładowanie…
Anuluj
Zapisz