Files
openide/platform/util/base
Alexey Kudravtsev 473c6b0714 support eviction listener for Concurrent(Soft/Weak)Map
GitOrigin-RevId: 97682fca3c6db1f9ac64caced9348f11b16b4343
2024-02-21 16:48:54 +00:00
..

The module with base utility methods.

It is supposed to be shared with other project, including non-AWT one.

Thus, the main rules of adding new method here are:

- avoid external dependencies besides collections-related (fastutil are ok; Log4j or JDOM are not ok)
- avoid dependencies on other IntelliJ-specific modules or using IntelliJ-specific classes such as Key, Registry, Disposable, ProgressManager, etc.
- avoid using AWT or Swing classes there (Icon, KeyEvent, HTMLEditorKit, etc.)