Menu

#170 VisitAnnotation method messes up annotations (with PATCH)

open
nobody
None
5
2011-11-15
2011-11-15
Mark Sinke
No

The description of the annotation is mangled to figure out if the method should be ignored, but then passed on the superclass visitAnnotation.

The (small) attached patch fixes the issue.

These are the commit comments I would attach I would have commit rights

Fix issue with annotation instrumentation that created illegal class files
* the annotation description was unmangled for the "ignore method with annotation" feature, but then passed unmangled to the super.visitAnnotation method
* now passing the original desc to the super class method

Discussion

  • Mark Sinke

    Mark Sinke - 2011-11-15
     
  • Mark Sinke

    Mark Sinke - 2011-11-15
    • summary: VisitAnnotation method messes up annotations --> VisitAnnotation method messes up annotations (with PATCH)
     

Log in to post a comment.