|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
- [mojo-dev] [jira] (MAPPASM-180) Ability til inc... Eirik Maus (JIRA)
- [mojo-dev] [jira] (MAPPASM-180) Ability ti... Dan Tran (JIRA)
- [mojo-dev] [jira] (MAPPASM-180) Ability ti... Eirik Maus (JIRA)
- [mojo-dev] [jira] (MAPPASM-180) Ability ti... Eirik Maus (JIRA)
- [mojo-dev] [jira] (MAPPASM-180) Ability ti... Eirik Maus (JIRA)
- [mojo-dev] [jira] (MAPPASM-180) Ability ti... Eirik Maus (JIRA)
- [mojo-dev] [jira] (MAPPASM-180) Ability ti... Eirik Maus (JIRA)
- [mojo-dev] [jira] (MAPPASM-180) Ability ti... Karl Heinz Marbaise (JIRA)
- [mojo-dev] [jira] (MAPPASM-180) Ability ti... Eirik Maus (JIRA)
- [mojo-dev] [jira] (MAPPASM-180) Ability ti... Eirik Maus (JIRA)
- [mojo-dev] [jira] (MAPPASM-180) Ability ti... Eirik Maus (JIRA)

Unfortunately the patch does not follow the coding style guide for submitting a patch. Furthermore it uses an IDE specific patch format which i can't proceed via patch command. The best way to produce a patch is to use svn diff on command line. Apart from that i've seen things like this in the code:
which i would never accept for a patch, it would make more sense to think about the intention of the variable and name it accordingly.
One other thing has become my interest, cause i saw a thing like this:
This variable has already been marked as deprecated and should be handled that way. This means renaming it does not work, cause it will break backward compatibility. If you have the problem that it will contradict with the filtering than the best thing is to bring either a WARNING or may be break the build with an appropriate message which explains the problem for the user with a hint to solve the problem.