[jira] Commented: (LUCENE-2312) Search on IndexWriter's RAM Buffer

2010-03-22 Thread Brian Goetz (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12848183#action_12848183 ] Brian Goetz commented on LUCENE-2312: - @JasonR: There is a good reason there i

Re: Committers: IntelliJ IDEA for open source developers

2006-07-14 Thread Brian Goetz
Erik; I see we are qualified to get free IntelliJ licenses -- how do we actually do that? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Capitalized Method Names?

2005-11-25 Thread Brian Goetz
> Inherited from JavaCC's CharStream. > > On 11/25/05, Robert Engels <[EMAIL PROTECTED]> wrote: > > I noticed that there a few Capitalized method names in the FastCharStream? > > > > Is there a reason for this? It is not according to Java standards. There are a lot of seriously nonstandard conven

Re: too many classes visible with "ant javadocs"

2005-05-01 Thread Brian Goetz
> junit.jar really ought to be removed from our repository. Due to > classloader issues, doesn't work with junit.jar anywhere but in > the classpath that launches Ant. The Ant best practice is to put > junit.jar in ANT_HOME/lib anyway. I have adjusted the build file that > I'll check in lat