Skip to content

The toString() check now supports array fields#227

Open
ekoutanov wants to merge 32 commits intosta-szek:masterfrom
obsidiandynamics:master
Open

The toString() check now supports array fields#227
ekoutanov wants to merge 32 commits intosta-szek:masterfrom
obsidiandynamics:master

Conversation

@ekoutanov
Copy link
Copy Markdown
Collaborator

The best-practice for writing toString() methods containing array types is to use Arrays.toString() to print arrays, rather than default to the default implementation, which just prints the object reference. This change supports this.

@ekoutanov
Copy link
Copy Markdown
Collaborator Author

These Codacy checks aren't terribly effective, me thinks.

.collect(Collectors.toList());
}

private static void makeModifiable(final Field field) {
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

not sure about this change

build.gradle Outdated
vcsUrl = 'https://github.com/sta-szek/pojo-tester.git'
userOrg = "obsidiandynamics"
desc = 'POJO testing library'
websiteUrl = 'https://github.com/obsidiandynamics/pojo-tester'
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

revert pls :)

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.

2 participants