You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "nbauma109 (via GitHub)" <gi...@apache.org> on 2023/04/08 17:26:22 UTC

[GitHub] [commons-bcel] nbauma109 commented on a diff in pull request #183: added accessors to model and unit tests, javadoc comments

nbauma109 commented on code in PR #183:
URL: https://github.com/apache/commons-bcel/pull/183#discussion_r1161137321


##########
src/main/java/org/apache/bcel/classfile/Code.java:
##########
@@ -259,6 +259,20 @@ public LocalVariableTable getLocalVariableTable() {
         return null;
     }
 
+    /**
+     * Gets the local variable type table attribute {@link LocalVariableTypeTable}.
+     * @return LocalVariableTypeTable of Code, if it has one, null otherwise.
+     * @since 6.7.1

Review Comment:
   done



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@commons.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org