This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 245232

Summary: Support of @ComponentScan @PropertySource and other Spring annotation values auto completion and linkage
Product: javaee Reporter: elennaro
Component: SpringAssignee: Martin Fousek <marfous>
Status: NEW ---    
Severity: normal    
Priority: P2    
Version: 8.0.1   
Hardware: PC   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description elennaro 2014-06-25 13:15:33 UTC
For  example if we have code:

@Configuration
@ComponentScan("com.myorg.myproject.web")
@PropertySources({
	@PropertySource("classpath:/settings/web.properties"),
	@PropertySource("classpath:/settings/view-vars.properties")
})

It will be very good to be able to use autocompletion and ctrl+click links for classpath and packages in @ComponentScan @PropertySource annotations.
Comment 1 Martin Fousek 2014-07-03 06:35:23 UTC
Definitely it would makes sense to have there navigation action.