Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Won't Fix
-
Affects Version/s: ECLIPSE-0.4.1, NB_0.6
-
Fix Version/s: None
-
Component/s: mevenide-netbeans
-
Labels:None
-
Environment:All
-
Number of attachments :
Description
CarefulProjectMarshaller attempts to retreave roles using IContentProvider.getValueList(). Roles are returned using a SortedSet, which is not a List. BeanContentProvider logs error message then returns null.
Since maven 1.1 the roles are a List instead of SortedSet.