Fixed
Details
Assignee
Hardy FerentschikHardy FerentschikReporter
Mathieu LachanceMathieu LachanceBug Testcase Reminder (view)
Bug reports should generally be accompanied by a test case!
Bug Testcase Reminder (edit)
Bug reports should generally be accompanied by a test case!
Participants
Gunnar MorlingHardy FerentschikMathieu LachanceComponents
Fix versions
Affects versions
Priority
Major
Details
Details
Assignee
Hardy Ferentschik
Hardy FerentschikReporter
Mathieu Lachance
Mathieu LachanceBug Testcase Reminder (view)
Bug reports should generally be accompanied by a test case!
Bug Testcase Reminder (edit)
Bug reports should generally be accompanied by a test case!
Participants
Gunnar Morling
Hardy Ferentschik
Mathieu Lachance
Components
Fix versions
Affects versions
Priority
Created October 24, 2012 at 4:22 PM
Updated November 29, 2012 at 5:30 PM
Resolved November 2, 2012 at 4:29 PM
there is a difference in the processing of raw type and <?> type.
here is my use case :
With:
everything works fine, though when:
I get the following exception :
workaround :
do not use @Inherited annotation
use @SuppressWarnings("rawtypes") instead of inferring <?>