We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
(Originally reported in microsoft/vscode-maven#116 by @lashchev )
Describe the bug Status message "Updating Maven projects" shows progress more than 100%, in my case it is 12767%.
To Reproduce Steps to reproduce the behavior:
Expected behavior A clear and concise description of what you expected to happen.
Environments (please complete the following information as much as possible):
Screenshots
The text was updated successfully, but these errors were encountered:
Following are what I find in https://github.com/eclipse/m2e-core/
https://github.com/eclipse/m2e-core/blob/c4e4eba221dfa249d267af714fdc3b440edd9196/org.eclipse.m2e.core/src/org/eclipse/m2e/core/internal/messages.properties#L111
ProjectConfigurationManager_task_updating_projects=Updating Maven projects
https://github.com/eclipse/m2e-core/blob/41f5ae34ad2543ef1439b7fd7e0a03b596af8685/org.eclipse.m2e.core/src/org/eclipse/m2e/core/internal/project/ProjectConfigurationManager.java#L368-L369
monitor.beginTask(Messages.ProjectConfigurationManager_task_updating_projects, pomFiles.size() * (1 + (updateConfiguration ? 1 : 0) + (cleanProjects ? 1 : 0) + (refreshFromLocal ? 1 : 0)));
Sorry, something went wrong.
snjeza
No branches or pull requests
(Originally reported in microsoft/vscode-maven#116 by @lashchev )
Describe the bug
Status message "Updating Maven projects" shows progress more than 100%, in my case it is 12767%.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Environments (please complete the following information as much as possible):
Screenshots
The text was updated successfully, but these errors were encountered: