-
Bug
-
Resolution: Done
-
Major
-
3.0.0.CR1
-
None
-
None
I tried using interception factory on a produced List (using the List interface instead of actual underlying ArrayList).
This causes an NPE to be thrown - we should be handling this is some more pleasant manner.
Here is a link to my branch with test/reproducer for this. Runnable with -Dtest=InterceptionFactoryTest#testListAdd.
- is related to
-
WELD-2533 Inspect limitations of InterceptionFactory usage on interfaces
- Resolved