mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Android team doesn't want to use new mockito for now, so, IdeTooltipManager class cannot be final
Close #1226, Close #1228 GitOrigin-RevId: 5404091a287083aaa4856a7261908876efc3486e
This commit is contained in:
committed by
intellij-monorepo-bot
parent
07e34c2b11
commit
d8d26764f4
@@ -43,7 +43,8 @@ import java.awt.event.AWTEventListener;
|
||||
import java.awt.event.MouseEvent;
|
||||
import java.lang.reflect.Field;
|
||||
|
||||
public final class IdeTooltipManager implements Disposable, AWTEventListener {
|
||||
// Android team doesn't want to use new mockito for now, so, class cannot be final
|
||||
public class IdeTooltipManager implements Disposable, AWTEventListener {
|
||||
public static final ColorKey TOOLTIP_COLOR_KEY = ColorKey.createColorKey("TOOLTIP", null);
|
||||
|
||||
private static final Key<IdeTooltip> CUSTOM_TOOLTIP = Key.create("custom.tooltip");
|
||||
|
||||
@@ -41,7 +41,8 @@ import java.awt.*;
|
||||
import java.util.List;
|
||||
import java.util.*;
|
||||
|
||||
public final class UndoManagerImpl extends UndoManager implements Disposable {
|
||||
// Android team doesn't want to use new mockito for now, so, class cannot be final
|
||||
public class UndoManagerImpl extends UndoManager implements Disposable {
|
||||
private static final Logger LOG = Logger.getInstance(UndoManagerImpl.class);
|
||||
|
||||
@TestOnly
|
||||
|
||||
Reference in New Issue
Block a user