Github user ilgrosso commented on a diff in the pull request: https://github.com/apache/syncope/pull/36#discussion_r77491348 --- Diff: client/console/src/main/java/org/apache/syncope/client/console/init/ClassPathScanImplementationLookup.java --- @@ -161,5 +169,15 @@ public int compare( public List<Class<? extends BaseExtWidget>> getExtWidgetClasses() { return extWidgets; } + + /** + * @return basePackages for syncope class classpath scanning + */ + protected List<String> getBasePackages() { + return basePackages; + } + public void setBasePackages(final List<String> basePackages) { --- End diff -- Who is supposed to invoke this method? I would remove it.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---