Skip to content

Cleanup base on IDEA Code Inspector and small refactoring #59

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

Merged
merged 3 commits into from
Jul 17, 2018

Conversation

Pazus
Copy link
Member

@Pazus Pazus commented Jul 14, 2018

Trivial cleanup (remove unnecessary imports, making properties final, simplified if statements etc) based on IDEA code inspector

Refactored creation of ReporterInspectors. Made them immutable, separated creation from ReporterInfo collection fill
Made TestRunnerStatement AutoClosable to be used with try-with-resource
For SQLData implementations (FileMapping, KeyValuePair) made setters private

… simplified if statements etc) based on IDEA code inspector

Refactored creation of ReporterInspectors. Made them immutable, separated creation from ReporterInfo collection fill
Made TestRunnerStatement AutoClosable to be used with try-with-resource
For SQLData implementations (FileMapping, KeyValuePair) made setters private
Pazus added 2 commits July 14, 2018 11:56
added private constructors to pure utility static classes
Refactored Version class to be immutable
refactored ReportInspectors: moved Map creation to interface default method, moved info storage and initialization to subclasses from abstract class.
Fixed test failure due to wrong order of construction
@pesse pesse merged commit c007ca9 into utPLSQL:develop Jul 17, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants