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?

Hi,
We do have some analysis in place see
https://jenkins.webtide.net/job/jetty.project/job/jetty-9.4.x/1931/jdk8/
Interesting as one you mentioned has a PR here :)
https://github.com/eclipse/jetty.project/pull/5804
Feel free to propose PR to fix issues reported by static analysis, you
PRs will be reviewed.

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



-- 
Olivier


Back to the top