rootvector2 opened a new pull request, #509: URL: https://github.com/apache/commons-bcel/pull/509
parameter annotations and nested annotation values were parsed with a hardcoded `false` runtime-visible flag, so a `RuntimeVisibleParameterAnnotations` attribute reported `isRuntimeVisible() == false` and a `MethodGen` round-trip (after the parameter annotations are unpacked) silently rewrote it as `RuntimeInvisibleParameterAnnotations`, dropping it from runtime reflection; thread the flag from the attribute into `ParameterAnnotationEntry` and from `AnnotationEntry.read` into nested annotation values, matching what `Annotations` already does for field and method annotations. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
