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

Key: IDEA-16485
Type: New Feature New Feature
Status: Open Open
Assignee: Sergey Vasiliev
Reporter: t800t8
Votes: 1
Watchers: 2
Operations

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

Provide completion for @ContextConfiguration's "locations" attribute

Created: 23 Nov 07 12:19   Updated: 02 Apr 08 16:38
Component/s: Editor. Code Completion, J2EE.Spring

Build: 7,562


 Description  « Hide
import org.springframework.test.context.ContextConfiguration;
import org.springframework.test.context.testng.AbstractTestNGSpringContextTests;

@ContextConfiguration(locations = {"aspect-config.xml"})
public class MessagePrintingAspectIntegrationTests extends AbstractTestNGSpringContextTests {

}


 All   Comments   Work Log   Change History      Sort Order:
Taras Tielkes - 23 Nov 07 14:09
In addition, property gutter marks could be provided.