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

Refactor Eclipse logging #419

Merged
merged 1 commit into from
Jun 14, 2022
Merged

Refactor Eclipse logging #419

merged 1 commit into from
Jun 14, 2022

Conversation

sebthom
Copy link
Member

@sebthom sebthom commented Jun 14, 2022

  1. This PR mainly gets rid of all the repetitive log statements like
    TMUIPlugin.log(new Status(IStatus.ERROR, TMUIPlugin.PLUGIN_ID, ex.getMessage(), ex));
  2. I also removed the very generic TMEclipseRegistryPlugin.isDebugOptionEnabled method, which strangely was only used by the TM4E UI Plugin.
  3. Additionally I removed some unused parameters from .options files.

@sebthom sebthom force-pushed the patch-08 branch 2 times, most recently from 96e8e37 to dc0bcc3 Compare June 14, 2022 14:32
@sebthom sebthom merged commit af49791 into eclipse:master Jun 14, 2022
@sebthom sebthom deleted the patch-08 branch June 14, 2022 15:53
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.

1 participant