Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
4.0.0-alpha-7
-
None
Description
It uses immutable list and while it looks it allows, actually fails on constructs like this:
new DefaultProfileSelector() .addProfileActivator(new JdkVersionProfileActivator()) .addProfileActivator(new PropertyProfileActivator())
As default ctor creates immutable list, but API kinda suggests this is ok.
Attachments
Issue Links
- links to