[ https://issues.apache.org/jira/browse/LUCENENET-278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12779212#action_12779212 ]
Nicholas Paldino commented on LUCENENET-278: -------------------------------------------- Patch coming soon. > Instances of DateField class cannot be created. > ----------------------------------------------- > > Key: LUCENENET-278 > URL: https://issues.apache.org/jira/browse/LUCENENET-278 > Project: Lucene.Net > Issue Type: Bug > Reporter: Nicholas Paldino > Priority: Blocker > > The DateFIeld class has a line which is called on object creation (it is in a > field assignment): > System.Convert.ToString(1000L * 365 * 24 * 60 * 60 * 1000, 36).Length; > Which ends up throwing an exception and prevents instances of the class from > being called. > This currently prevents some of the test cases from executing correctly. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.