There is a web application using sonar for code analyses.
I have some problems with cycling dependencies.
For example, i have a TemplatePage(in com.myPackage) which is extended by
all others pages. In the TemplatePage there are BookmarkablePageLink to some
pages from site(for example, LoginPage- in in com.myPackage.login - wich
extends TemplatePage).
Sonar is complaining that there is a suspect dependency (cycle) between
TemplatePage and LoginPage (template has a reference to login, and login
extends template).
Another similar example: I have a CustomPanel (in com.myPackage.panel) with
BookmarkablePageLink to CustomPage (in com.myPackage.customPage). Also,
suspect dependency cycle is thrown.
Any ideas how to resolve these problems ?
--
View this message in context:
http://apache-wicket.1842946.n4.nabble.com/Sonar-Architecture-and-Wicket-tp4573798p4573798.html
Sent from the Users forum mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]