History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: YWSPR-63
Type: New Feature New Feature
Status: Open Open
Priority: Normal Normal
Assignee: Maurice Montgenie
Reporter: Davide Baroncelli
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
YanaWare IdeaSpring

The autocompletion popup lists beans from multiple modules/config sets

Created: 13 Jul 06 20:54   Updated: 05 Oct 06 14:56
Component/s: None
Affects Version/s: None
Fix Version/s: Inconnue

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
File Attachments: 1. Zip Archive IdeaSpringTests.zip (16 kb)

Image Attachments:

1. screenshot-1.jpg
(19 kb)
Issue Links:
Duplicate
This issue duplicates:
YWSPR-64 IdeaSpring does not correctly separat... Critical Open
 
Relates
 
This issue is related to:
YWSPR-64 IdeaSpring does not correctly separat... Critical Open


 Description  « Hide
When having multiple projects, it may happen that a bean with the same name is present in more than one module. Nevertheless, I think that when writing an application context inside a particular project, the autocompletion popup for references should only list values from the same module/config set. Let me explain more clearly what I mean: in our context we have a number of Spring applications (currently 4) all configured as separate idea modules in the same project. 2 of them are web applications, 2 of them are standalone application: every module is configured as a config set, in that all the configuration files included in the module for that application are included in a corresponding set. Anyway, when working on a file from a particular config set, all the names from the other ones pop up when autocompleting and navigating from one bean to the other: this makes the navigation feature utterly useless, and creation of new interesting features such as "rename bean" impossible.

 All   Comments   Work Log   Change History      Sort Order:
Maurice Montgenie - 31 Aug 06 22:10
I cannot reproduce this bug using those test projects

Davide Baroncelli - 01 Sep 06 11:17
Sorry, I wrote "projects", but I meant "modules"!! It seems ideaspring does not respect the separation among config sets, when doing autocompletion and navigation. I'll try and edit the issue for clarity.

Maurice Montgenie - 01 Sep 06 14:15
Config sets are similar to idea's module groups. The need here is for something to isolate different contexts in the same project.