Skip to content
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

Implementation and design level code refactoring #918

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

nandKadivar
Copy link

Refactor code with Extract Method
Package: org.influxdb.impl
File: RetryCapableBatchWriter.java

Refactor code with Decompse Condition
Package: org.influxdb.dto
File: Point.java

Refactor code with "Introduce Explaining Variable"
package: org.influxdb.querybuilder
File: Appender.java

Refactor code with "Extract Method"
package: org.influxdb.querybuilder
FIle: BuiltQuery.java, Utility.java

Refactor code with "Move Method"
package: org.influxdb.impl
File: InfluxDBResaultMapper.java, InfluxDBMapper.java

Refactor code with "Push Down Method"
package: org.influxdb.impl
File: InfluxDBResultMapper.java, InfluxDBMapper.java, InfluxDBResultMapperTest.java

@majst01
Copy link
Collaborator

majst01 commented Apr 10, 2023

CI failed and i am not sure what problem you want to solve ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants