Skip to content

Conversation

@DogukanKundum
Copy link

No description provided.

Copy link
Member

@ctubbsii ctubbsii left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Were these changes generated by a tool? There's a mix of stuff that's nice, but some other stuff that probably shouldn't happen. For one, there's a lot of unnecessary whitespace changes. We haven't applied our project formatter to our examples (yet), so that's probably fine for now, but it's a bit disruptive. We also tend to not suppress all warnings (we prefer to fix them), and also would prefer not to leave in commented-out code.

There's some good stuff in here, though, too... like limiting the visibility for fields, methods, and classes, when they don't need to be as visible.

I'm just not sure it's a great idea to merge in the current state.

@DogukanKundum
Copy link
Author

Yes of course. It may be best to use the same format. also my goal is to be a developer. There have been changes made according to sonarqube results. We can make the changes by browsing together. be part of my target community.

}

config.getAppConfiguration().clear();
// --Commented out by Inspection START (01.03.2019 15:22):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is this?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Intellij IDE added auto comment line. I don’t looking check of control repeat. I’ll delete.


public static final Column COUNT_SEEN_COL = new Column("count", "seen");
public static final Column COUNT_WAIT_COL = new Column("count", "wait");
public static final Column COUNT_SEEN_COL = new Column("count", "seen");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why add the spaces?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

my formatter different yours. this line code false at Constants.class. i’ll delete. sorry.

@ctubbsii
Copy link
Member

ctubbsii commented Mar 5, 2019

@DogukanKundum Did you close this because you are no longer interested in contributing? Or because you do not have time to address the questions raised in the review?

@DogukanKundum
Copy link
Author

@DogukanKundum Did you close this because you are no longer interested in contributing? Or because you do not have time to address the questions raised in the review?

No. I want to contributor. But, first step i have your codeFormatter.xml. you send me codeFormatter.xml. after, I'll edit once this code changed. No problem bro.

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.

3 participants