• Bug
  • Status: Open
  • 2 Major
  • Resolution:
  • Eclipse Plugin
  • gkeim
  • Reporter: hmak
  • March 09, 2009
  • 0
  • Watchers: 1
  • June 23, 2010

Description

Eclipse plugin does not mark [indirectly @InstrumentedClass annotated] class with red check. For example,

@InstrumentedClass @HonorTransient class C1 { }

class C2 extends C2 { }

C1 is marked as instrumented, but C2 is *not*.

Comments