Fixing a few sonar code quality violations by alainlompo · Pull Request #336 · aimacode/aima-java

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@alainlompo

Copy link Copy Markdown

No description provided.

if (isValidMatch(toMatch, toMatchVariables, variable,
substitution)) {
// Fixing squid:s1066
if (null != (substitution = unifier.unify(toMatch, variable))
Copy link Copy Markdown

Collaborator

Choose a reason for hiding this comment

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

Can you remove these comments? The changes look fine.

Copy link Copy Markdown

Collaborator

Choose a reason for hiding this comment

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

Also please have a look at the conflicts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

@samagra14 samagra14 samagra14 requested changes

Assignees

No one assigned

Labels

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@alainlompo @samagra14