Re: run in eclipse error

2017-10-17 Thread Erick Erickson
Anyone can raise a JIRA and submit a patch, it's then up to one of the committers to pick it up and commit to the code lines. You have to create an ID of course. See: https://issues.apache.org/jira/ On Tue, Oct 17, 2017 at 5:04 AM, Mike Sokolov wrote: > Checkstyle has a onetoplevelclass rule tha

RE: run in eclipse error

2017-10-17 Thread Mike Sokolov
Checkstyle has a onetoplevelclass rule that would enforce this On October 17, 2017 3:45:01 AM EDT, Uwe Schindler wrote: >Hi, > >this has nothing to do with the Java version. I generally ignore this >Eclipse-failure as I only develop in Eclipse, but run from command >line. The reason for this beha

Re: RE: run in eclipse error

2017-10-17 Thread 380382...@qq.com
I recently look at solr and lucene source, I do not know if I can solve this error and submit a patch? 380382...@qq.com From: Uwe Schindler Date: 2017-10-17 15:45 To: java-user@lucene.apache.org CC: d...@lucene.apache.org Subject: RE: run in eclipse error Hi, this has nothing to do with

RE: run in eclipse error

2017-10-17 Thread Uwe Schindler
Hi, this has nothing to do with the Java version. I generally ignore this Eclipse-failure as I only develop in Eclipse, but run from command line. The reason for this behaviour is a problem with Eclipse's resource management/compiler with the way how some classes in Solr (especially facet comp

Re: run in eclipse error

2017-10-16 Thread Erick Erickson
bq: Does git master need to use java9 for development i can at least answer that with "no". Java8 is the current standard for master. No clue what's going on with Eclipse though, I use IntelliJ That class is part of Solr so Java 9 is probably not germane. Best, Erick On Mon, Oct 16, 2017 a