Skip to content

#1063: improved missleading documentation (for user specific workspace configuration)#2041

Open
JoelAdbu wants to merge 16 commits into
devonfw:mainfrom
JoelAdbu:feature/1063-adjust-doc-user-specific-configuration
Open

#1063: improved missleading documentation (for user specific workspace configuration)#2041
JoelAdbu wants to merge 16 commits into
devonfw:mainfrom
JoelAdbu:feature/1063-adjust-doc-user-specific-configuration

Conversation

@JoelAdbu

@JoelAdbu JoelAdbu commented Jun 17, 2026

Copy link
Copy Markdown

This PR fixes #1063

Implemented changes:

  • clarified documentation regarding user-specific IDE workspace configuration
  • documented that workspace templates can also be defined in ~/.ide/settings/«ide»/workspace/
  • added note about required directory structure (settings subfolder)

Testing instructions

Please add conscise, understandable instructions on how a reviewer can test/verify the functionality of your contribution here:

  1. For better understanding of the issue check Ability for user specific IDE configuration #982

Checklist for this PR

Make sure everything is checked before merging this PR. For further info please also see
our DoD.

  • When running mvn clean test locally all tests pass and build is successful
  • PR title is of the form #«issue-id»: «brief summary» (e.g. #921: fixed setup.bat). If no issue ID exists, title only.
  • PR top-level comment summarizes what has been done and contains link to addressed issue(s)
  • PR and issue(s) have suitable labels
  • Issue is set to In Progress and assigned to you or there is no issue (might happen for very small PRs)
  • You followed all coding conventions
  • You have added the issue implemented by your PR in CHANGELOG.adoc unless issue is labeled
    with internal
  • You have formulated clear instructions on how to test your contribution under "Testing instructions"

@CLAassistant

CLAassistant commented Jun 17, 2026

Copy link
Copy Markdown

CLA assistant check
All committers have signed the CLA.

@coveralls

coveralls commented Jun 17, 2026

Copy link
Copy Markdown
Collaborator

Coverage Report for CI Build 27811311795

Warning

Build has drifted: This PR's base is out of sync with its target branch, so coverage data may include unrelated changes.
Quick fix: rebase this PR. Learn more →

Coverage increased (+0.06%) to 71.347%

Details

  • Coverage increased (+0.06%) from the base build.
  • Patch coverage: No coverable lines changed in this PR.
  • 375 coverage regressions across 9 files.

Uncovered Changes

No uncovered changes found.

Coverage Regressions

375 previously-covered lines in 9 files lost coverage.

File Lines Losing Coverage Coverage
com/devonfw/tools/ide/io/FileAccessImpl.java 157 67.89%
com/devonfw/tools/ide/context/AbstractIdeContext.java 124 67.48%
com/devonfw/tools/ide/tool/ToolCommandlet.java 57 73.67%
com/devonfw/tools/ide/tool/mvn/Mvn.java 18 84.69%
com/devonfw/tools/ide/tool/ide/IdeaBasedIdeToolCommandlet.java 8 81.34%
com/devonfw/tools/ide/log/IdeLogLevel.java 5 80.19%
com/devonfw/tools/ide/cli/CliArguments.java 2 64.15%
com/devonfw/tools/ide/commandlet/EnvironmentCommandlet.java 2 86.96%
com/devonfw/tools/ide/version/VersionSegment.java 2 88.71%

Coverage Stats

Coverage Status
Relevant Lines: 16274
Covered Lines: 12111
Line Coverage: 74.42%
Relevant Branches: 7284
Covered Branches: 4697
Branch Coverage: 64.48%
Branches in Coverage %: Yes
Coverage Strength: 3.15 hits per line

💛 - Coveralls

@JoelAdbu JoelAdbu added the documentation Improvements or additions to documentation label Jun 17, 2026
@JoelAdbu JoelAdbu self-assigned this Jun 17, 2026
@JoelAdbu JoelAdbu changed the title #1063: improved missleading documentation #1063: improved missleading documentation (for user specific workspace configuration) Jun 17, 2026
@JoelAdbu JoelAdbu moved this from 🆕 New to 🏗 In progress in IDEasy board Jun 17, 2026
@JoelAdbu JoelAdbu marked this pull request as ready for review June 17, 2026 14:31
@JoelAdbu JoelAdbu requested a review from laert-ll June 17, 2026 14:32
shodiBoy1 and others added 2 commits June 18, 2026 08:52
Co-authored-by: Jörg Hohwiller <hohwille@users.noreply.github.com>
Co-authored-by: Adem Zarrouki <81715160+AdemZarrouki@users.noreply.github.com>
Co-authored-by: Jörg Hohwiller <hohwille@users.noreply.github.com>
Co-authored-by: T9 <103292348+shodiBoy1@users.noreply.github.com>
@hohwille hohwille moved this from 🏗 In progress to Team Review in IDEasy board Jun 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

Status: Team Review

Development

Successfully merging this pull request may close these issues.

User specific configurations are not working as described

10 participants