TestProtectedCtors test on TestQueryParser fails. -------------------------------------------------
Key: LUCENENET-280 URL: https://issues.apache.org/jira/browse/LUCENENET-280 Project: Lucene.Net Issue Type: Bug Reporter: Nicholas Paldino Priority: Minor The TestProtectedCtors test fails because it assumes if a ConstructorInfo is searched for using reflection and one does not exist, that an exception will be thrown. The behavior in .NET, however, is that null will be returned from the call to GetConstructor on the Type instance. Patch to follow. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.