| Chunk |
|---|
| Conflicting content |
|---|
@Override public void initComponent() {
Settings settings = ServiceManager.getService(Settings.class);
<<<<<<< HEAD:src/ru/autorevert/components/AutoRevertAppComponent.java
notifyAutorevertComponentsAbout(settings);
ApplicationManager.getApplication().invokeLater(new Runnable() {
@Override public void run() {
new Notification(
AutoRevertAppComponent.DISPLAY_NAME,
"Auto-revert plugin is deprecated",
"Please use Limited WIP plugin instead",
NotificationType.ERROR
).notify(null);
}
});
=======
notifyComponentsAbout(settings);
>>>>>>> f4b6e4baf71e0bb4054898bda0f94c6973281373:src/limitedwip/components/LimitedWIPAppComponent.java
}
@Override public void disposeComponent() { |
| Solution content |
|---|
@Override public void initComponent() {
Settings settings = ServiceManager.getService(Settings.class);
notifyAutorevertComponentsAbout(settings);
ApplicationManager.getApplication().invokeLater(new Runnable() {
@Override public void run() {
new Notification(
AutoRevertAppComponent.DISPLAY_NAME,
"Auto-revert plugin is deprecated",
"Please use Limited WIP plugin instead",
NotificationType.ERROR
).notify(null);
}
});
}
@Override public void disposeComponent() { |
| File |
|---|
| LimitedWIPAppComponent.java |
| Developer's decision |
|---|
| Version 1 |
| Kind of conflict |
|---|
| Method invocation |
| Chunk |
|---|
| Conflicting content |
|---|
new ArrayList |
| Solution content |
|---|
new ArrayList |
| File |
|---|
| QuickCommitAction.java |
| Developer's decision |
|---|
| Version 1 |
| Kind of conflict |
|---|
| Method invocation |
| Variable |