Ignore irrelevant java classes in search results

It looks like JavaClassInheritorsSearcher started to give classes based on useScope
This commit is contained in:
Nikolay Krasko
2016-09-08 17:20:19 +03:00
parent 6cdb578f76
commit bf12908dfc
2 changed files with 31 additions and 2 deletions
@@ -2,3 +2,8 @@ class A: Object() {}
// CLASS: java.lang.Object
// SEARCH: class:A
// IGNORE_CLASSES: java.
// IGNORE_CLASSES: javax.
// IGNORE_CLASSES: sun.
// IGNORE_CLASSES: org.