You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Amitesh Pathak <am...@gmail.com> on 2017/10/04 10:00:54 UTC

Regarding Beginner Issue

Hi all

As suggested i have successfully built tomcat locally.

On reaching out to the CONTRIBUTING.md and opening the mentioned link,
there are only few issues(3) for there to contribute as a beginner, and
that too are related to documentation.

Can anyone please help me with getting/assigning a beginner task .

Any help will be great!

Sincerely
Amitesh Pathak

Re: Regarding Beginner Issue

Posted by Mark Thomas <ma...@apache.org>.
On 04/10/17 11:00, Amitesh Pathak wrote:
> Hi all
> 
> As suggested i have successfully built tomcat locally.
> 
> On reaching out to the CONTRIBUTING.md and opening the mentioned link,
> there are only few issues(3) for there to contribute as a beginner, and
> that too are related to documentation.
> 
> Can anyone please help me with getting/assigning a beginner task .

If you enable findbugs in the build ( execute.findbugs=true ) and run it
on the command line ( ant findbugs ) you should get a report with about
1000 failures in it. Each one needs to be looked at to figure out if it
is valid or not.

If it is valid, then a fix is required.

If it is invalid, then it needs to be added to
res/findbugs/filter-false-positives.xml

I suggest you tackle them in small batches (or even one at a time) and
check you analysis with the community before going too far.

It makes sense to start with the high priority ones first.

Do keep in mind that all of the remaining issues are all low confidence
so it is likely that the majority will be false positives.

You can also do this in an IDE. I use Eclipse and in the past I have
used the FindBugs plug-in. I'm currently evaluating switching to SpotBugs.

HTH,

Mark


> 
> Any help will be great!
> 
> Sincerely
> Amitesh Pathak
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org