Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-dev] Are these possible issues?

Ravi,

On Sun, Dec 13, 2020 at 8:14 AM Ravi Kumar <kumarravi1165@xxxxxxxxx> wrote:
>
> Hi,
>
> I am a professional developer and was looking for contributing to FOSS.
> Since it is my first time contribution and not knowing where to start I
> cloned jetty project and did the following:
>
>    - I ran a static code analyzer tool on some of the modules. I found a
> lot of "Null Dereference", and a few "Inefficient Keyset Iterator"
> issues spit out by the static-code analyzer . The tool I used for
> analyzing is "fb-infer" from Facebook.
>
> - Another thing I noticed was there were a lot of "TODOs" sprinkled in
> the code. Should I go ahead and assume that they are really meant as a
> TODO item and work on that or that they are already done but the tag
> wasn't removed.
>
> I wanted to know if the aforementioned things would constitute as an
> issue/bug/enhancement or any other label and is it okay for me to start
> working on fixing some of them.

Also, look at the issues with the label "Help Wanted".

There are plenty of them and most are very simple tasks, for which you
will get guidance and review with a committer.

-- 
Simone Bordet
----
http://cometd.org
http://webtide.com
Developer advice, training, services and support
from the Jetty & CometD experts.


Back to the top