Skip to content

wenns/SonarAdapter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SonarAdapter

The SonarAdapter is part of the UQASAR system. It implements the uQasarAdapter interface and provides an easy access to source code metrics in Sonar.

Usage

Instantiate the SonarAdapter class and call the method 'query' like follows:

SonarAdapter sonarAdapter = new SonarAdapter(, ); List measurements = sonarAdapter.query(, )

Both and are strings; they should specify specify a working Sonar instance (check it by pointing your browser to :).

The string should be a valid Sonar project resource name.