Skip to content

Proposal to remove the trim bar to gain vertical space - #319

Merged
lesquoyb merged 2 commits into
2024-06from
TrimRemoval
Sep 11, 2024
Merged

lesquoyb merged 2 commits into
2024-06from
TrimRemoval

Conversation

@AlexisDrogoul

Copy link
Copy Markdown
Member

Removal of the trim being present by default in Edition / Simulation perspectives (possibility to reinstate it using the layout statement).
Replacement of the default HeapStatus control of Eclipse by a simple icon in the top-right corner, with a tooltip to indicate the memory, and removal of the timer task used to compute the memory in background.

Replacement of the default HeapStatus control of Eclipse by a simple icon in the top-right corner.

@codescene-delta-analysis codescene-delta-analysis Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Code Health Quality Gates: FAILED

Change in average Code Health of affected files: +0.01 (7.91 -> 7.92)

  • Declining Code Health: 1 findings(s) 🚩

View detailed results in CodeScene

public Control createWidget(final Composite parent) {
composite = new Composite(parent, SWT.NONE);
GridLayoutFactory.fillDefaults().margins(0, 0).spacing(0, 0).extendedMargins(0, 5, 5, 5).numColumns(2)
GridLayoutFactory.fillDefaults().margins(0, 0).spacing(0, 0).extendedMargins(0, 5, 5, 5).numColumns(3)

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

❌ Getting worse: Complex Method
createWidget already has high cyclomatic complexity, and now it increases in Lines of Code from 115 to 117

Suppress

@codescene-delta-analysis codescene-delta-analysis Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Code Health Quality Gates: FAILED

Change in average Code Health of affected files: +0.01 (7.91 -> 7.92)

  • Declining Code Health: 1 findings(s) 🚩

View detailed results in CodeScene

@lesquoyb
lesquoyb merged commit 5a1ab9e into 2024-06 Sep 11, 2024
@lesquoyb
lesquoyb deleted the TrimRemoval branch September 11, 2024 03:01
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