-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Code refactor 1 #482
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
Code refactor 1 #482
Conversation
+ Replace label_resouce by label_resource + Replace resouces by resources + Replace resourcename by resourceName
…figuredDataSource()
FSchumacher
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks -- again -- for the patches. I will commit them with the slight changes I indicated at the lines.
| SampleResult result = event.getResult(); | ||
| for (SampleResult subResult : result.getSubResults()) { | ||
| savee = resultToDelimitedString(event, subResult, saveConfiguration, delimiter); | ||
| out.println(savee); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am not sure if savee meant the thing that is to be saved, so I will rename the variable to formattedResult. It seems to me, that it is exactly that.
| /** | ||
| * | ||
| * @param label_resouce text resource name for group label | ||
| * @param label_resource text resource name for group label |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Java convention for naming parameters is to use camel case, so I will change it.
…erProperties Part of #482 on github
…eterProperties Part of #482 on github
+ Replace label_resouce by label_resource + Replace resouces by resources + Replace resourcename by resourceName Part of #482 on github
…uredDataSource() Part of #482 on github
The old name was savee, which might have been an error, so try to be clearer about the name. It is the formatted result. Part of #482 on github
Description
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist: