Matthew Broadhead created DIRAPI-302:
----------------------------------------
Summary: DefaultAttribute NPE
Key: DIRAPI-302
URL: https://issues.apache.org/jira/browse/DIRAPI-302
Project: Directory Client API
Issue Type: Bug
Affects Versions: 1.0.0
Reporter: Matthew Broadhead
AttributeType attributeType = new AttributeType("mail");
StringValue stringValue = new StringValue(attributeType,
"[email protected]");
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.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)