-
Notifications
You must be signed in to change notification settings - Fork 815
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Minor Formatting changes #197
Conversation
sdutry
commented
Jan 3, 2018
- made some minor formatting changes concerning:
- mixed tabs and spaces
- add curly brackets around single line conditional statements
- added some missing ´@OverRide´ annotations
- add curly brackets around single line conditional statements - place finally statement on same line as closing catch bracket
- add curly brackets around single line conditional statements
Looks good to me but it would be nice if you could increase coverage to satisfy Coveralls :) |
I'll look into it. |
Test that a ConfigurationException is thrown when the TemplateEngineManager returns null instead of a TemplateEngine instance.
@lukaszlenart
to
|
Verified that: - default template name gets picked when no specific one is given - specific template gets precedence over default one
Verified that: - explicit templateDirectory gets precedence - attribute templateDir gets picked if no explitit one is given - defaultTemplateDirectory gets picked if there is no explicit one and an attribute templateDid - "template" is returned as default value
Verified that the value is added to the parameters after they have been evaluated.
Verified that the value parameter is added as the nameValue parameter.
💯 |
@sdutry ready to be merged? |
I think so. Maybe the following piece of comment should be removed? /**
*
* @version $Date$ $Id$
*/
public class UIBeanTest extends StrutsInternalTestCase { |
Yes, please do, those are some leftovers from Subversion - not in use anymore |
nice, LGTM 👍 |