Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-dev] Contributing a patch with cleaned up code

Hi,

I've already signed the CLA and would like to contribute the attached patch.

Summary of changes to the jetty-runner module:

* removed <groupId>org.eclipse.jetty</groupId> from pom.xml as it's inherited from the parent pom
* removed MalformedURLException as IOException will always be thrown instead, as it's a super class of MalformedURLException
* replaced a huge if-else block by an easier comprehendible switch block
* removed redundant semicolons
* replaced some old-school for loops by for-each loops 
* replaced Java7-redundant Generic declarations

I'd like to commit this patch as

"Cleanup code and improve readability"

Do I have to fil an issue or what is the procedure of contributing these kind of patches?

Cheers,
Alex


._.

Attachment: code_cleanup.diff
Description: Binary data


Back to the top