Skip to content

Commit

Permalink
IDE-1243: pointcut matches are now working again, missed to recursive…
Browse files Browse the repository at this point in the history
…ly search in bean components
  • Loading branch information
Martin Lippert committed Apr 26, 2012
1 parent dc83a9a commit 6c36bec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ public boolean visit(final IModelElement element, IProgressMonitor monitor) {
try {
// get beans before messing around with the class
// loader
final Set<IBean> beans = config.getBeans();
final Set<IBean> beans = BeansModelUtils.getBeans(config);

getClassLoaderSupport(project).executeCallback(
new IProjectClassLoaderSupport.IProjectClassLoaderAwareCallback() {
Expand Down

0 comments on commit 6c36bec

Please sign in to comment.