yuhaze | 22 May 2013 15:00
Picon

SCM Stats for Jazz?

I am using Jazz and would like to know if Jazz will be supported by SCM Stats
anytime soon.  I am able to run SCM Activity, and LOVE the results!  I'd
like to take it one step further and see the wonderful graphs representing
the statistic analysis of SCM activity

--
View this message in context: http://sonar.15.x6.nabble.com/SCM-Stats-for-Jazz-tp5012641.html
Sent from the Sonar user mailing list archive at Nabble.com.

LINSOLAS Romain | 22 May 2013 11:47
Favicon

Get advanced metrics for tests failures

Hello,

 

For a given project, I would like to know what are the (unit) tests that fail the most often. This way, we can highlight the tests and the tested code that need to be refactored.

 

Is there a way to get such information with Sonar? Ideally, an “Hotspot” for “Most failing tests” would make me happy, but I don’t think Sonar already provide such information.

I know that the Hotspots only provide information for a specific analysis, and the metric I need is more a long-term metric, but still, it would be a good idea to have such information.

 

Also, with the Developer Cockpit plugin, is there a way to get the number of tests failures introduced and corrected per developer?

 

Regards.

 

Romain

*************************************************************************
This message and any attachments (the "message") are confidential, intended solely for the addressee(s), and may contain legally privileged information.
Any unauthorised use or dissemination is prohibited. E-mails are susceptible to alteration. 
Neither SOCIETE GENERALE nor any of its subsidiaries or affiliates shall be liable for the message if altered, changed or
falsified.
Please visit http://swapdisclosure.sgcib.com for important information with respect to derivative products.
                              ************
Ce message et toutes les pieces jointes (ci-apres le "message") sont confidentiels et susceptibles de contenir des informations couvertes
par le secret professionnel.
Ce message est etabli a l'intention exclusive de ses destinataires. Toute utilisation ou diffusion non autorisee est interdite.
Tout message electronique est susceptible d'alteration.
La SOCIETE GENERALE et ses filiales declinent toute responsabilite au titre de ce message s'il a ete altere, deforme ou falsifie.
Veuillez consulter le site http://swapdisclosure.sgcib.com afin de recueillir d'importantes informations sur les produits derives.
*************************************************************************

michael.sleeuwagen | 22 May 2013 10:14

Alerts

Dear,

 

Is it possible to define different alerts/project or can you only define alerts/quality profile?

 

Met vriendelijke groeten, Bien à vous, Kind regards,

 

Michael Sleeuwagen

Consultant for CTG

On behalf of Electrabel

 

Michael.Sleeuwagen <at> ctg.com

CTG Belgium N.V./S.A • Woluwelaan 140A  •  B-1831 Diegem, Belgium

Phone: +32 2 720 51 70 • Fax: +32 2 725 09 20

Mobile: +32 490446991

www.ctg.eu http://jobs.ctg.eu

 

 

 


Electrabel sa, Boulevard Simon Bolivar 34, 1000 Brussels, Belgium
VAT BE 0403.170.701, RPM/RPR Brussels - Bank account IBAN BE42 2100 0000 9954 - BIC GEBABEBB
============================================================================================
"This message is confidential. It may also be privileged or otherwise protected by work product immunity or other legal rules.
If you have received it by mistake please let us know by reply and then delete it from your system; you should not copy it or disclose its contents to anyone.
All messages sent to and from Electrabel will be monitored to ensure compliance with internal policies, to protect our interests and to eliminate potential malware.
Emails are not secure and cannot be guaranteed to be error free as they can be intercepted, amended, lost or destroyed, or contain viruses.
Anyone who communicates with us by email is taken to accept these risks."

https://www.electrabel.com/en/corporate/disclaimer

Sammy | 21 May 2013 22:05

Unable to load the mojo 'org.codehaus.sonar:sonar-maven-plugin:3.4.1:sonar'

Hi, Can someone please helo with the below error:  

Embedded error: Unable to load the mojo 'org.codehaus.sonar:sonar-maven-
plugin:3.4.1:sonar' in the plugin 'org.codehaus.sonar:sonar-maven-plugin'. 
A required class is missing: 
Lorg/apache/maven/shared/dependency/tree/DependencyTreeBuilder;
org.apache.maven.shared.dependency.tree.DependencyTreeBuilder
[INFO] ---------------------------------------------------------------------
---
[INFO] Trace
org.apache.maven.lifecycle.LifecycleExecutionException: Can not execute 
Sonar
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals
(DefaultLifecycleExecutor.java:719)
	at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeStandaloneGoal
(DefaultLifecycleExecutor.java:569)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal
(DefaultLifecycleExecutor.java:539)
	at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFail
ures(DefaultLifecycleExecutor.java:387)
	at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments
(DefaultLifecycleExecutor.java:284)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute
(DefaultLifecycleExecutor.java:180)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
	at org.apache.maven.cli.compat.CompatibleMain.main
(CompatibleMain.java:60)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke
(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke
(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.codehaus.classworlds.Launcher.launchEnhanced
(Launcher.java:315)
	at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
	at org.codehaus.classworlds.Launcher.mainWithExitCode
(Launcher.java:430)
	at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
Caused by: org.apache.maven.plugin.MojoExecutionException: Can not execute 
Sonar
	at org.codehaus.mojo.sonar.Bootstraper.executeMojo
(Bootstraper.java:103)
	at org.codehaus.mojo.sonar.Bootstraper.start(Bootstraper.java:79)
	at org.codehaus.mojo.sonar.SonarMojo.execute(SonarMojo.java:88)
	at org.apache.maven.plugin.DefaultPluginManager.executeMojo
(DefaultPluginManager.java:490)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals
(DefaultLifecycleExecutor.java:694)
	... 17 more
Caused by: org.apache.maven.plugin.PluginManagerException: Unable to load 
the mojo 'org.codehaus.sonar:sonar-maven-plugin:3.4.1:sonar' in the 
plugin 'org.codehaus.sonar:sonar-maven-plugin'. A required class is 
missing: Lorg/apache/maven/shared/dependency/tree/DependencyTreeBuilder;
	at org.apache.maven.plugin.DefaultPluginManager.getConfiguredMojo
(DefaultPluginManager.java:679)
	at org.apache.maven.plugin.DefaultPluginManager.executeMojo
(DefaultPluginManager.java:468)
	at org.codehaus.mojo.sonar.Bootstraper.executeMojo
(Bootstraper.java:98)
	... 21 more
Caused by: java.lang.NoClassDefFoundError: 
Lorg/apache/maven/shared/dependency/tree/DependencyTreeBuilder;
	at java.lang.Class.getDeclaredFields0(Native Method)
	at java.lang.Class.privateGetDeclaredFields(Class.java:2291)
	at java.lang.Class.getDeclaredField(Class.java:1880)
	at 
hidden.org.codehaus.plexus.util.ReflectionUtils.getFieldByNameIncludingSuper
classes(ReflectionUtils.java:47)
	at 
org.codehaus.plexus.component.composition.FieldComponentComposer.getFieldByN
ame(FieldComponentComposer.java:212)
	at 
org.codehaus.plexus.component.composition.FieldComponentComposer.findMatchin
gField(FieldComponentComposer.java:171)
	at 
org.codehaus.plexus.component.composition.FieldComponentComposer.assembleCom
ponent(FieldComponentComposer.java:62)
	at 
org.codehaus.plexus.component.composition.DefaultComponentComposerManager.as
sembleComponent(DefaultComponentComposerManager.java:68)
	at org.codehaus.plexus.DefaultPlexusContainer.composeComponent
(DefaultPlexusContainer.java:1486)
	at 
org.codehaus.plexus.personality.plexus.lifecycle.phase.CompositionPhase.exec
ute(CompositionPhase.java:29)
	at org.codehaus.plexus.lifecycle.AbstractLifecycleHandler.start
(AbstractLifecycleHandler.java:101)
	at 
org.codehaus.plexus.component.manager.AbstractComponentManager.startComponen
tLifecycle(AbstractComponentManager.java:105)
	at 
org.codehaus.plexus.component.manager.AbstractComponentManager.createCompone
ntInstance(AbstractComponentManager.java:95)
	at 
org.codehaus.plexus.component.manager.PerLookupComponentManager.getComponent
(PerLookupComponentManager.java:48)
	at org.codehaus.plexus.DefaultPlexusContainer.lookup
(DefaultPlexusContainer.java:331)
	at org.codehaus.plexus.DefaultPlexusContainer.lookup
(DefaultPlexusContainer.java:440)
	at org.apache.maven.plugin.DefaultPluginManager.getConfiguredMojo
(DefaultPluginManager.java:652)
	... 23 more
Caused by: java.lang.ClassNotFoundException: 
org.apache.maven.shared.dependency.tree.DependencyTreeBuilder
	at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
	at org.codehaus.classworlds.RealmClassLoader.loadClassDirect
(RealmClassLoader.java:195)
	at org.codehaus.classworlds.DefaultClassRealm.loadClass
(DefaultClassRealm.java:255)
	at org.codehaus.classworlds.DefaultClassRealm.loadClass
(DefaultClassRealm.java:274)
	at org.codehaus.classworlds.RealmClassLoader.loadClass
(RealmClassLoader.java:214)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
	... 40 more
[INFO] ---------------------------------------------------------------------
---
[INFO] Total time: < 1 second
[INFO] Finished at: Tue May 21 14:53:00 CDT 2013
[INFO] Final Memory: 3M/61M
[INFO] ---------------------------------------------------------------------
---
Sonar analysis completed: FAILURE
Build step 'Sonar' changed build result to FAILURE
Build step 'Sonar' marked build as failure
Finished: FAILURE

prashanth777 | 21 May 2013 22:14
Picon
Favicon

INVALID HASH

I have Sonar 3.5.1 and Sonar Runner 2.2. Sonar starts up fine and created
tables in MySQL database. While executing sonar running, I get below error..
Please let me know how I can fix it.

12:20:22.426 INFO  - Install plugins
12:20:22.426 DEBUG - Download index of plugins
12:20:22.426 DEBUG - Download:
http://localhost:9000/deploy/plugins/index.txt (n
o proxy)
12:20:23.019 DEBUG - Download
/deploy/plugins/findbugs/sonar-findbugs-plugin-1.2
.jar to C:\Documents and
Settings\a0161399\.sonar\cache\_tmp\1369156823019-681
12:20:23.051 DEBUG - Download:
http://localhost:9000/deploy/plugins/findbugs/son
ar-findbugs-plugin-1.2.jar (no proxy)
12:22:46.724 DEBUG - Delete temporary directory:
C:\TEMP\sonar-batch775560240665
6468499182208433464277
INFO:
------------------------------------------------------------------------
INFO: EXECUTION FAILURE
INFO:
------------------------------------------------------------------------
Total time: 3:06.445s
Final Memory: 0M/15M
INFO:
------------------------------------------------------------------------
ERROR: Error during Sonar runner execution
org.sonar.runner.impl.RunnerException: Unable to execute Sonar
        at
org.sonar.runner.impl.BatchLauncher$1.delegateExecution(BatchLauncher
.java:79)
        at org.sonar.runner.impl.BatchLauncher$1.run(BatchLauncher.java:63)
        at java.security.AccessController.doPrivileged(Native Method)
        at
org.sonar.runner.impl.BatchLauncher.doExecute(BatchLauncher.java:57)
        at
org.sonar.runner.impl.BatchLauncher.execute(BatchLauncher.java:50)
        at
org.sonar.runner.api.EmbeddedRunner.doExecute(EmbeddedRunner.java:71)

        at org.sonar.runner.api.Runner.execute(Runner.java:89)
        at org.sonar.runner.Main.executeTask(Main.java:70)
        at org.sonar.runner.Main.execute(Main.java:59)
        at org.sonar.runner.Main.main(Main.java:41)
Caused by: java.lang.IllegalStateException: INVALID HASH: File C:\Documents
and
Settings\a0161399\.sonar\cache\_tmp\1369156823019-681 was expected to have
hash
bc7b831dce659cbfa238c0d6f961409b but was downloaded with hash
d41d8cd98f00b204e9
800998ecf8427e
        at org.sonar.home.cache.FileCache.get(FileCache.java:87)
        at
org.sonar.batch.bootstrap.PluginDownloader.downloadPlugin(PluginDownl
oader.java:53)
        at
org.sonar.batch.bootstrap.BatchPluginRepository.doStart(BatchPluginRe
pository.java:74)
        at
org.sonar.batch.bootstrap.BatchPluginRepository.start(BatchPluginRepo
sitory.java:65)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at
org.picocontainer.lifecycle.ReflectionLifecycleStrategy.invokeMethod(
ReflectionLifecycleStrategy.java:110)
        at
org.picocontainer.lifecycle.ReflectionLifecycleStrategy.start(Reflect
ionLifecycleStrategy.java:89)
        at
org.picocontainer.injectors.AbstractInjectionFactory$LifecycleAdapter
.start(AbstractInjectionFactory.java:84)
        at
org.picocontainer.behaviors.AbstractBehavior.start(AbstractBehavior.j
ava:169)
        at
org.picocontainer.behaviors.Stored$RealComponentLifecycle.start(Store
d.java:132)
        at org.picocontainer.behaviors.Stored.start(Stored.java:110)
        at
org.picocontainer.DefaultPicoContainer.potentiallyStartAdapter(Defaul
tPicoContainer.java:1009)
        at
org.picocontainer.DefaultPicoContainer.startAdapters(DefaultPicoConta
iner.java:1002)
        at
org.picocontainer.DefaultPicoContainer.start(DefaultPicoContainer.jav
a:760)
        at
org.sonar.api.platform.ComponentContainer.startComponents(ComponentCo
ntainer.java:72)
        at org.sonar.batch.bootstrap.Container.start(Container.java:71)
        at org.sonar.batch.bootstrapper.Batch.startBatch(Batch.java:88)
        at org.sonar.batch.bootstrapper.Batch.execute(Batch.java:72)
        at
org.sonar.runner.batch.IsolatedLauncher.execute(IsolatedLauncher.java
:45)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at
org.sonar.runner.impl.BatchLauncher$1.delegateExecution(BatchLauncher
.java:75)
        ... 9 more

Regards,
Prashanth

--
View this message in context: http://sonar.15.x6.nabble.com/INVALID-HASH-tp5012623.html
Sent from the Sonar user mailing list archive at Nabble.com.

David Racodon | 21 May 2013 17:44

[ANN] Sonar Runner 2.2.1 released

Hi,

The Sonar Team is pleased to announce the release of the Sonar Runner version 2.2.1.
This is a bug fix release.
Please, read the release notes for more information.
 
Download and documentation are available on the product page.
 
Enjoy!
 
--
The Sonar Team
David Racodon | 21 May 2013 17:29

[ANN] Sonar Eclipse 3.1.1 released

Hi,

The Sonar Team is pleased to announce the release of the Sonar Eclipse plugin version 3.1.1.
This is a bug fix release.
Please, read the release notes for more information.
 
You can install or update it via the Eclipse Marketplace.
 
Documentation is available on the product page.
 
Enjoy!
 
--
The Sonar Team
KARR, DAVID | 21 May 2013 16:56
Picon
Favicon

Release notes for Sonar Eclipse plugin?

I noticed this morning that there's a new version of the Sonar Eclipse plugin available.  Are there any
release notes for this revision?  I couldn't find any in the obvious locations.

Neil | 21 May 2013 16:01
Picon

C++ plugin

I am also getting the same issue. Reports gets generated fine; runner reads
the file, process it and deletes it; but i don't see anything in SONAR
dashboard. 

Here are the details: 
CppCheck1.54 (also tried 1.59) 
Sonar 3.5.1 
Sonar runner 2.2 
In sonar quality profile cppcheck rules are all active 

Sonar runner Properties: 
sonar.projectKey=my:TCSMainlineCommon2 
sonar.projectName=TCSMainlineCommon2 
sonar.projectVersion=2.2 
sonar.projectDescription=TCS Mainline Common 
sonar.sources=C:/Projects/Travel/Platform/Travel/TCS/_mainline/Common 
sonar.working.directory=C:/Projects/Travel/Platform/Travel/TCS/reports 
sonar.cxx.suffixes.sources=cpp 
sonar.cxx.suffixes.headers=h 
sonar.cxx.cppcheck.reportPath=cppcheck-result-*.xml 
#sonar.cxx.cppncss.reportPath=cppncss-result-*.xml 

Sonar runner details: 
Sonar Runner 2.2 
Java 1.7.0_13 Oracle Corporation (64-bit) 
Windows 7 6.1 amd64 
INFO: Error stacktraces are turned on. 
INFO: Runner configuration file:
C:\DevEnv\ZippedInstall\sonar-runner-2.2\conf\sonar-runner.properties 
INFO: Project configuration file: NONE 
INFO: Default locale: "en_US", source code encoding: "UTF-8" 
INFO: Work directory: C:\Projects\Travel\Platform\Travel\TCS\reports 
INFO: Sonar Server 3.5.1 
12:22:53.042 INFO  - Load batch settings 
12:22:53.116 INFO  - User cache: C:\Users\ns185051\.sonar\cache 
12:22:53.119 INFO  - Install plugins 
12:22:54.029 INFO  - -------------  Executing Project Scan 
12:22:54.430 INFO  - Install JDBC driver 
12:22:54.433 INFO  - Apply project exclusions 
12:22:54.438 INFO  - Create JDBC datasource for
jdbc:mysql://localhost:3306/sonar?useUnicode=true&characterEncoding=utf8 
12:22:54.733 INFO  - Initializing Hibernate 
12:22:57.607 INFO  - -------------  Inspecting TCSMainlineCommon2 
12:22:57.611 INFO  - Load module settings 
12:22:58.561 INFO  - Quality profile : [name=Default C++
Profile,language=c++] 
12:22:58.575 INFO  - Excluded tests: 
12:22:58.575 INFO  -   **/package-info.java 
12:22:58.607 INFO  - Configure Maven plugins 
12:22:58.739 INFO  - Compare to previous analysis (2013-05-14) 
12:22:58.790 INFO  - Compare over 5 days (2013-05-09, analysis of 2013-05-14
11:11:07.0) 
12:22:58.839 INFO  - Compare over 30 days (2013-04-14, analysis of
2013-05-14 11:11:07.0) 
12:22:59.151 INFO  - Base dir: C:\Users\ns783409 
12:22:59.151 INFO  - Working dir:
C:\Projects\Travel\Platform\Travel\TCS\reports 
12:22:59.151 INFO  - Source dirs:
C:\Projects\Travel\Platform\Travel\TCS\_mainline\Common 
12:22:59.152 INFO  - Source encoding: UTF-8, default locale: en_US 
12:22:59.301 INFO  - Sensor CxxSourceImporter... 
12:23:00.412 INFO  - Sensor CxxSourceImporter done: 1111 ms 
12:23:00.412 INFO  - Sensor CpdSensor... 
12:23:00.413 INFO  - SonarBridgeEngine is used 
12:23:00.449 INFO  - Cross-project analysis disabled 
Added
C:\Projects\Travel\Platform\Travel\TCS\_mainline\Common\BarcodeMaker\ABitMap.cpp 
Added
C:\Projects\Travel\Platform\Travel\TCS\_mainline\Common\BarcodeMaker\ABitMap.h 
Added
C:\Projects\Travel\Platform\Travel\TCS\_mainline\Common\BarcodeMaker\Aztec.cpp 
Added
C:\Projects\Travel\Platform\Travel\TCS\_mainline\Common\BarcodeMaker\Aztec.h 
................... 
................... 
Added C:\Projects\Travel\Platform\Travel\TCS\_mainline\Common\XmlDomDoc.h 
12:23:01.047 INFO  - Sensor CpdSensor done: 635 ms 
12:23:01.047 INFO  - Sensor CxxSquidSensor... 
12:23:01.360 INFO  - Sensor CxxSquidSensor done: 313 ms 
12:23:01.360 INFO  - Sensor CxxRatsSensor... 
12:23:01.370 INFO  - Sensor CxxRatsSensor done: 10 ms 
12:23:01.370 INFO  - Sensor CxxXunitSensor... 
12:23:01.371 INFO  - Sensor CxxXunitSensor done: 1 ms 
12:23:01.371 INFO  - Sensor CxxCoverageSensor... 
12:23:01.371 INFO  - Sensor CxxCoverageSensor done: 0 ms 
12:23:01.371 INFO  - Sensor CxxCppCheckSensor... 
12:23:01.372 INFO  - Sensor CxxCppCheckSensor done: 1 ms
12:23:01.372 INFO  - Sensor CxxCppNcssSensor... 
12:23:01.377 INFO  - Sensor CxxCppNcssSensor done: 5 ms 
12:23:01.378 INFO  - Sensor CxxVeraxxSensor... 
12:23:01.378 INFO  - Sensor CxxVeraxxSensor done: 0 ms 
12:23:01.378 INFO  - Sensor CxxValgrindSensor... 
12:23:01.378 INFO  - Sensor CxxValgrindSensor done: 0 ms 
12:23:01.379 INFO  - Sensor ProfileSensor... 
12:23:01.909 INFO  - Sensor ProfileSensor done: 530 ms 
12:23:01.909 INFO  - Sensor ProfileEventsSensor... 
12:23:01.929 INFO  - Sensor ProfileEventsSensor done: 20 ms 
12:23:01.929 INFO  - Sensor ProjectLinksSensor... 
12:23:01.932 INFO  - Sensor ProjectLinksSensor done: 3 ms 
12:23:01.933 INFO  - Sensor VersionEventsSensor... 
12:23:01.947 INFO  - Sensor VersionEventsSensor done: 14 ms 
12:23:02.562 INFO  - Execute decorators... 
12:23:04.961 INFO  - Persist graphs of components 
12:23:05.018 INFO  - ANALYSIS SUCCESSFUL, you can browse
http://localhost:9000
12:23:05.019 INFO  - Executing post-job class
org.sonar.plugins.core.batch.IndexProjectPostJob 
12:23:05.062 INFO  - Executing post-job class
org.sonar.plugins.dbcleaner.ProjectPurgePostJob 
12:23:05.072 INFO  - -> Keep one snapshot per day between 2013-04-16 and
2013-05-13 
12:23:05.073 INFO  - -> Keep one snapshot per week between 2012-05-15 and
2013-04-16 
12:23:05.074 INFO  - -> Keep one snapshot per month between 2008-05-20 and
2012-05-15 
12:23:05.075 INFO  - -> Delete data prior to: 2008-05-20 
12:23:05.077 INFO  - -> Clean TCSMainlineCommon2 [id=1] 
12:23:05.081 INFO  - <- Clean snapshot 337 
INFO:
------------------------------------------------------------------------ 
INFO: EXECUTION SUCCESS 
INFO:
------------------------------------------------------------------------ 
Total time: 13.226s 
Final Memory: 15M/500M 
INFO:
------------------------------------------------------------------------ 

i also realized that generated report is something like this: 
<error
file="C:\Projects\Travel\Platform\TCS\_mainline\Common\BarcodeMaker\ABitMap.cpp"
line="180" id="unreadVariable" severity="style" msg="Variable 'F' is
assigned a value that is never used"/>
where severity is style. I tried changing it to minor as well. 

I don't see anything in sonar dashboard. 

Any idea? 

Thanks 
Neil

--
View this message in context: http://sonar.15.x6.nabble.com/C-plugin-tp5012600.html
Sent from the Sonar user mailing list archive at Nabble.com.

Md Tabish | 21 May 2013 13:57
Picon

Sonar on a Different Server

Hi All,

I am running Teamcity on server A and all my code repostory is on this
server.
Now i want to use a Sonar setup and its profile(entire sonar) running on a
different server, Say server B and run it against all my code on Server A.

My client does not want a new Sonar Instance to be running..so he wants me
to use the earlier setup of  Sonar on  Server on B to be used for Server A
code analysis also..

Basically i want my code running on server A to be analyzed by the Sonar on
server B.

Is this possible..?
If yes then do i need to at all install Sonar on Server A ? If yes, then why
should i install it on server A and in that case how does it solve my
purpose.

I was figured out that in my project's POM on server A, i can make it to
point it to Sonar on Server B.
Is this a correct approach?

Any help would be really appreciated...
Thanks...

--
View this message in context: http://sonar.15.x6.nabble.com/Sonar-on-a-Different-Server-tp5012586.html
Sent from the Sonar user mailing list archive at Nabble.com.

Figler, Josh | 20 May 2013 15:37
Favicon

Quality profile alerts

Good morning,

 

I have a multi-module project that I’m analyzing using Maven. One module is Java, and the other is Flex.  When I set the quality profile for each module, is there a way to apply the alerts to each module to get the UI highlighting (red for error, yellow for warning) on each module?

 

It seems that the alerts only apply on the root level, which in my case is the rollup of the java and flex code.  But I just wanted to double check and see if there was something I was missing or an alternate method to achieve this?

 

Thanks,

 

Josh

The information contained in this message may be privileged, confidential and protected from disclosure. If the reader of this message is not the intended recipient, or an employee or agent responsible for delivering this message to the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please notify your representative immediately and delete this message from your computer. Thank you.


Gmane