|
Re: re: Findbugs 1.1.1 Eclipse Settings: msg#00007java.findbugs.general
On Tue, 03 Oct 2006 20:05:30 +0200, Brian Cole <tuc@xxxxxxxxxx> wrote:
100% ack Well, I did consider your point of view, and I'm willing to change it if enough people agree with you. All project settings belongs to the .settings folder of project. It's on customers to decide how they manage projects and their settings. In all our projects all project settings files are shared to insure that each project member could see all warnings/errors etc, and to have consistent state across different workstations. If one developer decides to check the "Run findbugs automatically" box, should that apply to all As long as this developer does not check in the changes, nothing happens. But this decision to run or not run findbugs is usually made by project manager :) Might one developer want to disable all the SQL-related detectors See above. I decided that moving .fbprefs into the .metadata [getStateLocation()] instead of .settings It's an Eclipse pattern to save *plugin* preferences which are not project related into .metadata directory, and *project* preferences into the .settings directory in the project. In this way it is always possible use version control for such settings, which is MUST for compiler settings, checkstyle warnings and even findbugs settings. -brian Yes, or, better, in the "bin" or better "usr/temp" directory. It's "derived" resource and shouldn't appear under the project root. -- Kind regards, mit freundlichen Grüßen Andrei Loskutov @Home: http://andrei.gmxhome.de Hinweis: diese Nachricht besteht nur aus den wiederverwertbaren Bits.
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: re: Findbugs 1.1.1 Eclipse Settings, Eugene Kuleshov |
|---|---|
| Next by Date: | Re: re: Findbugs 1.1.1 Eclipse Settings, Norman Gyhra |
| Previous by Thread: | Re: re: Findbugs 1.1.1 Eclipse Settings, Eugene Kuleshov |
| Next by Thread: | Re: re: Findbugs 1.1.1 Eclipse Settings, Norman Gyhra |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |