-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.0.0
-
Fix Version/s: 2.0.0.AM3
-
Labels:None
AttributeType attributeType = new AttributeType("mail");
StringValue stringValue = new StringValue(attributeType,
"test@test.com");
Attribute attribute = new DefaultAttribute(attributeType, stringValue);
on the third line i get a NullPointerException and stepping through
the code inside DefaultAttribute at line 1857 isHR =
attributeType.getSyntax().isHumanReadable(); attributeType.syntax is
null.