Skip to content

Commit c18f6c8

Browse files
authored
Skip uncompiled classes
1 parent 2b7c02f commit c18f6c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cls/CDV/CDV.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ ClassMethod ScanFromClassLocal(ByRef Classes As %String, ByRef Oid As %String) A
5555
For {
5656
Set Class = $Order(Classes(Class))
5757
Quit:Class=""
58-
If ($classmethod(Class, "%Extends", "%RegisteredObject"))
58+
If (##class(%Dictionary.CompiledClass).%ExistsId(Class) && $classmethod(Class, "%Extends", "%Library.Persistent"))
5959
{
6060
Set sc1 = ..ValidateClassObjects(Class, .Oid)
6161
}

0 commit comments

Comments
 (0)