prabalpratap123 / radar-netbeans

Automatically exported from code.google.com/p/radar-netbeans
0 stars 0 forks source link

radar-netbeans not working with sonarqube 5.0 ? (Project not found with key error) #33

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hello, 

My Maven project works fine under sonarqube 5.0.

When I try to get the sonar's issues with the radar-netbeans plugin, I get the 
full and correct list. But when I click on an issue, I've this error : 
"Project not found with key : <groupId>:<artefactId>"

Is it a bug of the plugin or am I missing something ?

tested with : 
- windows 7
- Netbeans 8.0
- sonarqube 5.0
- maven 3.2
- sonar-netbeans 2.3

Regards, 

Christophe.

Original issue reported on code.google.com by gadaix.c...@gmail.com on 26 Jan 2015 at 2:06

GoogleCodeExporter commented 8 years ago
Hello, Christophe!

Could you attach a sample project reproducing the bug?

Many thanks.

Original comment by hmvic...@gmail.com on 27 Jan 2015 at 5:43

GoogleCodeExporter commented 8 years ago
Hello,

I can't attach a "real" project (it's an entreprise project) but I did a 
similar project with springboot you'll find attached.
There's 2 projects : 
- the first one (sonarspring3) has 3 levels of sub modules : KO  
- the second one (sonarspring3ok )has only 2 levels and is OK.

Is it a clue ?

Thanks,

Christophe.

Original comment by gadaix.c...@gmail.com on 28 Jan 2015 at 9:14

Attachments:

GoogleCodeExporter commented 8 years ago
Bug reproduced.

Original comment by hmvic...@gmail.com on 30 Jan 2015 at 6:14

GoogleCodeExporter commented 8 years ago
ProjectContainerProvider was replaced with 
ProjectUtils.getContainedProjects(project, true) to use recursion.

Original comment by hmvic...@gmail.com on 30 Jan 2015 at 6:17

GoogleCodeExporter commented 8 years ago
Great ! 
When will you release a new version ?

Regards, 

Christophe.

Original comment by gadaix.c...@gmail.com on 30 Jan 2015 at 8:21

GoogleCodeExporter commented 8 years ago
The fix is already released because of the priority.

So much thanks for you helpful feedback, Christophe.

Original comment by hmvic...@gmail.com on 30 Jan 2015 at 11:28

GoogleCodeExporter commented 8 years ago
Hello, 

It works for me with the last update (you do it quickly !). 

Regards, 

Christophe.

Original comment by gadaix.c...@gmail.com on 2 Feb 2015 at 12:40