Just curious :)
So, what will be the next step? Should i create a change request or should i provide the suggested changes?, i mean this is - based on the implementation - a quick code change, which i will be able to handle i think :)
Just curious :)
--
You received this message because you are subscribed to a topic in the Google Groups "SonarQube" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/sonarqube/T-f83S9mvQU/unsubscribe.
To unsubscribe from this group and all its topics, send an email to sonarqube+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sonarqube/acd42f40-a918-43ed-8def-ced06fcec0b6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi Simon,I've updated the rule specification to include these two annotations & entered SONARJAVA-2219 to update the implementation as well. I'm sure that if you wanted to provide a PR to address that ticket it would be well received.:-)Ann
On Fri, Mar 31, 2017 at 9:37 AM, simon schrottner <simon.sc...@gmail.com> wrote:
So, what will be the next step? Should i create a change request or should i provide the suggested changes?, i mean this is - based on the implementation - a quick code change, which i will be able to handle i think :)
Just curious :)
--
You received this message because you are subscribed to a topic in the Google Groups "SonarQube" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/sonarqube/T-f83S9mvQU/unsubscribe.
To unsubscribe from this group and all its topics, send an email to sonarqube+...@googlegroups.com.
You received this message because you are subscribed to the Google Groups "SonarQube" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sonarqube+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sonarqube/1820fd7f-c2cd-409f-afbc-90bf8749bf84%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Senior Developer
To unsubscribe from this group and stop receiving emails from it, send an email to sonarqube+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sonarqube/1820fd7f-c2cd-409f-afbc-90bf8749bf84%40googlegroups.com.
The @Value has been added but what about other injection mode like constructor injection (which doesn't even require the @Autowired with recent spring version) ?
Hi!The @Value has been added but what about other injection mode like constructor injection (which doesn't even require the @Autowired with recent spring version) ?
--
You received this message because you are subscribed to the Google Groups "SonarQube" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sonarqube+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sonarqube/75ec7fa8-ba0a-416c-96ed-1f4478955278%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Senior Developer
@ConstructorProperties({"sender", "beginPrescan", "listenerManager"})
@Autowired
@Generated
public BeginPrescanService(Sender sender, BeginPrescan beginPrescan, ListenerManager listenerManager) {