Parser is missing dependencies at new #1
Labels
priority:high
High priority
status:help wanted
Extra attention is needed
type:bug
Something isn't working
Whenever a method
doStuff()
of classClient
contains a statement of formServer vrbl = new ServerImpl(params)
there is a dependency betweenClient
and (a)Server
, (b)ServerImpl
(possiblyServer
andServerImpl
are the same class).The parser is missing this dependency and must be expanded by an extra pass from the code, for this particular type of dependency.
Also must make sure that a dependency exists
new
,Client
,Client
The text was updated successfully, but these errors were encountered: