File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 88
99constants = ConstantsNamespace ()
1010context_concrete_class = ContextVar ("context_concrete_class" ) # context var to store class concreteness
11- _CALLABLES_LOOKUP_TABLE = dict ()
1211
1312
1413class JField (BaseModel ):
@@ -345,7 +344,6 @@ def validate_source(cls, value) -> JMethodDetail:
345344 j_callable = JCallable (** json .loads (callable_dict ["callable" ])) # parse the value which is a quoted string
346345 class_name = callable_dict ["class_interface_declarations" ]
347346 method_decl = j_callable .declaration
348-
349347 mc = JMethodDetail (method_declaration = method_decl , klass = class_name , method = j_callable )
350348 return mc
351349
@@ -366,4 +364,4 @@ class JApplication(BaseModel):
366364 """
367365
368366 symbol_table : Dict [str , JCompilationUnit ]
369- system_dependency_graph : List [JGraphEdges ] = None
367+ system_dependency_graph : List [JGraphEdges ] = None
You can’t perform that action at this time.
0 commit comments