Browse Source

updated documentation for JASSIST-208 fix

tags/rel_3_19_0_ga
chibash 9 years ago
parent
commit
e68442c746
2 changed files with 2 additions and 1 deletions
  1. 1
    1
      Readme.html
  2. 1
    0
      src/main/javassist/bytecode/ClassFileWriter.java

+ 1
- 1
Readme.html View File



<p>-version 3.19 <p>-version 3.19
<ul> <ul>
<li>JIRA JASSIST-158, 205, 206, 207, 211, 212, 216, 220, 223, 224, 227, 230, 234, 235, 236.
<li>JIRA JASSIST-158, 205, 206, 207, 208, 211, 212, 216, 220, 223, 224, 227, 230, 234, 235, 236.
</ul> </ul>
</p> </p>



+ 1
- 0
src/main/javassist/bytecode/ClassFileWriter.java View File

* Returns the length of the bytecode that has been added so far. * Returns the length of the bytecode that has been added so far.
* *
* @return the length in bytes. * @return the length in bytes.
* @since 3.19
*/ */
public int size() { return output.getPos() - startPos - 14; } public int size() { return output.getPos() - startPos - 14; }



Loading…
Cancel
Save