-
Notifications
You must be signed in to change notification settings - Fork 36
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
#9: background process #200
#9: background process #200
Conversation
Add tags
Add parameter for background process and add TODO comments
Also refactored big run method of ProcessContextImpl and wrote tests using mockito
…dProcess # Conflicts: # cli/src/main/java/com/devonfw/tools/ide/process/ProcessContextImpl.java # cli/src/main/java/com/devonfw/tools/ide/tool/LocalToolCommandlet.java # cli/src/main/java/com/devonfw/tools/ide/tool/ToolCommandlet.java # cli/src/main/java/com/devonfw/tools/ide/tool/jmc/Jmc.java
…dProcess # Conflicts: # cli/src/main/java/com/devonfw/tools/ide/tool/jmc/Jmc.java
…hout losing output
cli/src/main/java/com/devonfw/tools/ide/process/ProcessContextImpl.java
Outdated
Show resolved
Hide resolved
cli/src/main/java/com/devonfw/tools/ide/process/ProcessContextImpl.java
Outdated
Show resolved
Hide resolved
Pull Request Test Coverage Report for Build 8063294250Details
💛 - Coveralls |
…aphaOuchen/IDEasy into feature/9-BackgroundProcess
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@MustaphaOuchen thanks for your rework. You really mastered this tricky problem and created an excellent solution. Thanks also for adding very detailed and helpful JavaDoc to ProcessMode
, etc. 👍
I wanted to resolve all my comments that seemed to be just nice to have so I can even address them after the merge but the last one about Eclipse needs to be addressed before we can merge. Please have a look. If you can resolve all comments even better...
cli/src/main/java/com/devonfw/tools/ide/process/ProcessContextImpl.java
Outdated
Show resolved
Hide resolved
cli/src/main/java/com/devonfw/tools/ide/process/ProcessContextImpl.java
Outdated
Show resolved
Hide resolved
cli/src/main/java/com/devonfw/tools/ide/process/ProcessContextImpl.java
Outdated
Show resolved
Hide resolved
cli/src/main/java/com/devonfw/tools/ide/tool/eclipse/Eclipse.java
Outdated
Show resolved
Hide resolved
cli/src/main/java/com/devonfw/tools/ide/process/ProcessContextImpl.java
Outdated
Show resolved
Hide resolved
…rocess # Conflicts: # cli/src/main/java/com/devonfw/tools/ide/context/AbstractIdeContext.java # cli/src/main/java/com/devonfw/tools/ide/process/ProcessContextImpl.java
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@MustaphaOuchen thanks for the rework. Great job. Now ready for merge. 👍
Closes #9