Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: 2.2
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
Found 1 leak on a report file using "sonar-internals-monitor-plugin":
- Class CoverageReportSensor
[WARN] [15:34:15.552] File descriptor leak detected during execution of org.sonar.plugins.csharp.gallio.CoverageReportSensor (before=3,after=4,leaked=1) Leaked ...\Example\target\sonar\coverage-report.xml by thread:main on Thu Aug 16 15:34:15 CEST 2012
There were also leaks on JAR files, but not sure we can fix this (this is probably more related to Maven):
- Class RegularGendarmeSensor
[WARN] [15:34:06.099] File descriptor leak detected during execution of org.sonar.plugins.csharp.gendarme.GendarmeSensor$RegularGendarmeSensor (before=0,after=1,leaked=1) Leaked ...\.m2\repository\org\codehaus\woodstox\woodstox-core-lgpl\4.0.4\woodstox-core-lgpl-4.0.4.jar by thread:main on Thu Aug 16 15:34:05 CEST 2012
- Class RegularStyleCopSensor
[WARN] [15:34:08.896] File descriptor leak detected during execution of org.sonar.plugins.csharp.stylecop.StyleCopSensor$RegularStyleCopSensor (before=1,after=2,leaked=1) Leaked ...\AppData\Local\Temp\sonar-batch8903969660562277682658010743397834\plugins\csharpstylecop\sonar-csharp-stylecop-plugin-1.4-SNAPSHOT.jar by thread:main on Thu Aug 16 15:34:06 CEST 2012
- Class RegularFxCopSensor
[WARN] [15:34:15.380] File descriptor leak detected during execution of org.sonar.plugins.csharp.fxcop.FxCopSensor$RegularFxCopSensor (before=2,after=3,leaked=1) Leaked ...\AppData\Local\Temp\sonar-batch8903969660562277682658010743397834\plugins\csharpfxcop\sonar-csharp-fxcop-plugin-1.4-SNAPSHOT.jar by thread:main on Thu Aug 16 15:34:09 CEST 2012
Fabrice, right now all this does not make any sens to me!
I need you to explain me what is it all about