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,

the TODOs  are probably a bit of a mixed bag in terms of relevance etc.
If you plan to work on something, best to first raise an issue so we can comment/advise before you commit significant effort.

cheers


On Sun, 13 Dec 2020 at 08:14, 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.

Thanks,

R

_______________________________________________
jetty-dev mailing list
jetty-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/jetty-dev


--

Back to the top