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

Key: IDEA-16118
Type: Bug Bug
Status: Open Open
Assignee: Dmitry Avdeev
Reporter: Taras Tielkes
Votes: 1
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
IDEA: Feedback

"Create...new spring configuration" uses wrong fileset names

Created: 31 Oct 07 17:54   Updated: 09 Nov 07 10:17
Component/s: J2EE.Spring

File Attachments: None
Image Attachments:

1. screenshot-1.jpg
(19 kb)

Build: 7,523


 Description  « Hide
In project tree, use context menu to invoke "New->Spring config"

In the dialog, select the following options:

  • File name: "test"
  • File set: "<new fileset>"
  • Schema: "Spring 1.x DTD"

In the next dialog ("New Fileset Name") enter "test" as a name for the new fileset.

So far everything looks fine.

Now try to repeat the sequence. The second time around, I see invalid values in the "File set" dropdown (see screenshot).
It looks like the previously generated fileset (using "<new fileset>" option) is being represented with invalid label ("<new fileset>" instead of expected "test").



 All   Comments   Work Log   Change History      Sort Order:
t800t8 - 09 Nov 07 05:25 - edited
It happens to me too, from the third fileset with schema "Spring 2.x XSD"

t800t8 - 09 Nov 07 05:27
And now is it the time for editable combo box?

t800t8 - 09 Nov 07 10:17
'Cause of IDEA-16183, you can have a workaround:

+ Create a dummy Spring configuration file, then delete it
+ Open Spring facet, delete the reference to the deleted file

IDEA will reload all Spring filesets and it will help to "fix" the bug