Skip to content

Find duplicate lines with checkstyle; enable some duplicate inspections in IntelliJ#6558

Merged
leventov merged 4 commits intoapache:masterfrom
metamx:duplicate-lines
Nov 26, 2018
Merged

Find duplicate lines with checkstyle; enable some duplicate inspections in IntelliJ#6558
leventov merged 4 commits intoapache:masterfrom
metamx:duplicate-lines

Conversation

@leventov
Copy link
Copy Markdown
Member

@leventov leventov commented Oct 31, 2018

Not putting this to 0.13 milestone because the found bugs are not critical (one is a harmless DI config duplicate, and another is in a benchmark.

Change in DumpSegment is just an indentation change.

@leventov leventov added the Bug label Oct 31, 2018
@leventov leventov requested a review from jihoonson October 31, 2018 13:11
@leventov leventov added the WIP label Oct 31, 2018
@leventov leventov removed the WIP label Nov 8, 2018
dimFilters.add(new InDimFilter(dimName, dimUniformFilterVals, null));
dimFilters.add(new SelectorDimFilter(dimName, "3", null));
dimFilters.add(new BoundDimFilter(dimName, "100", "10000", true, true, true, null, null));
//CHECKSTYLE.OFF: Regexp - TODO intentional duplicates?
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

@leventov
Copy link
Copy Markdown
Member Author

@jihoonson could you please review?

@leventov leventov merged commit 887c645 into apache:master Nov 26, 2018
@leventov leventov deleted the duplicate-lines branch November 26, 2018 15:55
@jon-wei jon-wei added this to the 0.14.0 milestone Feb 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants