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

Issue #8328: Change name of checkstyle types to be close to real java types - basic types #8343

Merged
merged 1 commit into from Jul 2, 2020

Conversation

gaurabdg
Copy link
Contributor

@gaurabdg gaurabdg commented Jun 25, 2020

#8328

Refactored

  1. integer -> Integer
  2. boolean -> Boolean
  3. integerSet -> int[]
  4. create Double and double[]
  5. stringSet -> String[]

src/xdocs/config_filters.xml Outdated Show resolved Hide resolved
src/xdocs/config_filters.xml Outdated Show resolved Hide resolved
src/xdocs/property_types.xml Outdated Show resolved Hide resolved
src/xdocs/property_types.xml Outdated Show resolved Hide resolved
src/xdocs/property_types.xml Outdated Show resolved Hide resolved
Copy link
Member

@romani romani left a comment

Choose a reason for hiding this comment

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

item:

src/xdocs/config_design.xml Outdated Show resolved Hide resolved
@romani
Copy link
Member

romani commented Jun 27, 2020

Looks like update will be tricky ... let remove from this PR update for String[] we will do this separately, with special attention to each property. Please try to do most simple update sooner, and we will left for later some controversial cases.

Please send PR with update of option names to make all of them end with "Option".

Please create one more PR to update https://checkstyle.org/property_types.html and reference all basic types (int, char, ..... , int[], char[], ....), we support them so no matter is Checks have them or not they should be referenced.

@gaurabdg gaurabdg force-pushed the refactor-types-java branch 2 times, most recently from ca88055 to 42bd80d Compare June 29, 2020 19:49
Copy link
Member

@romani romani left a comment

Choose a reason for hiding this comment

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

please always recheck links that they are working.

failed wercker was restarted, there was artifact downlaod issue.

items:

src/xdocs/releasenotes_old.xml Outdated Show resolved Hide resolved
@romani romani merged commit 854d2e2 into checkstyle:master Jul 2, 2020
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

4 participants