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

Close #10 #11

Merged
merged 5 commits into from
Aug 30, 2016
Merged

Close #10 #11

merged 5 commits into from
Aug 30, 2016

Conversation

ochedru
Copy link
Collaborator

@ochedru ochedru commented Aug 30, 2016

No description provided.

@@ -236,8 +278,8 @@ public void set() {
alignment = null;
}
Font font;
if (bold || italic || fontColor != null) {
font = Font.build(bold, italic, fontColor);
if (bold || italic || fontColor != null || fontName != null || fontSize != null) {

Choose a reason for hiding this comment

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

MAJOR Reduce the number of conditional operators (4) used in the expression (maximum allowed 3). rule

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.3%) to 97.222% when pulling 3963aca on ochedru:font into 24830db on dhatim:master.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.03%) to 97.569% when pulling 19539fe on ochedru:font into 24830db on dhatim:master.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.03%) to 97.569% when pulling b5aec20 on ochedru:font into 24830db on dhatim:master.

@dhatim-bot
Copy link

SonarQube analysis reported 1 issue

  • MAJOR 1 major

Watch the comments in this conversation to review them.

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.1%) to 97.4% when pulling 29c417f on ochedru:font into 24830db on dhatim:master.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.03%) to 97.569% when pulling 0678f8b on ochedru:font into 24830db on dhatim:master.

@ochedru ochedru merged commit 7189556 into dhatim:master Aug 30, 2016
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

3 participants