A B C D E F G H I J K L M N O P Q R S T U V W X Z _

A

abbreviateMessage(String) - Static method in class org.sonar.api.database.model.RuleFailureModel
 
abbreviatePackage(String) - Static method in class org.sonar.java.api.JavaUtils
 
AbstractAnalyzer - Class in org.sonar.plugins.jacoco
 
AbstractAnalyzer() - Constructor for class org.sonar.plugins.jacoco.AbstractAnalyzer
 
AbstractCallback<MODEL extends Model> - Class in org.sonar.wsclient.gwt
 
AbstractCallback(Widget) - Constructor for class org.sonar.wsclient.gwt.AbstractCallback
 
AbstractCallback() - Constructor for class org.sonar.wsclient.gwt.AbstractCallback
 
AbstractChart - Class in org.sonar.api.charts
An extension point to generate JFreeChart charts
AbstractChart() - Constructor for class org.sonar.api.charts.AbstractChart
 
AbstractCloneIndex - Class in org.sonar.duplications.index
 
AbstractCloneIndex() - Constructor for class org.sonar.duplications.index.AbstractCloneIndex
 
AbstractCoberturaParser - Class in org.sonar.plugins.cobertura.api
 
AbstractCoberturaParser() - Constructor for class org.sonar.plugins.cobertura.api.AbstractCoberturaParser
 
AbstractCompoundFilter<T> - Class in net.sourceforge.pmd.util.filter
A base class for Filters which implements behavior using a List of other Filters.
AbstractCompoundFilter() - Constructor for class net.sourceforge.pmd.util.filter.AbstractCompoundFilter
 
AbstractCompoundFilter(Filter<T>...) - Constructor for class net.sourceforge.pmd.util.filter.AbstractCompoundFilter
 
AbstractCoverageDecorator - Class in org.sonar.plugins.core.sensors
 
AbstractCoverageDecorator() - Constructor for class org.sonar.plugins.core.sensors.AbstractCoverageDecorator
 
AbstractCoverageExtension - Class in org.sonar.api.batch
Deprecated. since 2.6 was superseded by interface CoverageExtension
AbstractCoverageExtension(Plugins) - Constructor for class org.sonar.api.batch.AbstractCoverageExtension
Deprecated. since 2.3. Use the default constructor
AbstractCoverageExtension() - Constructor for class org.sonar.api.batch.AbstractCoverageExtension
Deprecated.  
AbstractCpdMapping - Class in org.sonar.api.batch
A pre-implementation of the CpdMapping extension point
AbstractCpdMapping() - Constructor for class org.sonar.api.batch.AbstractCpdMapping
 
AbstractDashboardWidget - Class in org.sonar.api.web
Deprecated. override org.sonar.api.web.AbstractRubyTemplate and implement org.sonar.api.web.RubyRailsWidget
AbstractDashboardWidget() - Constructor for class org.sonar.api.web.AbstractDashboardWidget
Deprecated.  
AbstractDatabaseConnector - Class in org.sonar.jpa.session
 
AbstractDatabaseConnector(Database) - Constructor for class org.sonar.jpa.session.AbstractDatabaseConnector
 
AbstractDelegateFilter<T> - Class in net.sourceforge.pmd.util.filter
A base class for Filters which implements behavior using delegation to an underlying filter.
AbstractDelegateFilter() - Constructor for class net.sourceforge.pmd.util.filter.AbstractDelegateFilter
 
AbstractDelegateFilter(Filter<T>) - Constructor for class net.sourceforge.pmd.util.filter.AbstractDelegateFilter
 
AbstractDirectoriesDecorator - Class in org.sonar.api.batch
Deprecated. since 2.2, the number of directories is automatically calculated by sonar core (see metric formula)
AbstractDirectoriesDecorator(Language) - Constructor for class org.sonar.api.batch.AbstractDirectoriesDecorator
Deprecated.  
AbstractDivisionDecorator - Class in org.sonar.api.batch
A pre-implementation to decorate metrics that are the result of a division
AbstractDivisionDecorator() - Constructor for class org.sonar.api.batch.AbstractDivisionDecorator
 
AbstractFileComplexityDecorator - Class in org.sonar.api.batch
Deprecated. since 2.1, a formula has been implemented on the metric, so no need to have decorator anymore
AbstractFileComplexityDecorator(Language) - Constructor for class org.sonar.api.batch.AbstractFileComplexityDecorator
Deprecated.  
AbstractFilesDecorator - Class in org.sonar.api.batch
Deprecated. since 2.2, the number of files is automatically calculated by sonar core (see metric formula)
AbstractFilesDecorator(Language) - Constructor for class org.sonar.api.batch.AbstractFilesDecorator
Deprecated.  
AbstractFunctionComplexityDecorator - Class in org.sonar.api.batch
Deprecated. since 2.1, a formula has been implemented on the metric, so no need to have decorator anymore
AbstractFunctionComplexityDecorator(Language) - Constructor for class org.sonar.api.batch.AbstractFunctionComplexityDecorator
Deprecated.  
AbstractFunctionComplexityDistributionDecorator - Class in org.sonar.api.batch
Deprecated. since 2.1, a formula has been implemented on the metric, so no need to have decorator anymore
AbstractFunctionComplexityDistributionDecorator(Language) - Constructor for class org.sonar.api.batch.AbstractFunctionComplexityDistributionDecorator
Deprecated.  
AbstractHotspot - Class in org.sonar.plugins.core.hotspots.client.widget
 
AbstractHotspot(String, Resource) - Constructor for class org.sonar.plugins.core.hotspots.client.widget.AbstractHotspot
 
AbstractLanguage - Class in net.sourceforge.pmd.cpd
 
AbstractLanguage(Tokenizer, String...) - Constructor for class net.sourceforge.pmd.cpd.AbstractLanguage
 
AbstractLanguage - Class in org.sonar.api.resources
Inherit this class to define a new language like PLSQL, PHP or C#
AbstractLanguage(String) - Constructor for class org.sonar.api.resources.AbstractLanguage
Better to use AbstractLanguage(key, name).
AbstractLanguage(String, String) - Constructor for class org.sonar.api.resources.AbstractLanguage
Should be the constructor used to build an AbstractLanguage.
AbstractListCallback<MODEL extends Model> - Class in org.sonar.wsclient.gwt
 
AbstractListCallback(Widget) - Constructor for class org.sonar.wsclient.gwt.AbstractListCallback
 
AbstractListCallback() - Constructor for class org.sonar.wsclient.gwt.AbstractListCallback
 
AbstractMavenPluginExecutor - Class in org.sonar.batch
Abstract implementation of MavenPluginExecutor to reduce duplications in concrete implementations for different Maven versions.
AbstractMavenPluginExecutor() - Constructor for class org.sonar.batch.AbstractMavenPluginExecutor
 
ABSTRACTNESS - Static variable in class org.sonar.api.measures.CoreMetrics
 
ABSTRACTNESS - Static variable in interface org.sonar.gwt.Metrics
 
ABSTRACTNESS_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
AbstractnessFormula - Class in org.sonar.squid.measures
 
AbstractnessFormula() - Constructor for class org.sonar.squid.measures.AbstractnessFormula
 
AbstractNewCoverageFileAnalyzer - Class in org.sonar.plugins.core.timemachine
 
AbstractNewCoverageFileAnalyzer(TimeMachineConfiguration) - Constructor for class org.sonar.plugins.core.timemachine.AbstractNewCoverageFileAnalyzer
 
AbstractNewCoverageFileAnalyzer.PeriodStruct - Class in org.sonar.plugins.core.timemachine
 
AbstractPurge - Class in org.sonar.api.batch
Deprecated. database components have been moved to sonar-database. Please extend org.sonar.core.purge.AbstractPurge.
AbstractPurge(DatabaseSession) - Constructor for class org.sonar.api.batch.AbstractPurge
Deprecated.  
AbstractPurge - Class in org.sonar.core.purge
Deprecated. since 2.5. The DBCleaner plugin implements all required purge taks, but you can extend org.sonar.plugins.dbcleaner.api.Purge
AbstractPurge(DatabaseSession) - Constructor for class org.sonar.core.purge.AbstractPurge
Deprecated.  
AbstractQuery<MODEL extends Model> - Class in org.sonar.wsclient.services
 
AbstractQuery() - Constructor for class org.sonar.wsclient.services.AbstractQuery
 
AbstractRubyTemplate - Class in org.sonar.api.web
It's useful in development environment to see browser rendering in real time while editing the template.
AbstractRubyTemplate() - Constructor for class org.sonar.api.web.AbstractRubyTemplate
 
AbstractSourceImporter - Class in org.sonar.api.batch
A pre-implementation for a sensor that imports sources.
AbstractSourceImporter(Language) - Constructor for class org.sonar.api.batch.AbstractSourceImporter
 
AbstractSumChildrenDecorator - Class in org.sonar.api.batch
Sum measures of child resources.
AbstractSumChildrenDecorator() - Constructor for class org.sonar.api.batch.AbstractSumChildrenDecorator
 
AbstractSurefireParser - Class in org.sonar.plugins.surefire.api
 
AbstractSurefireParser() - Constructor for class org.sonar.plugins.surefire.api.AbstractSurefireParser
 
AbstractUnmarshaller<MODEL extends Model> - Class in org.sonar.wsclient.unmarshallers
 
AbstractUnmarshaller() - Constructor for class org.sonar.wsclient.unmarshallers.AbstractUnmarshaller
 
AbstractViolationsStaxParser - Class in org.sonar.api.batch
Deprecated. since 2.3. Too much "black-box".
AbstractViolationsStaxParser(SensorContext, RulesManager, RulesProfile) - Constructor for class org.sonar.api.batch.AbstractViolationsStaxParser
Deprecated. since 1.11.
AbstractViolationsStaxParser(SensorContext, RulesManager) - Constructor for class org.sonar.api.batch.AbstractViolationsStaxParser
Deprecated.  
accept(ZipEntry) - Method in interface org.sonar.api.utils.ZipUtils.ZipEntryFilter
 
accept(CodeVisitor) - Method in class org.sonar.java.ast.JavaAstScanner
 
accept(CodeVisitor) - Method in class org.sonar.java.bytecode.BytecodeScanner
 
accept(CodeVisitor) - Method in class org.sonar.java.squid.SquidScanner
 
accept(CodeVisitor) - Method in class org.sonar.squid.api.CodeScanner
 
acceptNavigationSection(ViewProxy, String) - Static method in class org.sonar.server.ui.Views
 
acceptResourceLanguage(ViewProxy, String) - Static method in class org.sonar.server.ui.Views
 
acceptResourceQualifier(ViewProxy, String) - Static method in class org.sonar.server.ui.Views
 
acceptResourceScope(ViewProxy, String) - Static method in class org.sonar.server.ui.Views
 
ACCESSORS - Static variable in class org.sonar.api.measures.CoreMetrics
 
ACCESSORS - Static variable in interface org.sonar.gwt.Metrics
 
ACCESSORS_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
AccessorVisitor - Class in org.sonar.java.ast.visitor
 
AccessorVisitor() - Constructor for class org.sonar.java.ast.visitor.AccessorVisitor
 
activated(int, int, String) - Method in class org.sonar.server.configuration.ProfilesManager
Rule was activated
activateDefaultProfile(Language, DatabaseSession) - Method in class org.sonar.server.startup.ActivateDefaultProfiles
 
ActivateDefaultProfiles - Class in org.sonar.server.startup
 
ActivateDefaultProfiles(DatabaseSessionFactory, Language[], RegisterProvidedProfiles) - Constructor for class org.sonar.server.startup.ActivateDefaultProfiles
 
activateRule(Rule, RulePriority) - Method in class org.sonar.api.profiles.RulesProfile
 
ActiveRule - Class in org.sonar.api.rules
A class to map an ActiveRule to the hibernate model
ActiveRule() - Constructor for class org.sonar.api.rules.ActiveRule
Deprecated. visibility should be reduced to protected or package
ActiveRule(RulesProfile, Rule, RulePriority) - Constructor for class org.sonar.api.rules.ActiveRule
Deprecated. visibility should be reduced to protected or package
ActiveRuleChange - Class in org.sonar.api.rules
A class to map a RuleChange to the hibernate model
ActiveRuleChange(String, RulesProfile, Rule) - Constructor for class org.sonar.api.rules.ActiveRuleChange
 
ActiveRuleParam - Class in org.sonar.api.rules
 
ActiveRuleParam() - Constructor for class org.sonar.api.rules.ActiveRuleParam
Deprecated. visibility should be decreased to protected or package
ActiveRuleParam(ActiveRule, RuleParam, String) - Constructor for class org.sonar.api.rules.ActiveRuleParam
Deprecated. visibility should be decreased to protected or package
ActiveRuleParamChange - Class in org.sonar.api.rules
 
add(TokenEntry) - Method in class net.sourceforge.pmd.cpd.Tokens
 
add(Object, int) - Method in class org.sonar.api.measures.CountDistributionBuilder
Increments an entry
add(Object) - Method in class org.sonar.api.measures.CountDistributionBuilder
Increments an entry by one
add(Measure) - Method in class org.sonar.api.measures.CountDistributionBuilder
Adds an existing Distribution to the current one.
add(KEY, VALUE) - Method in class org.sonar.api.measures.PropertiesBuilder
 
add(Number) - Method in class org.sonar.api.measures.RangeDistributionBuilder
Increments an entry by 1
add(Number, int) - Method in class org.sonar.api.measures.RangeDistributionBuilder
Increments an entry
add(Measure) - Method in class org.sonar.api.measures.RangeDistributionBuilder
Adds an existing Distribution to the current one.
add(Language) - Method in class org.sonar.api.resources.Languages
Adds a language to the current object
add(Object, Object...) - Method in class org.sonar.api.utils.dag.DirectAcyclicGraph
 
add(PluginMetadata) - Method in class org.sonar.core.plugins.PluginClassloaders
 
add(File) - Method in class org.sonar.duplications.cpd.CPD
 
add(List<File>) - Method in class org.sonar.duplications.cpd.CPD
 
add(Token) - Method in class org.sonar.duplications.token.TokenQueue
 
add(UnitTestClassReport) - Method in class org.sonar.plugins.surefire.data.UnitTestClassReport
 
add(UnitTestResult) - Method in class org.sonar.plugins.surefire.data.UnitTestClassReport
 
add(MetricDef, SourceCode) - Method in class org.sonar.squid.api.SourceCode
 
add(MetricDef, double) - Method in class org.sonar.squid.api.SourceCode
 
add_escapes(String) - Method in exception net.sourceforge.pmd.cpd.cppast.ParseException
Used to convert raw characters to their escaped version when these raw version cannot be used as part of an ASCII string literal.
addActiveRule(ActiveRule) - Method in class org.sonar.api.profiles.RulesProfile
 
addAdapter(ComponentAdapter<?>) - Method in class org.sonar.batch.bootstrap.Module
 
addAll(Map<KEY, VALUE>) - Method in class org.sonar.api.measures.PropertiesBuilder
 
addAllInDirectory(String) - Method in class org.sonar.duplications.cpd.CPD
 
addArgument(String) - Method in class org.sonar.api.utils.command.Command
 
addArguments(List<String>) - Method in class org.sonar.api.utils.command.Command
 
addArguments(String[]) - Method in class org.sonar.api.utils.command.Command
 
addBigCell(Panel, String) - Method in class org.sonar.gwt.ui.ViewerHeader
 
addBinaryDir(String) - Method in class org.sonar.api.batch.bootstrap.ProjectDefinition
 
addBinaryDir(File) - Method in class org.sonar.api.batch.bootstrap.ProjectDefinition
 
addBinaryDir(String) - Method in class org.sonar.batch.bootstrapper.ProjectDefinition
Deprecated.  
addCell(Panel, Measure...) - Method in class org.sonar.gwt.ui.ViewerHeader
 
addCell(Panel, String, String) - Method in class org.sonar.gwt.ui.ViewerHeader
 
addChannel(Channel) - Method in class org.sonar.channel.ChannelDispatcher.Builder
 
addChannels(Channel...) - Method in class org.sonar.channel.ChannelDispatcher.Builder
 
addCharacteristic(Characteristic) - Method in class org.sonar.api.qualitymodel.Model
 
addChild(Characteristic) - Method in class org.sonar.api.qualitymodel.Characteristic
 
addChild(SourceCode) - Method in class org.sonar.squid.api.SourceCode
 
addChildren(Characteristic...) - Method in class org.sonar.api.qualitymodel.Characteristic
 
addCodeReaderFilters(CodeReaderFilter<?>) - Method in class org.sonar.channel.CodeReaderConfiguration
Adds a code reader filter
addComment(long, String) - Static method in class org.sonar.wsclient.services.ReviewUpdateQuery
Creates query to add comment to review.
addComments(Long, Date, String, String) - Method in class org.sonar.wsclient.services.Review
 
addCompatiblePlugin(Plugin) - Method in class org.sonar.server.plugins.SonarUpdate
 
addComponent(Object) - Method in class org.sonar.api.config.PropertyDefinitions
 
addComponent(Object, String) - Method in class org.sonar.api.config.PropertyDefinitions
 
addComponent(Object, boolean) - Method in class org.sonar.api.platform.ComponentContainer
 
addComponents(Collection) - Method in class org.sonar.api.config.PropertyDefinitions
 
addComponents(Collection, String) - Method in class org.sonar.api.config.PropertyDefinitions
 
addContainerExtension(Object) - Method in class org.sonar.api.batch.bootstrap.ProjectDefinition
Adds an extension, which would be available in PicoContainer during analysis of this project.
addContainerExtension(Object) - Method in class org.sonar.batch.bootstrapper.ProjectDefinition
Deprecated. Adds an extension, which would be available in PicoContainer during analysis of this project.
addCoreSingleton(Object) - Method in class org.sonar.batch.bootstrap.Module
 
addData(MetricDef, Object) - Method in class org.sonar.squid.api.SourceCode
 
addDependency(Dependency) - Method in class org.sonar.api.batch.SonarIndex
 
addDependency(Node) - Method in class org.sonar.api.utils.dag.Node
 
addDependency(Dependency) - Method in class org.sonar.batch.index.DefaultIndex
 
addDeployedFile(File) - Method in class org.sonar.core.plugins.DefaultPluginMetadata
 
addDeprecatedExtension(File) - Method in class org.sonar.core.plugins.DefaultPluginMetadata
 
addDisjunctCombine(OrFilter) - Method in class org.sonar.plugins.findbugs.xml.Match
 
addedFile(int, File) - Method in interface net.sourceforge.pmd.cpd.CPDListener
 
addedFile(int, File) - Method in class net.sourceforge.pmd.cpd.CPDNullListener
 
addEdge(V, V) - Method in class org.sonar.graph.DirectedGraph
 
addEdge(V, V, int) - Method in class org.sonar.graph.DirectedGraph
 
addEdge(E) - Method in class org.sonar.graph.DirectedGraph
 
addEdge(AsmEdge) - Method in class org.sonar.java.bytecode.asm.AsmResource
 
addEnvironmentVariables() - Method in class org.sonar.api.config.Settings
 
addError(AuditEvent) - Method in class org.sonar.plugins.checkstyle.CheckstyleAuditListener
 
addErrorText(String) - Method in class org.sonar.api.utils.ValidationMessages
 
addEscapes(String) - Static method in error net.sourceforge.pmd.cpd.cppast.TokenMgrError
Replaces unprintable characters by their escaped (or unicode escaped) equivalents in the given string
addEvent(Resource, String, String, String, Date) - Method in class org.sonar.api.batch.SonarIndex
 
addEvent(Resource, String, String, String, Date) - Method in class org.sonar.batch.index.DefaultIndex
 
addException(AuditEvent, Throwable) - Method in class org.sonar.plugins.checkstyle.CheckstyleAuditListener
 
addExtension(PluginMetadata, Object) - Method in class org.sonar.api.platform.ComponentContainer
 
addExtension(PluginMetadata, Object) - Method in class org.sonar.batch.bootstrap.Module
 
addFieldToExcludeFromLcom4Calculation(String) - Method in class org.sonar.java.squid.JavaSquidConfiguration
 
addFilename(String) - Method in class org.sonar.core.plugins.RemotePlugin
 
addFilter(Filter<T>) - Method in class net.sourceforge.pmd.util.filter.AbstractCompoundFilter
 
addIncompatiblePlugin(Plugin) - Method in class org.sonar.server.plugins.SonarUpdate
 
addInfoText(String) - Method in class org.sonar.api.utils.ValidationMessages
 
addLabel(Date, String) - Method in class org.sonar.server.charts.jruby.TrendsChart
 
addLabel(Date, String, boolean) - Method in class org.sonar.server.charts.jruby.TrendsChart
 
addLibrary(String) - Method in class org.sonar.api.batch.bootstrap.ProjectDefinition
 
addLibrary(String) - Method in class org.sonar.batch.bootstrapper.ProjectDefinition
Deprecated.  
addLine(int, String) - Method in class org.sonar.wsclient.services.Source
 
addLink(ProjectLink) - Method in class org.sonar.api.batch.SonarIndex
 
addLink(ProjectLink) - Method in class org.sonar.batch.index.DefaultIndex
 
addMatch(Match) - Method in class org.sonar.plugins.findbugs.xml.FindBugsFilter
 
addMeasure(Resource, Measure) - Method in class org.sonar.api.batch.SonarIndex
Warning: the resource is automatically indexed for backward-compatibility, but it should be explictly indexed before.
addMeasure(Measure) - Method in class org.sonar.batch.index.Bucket
 
addMeasure(Resource, Measure) - Method in class org.sonar.batch.index.DefaultIndex
the measure is updated if it's already registered.
addMeasure(Double, Date, Long) - Method in class org.sonar.server.charts.jruby.TrendsChart
 
addMeasureCriterion(MeasureCriterion) - Method in class org.sonar.server.filters.Filter
 
addModule(ProjectDefinition) - Method in class org.sonar.batch.bootstrapper.ProjectDefinition
Deprecated.  
addNoSonarTagLine(int) - Method in class org.sonar.squid.api.SourceFile
 
addNoSonarTagLines(Set<Integer>) - Method in class org.sonar.squid.api.SourceFile
 
addParameter(String, String) - Method in class org.sonar.api.batch.maven.MavenPlugin
Adds a parameter to the maven plugin
addParameter(String, String) - Method in class org.sonar.wsclient.services.Profile.Rule
 
addPicoAdapter(ComponentAdapter) - Method in class org.sonar.api.platform.ComponentContainer
 
addPluginToUpgrade(Release) - Method in class org.sonar.server.plugins.SonarUpdate
 
addProperties(Map<String, String>) - Method in class org.sonar.api.config.Settings
 
addProperties(Properties) - Method in class org.sonar.api.config.Settings
 
addProperty(CharacteristicProperty) - Method in class org.sonar.api.qualitymodel.Characteristic
 
addProperty(Property) - Method in class org.sonar.api.rules.xml.Rule
Deprecated.  
addProperty(PmdProperty) - Method in class org.sonar.plugins.pmd.xml.PmdRule
 
addRecursively(String) - Method in class org.sonar.duplications.cpd.CPD
 
addResource(Resource) - Method in class org.sonar.api.batch.SonarIndex
Deprecated. since 2.6. Use methods index()
addResource(Resource, Set<Integer>) - Method in class org.sonar.api.checks.NoSonarFilter
 
addResource(Resource) - Method in class org.sonar.batch.index.DefaultIndex
Does nothing if the resource is already registered.
addRootEdge(SourceCodeEdge) - Method in class org.sonar.squid.api.SourceCodeEdge
 
addRule(PmdRule) - Method in class org.sonar.plugins.pmd.xml.PmdRuleset
 
addRule(Profile.Rule) - Method in class org.sonar.wsclient.services.Profile
 
addSingleton(Object) - Method in class org.sonar.api.platform.ComponentContainer
 
addSourceCode(SourceCode) - Method in class org.sonar.java.ast.visitor.JavaAstVisitor
 
addSourceDir(File) - Method in class org.sonar.api.resources.DefaultProjectFileSystem
Deprecated. since 2.6, because should be immutable
addSourceDir(File) - Method in interface org.sonar.api.resources.ProjectFileSystem
Deprecated. since 2.6 - ProjectFileSystem should be immutable See http://jira.codehaus.org/browse/SONAR-2126
addSourceDir(String) - Method in class org.sonar.batch.bootstrapper.ProjectDefinition
Deprecated.  
addSourceDir(File) - Method in class org.sonar.batch.DefaultProjectFileSystem2
Deprecated. since 2.6, because should be immutable
addSourceDirs(String...) - Method in class org.sonar.api.batch.bootstrap.ProjectDefinition
 
addSourceDirs(File...) - Method in class org.sonar.api.batch.bootstrap.ProjectDefinition
 
addSourceFiles(String...) - Method in class org.sonar.api.batch.bootstrap.ProjectDefinition
Adding source files is possible only if no source directories have been set.
addSourceFiles(File...) - Method in class org.sonar.api.batch.bootstrap.ProjectDefinition
Adding source files is possible only if no source directories have been set.
addSubProject(ProjectDefinition) - Method in class org.sonar.api.batch.bootstrap.ProjectDefinition
 
addSystemProperties() - Method in class org.sonar.api.config.Settings
 
addTestDir(File) - Method in class org.sonar.api.resources.DefaultProjectFileSystem
Deprecated. since 2.6, because should be immutable
addTestDir(File) - Method in interface org.sonar.api.resources.ProjectFileSystem
Deprecated. since 2.6 - ProjectFileSystem should be immutable See http://jira.codehaus.org/browse/SONAR-2126
addTestDir(String) - Method in class org.sonar.batch.bootstrapper.ProjectDefinition
Deprecated.  
addTestDir(File) - Method in class org.sonar.batch.DefaultProjectFileSystem2
Deprecated. since 2.6, because should be immutable
addTestDirs(String...) - Method in class org.sonar.api.batch.bootstrap.ProjectDefinition
 
addTestDirs(File...) - Method in class org.sonar.api.batch.bootstrap.ProjectDefinition
 
addTestFiles(String...) - Method in class org.sonar.api.batch.bootstrap.ProjectDefinition
Adding source files is possible only if no source directories have been set.
addTestFiles(File...) - Method in class org.sonar.api.batch.bootstrap.ProjectDefinition
Adding source files is possible only if no source directories have been set.
addURL(URL) - Method in class org.sonar.batch.bootstrapper.BootstrapClassLoader
Visibility of a method has been relaxed to public.
addUser(String) - Method in interface org.sonar.api.notifications.NotificationDispatcher.Context
 
addVertex(V) - Method in class org.sonar.graph.DirectedGraph
 
addVertices(Collection<V>) - Method in class org.sonar.graph.DirectedGraph
 
addViolation(Violation, boolean) - Method in class org.sonar.api.batch.SonarIndex
 
addViolation(Violation) - Method in class org.sonar.api.batch.SonarIndex
 
addViolation(Violation) - Method in class org.sonar.batch.index.Bucket
 
addViolation(Violation, boolean) - Method in class org.sonar.batch.index.DefaultIndex
 
addWarningText(String) - Method in class org.sonar.api.utils.ValidationMessages
 
addZero(Object) - Method in class org.sonar.api.measures.CountDistributionBuilder
Adds an entry without a zero count if it does not exist
adjustBeginLineColumn(int, int) - Static method in class net.sourceforge.pmd.cpd.cppast.SimpleCharStream
Method to adjust line and column numbers for the start of a token.
ADMIN - Static variable in annotation type org.sonar.api.web.UserRole
 
affectDefaultRolesToResource(int) - Method in class org.sonar.plugins.core.security.RoleManager
 
AFFERENT_COUPLINGS - Static variable in class org.sonar.api.measures.CoreMetrics
 
AFFERENT_COUPLINGS - Static variable in interface org.sonar.gwt.Metrics
 
AFFERENT_COUPLINGS_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
AGE_BEFORE_DELETION - Static variable in class org.sonar.batch.bootstrap.TempDirectories
 
aggregate(MetricDef, Collection<Measurable>) - Method in interface org.sonar.squid.measures.AggregationFormula
 
aggregate(MetricDef, Collection<Measurable>) - Method in class org.sonar.squid.measures.MeanAggregationFormula
 
aggregate(MetricDef, Collection<Measurable>) - Method in class org.sonar.squid.measures.NoAggregationFormula
 
aggregate(MetricDef, Collection<Measurable>) - Method in class org.sonar.squid.measures.SumAggregationFormula
 
aggregate() - Method in class org.sonar.squid.Squid
Deprecated. use Squid.decorateSourceCodeTreeWith(MetricDef...) instead
aggregateIfThereIsAlreadyAValue() - Method in enum org.sonar.squid.measures.Metric
 
aggregateIfThereIsAlreadyAValue() - Method in interface org.sonar.squid.measures.MetricDef
 
AggregationFormula - Interface in org.sonar.squid.measures
 
Alert - Class in org.sonar.api.profiles
Class to map alerts with hibernate model
Alert() - Constructor for class org.sonar.api.profiles.Alert
Default constructor
Alert(RulesProfile, Metric, String, String, String) - Constructor for class org.sonar.api.profiles.Alert
Creates an alert
ALERT_STATUS - Static variable in class org.sonar.api.measures.CoreMetrics
 
ALERT_STATUS - Static variable in interface org.sonar.gwt.Metrics
 
ALERT_STATUS_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
alertStatus - Variable in class org.sonar.api.measures.Measure
 
AlertsWidget - Class in org.sonar.plugins.core.widgets
 
AlertsWidget() - Constructor for class org.sonar.plugins.core.widgets.AlertsWidget
 
alertText - Variable in class org.sonar.api.measures.Measure
 
AlertUtils - Class in org.sonar.plugins.core.sensors
 
all() - Static method in class org.sonar.api.measures.MeasuresFilters
 
ALL - Static variable in class org.sonar.api.rules.Iso9126RulesCategories
Deprecated.  
all() - Static method in class org.sonar.wsclient.services.MetricQuery
 
AMPERSAND - Static variable in interface net.sourceforge.pmd.cpd.cppast.CPPParserConstants
RegularExpression Id.
analyse(Project, SensorContext) - Method in class org.sonar.api.batch.AbstractSourceImporter
The method that is going to be run when the sensor is called
analyse(ProjectFileSystem, SensorContext) - Method in class org.sonar.api.batch.AbstractSourceImporter
 
analyse(Project, SensorContext) - Method in interface org.sonar.api.batch.Sensor
The method that is going to be run when the sensor is called
analyse(Project, SensorContext) - Method in class org.sonar.plugins.checkstyle.CheckstyleSensor
 
analyse(Project, SensorContext) - Method in class org.sonar.plugins.cobertura.CoberturaSensor
 
analyse(Project, SensorContext) - Method in class org.sonar.plugins.core.sensors.ProfileEventsSensor
 
analyse(Project, SensorContext) - Method in class org.sonar.plugins.core.sensors.ProfileSensor
 
analyse(Project, SensorContext) - Method in class org.sonar.plugins.core.sensors.ProjectLinksSensor
 
analyse(Project, SensorContext) - Method in class org.sonar.plugins.core.sensors.VersionEventsSensor
 
analyse(List<Double>) - Method in class org.sonar.plugins.core.timemachine.TendencyAnalyser
 
analyse(Iterator<Match>) - Method in class org.sonar.plugins.cpd.CpdAnalyser
 
analyse(Project, SensorContext) - Method in class org.sonar.plugins.cpd.CpdSensor
 
analyse(Project, SensorContext) - Method in class org.sonar.plugins.cpd.PmdEngine
 
analyse(Project, SensorContext) - Method in class org.sonar.plugins.cpd.SonarEngine
 
analyse(Project, SensorContext) - Method in class org.sonar.plugins.design.batch.MavenDependenciesSensor
 
analyse(Project, SensorContext) - Method in class org.sonar.plugins.findbugs.FindbugsSensor
 
analyse(Project, SensorContext) - Method in class org.sonar.plugins.jacoco.AbstractAnalyzer
 
analyse(Project, SensorContext) - Method in class org.sonar.plugins.jacoco.JaCoCoItSensor
 
analyse(Project, SensorContext) - Method in class org.sonar.plugins.jacoco.JaCoCoSensor
 
analyse(Project, SensorContext) - Method in class org.sonar.plugins.pmd.PmdSensor
 
analyse(Project, SensorContext) - Method in class org.sonar.plugins.squid.JavaSourceImporter
The method that is going to be run when the sensor is called
analyse(Project, SensorContext) - Method in class org.sonar.plugins.squid.SquidSensor
 
analyse(Project, SensorContext) - Method in class org.sonar.plugins.surefire.SurefireSensor
 
analyseLevel(List<Double>) - Method in class org.sonar.plugins.core.timemachine.TendencyAnalyser
 
AnalysisException - Exception in org.sonar.squid.api
 
AnalysisException(String, Throwable) - Constructor for exception org.sonar.squid.api.AnalysisException
 
AnalysisException(String) - Constructor for exception org.sonar.squid.api.AnalysisException
 
AnalysisException(Throwable) - Constructor for exception org.sonar.squid.api.AnalysisException
 
AND - Static variable in interface net.sourceforge.pmd.cpd.cppast.CPPParserConstants
RegularExpression Id.
AndFilter<T> - Class in net.sourceforge.pmd.util.filter
A logical AND of a list of Filters.
AndFilter() - Constructor for class net.sourceforge.pmd.util.filter.AndFilter
 
AndFilter(Filter<T>...) - Constructor for class net.sourceforge.pmd.util.filter.AndFilter
 
AnnotationCheckFactory - Class in org.sonar.api.checks
 
AnnotationIntrospector - Class in org.sonar.check
Deprecated. since 2.3
AnnotationProfileParser - Class in org.sonar.api.profiles
 
AnnotationProfileParser(RuleFinder) - Constructor for class org.sonar.api.profiles.AnnotationProfileParser
 
AnnotationRuleParser - Class in org.sonar.api.rules
 
AnnotationRuleParser() - Constructor for class org.sonar.api.rules.AnnotationRuleParser
 
AnnotationUtils - Class in org.sonar.api.utils
A utility class for annotations
AnonymousInnerClassVisitor - Class in org.sonar.java.ast.visitor
 
AnonymousInnerClassVisitor() - Constructor for class org.sonar.java.ast.visitor.AnonymousInnerClassVisitor
 
ANT_TARGETS_DEFAULT_VALUE - Static variable in class org.sonar.plugins.jacoco.JacocoConfiguration
 
ANT_TARGETS_PROPERTY - Static variable in class org.sonar.plugins.jacoco.JacocoConfiguration
 
antToJavaRegexpConvertor(String) - Static method in class org.sonar.plugins.findbugs.FindbugsAntConverter
Convert the exclusion ant pattern to a java regexp accepted by findbugs exclusion file
AnyLanguage - Class in net.sourceforge.pmd.cpd
 
AnyLanguage(String) - Constructor for class net.sourceforge.pmd.cpd.AnyLanguage
 
ANYONE_GROUP_ID - Static variable in class org.sonar.api.security.GroupRole
 
anyToken() - Static method in class org.sonar.duplications.statement.TokenMatcherFactory
 
AnyTokenizer - Class in net.sourceforge.pmd.cpd
This class does a best-guess try-anything tokenization.
AnyTokenizer() - Constructor for class net.sourceforge.pmd.cpd.AnyTokenizer
 
AnyTokenMatcher - Class in org.sonar.duplications.statement.matcher
Consumes any token, but only one.
AnyTokenMatcher() - Constructor for class org.sonar.duplications.statement.matcher.AnyTokenMatcher
 
apiUrl() - Static method in class org.sonar.gwt.Links
 
append(CharSequence) - Method in class org.sonar.colorizer.HtmlCodeBuilder
 
append(char) - Method in class org.sonar.colorizer.HtmlCodeBuilder
 
append(CharSequence, int, int) - Method in class org.sonar.colorizer.HtmlCodeBuilder
 
appendProperty(String, String) - Method in class org.sonar.api.config.Settings
 
appendUrlParameter(StringBuilder, String, Object) - Static method in class org.sonar.wsclient.services.AbstractQuery
 
appendUrlParameter(StringBuilder, String, Object[]) - Static method in class org.sonar.wsclient.services.AbstractQuery
 
appendUrlParameter(StringBuilder, String, Date, boolean) - Static method in class org.sonar.wsclient.services.AbstractQuery
 
appendWithoutTransforming(String) - Method in class org.sonar.colorizer.HtmlCodeBuilder
 
appendXml(StringBuilder) - Method in class org.sonar.plugins.surefire.data.UnitTestResult
 
appendXmlEscaped(StringBuffer, String) - Static method in class net.sourceforge.pmd.util.StringUtil
Appends to a StringBuffer the String src where non-ASCII and XML special chars are escaped.
applyCommomParamsBar() - Method in class org.sonar.server.charts.deprecated.BarChart
 
applyCommonParams() - Method in class org.sonar.server.charts.deprecated.BaseChartWeb
 
applyParams() - Method in class org.sonar.server.charts.deprecated.CustomBarChart
 
ApplyProjectRolesDecorator - Class in org.sonar.plugins.core.security
 
ApplyProjectRolesDecorator(DatabaseSession) - Constructor for class org.sonar.plugins.core.security.ApplyProjectRolesDecorator
 
ArchitectureCheck - Class in org.sonar.java.bytecode.check
 
ArchitectureCheck() - Constructor for class org.sonar.java.bytecode.check.ArchitectureCheck
 
ARROWSTAR - Static variable in interface net.sourceforge.pmd.cpd.cppast.CPPParserConstants
RegularExpression Id.
Artifact - Class in org.sonar.server.mavendeployer
 
Artifact(String, String, String, String, File) - Constructor for class org.sonar.server.mavendeployer.Artifact
 
ARTIFACT_ID - Static variable in class org.sonar.api.batch.maven.MavenSurefireUtils
 
ArtifactDownloader - Class in org.sonar.batch.bootstrap
 
ArtifactDownloader(HttpDownloader, TempDirectories, ServerMetadata) - Constructor for class org.sonar.batch.bootstrap.ArtifactDownloader
 
AsmAccessFlags - Class in org.sonar.java.bytecode.asm
 
AsmClass - Class in org.sonar.java.bytecode.asm
 
AsmClass(String, AsmClassProvider.DETAIL_LEVEL) - Constructor for class org.sonar.java.bytecode.asm.AsmClass
 
AsmClass(String) - Constructor for class org.sonar.java.bytecode.asm.AsmClass
 
AsmClassProvider - Class in org.sonar.java.bytecode.asm
 
AsmClassProvider() - Constructor for class org.sonar.java.bytecode.asm.AsmClassProvider
 
AsmClassProvider.DETAIL_LEVEL - Enum in org.sonar.java.bytecode.asm
 
AsmClassProviderImpl - Class in org.sonar.java.bytecode.asm
 
AsmClassProviderImpl() - Constructor for class org.sonar.java.bytecode.asm.AsmClassProviderImpl
 
AsmClassProviderImpl(ClassLoader) - Constructor for class org.sonar.java.bytecode.asm.AsmClassProviderImpl
 
AsmClassVisitor - Class in org.sonar.java.bytecode.asm
 
AsmClassVisitor(AsmClassProvider, AsmClass, AsmClassProvider.DETAIL_LEVEL) - Constructor for class org.sonar.java.bytecode.asm.AsmClassVisitor
 
AsmEdge - Class in org.sonar.java.bytecode.asm
 
AsmField - Class in org.sonar.java.bytecode.asm
 
AsmField(AsmClass, String) - Constructor for class org.sonar.java.bytecode.asm.AsmField
 
AsmMethod - Class in org.sonar.java.bytecode.asm
 
AsmMethod(AsmClass, String, String) - Constructor for class org.sonar.java.bytecode.asm.AsmMethod
 
AsmMethod(AsmClass, String) - Constructor for class org.sonar.java.bytecode.asm.AsmMethod
 
AsmMethodVisitor - Class in org.sonar.java.bytecode.asm
 
AsmMethodVisitor(AsmMethod, AsmClassProvider) - Constructor for class org.sonar.java.bytecode.asm.AsmMethodVisitor
 
AsmResource - Class in org.sonar.java.bytecode.asm
 
AsmResource() - Constructor for class org.sonar.java.bytecode.asm.AsmResource
 
AsmSignature - Class in org.sonar.java.bytecode.asm
 
AsmSignatureVisitor - Class in org.sonar.java.bytecode.asm
 
AsmSignatureVisitor() - Constructor for class org.sonar.java.bytecode.asm.AsmSignatureVisitor
 
AsmType - Class in org.sonar.java.bytecode.asm
 
assertAllBundlesUpToDate(String) - Static method in class org.sonar.test.i18n.I18nMatchers
Checks that all the Core translation bundles found on the classpath are up to date with the corresponding English ones.
assertAllBundlesUpToDate() - Static method in class org.sonar.test.i18n.I18nMatchers
Checks that all the translation bundles found on the classpath are up to date with the corresponding default one found in the same folder.
assertEmptyTables(String...) - Method in class org.sonar.test.persistence.DatabaseTestCase
 
assertExists(File) - Static method in class org.sonar.test.TestUtils
Checks that a file or a directory is not null and exists.
assertSimilarXml(String, String) - Static method in class org.sonar.test.TestUtils
 
assertTables(String, String...) - Method in class org.sonar.test.persistence.DatabaseTestCase
 
assertTables(String, String[], String[]) - Method in class org.sonar.test.persistence.DatabaseTestCase
 
ASSIGNEQUAL - Static variable in interface net.sourceforge.pmd.cpd.cppast.CPPParserConstants
RegularExpression Id.
asStringOn(StringBuffer, Iterator, String) - Static method in class net.sourceforge.pmd.util.StringUtil
Copies the elements returned by the iterator onto the string buffer each delimited by the separator.
AstUtils - Class in org.sonar.java.ast.visitor
 
auditFinished(AuditEvent) - Method in class org.sonar.plugins.checkstyle.CheckstyleAuditListener
 
auditStarted(AuditEvent) - Method in class org.sonar.plugins.checkstyle.CheckstyleAuditListener
 
authenticate(String, String) - Method in interface org.sonar.api.security.LoginPasswordAuthenticator
 
AuthenticatorFactory - Class in org.sonar.server.ui
 
AuthenticatorFactory(Settings, LoginPasswordAuthenticator[]) - Constructor for class org.sonar.server.ui.AuthenticatorFactory
 
AuthenticatorFactory(Settings) - Constructor for class org.sonar.server.ui.AuthenticatorFactory
This constructor is used when there aren't any authentication plugins.
AuthenticatorNotFoundException - Exception in org.sonar.server.ui
 
AuthenticatorNotFoundException(String) - Constructor for exception org.sonar.server.ui.AuthenticatorNotFoundException
 
AUTO - Static variable in interface net.sourceforge.pmd.cpd.cppast.CPPParserConstants
RegularExpression Id.
AverageComplexityFormula - Class in org.sonar.api.measures
 
AverageComplexityFormula(Metric) - Constructor for class org.sonar.api.measures.AverageComplexityFormula
 

B

backup(int) - Static method in class net.sourceforge.pmd.cpd.cppast.SimpleCharStream
Backup a number of characters.
Backup - Class in org.sonar.server.configuration
 
Backup() - Constructor for class org.sonar.server.configuration.Backup
 
Backup(DatabaseSession) - Constructor for class org.sonar.server.configuration.Backup
 
Backupable - Interface in org.sonar.server.configuration
 
backupProfile(int) - Method in class org.sonar.server.rules.ProfilesConsole
 
backupProfile(int) - Method in class org.sonar.server.ui.JRubyFacade
 
BAR_CHART_HORIZONTAL - Static variable in class org.sonar.server.charts.deprecated.BaseChartWeb
 
BAR_CHART_VERTICAL - Static variable in class org.sonar.server.charts.deprecated.BaseChartWeb
 
BAR_CHART_VERTICAL_CUSTOM - Static variable in class org.sonar.server.charts.deprecated.BaseChartWeb
 
BarChart - Class in org.sonar.server.charts.deprecated
 
BarChart(Map<String, String>) - Constructor for class org.sonar.server.charts.deprecated.BarChart
 
BARRIER_AFTER_SQUID - Static variable in class org.sonar.java.api.JavaUtils
Sensors executed before this barrier must not rely on index.
BARRIER_BEFORE_SQUID - Static variable in class org.sonar.java.api.JavaUtils
All sensors executed after this barrier are sure that all Java resources are indexed.
BASE_COLOR - Static variable in class org.sonar.server.charts.deprecated.BaseChart
 
BASE_COLOR_LIGHT - Static variable in class org.sonar.server.charts.deprecated.BaseChart
 
BASE_GROUP_ID - Static variable in class org.sonar.server.mavendeployer.Artifact
 
BASE_URL - Static variable in class org.sonar.wsclient.services.DependencyQuery
 
BASE_URL - Static variable in class org.sonar.wsclient.services.EventQuery
 
BASE_URL - Static variable in class org.sonar.wsclient.services.FavouriteQuery
 
BASE_URL - Static variable in class org.sonar.wsclient.services.ManualMeasureQuery
 
BASE_URL - Static variable in class org.sonar.wsclient.services.MetricQuery
 
BASE_URL - Static variable in class org.sonar.wsclient.services.ProfileQuery
 
BASE_URL - Static variable in class org.sonar.wsclient.services.PropertyQuery
 
BASE_URL - Static variable in class org.sonar.wsclient.services.ResourceQuery
 
BASE_URL - Static variable in class org.sonar.wsclient.services.ReviewQuery
 
BASE_URL - Static variable in class org.sonar.wsclient.services.RuleQuery
 
BASE_URL - Static variable in class org.sonar.wsclient.services.ServerQuery
 
BASE_URL - Static variable in class org.sonar.wsclient.services.ServerSetupQuery
 
BASE_URL - Static variable in class org.sonar.wsclient.services.SourceQuery
 
BASE_URL - Static variable in class org.sonar.wsclient.services.TimeMachineQuery
 
BASE_URL - Static variable in class org.sonar.wsclient.services.UpdateCenterQuery
 
BASE_URL - Static variable in class org.sonar.wsclient.services.UserPropertyQuery
 
BASE_URL - Static variable in class org.sonar.wsclient.services.ViolationQuery
 
BaseChart - Class in org.sonar.server.charts.deprecated
 
BaseChart(int, int) - Constructor for class org.sonar.server.charts.deprecated.BaseChart
 
BaseChartWeb - Class in org.sonar.server.charts.deprecated
 
BaseChartWeb(Map<String, String>) - Constructor for class org.sonar.server.charts.deprecated.BaseChartWeb
 
BaseDao - Class in org.sonar.jpa.dao
 
BaseDao(DatabaseSession) - Constructor for class org.sonar.jpa.dao.BaseDao
 
BaseIdentifiable - Class in org.sonar.api.database
 
BaseIdentifiable() - Constructor for class org.sonar.api.database.BaseIdentifiable
 
baseUrl() - Static method in class org.sonar.gwt.Links
 
Batch - Class in org.sonar.batch
 
Batch(ProjectReactor, Object...) - Constructor for class org.sonar.batch.Batch
 
Batch(Configuration, Object...) - Constructor for class org.sonar.batch.Batch
Deprecated. since 2.9 because commons-configuration is replaced by ProjectDefinition#properties. Used by Ant Task 1.1
BATCH_EXCLUDE_PLUGINS - Static variable in interface org.sonar.api.CoreProperties
 
BATCH_INCLUDE_PLUGINS - Static variable in interface org.sonar.api.CoreProperties
 
BATCH_SIZE - Static variable in class org.sonar.api.database.DatabaseSession
 
BatchComponent - Interface in org.sonar.api
Dependency Injection : all the classes implementing this interface are available in the batch IoC container.
BatchDatabase - Class in org.sonar.batch.bootstrap
 
BatchDatabase(Settings) - Constructor for class org.sonar.batch.bootstrap.BatchDatabase
 
BatchEvent<H extends EventHandler> - Class in org.sonar.batch.events
Root of all Sonar Batch events.
BatchEvent() - Constructor for class org.sonar.batch.events.BatchEvent
 
BatchExtension - Interface in org.sonar.api
Batch extension point.
BatchExtensionDictionnary - Class in org.sonar.api.batch
 
BatchExtensionDictionnary(ComponentContainer) - Constructor for class org.sonar.api.batch.BatchExtensionDictionnary
 
BatchExtensionInstaller - Class in org.sonar.batch.bootstrap
 
BatchExtensionInstaller(BatchPluginRepository, EnvironmentInformation, DryRun) - Constructor for class org.sonar.batch.bootstrap.BatchExtensionInstaller
 
batchInsert(DuplicationUnit) - Method in interface org.sonar.persistence.model.DuplicationMapper
 
BatchModule - Class in org.sonar.batch.bootstrap
Level-2 components.
BatchModule(boolean) - Constructor for class org.sonar.batch.bootstrap.BatchModule
 
BatchMojo - Class in org.sonar.maven2
 
BatchMojo() - Constructor for class org.sonar.maven2.BatchMojo
 
BatchPluginRepository - Class in org.sonar.batch.bootstrap
 
BatchPluginRepository(ArtifactDownloader, Settings) - Constructor for class org.sonar.batch.bootstrap.BatchPluginRepository
 
BatchResourcesServlet - Class in org.sonar.server.plugins
This servlet allows to load libraries from directory "WEB-INF/lib" in order to provide them for batch-bootstrapper.
BatchResourcesServlet() - Constructor for class org.sonar.server.plugins.BatchResourcesServlet
 
BatchSettings - Class in org.sonar.batch.config
 
BatchSettings(PropertyDefinitions, ProjectReactor, Configuration) - Constructor for class org.sonar.batch.config.BatchSettings
 
BatchSettingsEnhancer - Class in org.sonar.batch.config
 
BatchSettingsEnhancer(DatabaseSessionFactory, BatchSettings, ProjectReactor) - Constructor for class org.sonar.batch.config.BatchSettingsEnhancer
 
beginColumn - Variable in class net.sourceforge.pmd.cpd.cppast.Token
The column number of the first character of this Token.
beginLine - Variable in class net.sourceforge.pmd.cpd.cppast.Token
The line number of the first character of this Token.
BeginToken() - Static method in class net.sourceforge.pmd.cpd.cppast.SimpleCharStream
Start.
beginTree(DetailAST) - Method in class org.sonar.java.ast.CheckstyleSquidBridge
 
BelongsToProfile - Annotation Type in org.sonar.check
 
BelongsToProfiles - Annotation Type in org.sonar.check
Deprecated. since 2.3. Not supported anymore
BINARIES_PROPERTY - Static variable in class org.sonar.api.batch.bootstrap.ProjectDefinition
 
binarySearch(DataUtils.Sortable) - Static method in class org.sonar.duplications.index.DataUtils
Value for search must be stored in position size.
BITWISEANDEQUAL - Static variable in interface net.sourceforge.pmd.cpd.cppast.CPPParserConstants
RegularExpression Id.
BITWISEOR - Static variable in interface net.sourceforge.pmd.cpd.cppast.CPPParserConstants
RegularExpression Id.
BITWISEOREQUAL - Static variable in interface net.sourceforge.pmd.cpd.cppast.CPPParserConstants
RegularExpression Id.
BITWISEXOR - Static variable in interface net.sourceforge.pmd.cpd.cppast.CPPParserConstants
RegularExpression Id.
BITWISEXOREQUAL - Static variable in interface net.sourceforge.pmd.cpd.cppast.CPPParserConstants
RegularExpression Id.
BlankLinesVisitor - Class in org.sonar.java.ast.visitor
 
BlankLinesVisitor() - Constructor for class org.sonar.java.ast.visitor.BlankLinesVisitor
 
Block - Class in org.sonar.duplications.block
Represents part of source code between two lines.
Block(String, ByteArray, int, int, int) - Constructor for class org.sonar.duplications.block.Block
 
Block(int, int, int, String, String) - Constructor for class org.sonar.duplications.block.Block
 
BLOCK_HASH_SIZE - Static variable in class org.sonar.jpa.entity.DuplicationBlock
 
BLOCK_UNIT - Static variable in class org.sonar.api.resources.Scopes
Block units like methods, functions or Cobol paragraphs.
BlockChunker - Class in org.sonar.duplications.block
Creates blocks from statements, each block will contain specified number of statements (blockSize) and 64-bits (8-bytes) hash value.
BlockChunker(int) - Constructor for class org.sonar.duplications.block.BlockChunker
 
BLOCKER_VIOLATIONS - Static variable in class org.sonar.api.measures.CoreMetrics
 
BLOCKER_VIOLATIONS - Static variable in interface org.sonar.gwt.Metrics
 
BLOCKER_VIOLATIONS_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
BootstrapClassLoader - Class in org.sonar.batch.bootstrapper
Special URLClassLoader to execute Sonar, which restricts loading from parent.
BootstrapClassLoader(ClassLoader, String...) - Constructor for class org.sonar.batch.bootstrapper.BootstrapClassLoader
 
BootstrapException - Exception in org.sonar.batch.bootstrapper
 
BootstrapException(String) - Constructor for exception org.sonar.batch.bootstrapper.BootstrapException
 
BootstrapException(Throwable) - Constructor for exception org.sonar.batch.bootstrapper.BootstrapException
 
BootstrapException(String, Throwable) - Constructor for exception org.sonar.batch.bootstrapper.BootstrapException
 
BootstrapModule - Class in org.sonar.batch.bootstrap
Level 1 components
BootstrapModule(ProjectReactor, Object...) - Constructor for class org.sonar.batch.bootstrap.BootstrapModule
 
Bootstrapper - Class in org.sonar.batch.bootstrapper
 
Bootstrapper(String, String, File) - Constructor for class org.sonar.batch.bootstrapper.Bootstrapper
 
BootstrapperIOUtils - Class in org.sonar.batch.bootstrapper
 
BootstrapperVersion - Enum in org.sonar.batch.bootstrapper
 
BRANCH_COVERAGE - Static variable in class org.sonar.api.measures.CoreMetrics
 
BRANCH_COVERAGE - Static variable in interface org.sonar.gwt.Metrics
 
BRANCH_COVERAGE_HITS_DATA - Static variable in class org.sonar.api.measures.CoreMetrics
Deprecated. in 2.7. Replaced by metrics CoreMetrics.CONDITIONS_BY_LINE and CoreMetrics.COVERED_CONDITIONS_BY_LINE
BRANCH_COVERAGE_HITS_DATA - Static variable in interface org.sonar.gwt.Metrics
 
BRANCH_COVERAGE_HITS_DATA_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
Deprecated. in 2.7. Replaced by CoreMetrics.CONDITIONS_BY_LINE_KEY and CoreMetrics.COVERED_CONDITIONS_BY_LINE_KEY
BRANCH_COVERAGE_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
BranchCoverageDecorator - Class in org.sonar.plugins.core.sensors
 
BranchCoverageDecorator() - Constructor for class org.sonar.plugins.core.sensors.BranchCoverageDecorator
 
BranchVisitor - Class in org.sonar.java.ast.visitor
 
BranchVisitor() - Constructor for class org.sonar.java.ast.visitor.BranchVisitor
 
BREAK - Static variable in interface net.sourceforge.pmd.cpd.cppast.CPPParserConstants
RegularExpression Id.
BreakCheck - Class in org.sonar.java.ast.check
 
BreakCheck() - Constructor for class org.sonar.java.ast.check.BreakCheck
 
bridge(String, String) - Static method in class org.sonar.duplications.statement.TokenMatcherFactory
 
Bridge - Class in org.sonar.plugins.squid.bridges
Pattern visitor : project -> packages -> files -> classes
Bridge(boolean) - Constructor for class org.sonar.plugins.squid.bridges.Bridge
 
BridgeFactory - Class in org.sonar.plugins.squid.bridges
 
BridgeTokenMatcher - Class in org.sonar.duplications.statement.matcher
Consumes everything between pair of tokens.
BridgeTokenMatcher(String, String) - Constructor for class org.sonar.duplications.statement.matcher.BridgeTokenMatcher
 
BridgeWithExceptionTokenMatcher - Class in org.sonar.duplications.java
 
BridgeWithExceptionTokenMatcher(String, String, String) - Constructor for class org.sonar.duplications.java.BridgeWithExceptionTokenMatcher
 
Bucket - Class in org.sonar.batch.index
 
Bucket(Resource) - Constructor for class org.sonar.batch.index.Bucket
 
bufcolumn - Static variable in class net.sourceforge.pmd.cpd.cppast.SimpleCharStream
 
buffer - Static variable in class net.sourceforge.pmd.cpd.cppast.SimpleCharStream
 
bufline - Static variable in class net.sourceforge.pmd.cpd.cppast.SimpleCharStream
 
bufpos - Static variable in class net.sourceforge.pmd.cpd.cppast.SimpleCharStream
Position in buffer.
Bug - Class in org.sonar.plugins.findbugs.xml
 
Bug() - Constructor for class org.sonar.plugins.findbugs.xml.Bug
 
Bug(String) - Constructor for class org.sonar.plugins.findbugs.xml.Bug
 
build(ProjectReactor) - Method in class org.sonar.api.batch.bootstrap.ProjectBuilder
 
build(Resource) - Static method in class org.sonar.api.database.model.ResourceModel
Maps a resource to a resource model and returns the resource
build() - Method in class org.sonar.api.measures.CountDistributionBuilder
Shortcut for build(true)
build(boolean) - Method in class org.sonar.api.measures.CountDistributionBuilder
Used to build a measure from the current object
build() - Method in interface org.sonar.api.measures.MeasureBuilder
 
build() - Method in class org.sonar.api.measures.PropertiesBuilder
 
build() - Method in class org.sonar.api.measures.RangeDistributionBuilder
Shortcut for build(true)
build(boolean) - Method in class org.sonar.api.measures.RangeDistributionBuilder
Used to build a measure from the current object
build() - Method in class org.sonar.channel.ChannelDispatcher.Builder
 
build() - Static method in class org.sonar.duplications.java.JavaStatementBuilder
 
build() - Static method in class org.sonar.duplications.java.JavaTokenProducer
 
build() - Method in class org.sonar.duplications.statement.StatementChunker.Builder
 
build() - Method in class org.sonar.duplications.token.TokenChunker.Builder
 
BuildBreaker - Class in org.sonar.api.batch
 
BuildBreaker() - Constructor for class org.sonar.api.batch.BuildBreaker
 
buildData() - Method in class org.sonar.api.measures.PropertiesBuilder
 
builder() - Static method in class org.sonar.channel.ChannelDispatcher
Get a Builder instance to build a new ChannelDispatcher
builder() - Static method in class org.sonar.duplications.statement.StatementChunker
 
builder() - Static method in class org.sonar.duplications.token.TokenChunker
 
buildFeedbackCycles(Set<Cycle>) - Static method in class org.sonar.graph.FeedbackCycle
 
buildFindbugsFilter(List<ActiveRule>) - Static method in class org.sonar.plugins.findbugs.FindbugsProfileExporter
 
buildGlobalRole(Integer, String) - Static method in class org.sonar.api.security.GroupRole
 
buildPicoContainer() - Static method in class org.sonar.api.utils.IocContainer
Deprecated.  
buildRegexFilterExcludeOverInclude(List<String>, List<String>) - Static method in class net.sourceforge.pmd.util.filter.Filters
Construct a String Filter using set of include and exclude regular expressions.
buildRegexFilterIncludeOverExclude(List<String>, List<String>) - Static method in class net.sourceforge.pmd.util.filter.Filters
Construct a String Filter using set of include and exclude regular expressions.
buildResourceRole(Integer, String, Integer) - Static method in class org.sonar.api.security.GroupRole
 
BUNDLE_PACKAGE - Static variable in class org.sonar.core.i18n.I18nManager
 
BundleSynchronizedMatcher - Class in org.sonar.test.i18n
 
BundleSynchronizedMatcher(String) - Constructor for class org.sonar.test.i18n.BundleSynchronizedMatcher
 
BundleSynchronizedMatcher(String, String) - Constructor for class org.sonar.test.i18n.BundleSynchronizedMatcher
 
byKey(String) - Static method in class org.sonar.wsclient.services.MetricQuery
 
ByteArray - Class in org.sonar.duplications.block
Represents hash for Block.
ByteArray(String) - Constructor for class org.sonar.duplications.block.ByteArray
 
ByteArray(byte[]) - Constructor for class org.sonar.duplications.block.ByteArray
 
ByteArray(long) - Constructor for class org.sonar.duplications.block.ByteArray
 
ByteArray(int) - Constructor for class org.sonar.duplications.block.ByteArray
 
ByteArray(int[]) - Constructor for class org.sonar.duplications.block.ByteArray
 
BytecodeScanner - Class in org.sonar.java.bytecode
 
BytecodeScanner(SquidIndex) - Constructor for class org.sonar.java.bytecode.BytecodeScanner
 
BytecodeVisitor - Class in org.sonar.java.bytecode.visitor
 
BytecodeVisitor() - Constructor for class org.sonar.java.bytecode.visitor.BytecodeVisitor
 
BytecodeVisitorNotifier - Class in org.sonar.java.bytecode
 
BytecodeVisitorNotifier(AsmClass, BytecodeVisitor[]) - Constructor for class org.sonar.java.bytecode.BytecodeVisitorNotifier
 

C

CacheMetricFinder - Class in org.sonar.core.components
 
CacheMetricFinder(DatabaseSessionFactory) - Constructor for class org.sonar.core.components.CacheMetricFinder
 
CacheRuleFinder - Class in org.sonar.core.components
 
CacheRuleFinder(DatabaseSessionFactory) - Constructor for class org.sonar.core.components.CacheRuleFinder
 
calculate(FormulaData, FormulaContext) - Method in class org.sonar.api.measures.AverageComplexityFormula
 
calculate(FormulaData, FormulaContext) - Method in interface org.sonar.api.measures.Formula
 
calculate(FormulaData, FormulaContext) - Method in class org.sonar.api.measures.MeanAggregationFormula
 
calculate(FormulaData, FormulaContext) - Method in class org.sonar.api.measures.SumChildDistributionFormula
 
calculate(FormulaData, FormulaContext) - Method in class org.sonar.api.measures.SumChildValuesFormula
 
calculate(FormulaData, FormulaContext) - Method in class org.sonar.api.measures.WeightedMeanAggregationFormula
 
calculate(int, int) - Static method in class org.sonar.plugins.core.sensors.ViolationsDensityDecorator
 
calculate(Double, Double) - Method in class org.sonar.plugins.cpd.decorators.DuplicationDensityDecorator
 
calculate(Measurable) - Method in class org.sonar.squid.measures.AbstractnessFormula
 
calculate(Measurable) - Method in interface org.sonar.squid.measures.CalculatedMetricFormula
 
calculate(Measurable) - Method in class org.sonar.squid.measures.CommentLinesDensityFormula
 
calculate(Measurable) - Method in class org.sonar.squid.measures.CommentLinesWithoutHeaderFormula
 
calculate(Measurable) - Method in class org.sonar.squid.measures.DistanceFormula
 
calculate(Measurable) - Method in class org.sonar.squid.measures.InstabilityFormula
 
calculate(Measurable) - Method in class org.sonar.squid.measures.PublicDocumentedApiDensityFormula
 
CalculatedMetricFormula - Interface in org.sonar.squid.measures
 
Callback<MODEL extends Model> - Interface in org.sonar.wsclient.gwt
 
CallToDeprecatedMethodCheck - Class in org.sonar.java.bytecode.check
 
CallToDeprecatedMethodCheck() - Constructor for class org.sonar.java.bytecode.check.CallToDeprecatedMethodCheck
 
CamelCaseDetector - Class in org.sonar.squid.recognizer
 
CamelCaseDetector(double) - Constructor for class org.sonar.squid.recognizer.CamelCaseDetector
 
cancelDownloads() - Method in class org.sonar.server.plugins.PluginDownloader
 
cancelPluginDownloads() - Method in class org.sonar.server.ui.JRubyFacade
 
cancelPluginUninstalls() - Method in class org.sonar.server.ui.JRubyFacade
 
cancelUninstalls() - Method in class org.sonar.server.plugins.PluginDeployer
 
canDisplay() - Method in class org.sonar.plugins.design.ui.dependencies.client.Data
 
Cardinality - Enum in org.sonar.check
 
CASE - Static variable in interface net.sourceforge.pmd.cpd.cppast.CPPParserConstants
RegularExpression Id.
CaseInsensitiveKeywordsTokenizer - Class in org.sonar.colorizer
 
CaseInsensitiveKeywordsTokenizer(String, String, Set<String>) - Constructor for class org.sonar.colorizer.CaseInsensitiveKeywordsTokenizer
 
CaseInsensitiveKeywordsTokenizer(String, String, String...) - Constructor for class org.sonar.colorizer.CaseInsensitiveKeywordsTokenizer
 
CATCH - Static variable in interface net.sourceforge.pmd.cpd.cppast.CPPParserConstants
RegularExpression Id.
CATEGORY_ALERT - Static variable in class org.sonar.api.batch.Event
 
CATEGORY_CODE_COVERAGE - Static variable in interface org.sonar.api.CoreProperties
 
CATEGORY_DIFFERENTIAL_VIEWS - Static variable in interface org.sonar.api.CoreProperties
 
CATEGORY_DUPLICATIONS - Static variable in interface org.sonar.api.CoreProperties
 
CATEGORY_GENERAL - Static variable in interface org.sonar.api.CoreProperties
 
CATEGORY_JAVA - Static variable in interface org.sonar.api.CoreProperties
 
CATEGORY_L10N - Static variable in interface org.sonar.api.CoreProperties
 
CATEGORY_PROFILE - Static variable in class org.sonar.api.batch.Event
 
CATEGORY_SECURITY - Static variable in interface org.sonar.api.CoreProperties
 
CATEGORY_VERSION - Static variable in class org.sonar.api.batch.Event
 
categoryAxis - Variable in class org.sonar.server.charts.deprecated.BarChart
 
CDocTokenizer - Class in org.sonar.colorizer
 
CDocTokenizer(String, String) - Constructor for class org.sonar.colorizer.CDocTokenizer
 
changeParentProfile(Integer, String, String) - Method in class org.sonar.server.configuration.ProfilesManager
 
changeParentProfile(int, String, String) - Method in class org.sonar.server.ui.JRubyFacade
 
ChangesInReviewAssignedToMeOrCreatedByMe - Class in org.sonar.plugins.emailnotifications.reviews
This dispatcher means: "notify me when when someone changes review assigned to me or created by me".
ChangesInReviewAssignedToMeOrCreatedByMe() - Constructor for class org.sonar.plugins.emailnotifications.reviews.ChangesInReviewAssignedToMeOrCreatedByMe
 
Channel<OUTPUT> - Class in org.sonar.channel
 
Channel() - Constructor for class org.sonar.channel.Channel
 
ChannelCodeReaderFilter<OUTPUT> - Class in org.sonar.channel
This class is a special CodeReaderFilter that uses Channels to filter the character stream before it is passed to the main channels declared for the CodeReader.
ChannelCodeReaderFilter(Channel<OUTPUT>...) - Constructor for class org.sonar.channel.ChannelCodeReaderFilter
Creates a CodeReaderFilter that will use the provided Channels to filter the character stream it gets from its reader.
ChannelCodeReaderFilter(OUTPUT, Channel<OUTPUT>...) - Constructor for class org.sonar.channel.ChannelCodeReaderFilter
Creates a CodeReaderFilter that will use the provided Channels to filter the character stream it gets from its reader.
ChannelDispatcher<OUTPUT> - Class in org.sonar.channel
 
ChannelDispatcher(List<Channel>) - Constructor for class org.sonar.channel.ChannelDispatcher
Deprecated. in version 2.9. Please use the builder() method
ChannelDispatcher(Channel...) - Constructor for class org.sonar.channel.ChannelDispatcher
Deprecated. in version 2.9. Please use the builder() method
ChannelDispatcher(List<Channel>, boolean) - Constructor for class org.sonar.channel.ChannelDispatcher
Deprecated. in version 2.9. Please use the builder() method
ChannelDispatcher.Builder - Class in org.sonar.channel
 
ChannelException - Exception in org.sonar.channel
 
ChannelException(String, Exception) - Constructor for exception org.sonar.channel.ChannelException
 
ChannelException(String) - Constructor for exception org.sonar.channel.ChannelException
 
ChannelMatcher<OUTPUT> - Class in org.sonar.test.channel
 
ChannelMatcher(String, OUTPUT) - Constructor for class org.sonar.test.channel.ChannelMatcher
 
ChannelMatcher(CodeReader, OUTPUT) - Constructor for class org.sonar.test.channel.ChannelMatcher
 
ChannelMatchers - Class in org.sonar.test.channel
 
CHAR - Static variable in interface net.sourceforge.pmd.cpd.cppast.CPPParserConstants
RegularExpression Id.
CHARACTER - Static variable in interface net.sourceforge.pmd.cpd.cppast.CPPParserConstants
RegularExpression Id.
characteristic - Variable in class org.sonar.api.measures.Measure
 
characteristic(Metric, Characteristic) - Static method in class org.sonar.api.measures.MeasuresFilters
 
Characteristic - Class in org.sonar.api.qualitymodel
 
CharacteristicProperty - Class in org.sonar.api.qualitymodel
 
charAt(int) - Method in class org.sonar.channel.CodeBuffer
Returns the character at the specified index after the cursor without consuming it
Chart - Interface in org.sonar.api.charts
An Extension to create charts
CHART_PARAM_CATEGORIES - Static variable in class org.sonar.server.charts.deprecated.BaseChartWeb
 
CHART_PARAM_CATEGORIES_AXISMARGIN_LOWER - Static variable in class org.sonar.server.charts.deprecated.BaseChartWeb
 
CHART_PARAM_CATEGORIES_AXISMARGIN_UPPER - Static variable in class org.sonar.server.charts.deprecated.BaseChartWeb
 
CHART_PARAM_CATEGORIES_AXISMARGIN_VISIBLE - Static variable in class org.sonar.server.charts.deprecated.BaseChartWeb
 
CHART_PARAM_COLORS - Static variable in class org.sonar.server.charts.deprecated.BaseChartWeb
 
CHART_PARAM_DIMENSIONS - Static variable in class org.sonar.server.charts.deprecated.BaseChartWeb
 
CHART_PARAM_INSETS - Static variable in class org.sonar.server.charts.deprecated.BaseChartWeb
 
CHART_PARAM_OUTLINE_RANGEGRIDLINES_VISIBLE - Static variable in class org.sonar.server.charts.deprecated.BaseChartWeb
 
CHART_PARAM_OUTLINE_VISIBLE - Static variable in class org.sonar.server.charts.deprecated.BaseChartWeb
 
CHART_PARAM_RANGEAXIS_VISIBLE - Static variable in class org.sonar.server.charts.deprecated.BaseChartWeb
 
CHART_PARAM_RANGEMAX - Static variable in class org.sonar.server.charts.deprecated.BaseChartWeb
 
CHART_PARAM_SERIES - Static variable in class org.sonar.server.charts.deprecated.BaseChartWeb
 
CHART_PARAM_SERIES_AXISMARGIN_LOWER - Static variable in class org.sonar.server.charts.deprecated.BaseChartWeb
 
CHART_PARAM_SERIES_AXISMARGIN_TICKUNIT - Static variable in class org.sonar.server.charts.deprecated.BaseChartWeb
 
CHART_PARAM_SERIES_AXISMARGIN_UPPER - Static variable in class org.sonar.server.charts.deprecated.BaseChartWeb
 
CHART_PARAM_TITLE - Static variable in class org.sonar.server.charts.deprecated.BaseChartWeb
 
CHART_PARAM_TYPE - Static variable in class org.sonar.server.charts.deprecated.BaseChartWeb
 
CHART_PARAM_VALUES - Static variable in class org.sonar.server.charts.deprecated.BaseChartWeb
 
ChartFactory - Class in org.sonar.server.charts
 
ChartFactory(Chart[]) - Constructor for class org.sonar.server.charts.ChartFactory
 
ChartFactory() - Constructor for class org.sonar.server.charts.ChartFactory
 
ChartParameters - Class in org.sonar.api.charts
The class to hold parameters to configure a chart
ChartParameters(Map<String, String>) - Constructor for class org.sonar.api.charts.ChartParameters
Creates a ChartParameter based on a list of parameters
ChartParameters(String) - Constructor for class org.sonar.api.charts.ChartParameters
Creates a Chartparameter based on a query string with a format key1=value1&key2=value2...
ChartsServlet - Class in org.sonar.server.charts
 
ChartsServlet() - Constructor for class org.sonar.server.charts.ChartsServlet
 
Check - Annotation Type in org.sonar.check
Deprecated. since 2.3. Use @Rule
CheckAlertThresholds - Class in org.sonar.plugins.core.sensors
 
CheckAlertThresholds(RulesProfile) - Constructor for class org.sonar.plugins.core.sensors.CheckAlertThresholds
 
CheckFactory<CHECK> - Class in org.sonar.api.checks
 
CheckFactory(RulesProfile, String) - Constructor for class org.sonar.api.checks.CheckFactory
 
CheckMessage - Class in org.sonar.squid.api
 
CheckMessage(Object, String, Object...) - Constructor for class org.sonar.squid.api.CheckMessage
 
CheckMessage(CodeCheck, String, Object...) - Constructor for class org.sonar.squid.api.CheckMessage
Deprecated. replaced by the other constructor since 2.12. See SONAR-2875.
CheckProject - Interface in org.sonar.api.batch
 
CheckProperty - Annotation Type in org.sonar.check
Deprecated. since 2.3. Use @RuleProperty
ChecksBridge - Class in org.sonar.plugins.squid.bridges
 
ChecksBridge() - Constructor for class org.sonar.plugins.squid.bridges.ChecksBridge
 
CHECKSTYLE_PLUGIN - Static variable in interface org.sonar.api.CoreProperties
 
CheckstyleAuditListener - Class in org.sonar.plugins.checkstyle
 
CheckstyleAuditListener(SensorContext, Project, RuleFinder) - Constructor for class org.sonar.plugins.checkstyle.CheckstyleAuditListener
 
CheckstyleConfiguration - Class in org.sonar.plugins.checkstyle
 
CheckstyleConfiguration(Settings, CheckstyleProfileExporter, RulesProfile, ProjectFileSystem) - Constructor for class org.sonar.plugins.checkstyle.CheckstyleConfiguration
 
CheckstyleConstants - Class in org.sonar.plugins.checkstyle
 
CheckstyleExecutor - Class in org.sonar.plugins.checkstyle
 
CheckstyleExecutor(CheckstyleConfiguration, CheckstyleAuditListener, ProjectClasspath) - Constructor for class org.sonar.plugins.checkstyle.CheckstyleExecutor
 
CheckstylePlugin - Class in org.sonar.plugins.checkstyle
 
CheckstylePlugin() - Constructor for class org.sonar.plugins.checkstyle.CheckstylePlugin
 
CheckstyleProfileExporter - Class in org.sonar.plugins.checkstyle
 
CheckstyleProfileExporter(Configuration) - Constructor for class org.sonar.plugins.checkstyle.CheckstyleProfileExporter
 
CheckstyleProfileImporter - Class in org.sonar.plugins.checkstyle
 
CheckstyleProfileImporter(RuleFinder) - Constructor for class org.sonar.plugins.checkstyle.CheckstyleProfileImporter
 
CheckstyleRuleRepository - Class in org.sonar.plugins.checkstyle
 
CheckstyleRuleRepository(ServerFileSystem, XMLRuleParser) - Constructor for class org.sonar.plugins.checkstyle.CheckstyleRuleRepository
 
CheckstyleSensor - Class in org.sonar.plugins.checkstyle
 
CheckstyleSensor(RulesProfile, CheckstyleExecutor) - Constructor for class org.sonar.plugins.checkstyle.CheckstyleSensor
 
CheckstyleSeverityUtils - Class in org.sonar.plugins.checkstyle
 
CheckstyleSquidBridge - Class in org.sonar.java.ast
 
CheckstyleSquidBridge() - Constructor for class org.sonar.java.ast.CheckstyleSquidBridge
 
CheckstyleVersion - Enum in org.sonar.plugins.checkstyle
 
checkUp() - Method in class org.sonar.api.utils.ServerHttpClient
Deprecated. Throws a runtime ServerConnectionException if it fails to connect Sonar server
ChidamberKemererBridge - Class in org.sonar.plugins.squid.bridges
 
ChidamberKemererBridge() - Constructor for class org.sonar.plugins.squid.bridges.ChidamberKemererBridge
 
ChidamberKemererDistributionBuilder - Class in org.sonar.plugins.squid.decorators
 
ChidamberKemererDistributionBuilder() - Constructor for class org.sonar.plugins.squid.decorators.ChidamberKemererDistributionBuilder
 
ChidamberKemererWidget - Class in org.sonar.plugins.design.ui.widgets
 
ChidamberKemererWidget() - Constructor for class org.sonar.plugins.design.ui.widgets.ChidamberKemererWidget
 
chunk(String, List<Statement>) - Method in class org.sonar.duplications.block.BlockChunker
 
chunk(TokenQueue) - Method in class org.sonar.duplications.statement.StatementChunker
 
chunk(String) - Method in class org.sonar.duplications.token.TokenChunker
 
chunk(Reader) - Method in class org.sonar.duplications.token.TokenChunker
 
CLASS - Static variable in interface net.sourceforge.pmd.cpd.cppast.CPPParserConstants
RegularExpression Id.
CLASS - Static variable in class org.sonar.api.resources.Qualifiers
 
CLASS_COMPLEXITY - Static variable in class org.sonar.api.measures.CoreMetrics
 
CLASS_COMPLEXITY - Static variable in interface org.sonar.gwt.Metrics
 
CLASS_COMPLEXITY_DISTRIBUTION - Static variable in class org.sonar.api.measures.CoreMetrics
 
CLASS_COMPLEXITY_DISTRIBUTION - Static variable in interface org.sonar.gwt.Metrics
 
CLASS_COMPLEXITY_DISTRIBUTION_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
CLASS_COMPLEXITY_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
ClassComplexityCheck - Class in org.sonar.java.squid.check
 
ClassComplexityCheck() - Constructor for class org.sonar.java.squid.check.ClassComplexityCheck
 
ClassComplexityDistributionBuilder - Class in org.sonar.plugins.squid.decorators
 
ClassComplexityDistributionBuilder() - Constructor for class org.sonar.plugins.squid.decorators.ClassComplexityDistributionBuilder
 
CLASSES - Static variable in class org.sonar.api.measures.CoreMetrics
 
CLASSES - Static variable in interface org.sonar.gwt.Metrics
 
CLASSES_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
ClassesDecorator - Class in org.sonar.plugins.squid.decorators
 
ClassesDecorator() - Constructor for class org.sonar.plugins.squid.decorators.ClassesDecorator
 
ClassFilter - Class in org.sonar.plugins.findbugs.xml
 
ClassFilter() - Constructor for class org.sonar.plugins.findbugs.xml.ClassFilter
 
ClassFilter(String) - Constructor for class org.sonar.plugins.findbugs.xml.ClassFilter
 
ClassLoaderBuilder - Class in org.sonar.java.bytecode
 
ClassVisitor - Class in org.sonar.java.ast.visitor
 
ClassVisitor() - Constructor for class org.sonar.java.ast.visitor.ClassVisitor
 
clean() - Method in class org.sonar.core.plugins.PluginClassloaders
 
cleanAlerts() - Method in class org.sonar.server.startup.RegisterMetrics
 
cleanDirectory() - Method in class org.sonar.server.startup.GwtPublisher
 
clear() - Method in class org.sonar.api.config.Settings
 
clear() - Method in class org.sonar.api.measures.CountDistributionBuilder
Resets all entries to zero
clear() - Method in class org.sonar.api.measures.PropertiesBuilder
 
clear() - Method in class org.sonar.api.measures.RangeDistributionBuilder
Resets all entries to zero
clear() - Method in class org.sonar.batch.index.Bucket
 
clear() - Method in class org.sonar.batch.index.DefaultIndex
Keep only project stuff
clear() - Method in class org.sonar.batch.index.DefaultPersistenceManager
 
clear() - Method in class org.sonar.batch.index.DefaultResourcePersister
 
clear() - Method in interface org.sonar.batch.index.PersistenceManager
 
clear() - Method in class org.sonar.batch.index.ReadOnlyPersistenceManager
 
clear() - Method in interface org.sonar.batch.index.ResourcePersister
 
clear() - Method in class org.sonar.batch.index.SourcePersister
 
clear() - Method in interface org.sonar.jpa.session.DatabaseSessionFactory
 
clear() - Method in class org.sonar.jpa.session.ThreadLocalDatabaseSessionFactory
 
clearImages() - Static method in class net.sourceforge.pmd.cpd.TokenEntry
 
clearJdbcDriverRegistrations() - Method in class org.sonar.batch.bootstrap.JdbcLeakPrevention
 
clone() - Method in class org.sonar.api.database.model.MeasureModel
 
clone() - Method in class org.sonar.api.database.model.ResourceModel
 
clone() - Method in class org.sonar.api.profiles.Alert
 
clone() - Method in class org.sonar.api.profiles.RulesProfile
 
clone() - Method in class org.sonar.api.rules.ActiveRule
 
clone() - Method in class org.sonar.api.rules.ActiveRuleParam
 
clone() - Method in class org.sonar.channel.CodeBuffer.Cursor
 
clone() - Method in class org.sonar.colorizer.CaseInsensitiveKeywordsTokenizer
 
clone() - Method in class org.sonar.colorizer.KeywordsTokenizer
 
clone() - Method in class org.sonar.colorizer.NotThreadSafeTokenizer
 
clone() - Method in class org.sonar.colorizer.RegexpTokenizer
 
CloneGroup - Class in org.sonar.duplications.index
Groups a set of related CloneParts.
CloneGroup(int, ClonePart, List<ClonePart>) - Constructor for class org.sonar.duplications.index.CloneGroup
 
CloneIndex - Interface in org.sonar.duplications.index
 
ClonePart - Class in org.sonar.duplications.index
 
ClonePart(String, int, int, int) - Constructor for class org.sonar.duplications.index.ClonePart
 
cloneWithoutCodeReaderFilters() - Method in class org.sonar.channel.CodeReaderConfiguration
 
close() - Method in class org.sonar.channel.CodeBuffer
Deprecated. in 2.12, do not use anymore.
close() - Method in class org.sonar.java.bytecode.loader.SquidClassLoader
Closes this class loader, so that it can no longer be used to load new classes or resources.
close() - Method in class org.sonar.squid.text.StringArrayReader
 
closeConnection() - Method in class org.sonar.test.persistence.DatabaseTestCase
 
closeQuietly(Closeable) - Static method in class org.sonar.batch.bootstrapper.BootstrapperIOUtils
Unconditionally close a Closeable.
closeReviews(Resource, int, int) - Method in class org.sonar.plugins.core.sensors.CloseReviewsDecorator
Close reviews for which violations have been fixed.
CloseReviewsDecorator - Class in org.sonar.plugins.core.sensors
Decorator that currently only closes a review when its corresponding violation has been fixed.
CloseReviewsDecorator(Project, ResourcePersister, DatabaseSession, NotificationManager, UserFinder) - Constructor for class org.sonar.plugins.core.sensors.CloseReviewsDecorator
 
closeReviewsForDeletedResources(int, int) - Method in class org.sonar.plugins.core.sensors.CloseReviewsDecorator
Close reviews that relate to resources that have been deleted or renamed.
COBERTURA_ARTIFACT_ID - Static variable in class org.sonar.plugins.cobertura.api.CoberturaUtils
 
COBERTURA_GROUP_ID - Static variable in class org.sonar.plugins.cobertura.api.CoberturaUtils
 
COBERTURA_MAXMEM_DEFAULT_VALUE - Static variable in interface org.sonar.api.CoreProperties
 
COBERTURA_MAXMEM_PROPERTY - Static variable in interface org.sonar.api.CoreProperties
 
COBERTURA_PLUGIN - Static variable in interface org.sonar.api.CoreProperties
 
COBERTURA_REPORT_PATH_PROPERTY - Static variable in interface org.sonar.api.CoreProperties
 
CoberturaMavenInitializer - Class in org.sonar.plugins.cobertura
Provides CoberturaMavenPluginHandler and configures correct path to report.
CoberturaMavenInitializer(CoberturaMavenPluginHandler) - Constructor for class org.sonar.plugins.cobertura.CoberturaMavenInitializer
 
CoberturaMavenPluginHandler - Class in org.sonar.plugins.cobertura
 
CoberturaMavenPluginHandler() - Constructor for class org.sonar.plugins.cobertura.CoberturaMavenPluginHandler
 
CoberturaPlugin - Class in org.sonar.plugins.cobertura
 
CoberturaPlugin() - Constructor for class org.sonar.plugins.cobertura.CoberturaPlugin
 
CoberturaSensor - Class in org.sonar.plugins.cobertura
 
CoberturaSensor() - Constructor for class org.sonar.plugins.cobertura.CoberturaSensor
 
CoberturaUtils - Class in org.sonar.plugins.cobertura.api
 
CodeBuffer - Class in org.sonar.channel
The CodeBuffer class provides all the basic features required to manipulate a source code character stream.
CodeBuffer(String, CodeReaderConfiguration) - Constructor for class org.sonar.channel.CodeBuffer
 
CodeBuffer(Reader, CodeReaderConfiguration) - Constructor for class org.sonar.channel.CodeBuffer
Note that this constructor will read everything from reader and will close it.
CodeBuffer.Cursor - Class in org.sonar.channel
 
CodeBuffer.Cursor() - Constructor for class org.sonar.channel.CodeBuffer.Cursor
 
CodeCheck - Interface in org.sonar.squid.api
Deprecated. since 2.12. See https://jira.codehaus.org/browse/SONAR-2875
CodeColorizer - Class in org.sonar.colorizer
 
CodeColorizer(List<Tokenizer>) - Constructor for class org.sonar.colorizer.CodeColorizer
 
CodeColorizer(CodeColorizer.Format) - Constructor for class org.sonar.colorizer.CodeColorizer
 
CodeColorizer.Format - Enum in org.sonar.colorizer
 
CodeColorizerFormat - Class in org.sonar.api.web
Extend the library sonar-colorizer to support new languages.
CodeColorizerFormat(String) - Constructor for class org.sonar.api.web.CodeColorizerFormat
 
CodeColorizers - Class in org.sonar.server.ui
 
CodeColorizers(List<CodeColorizerFormat>) - Constructor for class org.sonar.server.ui.CodeColorizers
 
CodeLoaderWithoutCache - Class in org.sonar.duplications.cpd
 
CodeLoaderWithoutCache() - Constructor for class org.sonar.duplications.cpd.CodeLoaderWithoutCache
 
CodeReader - Class in org.sonar.channel
The CodeReader class provides some advanced features to read a source code.
CodeReader(Reader) - Constructor for class org.sonar.channel.CodeReader
 
CodeReader(String) - Constructor for class org.sonar.channel.CodeReader
 
CodeReader(Reader, CodeReaderConfiguration) - Constructor for class org.sonar.channel.CodeReader
Creates a code reader with specific configuration parameters.
CodeReader(String, CodeReaderConfiguration) - Constructor for class org.sonar.channel.CodeReader
Creates a code reader with specific configuration parameters.
CodeReaderConfiguration - Class in org.sonar.channel
Configuration parameters used by a CodeReader to handle some specificities.
CodeReaderConfiguration() - Constructor for class org.sonar.channel.CodeReaderConfiguration
 
CodeReaderFilter<OUTPUT> - Class in org.sonar.channel
This class can be extended to provide filtering capabilities for the CodeReader class.
CodeReaderFilter() - Constructor for class org.sonar.channel.CodeReaderFilter
 
CodeReaderFilter(OUTPUT) - Constructor for class org.sonar.channel.CodeReaderFilter
 
CodeRecognizer - Class in org.sonar.squid.recognizer
 
CodeRecognizer(double, LanguageFootprint) - Constructor for class org.sonar.squid.recognizer.CodeRecognizer
 
CodeScanner<VISITOR extends CodeVisitor> - Class in org.sonar.squid.api
 
CodeScanner() - Constructor for class org.sonar.squid.api.CodeScanner
 
CODEVIEWER - Static variable in annotation type org.sonar.api.web.UserRole
 
CodeVisitor - Interface in org.sonar.squid.api
 
collapse() - Method in class org.sonar.plugins.design.ui.libraries.client.Filters
 
collect(List<TokenEntry>) - Method in class org.sonar.duplications.cpd.MatchCollector
 
collect(Project, SensorContext, File) - Method in class org.sonar.plugins.surefire.api.AbstractSurefireParser
 
collect(Project, SensorContext, File) - Method in class org.sonar.plugins.surefire.SurefireSensor
 
COLON - Static variable in interface net.sourceforge.pmd.cpd.cppast.CPPParserConstants
RegularExpression Id.
colorize(String) - Method in class org.sonar.colorizer.TokenizerDispatcher
 
colorize(CodeReader, HtmlCodeBuilder) - Method in class org.sonar.colorizer.TokenizerDispatcher
 
colorizeCode(String, String) - Method in class org.sonar.server.ui.JRubyFacade
 
COLORS - Static variable in class org.sonar.api.charts.AbstractChart
 
COLORS - Static variable in class org.sonar.server.charts.deprecated.BaseChart
 
COLORS - Static variable in class org.sonar.server.charts.deprecated.CustomBarRenderer
 
column - Static variable in class net.sourceforge.pmd.cpd.cppast.SimpleCharStream
 
column1 - Variable in class org.sonar.gwt.ui.SourcePanel.Row
 
column2 - Variable in class org.sonar.gwt.ui.SourcePanel.Row
 
column3 - Variable in class org.sonar.gwt.ui.SourcePanel.Row
 
column4 - Variable in class org.sonar.gwt.ui.SourcePanel.Row
 
COMMA - Static variable in interface net.sourceforge.pmd.cpd.cppast.CPPParserConstants
RegularExpression Id.
Command - Class in org.sonar.api.utils.command
 
CommandException - Exception in org.sonar.api.utils.command
 
CommandException(Command, String, Throwable) - Constructor for exception org.sonar.api.utils.command.CommandException
 
CommandException(Command, Throwable) - Constructor for exception org.sonar.api.utils.command.CommandException
 
CommandExecutor - Class in org.sonar.api.utils.command
Synchronously execute a native command line.
COMMENT_BLANK_LINES - Static variable in class org.sonar.api.measures.CoreMetrics
 
COMMENT_BLANK_LINES - Static variable in interface org.sonar.gwt.Metrics
 
COMMENT_BLANK_LINES_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
COMMENT_LINES - Static variable in class org.sonar.api.measures.CoreMetrics
 
COMMENT_LINES - Static variable in interface org.sonar.gwt.Metrics
 
COMMENT_LINES_DENSITY - Static variable in class org.sonar.api.measures.CoreMetrics
 
COMMENT_LINES_DENSITY - Static variable in interface org.sonar.gwt.Metrics
 
COMMENT_LINES_DENSITY_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
COMMENT_LINES_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
CommentDensityDecorator - Class in org.sonar.plugins.core.sensors
 
CommentDensityDecorator() - Constructor for class org.sonar.plugins.core.sensors.CommentDensityDecorator
 
COMMENTED_OUT_CODE_LINES - Static variable in class org.sonar.api.measures.CoreMetrics
 
COMMENTED_OUT_CODE_LINES - Static variable in interface org.sonar.gwt.Metrics
 
COMMENTED_OUT_CODE_LINES_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
CommentLinesDensityFormula - Class in org.sonar.squid.measures
 
CommentLinesDensityFormula() - Constructor for class org.sonar.squid.measures.CommentLinesDensityFormula
 
CommentLinesWithoutHeaderFormula - Class in org.sonar.squid.measures
 
CommentLinesWithoutHeaderFormula() - Constructor for class org.sonar.squid.measures.CommentLinesWithoutHeaderFormula
 
CommentsDuplicationsWidget - Class in org.sonar.plugins.core.widgets
 
CommentsDuplicationsWidget() - Constructor for class org.sonar.plugins.core.widgets.CommentsDuplicationsWidget
 
CommentVisitor - Class in org.sonar.java.ast.visitor
 
CommentVisitor() - Constructor for class org.sonar.java.ast.visitor.CommentVisitor
 
commit() - Method in class org.sonar.api.database.DatabaseSession
 
commit() - Method in class org.sonar.jpa.session.JpaDatabaseSession
 
compare(String, String) - Method in class org.sonar.duplications.utils.FastStringComparator
Compares two strings (not lexicographically).
compareTo(TokenEntry) - Method in class net.sourceforge.pmd.cpd.TokenEntry
 
compareTo(Characteristic) - Method in class org.sonar.api.qualitymodel.Characteristic
 
compareTo(Model) - Method in class org.sonar.api.qualitymodel.Model
 
compareTo(String) - Method in class org.sonar.api.rules.xml.Rule
Deprecated.  
compareTo(Node) - Method in class org.sonar.api.utils.dag.Node
 
compareTo(PluginMetadata) - Method in class org.sonar.core.plugins.DefaultPluginMetadata
 
compareTo(Match) - Method in class org.sonar.duplications.cpd.Match
 
compareTo(FeedbackCycle) - Method in class org.sonar.graph.FeedbackCycle
 
compareTo(FeedbackEdge) - Method in class org.sonar.graph.FeedbackEdge
 
compareTo(String) - Method in class org.sonar.plugins.pmd.xml.PmdRule
 
compareTo(SonarUpdate) - Method in class org.sonar.server.plugins.SonarUpdate
 
compareTo(ViewProxy) - Method in class org.sonar.server.ui.ViewProxy
 
compareTo(SourceCode) - Method in class org.sonar.squid.api.SourceCode
 
COMPLEXITY - Static variable in class org.sonar.api.measures.CoreMetrics
 
COMPLEXITY - Static variable in interface org.sonar.gwt.Metrics
 
COMPLEXITY_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
ComplexityVisitor - Class in org.sonar.java.ast.visitor
 
ComplexityVisitor() - Constructor for class org.sonar.java.ast.visitor.ComplexityVisitor
 
ComplexityWidget - Class in org.sonar.plugins.core.widgets
 
ComplexityWidget() - Constructor for class org.sonar.plugins.core.widgets.ComplexityWidget
 
ComponentContainer - Class in org.sonar.api.platform
 
ComponentContainer() - Constructor for class org.sonar.api.platform.ComponentContainer
Create root container
compute(Measure, Measure, boolean) - Method in class org.sonar.api.batch.AbstractDivisionDecorator
 
computeGitHubURL(String, String) - Method in class org.sonar.test.i18n.BundleSynchronizedMatcher
 
concreteExecute(MavenProject, String) - Method in class org.sonar.batch.AbstractMavenPluginExecutor
 
concreteExecute(MavenProject, String) - Method in class org.sonar.maven.Maven2PluginExecutor
 
concreteExecute(MavenProject, String) - Method in class org.sonar.maven3.Maven3PluginExecutor
 
CONDITIONS_BY_LINE - Static variable in class org.sonar.api.measures.CoreMetrics
Use CoverageMeasuresBuilder to build measure for this metric.
CONDITIONS_BY_LINE_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
CONDITIONS_TO_COVER - Static variable in class org.sonar.api.measures.CoreMetrics
Use CoverageMeasuresBuilder to build measure for this metric.
CONDITIONS_TO_COVER - Static variable in interface org.sonar.gwt.Metrics
 
CONDITIONS_TO_COVER_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
CONFIGURATION - Static variable in annotation type org.sonar.api.web.NavigationSection
 
Configuration - Class in org.sonar.gwt
 
ConfigurationUtils - Class in org.sonar.core.config
 
configure(Project, MavenPlugin) - Method in interface org.sonar.api.batch.maven.MavenPluginHandler
Configures the pom being executed, add or remove plugin properties.
configure(Project) - Static method in class org.sonar.api.batch.maven.MavenSurefireUtils
Configures the project POM with base required surefire settings
configure() - Method in class org.sonar.batch.bootstrap.BatchModule
 
configure() - Method in class org.sonar.batch.bootstrap.BootstrapModule
 
configure() - Method in class org.sonar.batch.bootstrap.Module
Implementation of this method must not contain conditional logic and just should contain several invocations of Module.addCoreSingleton(Object), Module.addExtension(org.sonar.api.platform.PluginMetadata, Object) or Module.addAdapter(ComponentAdapter).
configure() - Method in class org.sonar.batch.bootstrap.ProjectModule
 
configure(Project) - Method in class org.sonar.batch.ProjectConfigurator
 
configure(String) - Static method in class org.sonar.core.config.Logback
 
configure(File) - Static method in class org.sonar.core.config.Logback
 
configure(Type, Properties, Dialect) - Method in class org.sonar.jpa.dialect.OracleSequenceGenerator
 
configure(Type, Properties, Dialect) - Method in class org.sonar.jpa.dialect.PostgreSQLSequenceGenerator
 
configure(Properties) - Method in class org.sonar.jpa.session.CustomHibernateConnectionProvider
 
configure(Project, MavenPlugin) - Method in class org.sonar.plugins.cobertura.CoberturaMavenPluginHandler
 
configure(Project, MavenPlugin) - Method in class org.sonar.plugins.jacoco.JaCoCoMavenPluginHandler
 
configure() - Method in class org.sonar.server.charts.deprecated.BarChart
 
configure() - Method in class org.sonar.server.charts.deprecated.CustomBarChart
 
configure(XStream) - Method in interface org.sonar.server.configuration.Backupable
 
configure(XStream) - Method in class org.sonar.server.configuration.MetricsBackup
 
configure(XStream) - Method in class org.sonar.server.configuration.ProfilesBackup
 
configure(XStream) - Method in class org.sonar.server.configuration.PropertiesBackup
 
configure(XStream) - Method in class org.sonar.server.configuration.RulesBackup
 
configureCategoryAxis() - Method in class org.sonar.server.charts.deprecated.BarChart
 
configureCategoryDataset() - Method in class org.sonar.server.charts.deprecated.BarChart
 
configureCategoryDataset() - Method in class org.sonar.server.charts.deprecated.CustomBarChart
 
configureCategoryPlot() - Method in class org.sonar.server.charts.deprecated.BarChart
 
configureCategoryPlot() - Method in class org.sonar.server.charts.deprecated.CustomBarChart
 
configureChart(JFreeChart, boolean) - Method in class org.sonar.server.charts.deprecated.BaseChart
 
configureChart(JFreeChart, RectangleEdge) - Method in class org.sonar.server.charts.deprecated.BaseChart
 
configureChartTitle(JFreeChart, String) - Method in class org.sonar.server.charts.deprecated.BaseChart
 
configureColors(Values2D, CategoryPlot, String[]) - Method in class org.sonar.api.charts.AbstractChart
Helper to set color of series.
configureColors(String, AbstractRenderer) - Method in class org.sonar.server.charts.deprecated.BaseChartWeb
 
configureDefaultColors(AbstractRenderer) - Method in class org.sonar.server.charts.deprecated.BaseChartWeb
 
configureDimensions(String) - Method in class org.sonar.server.charts.deprecated.BaseChartWeb
 
configureHandler(Project, MavenPluginHandler) - Method in class org.sonar.batch.phases.MavenPluginsConfigurator
 
configureRangeAxis() - Method in class org.sonar.server.charts.deprecated.BarChart
 
configureRenderer() - Method in class org.sonar.server.charts.deprecated.BarChart
 
configureRenderer() - Method in class org.sonar.server.charts.deprecated.CustomBarChart
 
configureRequestLogs(String) - Method in class org.sonar.application.JettyEmbedder
 
CONNECT_TIMEOUT_MILLISECONDS - Static variable in class org.sonar.batch.bootstrapper.Bootstrapper
 
ConnectionException - Exception in org.sonar.wsclient.connectors
 
ConnectionException() - Constructor for exception org.sonar.wsclient.connectors.ConnectionException
 
ConnectionException(String) - Constructor for exception org.sonar.wsclient.connectors.ConnectionException
 
ConnectionException(String, Throwable) - Constructor for exception org.sonar.wsclient.connectors.ConnectionException
 
ConnectionException(Throwable) - Constructor for exception org.sonar.wsclient.connectors.ConnectionException
 
Connector - Class in org.sonar.wsclient.connectors
 
Connector() - Constructor for class org.sonar.wsclient.connectors.Connector
 
ConnectorFactory - Class in org.sonar.wsclient.connectors
 
CONST - Static variable in interface net.sourceforge.pmd.cpd.cppast.CPPParserConstants
RegularExpression Id.
consume(CodeReader, OUTPUT) - Method in class org.sonar.channel.Channel
Tries to consume the character stream at the current reading cursor position (provided by the CodeReader).
consume(CodeReader, OUTPUT) - Method in class org.sonar.channel.ChannelDispatcher
 
consume(CodeReader, OUTPUT) - Method in class org.sonar.channel.RegexChannel
 
consume(CharSequence, OUTPUT) - Method in class org.sonar.channel.RegexChannel
The consume method is called each time the regular expression used to create the RegexChannel object matches the next characters in the character streams.
consume(CodeReader, HtmlCodeBuilder) - Method in class org.sonar.colorizer.HtmlDecorator
 
consume(CodeReader, HtmlCodeBuilder) - Method in class org.sonar.colorizer.InlineDocTokenizer
 
consume(CodeReader, HtmlCodeBuilder) - Method in class org.sonar.colorizer.JavaAnnotationTokenizer
 
consume(CodeReader, HtmlCodeBuilder) - Method in class org.sonar.colorizer.JavaConstantTokenizer
 
consume(CodeReader, HtmlCodeBuilder) - Method in class org.sonar.colorizer.KeywordsTokenizer
 
consume(CodeReader, HtmlCodeBuilder) - Method in class org.sonar.colorizer.LiteralTokenizer
 
consume(CodeReader, HtmlCodeBuilder) - Method in class org.sonar.colorizer.MultilinesDocTokenizer
 
consume(CodeReader, HtmlCodeBuilder) - Method in class org.sonar.colorizer.RegexpTokenizer
 
consume(CodeReader, HtmlCodeBuilder) - Method in class org.sonar.colorizer.StringTokenizer
 
consume(TokenQueue, List<Statement>) - Method in class org.sonar.duplications.statement.StatementChannel
 
consume(TokenQueue, List<Statement>) - Method in class org.sonar.duplications.statement.StatementChannelDisptacher
 
consume(String, OUTPUT) - Static method in class org.sonar.test.channel.ChannelMatchers
 
consume(CodeReader, OUTPUT) - Static method in class org.sonar.test.channel.ChannelMatchers
 
contains(Object) - Method in class org.sonar.api.database.DatabaseSession
 
contains(List<T>, List<T>, Comparator<T>) - Static method in class org.sonar.duplications.utils.SortedListsUtils
Returns true if all elements from second list also presented in first list.
contains(Edge) - Method in class org.sonar.graph.Cycle
 
contains(Object) - Method in class org.sonar.jpa.session.JpaDatabaseSession
 
ContainsDetector - Class in org.sonar.squid.recognizer
 
ContainsDetector(double, String...) - Constructor for class org.sonar.squid.recognizer.ContainsDetector
 
containsKeyword(String) - Method in class org.sonar.plugins.design.ui.libraries.client.Library
 
containsObject(Type) - Static method in class org.sonar.java.bytecode.asm.AsmType
 
containsResourceId(String) - Method in class org.sonar.duplications.index.MemoryCloneIndex
 
context - Variable in class org.sonar.api.batch.AbstractViolationsStaxParser
Deprecated.  
contextDestroyed(ServletContextEvent) - Method in class org.sonar.server.platform.PlatformLifecycleListener
 
contextInitialized(ServletContextEvent) - Method in class org.sonar.server.platform.PlatformLifecycleListener
 
CONTINUE - Static variable in interface net.sourceforge.pmd.cpd.cppast.CPPParserConstants
RegularExpression Id.
ContinueCheck - Class in org.sonar.java.ast.check
 
ContinueCheck() - Constructor for class org.sonar.java.ast.check.ContinueCheck
 
convert(List<MavenProject>, MavenProject) - Static method in class org.sonar.batch.MavenProjectConverter
 
convertDefaultRoleName(String) - Static method in class org.sonar.plugins.core.security.RoleManager
 
convertJavaFileKeyFromSquidFormat(String) - Static method in class org.sonar.api.batch.SquidUtils
 
convertJavaPackageKeyFromSquidFormat(String) - Static method in class org.sonar.api.batch.SquidUtils
 
convertParamToDouble(String) - Method in class org.sonar.server.charts.deprecated.BaseChartWeb
 
convertParamToDouble(String, double) - Method in class org.sonar.server.charts.deprecated.BaseChartWeb
 
convertToHtml(String) - Static method in class org.sonar.markdown.Markdown
 
convertToSquidKeyFormat(JavaFile) - Static method in class org.sonar.api.batch.SquidUtils
 
CopyBasicMeasuresBridge - Class in org.sonar.plugins.squid.bridges
 
CopyBasicMeasuresBridge() - Constructor for class org.sonar.plugins.squid.bridges.CopyBasicMeasuresBridge
 
copyFieldsFrom(ProjectLink) - Method in class org.sonar.api.resources.ProjectLink
 
copyLarge(InputStream, OutputStream) - Static method in class org.sonar.batch.bootstrapper.BootstrapperIOUtils
Copy bytes from an InputStream to an OutputStream.
copyLarge(Reader, Writer) - Static method in class org.sonar.batch.bootstrapper.BootstrapperIOUtils
Copy chars from a Reader to a Writer.
copyProfile(int, String) - Method in class org.sonar.server.configuration.ProfilesManager
 
copyProfile(long, String) - Method in class org.sonar.server.ui.JRubyFacade
 
copyProperties(Properties, Map<String, String>) - Static method in class org.sonar.core.config.ConfigurationUtils
 
copyTo(File) - Method in class org.sonar.server.mavendeployer.Artifact
 
copyTo(File) - Method in class org.sonar.server.mavendeployer.Mojo
 
copyTo(File, File) - Method in class org.sonar.server.mavendeployer.Mojo
 
copyToCommonsConfiguration(Map<String, String>, Configuration) - Static method in class org.sonar.core.config.ConfigurationUtils
 
CORE_ALLOW_USERS_TO_SIGNUP_DEAULT_VALUE - Static variable in interface org.sonar.api.CoreProperties
 
CORE_ALLOW_USERS_TO_SIGNUP_PROPERTY - Static variable in interface org.sonar.api.CoreProperties
 
CORE_AUTHENTICATOR_CLASS - Static variable in interface org.sonar.api.CoreProperties
 
CORE_AUTHENTICATOR_CREATE_USERS - Static variable in interface org.sonar.api.CoreProperties
 
CORE_AUTHENTICATOR_IGNORE_STARTUP_FAILURE - Static variable in interface org.sonar.api.CoreProperties
 
CORE_COVERAGE_PLUGIN_PROPERTY - Static variable in interface org.sonar.api.CoreProperties
 
CORE_DEFAULT_GROUP - Static variable in interface org.sonar.api.CoreProperties
 
CORE_DEFAULT_GROUP_DEFAULT_VALUE - Static variable in interface org.sonar.api.CoreProperties
 
CORE_FORCE_AUTHENTICATION_DEFAULT_VALUE - Static variable in interface org.sonar.api.CoreProperties
 
CORE_FORCE_AUTHENTICATION_PROPERTY - Static variable in interface org.sonar.api.CoreProperties
 
CORE_IMPORT_SOURCES_DEFAULT_VALUE - Static variable in interface org.sonar.api.CoreProperties
 
CORE_IMPORT_SOURCES_PROPERTY - Static variable in interface org.sonar.api.CoreProperties
 
CORE_PLUGIN - Static variable in interface org.sonar.api.CoreProperties
 
CORE_RULE_WEIGHTS_DEFAULT_VALUE - Static variable in interface org.sonar.api.CoreProperties
 
CORE_RULE_WEIGHTS_PROPERTY - Static variable in interface org.sonar.api.CoreProperties
 
CORE_SKIPPED_MODULES_PROPERTY - Static variable in interface org.sonar.api.CoreProperties
 
CORE_TENDENCY_DEPTH_DEFAULT_VALUE - Static variable in interface org.sonar.api.CoreProperties
 
CORE_TENDENCY_DEPTH_PROPERTY - Static variable in interface org.sonar.api.CoreProperties
 
CORE_VIOLATION_LOCALE_DEFAULT_VALUE - Static variable in interface org.sonar.api.CoreProperties
 
CORE_VIOLATION_LOCALE_PROPERTY - Static variable in interface org.sonar.api.CoreProperties
 
CoreMetrics - Class in org.sonar.api.measures
 
CorePlugin - Class in org.sonar.plugins.core
 
CorePlugin() - Constructor for class org.sonar.plugins.core.CorePlugin
 
CoreProperties - Interface in org.sonar.api
CoreProperties is used to group various properties of Sonar as well as default values of configuration in a single place
countCoveredElements(DecoratorContext) - Method in class org.sonar.plugins.core.sensors.AbstractCoverageDecorator
 
countCoveredElements(DecoratorContext) - Method in class org.sonar.plugins.core.sensors.BranchCoverageDecorator
 
countCoveredElements(DecoratorContext) - Method in class org.sonar.plugins.core.sensors.CoverageDecorator
 
countCoveredElements(DecoratorContext) - Method in class org.sonar.plugins.core.sensors.ItBranchCoverageDecorator
 
countCoveredElements(DecoratorContext) - Method in class org.sonar.plugins.core.sensors.ItCoverageDecorator
 
countCoveredElements(DecoratorContext) - Method in class org.sonar.plugins.core.sensors.ItLineCoverageDecorator
 
countCoveredElements(DecoratorContext) - Method in class org.sonar.plugins.core.sensors.LineCoverageDecorator
 
countCoveredElementsForNewCode(DecoratorContext, int) - Method in class org.sonar.plugins.core.sensors.AbstractCoverageDecorator
 
countCoveredElementsForNewCode(DecoratorContext, int) - Method in class org.sonar.plugins.core.sensors.BranchCoverageDecorator
 
countCoveredElementsForNewCode(DecoratorContext, int) - Method in class org.sonar.plugins.core.sensors.CoverageDecorator
 
countCoveredElementsForNewCode(DecoratorContext, int) - Method in class org.sonar.plugins.core.sensors.ItBranchCoverageDecorator
 
countCoveredElementsForNewCode(DecoratorContext, int) - Method in class org.sonar.plugins.core.sensors.ItCoverageDecorator
 
countCoveredElementsForNewCode(DecoratorContext, int) - Method in class org.sonar.plugins.core.sensors.ItLineCoverageDecorator
 
countCoveredElementsForNewCode(DecoratorContext, int) - Method in class org.sonar.plugins.core.sensors.LineCoverageDecorator
 
CountDistributionBuilder - Class in org.sonar.api.measures
Utility to build a distribution based on discrete values
CountDistributionBuilder(Metric) - Constructor for class org.sonar.api.measures.CountDistributionBuilder
Creates an empty CountDistributionBuilder for a specified metric
countElements(DecoratorContext) - Method in class org.sonar.plugins.core.sensors.AbstractCoverageDecorator
 
countElements(DecoratorContext) - Method in class org.sonar.plugins.core.sensors.BranchCoverageDecorator
 
countElements(DecoratorContext) - Method in class org.sonar.plugins.core.sensors.CoverageDecorator
 
countElements(DecoratorContext) - Method in class org.sonar.plugins.core.sensors.ItBranchCoverageDecorator
 
countElements(DecoratorContext) - Method in class org.sonar.plugins.core.sensors.ItCoverageDecorator
 
countElements(DecoratorContext) - Method in class org.sonar.plugins.core.sensors.ItLineCoverageDecorator
 
countElements(DecoratorContext) - Method in class org.sonar.plugins.core.sensors.LineCoverageDecorator
 
countElementsForNewCode(DecoratorContext, int) - Method in class org.sonar.plugins.core.sensors.AbstractCoverageDecorator
 
countElementsForNewCode(DecoratorContext, int) - Method in class org.sonar.plugins.core.sensors.BranchCoverageDecorator
 
countElementsForNewCode(DecoratorContext, int) - Method in class org.sonar.plugins.core.sensors.CoverageDecorator
 
countElementsForNewCode(DecoratorContext, int) - Method in class org.sonar.plugins.core.sensors.ItBranchCoverageDecorator
 
countElementsForNewCode(DecoratorContext, int) - Method in class org.sonar.plugins.core.sensors.ItCoverageDecorator
 
countElementsForNewCode(DecoratorContext, int) - Method in class org.sonar.plugins.core.sensors.ItLineCoverageDecorator
 
countElementsForNewCode(DecoratorContext, int) - Method in class org.sonar.plugins.core.sensors.LineCoverageDecorator
 
COVERAGE - Static variable in class org.sonar.api.measures.CoreMetrics
 
COVERAGE - Static variable in interface org.sonar.gwt.Metrics
 
COVERAGE_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
COVERAGE_LINE_HITS_DATA - Static variable in class org.sonar.api.measures.CoreMetrics
Use CoverageMeasuresBuilder to build measure for this metric.
COVERAGE_LINE_HITS_DATA - Static variable in interface org.sonar.gwt.Metrics
 
COVERAGE_LINE_HITS_DATA_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
CoverageDecorator - Class in org.sonar.plugins.core.sensors
 
CoverageDecorator() - Constructor for class org.sonar.plugins.core.sensors.CoverageDecorator
 
CoverageExtension - Interface in org.sonar.api.batch
Marker for extension.
CoverageMeasuresBuilder - Class in org.sonar.api.measures
 
CoverageWidget - Class in org.sonar.plugins.core.widgets
 
CoverageWidget() - Constructor for class org.sonar.plugins.core.widgets.CoverageWidget
 
COVERED_CONDITIONS_BY_LINE - Static variable in class org.sonar.api.measures.CoreMetrics
Use CoverageMeasuresBuilder to build measure for this metric.
COVERED_CONDITIONS_BY_LINE_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
CPD - Class in org.sonar.duplications.cpd
 
CPD(int, Language) - Constructor for class org.sonar.duplications.cpd.CPD
 
CPD_CROSS_RPOJECT - Static variable in interface org.sonar.api.CoreProperties
 
CPD_CROSS_RPOJECT_DEFAULT_VALUE - Static variable in interface org.sonar.api.CoreProperties
 
CPD_ENGINE - Static variable in interface org.sonar.api.CoreProperties
 
CPD_ENGINE_DEFAULT_VALUE - Static variable in interface org.sonar.api.CoreProperties
 
CPD_IGNORE_IDENTIFIERS_DEFAULT_VALUE - Static variable in interface org.sonar.api.CoreProperties
 
CPD_IGNORE_IDENTIFIERS_PROPERTY - Static variable in interface org.sonar.api.CoreProperties
 
CPD_IGNORE_LITERALS_DEFAULT_VALUE - Static variable in interface org.sonar.api.CoreProperties
 
CPD_IGNORE_LITERALS_PROPERTY - Static variable in interface org.sonar.api.CoreProperties
 
CPD_MINIMUM_TOKENS_DEFAULT_VALUE - Static variable in interface org.sonar.api.CoreProperties
 
CPD_MINIMUM_TOKENS_PROPERTY - Static variable in interface org.sonar.api.CoreProperties
 
CPD_PLUGIN - Static variable in interface org.sonar.api.CoreProperties
 
CPD_SKIP_PROPERTY - Static variable in interface org.sonar.api.CoreProperties
 
CpdAnalyser - Class in org.sonar.plugins.cpd
 
CpdAnalyser(Project, SensorContext, CpdMapping) - Constructor for class org.sonar.plugins.cpd.CpdAnalyser
 
CpdEngine - Class in org.sonar.plugins.cpd
 
CpdEngine() - Constructor for class org.sonar.plugins.cpd.CpdEngine
 
CpdException - Exception in org.sonar.plugins.cpd
 
CpdException(Throwable) - Constructor for exception org.sonar.plugins.cpd.CpdException
 
CPDListener - Interface in net.sourceforge.pmd.cpd
 
CpdMapping - Interface in org.sonar.api.batch
 
CPDNullListener - Class in net.sourceforge.pmd.cpd
 
CPDNullListener() - Constructor for class net.sourceforge.pmd.cpd.CPDNullListener
 
CpdPlugin - Class in org.sonar.plugins.cpd
 
CpdPlugin() - Constructor for class org.sonar.plugins.cpd.CpdPlugin
 
CpdSensor - Class in org.sonar.plugins.cpd
 
CpdSensor(SonarEngine, PmdEngine) - Constructor for class org.sonar.plugins.cpd.CpdSensor
 
CppDocTokenizer - Class in org.sonar.colorizer
 
CppDocTokenizer(String, String) - Constructor for class org.sonar.colorizer.CppDocTokenizer
 
CppDocTokenizer() - Constructor for class org.sonar.colorizer.CppDocTokenizer
 
CPPParserConstants - Interface in net.sourceforge.pmd.cpd.cppast
Token literal values and constants.
CPPParserTokenManager - Class in net.sourceforge.pmd.cpd.cppast
Token Manager.
CPPParserTokenManager(SimpleCharStream) - Constructor for class net.sourceforge.pmd.cpd.cppast.CPPParserTokenManager
Constructor.
CPPParserTokenManager(SimpleCharStream, int) - Constructor for class net.sourceforge.pmd.cpd.cppast.CPPParserTokenManager
Constructor.
create(Properties) - Static method in class org.sonar.api.batch.bootstrap.ProjectDefinition
Deprecated. in 2.12, because it uses external object to represent internal state. To ensure backward-compatibility with Ant task this method cannot clone properties, so other callers must explicitly make clone of properties before passing into this method. Thus better to use ProjectDefinition.create() with combination of other methods like ProjectDefinition.setProperties(Properties) and ProjectDefinition.setProperty(String, String).
create() - Static method in class org.sonar.api.batch.bootstrap.ProjectDefinition
 
create(RulesProfile, String, Collection<Class>) - Static method in class org.sonar.api.checks.AnnotationCheckFactory
 
create() - Static method in class org.sonar.api.measures.CoverageMeasuresBuilder
 
create() - Method in class org.sonar.api.measures.Metric.Builder
 
create(String, String) - Static method in class org.sonar.api.profiles.RulesProfile
 
create() - Static method in class org.sonar.api.profiles.RulesProfile
 
create() - Static method in class org.sonar.api.qualitymodel.Characteristic
 
create(String) - Static method in class org.sonar.api.qualitymodel.CharacteristicProperty
 
create() - Static method in class org.sonar.api.qualitymodel.Model
 
create(File, File) - Static method in class org.sonar.api.resources.InputFileUtils
For internal and for testing purposes.
create(File, String) - Static method in class org.sonar.api.resources.InputFileUtils
For internal and for testing purposes.
create(File, Collection<File>) - Static method in class org.sonar.api.resources.InputFileUtils
For internal and for testing purposes.
create() - Static method in class org.sonar.api.rules.Rule
 
create(String, String, String) - Static method in class org.sonar.api.rules.Rule
Create with all required fields
create(String, String) - Static method in class org.sonar.api.rules.Rule
Create with all required fields
create() - Static method in class org.sonar.api.rules.RuleQuery
 
create(ActiveRule, Resource) - Static method in class org.sonar.api.rules.Violation
 
create(Rule, Resource) - Static method in class org.sonar.api.rules.Violation
 
create(String) - Static method in class org.sonar.api.utils.command.Command
Create a command line without any arguments
create() - Static method in class org.sonar.api.utils.command.CommandExecutor
 
create() - Static method in class org.sonar.api.utils.ValidationMessages
 
create(String) - Static method in class org.sonar.api.utils.WildcardPattern
Creates pattern with "/" as a directory separator.
create(String[]) - Static method in class org.sonar.api.utils.WildcardPattern
Creates array of patterns with "/" as a directory separator.
create(String, String) - Static method in class org.sonar.api.utils.WildcardPattern
Creates pattern with specified separator for directories.
create() - Static method in class org.sonar.api.violations.ViolationQuery
Creates a new ViolationQuery object.
create(ProjectReactor, Configuration, Object...) - Static method in class org.sonar.batch.Batch
Deprecated.  
create(ProjectDefinition) - Method in class org.sonar.batch.ProjectConfigurator
 
create(File) - Static method in class org.sonar.core.plugins.DefaultPluginMetadata
 
create(DefaultPluginMetadata) - Static method in class org.sonar.core.plugins.RemotePlugin
 
create(TokenMatcher...) - Static method in class org.sonar.duplications.statement.StatementChannel
 
create() - Method in class org.sonar.java.api.JavaClass.Builder
 
create(String) - Static method in class org.sonar.java.api.JavaClass
 
create(String, String) - Static method in class org.sonar.java.api.JavaClass
 
create() - Method in class org.sonar.java.api.JavaMethod.Builder
 
create(Collection<File>) - Static method in class org.sonar.java.bytecode.ClassLoaderBuilder
 
create(File) - Static method in class org.sonar.java.bytecode.ClassLoaderBuilder
For tests.
create(boolean, boolean, SensorContext, CheckFactory, ResourceIndex, Squid, NoSonarFilter) - Static method in class org.sonar.plugins.squid.bridges.BridgeFactory
 
create(Host) - Static method in class org.sonar.wsclient.connectors.ConnectorFactory
 
create(String, String) - Static method in class org.sonar.wsclient.services.ManualMeasureCreateQuery
 
create(String, String) - Static method in class org.sonar.wsclient.services.ManualMeasureDeleteQuery
 
create(String) - Static method in class org.sonar.wsclient.services.ManualMeasureQuery
 
create(String, String) - Static method in class org.sonar.wsclient.services.ProfileQuery
 
create(String) - Static method in class org.sonar.wsclient.services.ProjectDeleteQuery
 
create(String) - Static method in class org.sonar.wsclient.services.ResourceQuery
 
create(String) - Static method in class org.sonar.wsclient.services.SourceQuery
 
create(CreateQuery<MODEL>) - Method in class org.sonar.wsclient.Sonar
 
create(String) - Static method in class org.sonar.wsclient.Sonar
 
create(String, String, String) - Static method in class org.sonar.wsclient.Sonar
 
createBlackHole(TokenMatcher...) - Static method in class org.sonar.duplications.statement.StatementChannel
 
createByKey(String, String) - Static method in class org.sonar.api.qualitymodel.Characteristic
 
createByName(String) - Static method in class org.sonar.api.qualitymodel.Characteristic
 
createByName(String) - Static method in class org.sonar.api.qualitymodel.Model
 
createByRule(Rule) - Static method in class org.sonar.api.qualitymodel.Characteristic
 
createCharacteristicByKey(String, String) - Method in class org.sonar.api.qualitymodel.Model
 
createCharacteristicByName(String) - Method in class org.sonar.api.qualitymodel.Model
 
createCharacteristicByRule(Rule) - Method in class org.sonar.api.qualitymodel.Model
 
createCheck(ActiveRule) - Method in class org.sonar.api.checks.AnnotationCheckFactory
 
createChild() - Method in class org.sonar.api.platform.ComponentContainer
 
createClassLoader() - Method in class org.sonar.api.batch.ProjectClasspath
 
createClassLoader(URL[], ClassLoader, String...) - Method in class org.sonar.batch.bootstrapper.Bootstrapper
Download batch files from server and creates BootstrapClassLoader.
createDatabase() - Method in class org.sonar.persistence.DatabaseMigrator
 
createDatabase() - Method in class org.sonar.server.ui.JRubyFacade
 
createDir(File) - Method in class org.sonar.server.mavendeployer.Artifact
 
createEdge(V, V) - Method in interface org.sonar.graph.EdgeFactory
 
createEdge(V, V, int) - Method in interface org.sonar.graph.EdgeFactory
 
createEdge(String, String) - Method in class org.sonar.graph.StringEdgeFactory
 
createEdge(String, String, int) - Method in class org.sonar.graph.StringEdgeFactory
 
createElements() - Method in class org.sonar.api.batch.ProjectClasspath
 
createElements() - Method in class org.sonar.batch.DefaultProjectClasspath
 
createEntityManager() - Method in class org.sonar.jpa.session.AbstractDatabaseConnector
 
createEntityManager() - Method in interface org.sonar.jpa.session.DatabaseConnector
 
createEntityManagerFactory() - Method in class org.sonar.jpa.session.AbstractDatabaseConnector
 
createEvent(String, String, String, Date) - Method in interface org.sonar.api.batch.DecoratorContext
Creates an event for a given date
createEvent(Resource, String, String, String, Date) - Method in interface org.sonar.api.batch.SensorContext
Creates an event for a given date
createEvent(String, String, String, Date) - Method in class org.sonar.batch.DefaultDecoratorContext
 
createEvent(Resource, String, String, String, Date) - Method in class org.sonar.batch.DefaultSensorContext
 
createForAll() - Static method in class org.sonar.wsclient.services.PropertyQuery
 
createForAllQualifiers() - Static method in class org.sonar.server.filters.Filter
 
createForCategory(Metric, Integer, Double) - Static method in class org.sonar.api.measures.RuleMeasure
Deprecated. since 2.5 See http://jira.codehaus.org/browse/SONAR-2007
createForComponent(Object) - Static method in class org.sonar.api.config.Settings
Create empty settings.
createForId(String) - Static method in class org.sonar.wsclient.services.DependencyQuery
 
createForIncomingDependencies(String) - Static method in class org.sonar.wsclient.services.DependencyQuery
Resources that depend upon a resource
createForInstalledPlugins() - Static method in class org.sonar.wsclient.services.UpdateCenterQuery
 
createForKey(String) - Static method in class org.sonar.wsclient.services.PropertyQuery
 
createForMetrics(String, String...) - Static method in class org.sonar.wsclient.services.ResourceQuery
 
createForMetrics(String, String...) - Static method in class org.sonar.wsclient.services.TimeMachineQuery
 
createForMetrics(Resource, String...) - Static method in class org.sonar.wsclient.services.TimeMachineQuery
 
createForOutgoingDependencies(String) - Static method in class org.sonar.wsclient.services.DependencyQuery
Resources that are depended upon a resource = all the resources that a resource depends upon
createForPluginRelease(Release, Version) - Static method in class org.sonar.server.plugins.PluginUpdate
 
createForPriority(Metric, RulePriority, Double) - Static method in class org.sonar.api.measures.RuleMeasure
 
createForProject(String) - Static method in class org.sonar.wsclient.services.DependencyTreeQuery
 
createForResource(String) - Static method in class org.sonar.wsclient.services.DependencyQuery
Resources that depend upon or are depended upon a resource.
createForResource(long) - Static method in class org.sonar.wsclient.services.DependencyQuery
 
createForResource(String) - Static method in class org.sonar.wsclient.services.DependencyTreeQuery
 
createForResource(String, String) - Static method in class org.sonar.wsclient.services.PropertyQuery
 
createForResource(Resource, String...) - Static method in class org.sonar.wsclient.services.ResourceQuery
 
createForResource(Resource) - Static method in class org.sonar.wsclient.services.ReviewQuery
 
createForResource(Resource) - Static method in class org.sonar.wsclient.services.ViolationQuery
 
createForResource(String) - Static method in class org.sonar.wsclient.services.ViolationQuery
 
createForReview(Long) - Static method in class org.sonar.wsclient.services.ReviewQuery
 
createForRule(Metric, Rule, Double) - Static method in class org.sonar.api.measures.RuleMeasure
 
createForSubDependencies(String) - Static method in class org.sonar.wsclient.services.DependencyQuery
 
createFromMavenIds(String, String) - Static method in class org.sonar.api.resources.Project
 
createMaven2Plugin(String, File) - Static method in class org.sonar.server.mavendeployer.Mojo
 
createMeasureCriterionOnValue(Integer, String, Double, Boolean) - Method in class org.sonar.server.filters.Filter
 
createMeasures() - Method in class org.sonar.api.measures.CoverageMeasuresBuilder
 
createMethod(String, Language) - Static method in class org.sonar.api.resources.Method
 
createModel() - Method in class org.sonar.api.qualitymodel.ModelDefinition
 
createNativeQuery(String) - Method in class org.sonar.api.database.DatabaseSession
 
createNativeQuery(String) - Method in class org.sonar.jpa.session.JpaDatabaseSession
 
createParameter() - Method in class org.sonar.api.rules.Rule
 
createParameter(String) - Method in class org.sonar.api.rules.Rule
 
createPatterns(String) - Static method in class org.sonar.java.PatternUtils
 
createPmdRuleset(List<ActiveRule>, String) - Method in class org.sonar.plugins.pmd.PmdProfileExporter
 
createProfile(ValidationMessages) - Method in class org.sonar.api.profiles.ProfileDefinition
 
createProfile(ValidationMessages) - Method in class org.sonar.plugins.checkstyle.SonarWayProfile
 
createProfile(ValidationMessages) - Method in class org.sonar.plugins.checkstyle.SonarWayWithFindbugsProfile
 
createProfile(ValidationMessages) - Method in class org.sonar.plugins.checkstyle.SunConventionsProfile
 
createProfile(ValidationMessages) - Method in class org.sonar.plugins.findbugs.SonarWayWithFindbugsProfile
 
createProfile(ValidationMessages) - Method in class org.sonar.plugins.pmd.SonarWayProfile
 
createProfile(ValidationMessages) - Method in class org.sonar.plugins.pmd.SonarWayWithFindbugsProfile
 
createProfile(ValidationMessages) - Method in class org.sonar.plugins.pmd.SunConventionsProfile
 
createQuery(String) - Method in class org.sonar.api.database.DatabaseSession
 
createQuery(String) - Method in class org.sonar.jpa.session.JpaDatabaseSession
Note that not recommended to directly execute Query.getSingleResult(), because it will bypass exception handling, which done in JpaDatabaseSession.getSingleResult(Query, Object).
CreateQuery<MODEL extends Model> - Class in org.sonar.wsclient.services
POST HTTP request
CreateQuery() - Constructor for class org.sonar.wsclient.services.CreateQuery
 
createRef(String) - Static method in class org.sonar.java.api.JavaMethod
 
createRef(JavaClass, String) - Static method in class org.sonar.java.api.JavaMethod
 
createResource(File, List<File>) - Method in class org.sonar.api.batch.AbstractCpdMapping
createResource(File, List<File>, boolean) - Method in class org.sonar.api.batch.AbstractSourceImporter
 
createResource(File, List<File>) - Method in interface org.sonar.api.batch.CpdMapping
 
createResource(File, List<File>) - Method in class org.sonar.plugins.cpd.JavaCpdMapping
 
createResourceRoleFromDefault(UserRole, int) - Method in class org.sonar.plugins.core.security.RoleManager
 
createResourceRoleFromDefault(GroupRole, int) - Method in class org.sonar.plugins.core.security.RoleManager
 
createRuleProfile(PmdRuleset, ValidationMessages) - Method in class org.sonar.plugins.pmd.PmdProfileImporter
 
createRules() - Method in class org.sonar.api.rules.RuleRepository
 
createRules() - Method in class org.sonar.plugins.checkstyle.CheckstyleRuleRepository
 
createRules() - Method in class org.sonar.plugins.findbugs.FindbugsRuleRepository
 
createRules() - Method in class org.sonar.plugins.pmd.PmdRuleRepository
 
createRules() - Method in class org.sonar.plugins.squid.SquidRuleRepository
 
createSchema(Connection, String) - Static method in class org.sonar.persistence.DdlUtils
The connection is commited in this method but not closed.
createStringDirectedGraph() - Static method in class org.sonar.graph.DirectedGraph
 
createTempDirectory() - Static method in class org.sonar.api.utils.TempFileUtils
Create a temporary directory.
createTempDirectory(String) - Static method in class org.sonar.api.utils.TempFileUtils
 
createWithHighlightedSyntax(String) - Static method in class org.sonar.wsclient.services.SourceQuery
 
createWithLanguage(String) - Static method in class org.sonar.wsclient.services.ProfileQuery
 
createWithStatus(Release, PluginUpdate.Status) - Static method in class org.sonar.server.plugins.PluginUpdate
 
createXStream() - Static method in class org.sonar.plugins.findbugs.xml.FindBugsFilter
 
CRITICAL_VIOLATIONS - Static variable in class org.sonar.api.measures.CoreMetrics
 
CRITICAL_VIOLATIONS - Static variable in interface org.sonar.gwt.Metrics
 
CRITICAL_VIOLATIONS_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
cumulate(String, int, int, int) - Method in class org.sonar.plugins.cpd.DuplicationsData
 
cumulate(Resource, int, int, int) - Method in class org.sonar.plugins.cpd.DuplicationsData
 
curChar - Static variable in class net.sourceforge.pmd.cpd.cppast.CPPParserTokenManager
 
currentToken - Variable in exception net.sourceforge.pmd.cpd.cppast.ParseException
This is the last token that has been consumed successfully.
cursorForResources(SMInputCursor) - Method in class org.sonar.api.batch.AbstractViolationsStaxParser
Deprecated. Cursor for child resources to parse, the returned input cursor should be filtered on SMEvent.START_ELEMENT for optimal perfs
cursorForViolations(SMInputCursor) - Method in class org.sonar.api.batch.AbstractViolationsStaxParser
Deprecated. Cursor for violations to parse for a given resource, the returned input cursor should be filtered on SMEvent.START_ELEMENT for optimal perfs
CustomBarChart - Class in org.sonar.server.charts.deprecated
 
CustomBarChart(Map<String, String>) - Constructor for class org.sonar.server.charts.deprecated.CustomBarChart
 
CustomBarRenderer - Class in org.sonar.server.charts.deprecated
 
CustomBarRenderer(Paint[]) - Constructor for class org.sonar.server.charts.deprecated.CustomBarRenderer
Creates a new renderer.
CustomHibernateConnectionProvider - Class in org.sonar.jpa.session
 
CustomHibernateConnectionProvider() - Constructor for class org.sonar.jpa.session.CustomHibernateConnectionProvider
 
CustomMeasuresWidget - Class in org.sonar.plugins.core.widgets
 
CustomMeasuresWidget() - Constructor for class org.sonar.plugins.core.widgets.CustomMeasuresWidget
 
Cycle - Class in org.sonar.graph
 
Cycle(List<Edge>) - Constructor for class org.sonar.graph.Cycle
 
CycleDetector<V> - Class in org.sonar.graph
 
CycleDetector(DirectedGraphAccessor<V, ? extends Edge>, Collection<V>) - Constructor for class org.sonar.graph.CycleDetector
 
CycleDetector(DirectedGraphAccessor<V, ? extends Edge>, Collection<V>, Set<Edge>) - Constructor for class org.sonar.graph.CycleDetector
 
CycleDetector(DirectedGraphAccessor<V, ? extends Edge>) - Constructor for class org.sonar.graph.CycleDetector
 
CycleDetector(DirectedGraphAccessor<V, ? extends Edge>, Set<Edge>) - Constructor for class org.sonar.graph.CycleDetector
 
CyclicDependenciesException - Exception in org.sonar.api.utils.dag
 
CyclicDependenciesException() - Constructor for exception org.sonar.api.utils.dag.CyclicDependenciesException
 
CyclicDependenciesException(String) - Constructor for exception org.sonar.api.utils.dag.CyclicDependenciesException
 
CyclicDependenciesException(String, Throwable) - Constructor for exception org.sonar.api.utils.dag.CyclicDependenciesException
 
CyclicDependenciesException(Throwable) - Constructor for exception org.sonar.api.utils.dag.CyclicDependenciesException
 

D

DaoFacade - Class in org.sonar.jpa.dao
 
DaoFacade(ProfilesDao, RulesDao, MeasuresDao) - Constructor for class org.sonar.jpa.dao.DaoFacade
 
DaoUtils - Class in org.sonar.persistence.dao
 
data - Variable in class org.sonar.api.measures.Measure
 
Data - Class in org.sonar.plugins.design.ui.dependencies.client
 
Data(long) - Constructor for class org.sonar.plugins.design.ui.dependencies.client.Data
 
Data - Class in org.sonar.plugins.design.ui.lcom4.client
 
Data() - Constructor for class org.sonar.plugins.design.ui.lcom4.client.Data
 
Data.Block - Class in org.sonar.plugins.design.ui.lcom4.client
 
Data.Block() - Constructor for class org.sonar.plugins.design.ui.lcom4.client.Data.Block
 
Data.Blocks - Class in org.sonar.plugins.design.ui.lcom4.client
 
Data.Blocks() - Constructor for class org.sonar.plugins.design.ui.lcom4.client.Data.Blocks
 
Data.Entity - Class in org.sonar.plugins.design.ui.lcom4.client
 
Data.Entity() - Constructor for class org.sonar.plugins.design.ui.lcom4.client.Data.Entity
 
database - Variable in class org.sonar.jpa.session.AbstractDatabaseConnector
 
Database - Interface in org.sonar.persistence
 
DatabaseConfiguration - Class in org.sonar.api.database.configuration
IMPORTANT : This class can't be moved to org.sonar.jpa.dao for backward-compatibility reasons.
DatabaseConfiguration(DatabaseSessionFactory) - Constructor for class org.sonar.api.database.configuration.DatabaseConfiguration
 
DatabaseConfiguration(DatabaseSession) - Constructor for class org.sonar.api.database.configuration.DatabaseConfiguration
 
DatabaseConnector - Interface in org.sonar.jpa.session
 
DatabaseException - Exception in org.sonar.jpa.session
 
DatabaseException(String, Throwable) - Constructor for exception org.sonar.jpa.session.DatabaseException
 
DatabaseException(int, int) - Constructor for exception org.sonar.jpa.session.DatabaseException
 
DatabaseMigrator - Class in org.sonar.persistence
Restore schema by executing DDL scripts.
DatabaseMigrator(MyBatis, Database) - Constructor for class org.sonar.persistence.DatabaseMigrator
 
DatabaseProperties - Interface in org.sonar.api.database
 
DatabaseSession - Class in org.sonar.api.database
This component should not accessible from plugin API
DatabaseSession() - Constructor for class org.sonar.api.database.DatabaseSession
 
DatabaseSessionFactory - Interface in org.sonar.jpa.session
 
DatabaseSessionFilter - Class in org.sonar.server.ui
 
DatabaseSessionFilter() - Constructor for class org.sonar.server.ui.DatabaseSessionFilter
 
DatabaseSessionProvider - Class in org.sonar.jpa.session
 
DatabaseSessionProvider() - Constructor for class org.sonar.jpa.session.DatabaseSessionProvider
 
DatabaseTestCase - Class in org.sonar.test.persistence
 
DatabaseTestCase() - Constructor for class org.sonar.test.persistence.DatabaseTestCase
 
dataset - Variable in class org.sonar.server.charts.deprecated.BarChart
 
DataUtils - Class in org.sonar.duplications.index
 
DataUtils.Sortable - Interface in org.sonar.duplications.index
 
date - Variable in class org.sonar.api.measures.Measure
 
DATE_FORMAT - Static variable in class org.sonar.api.utils.DateUtils
 
DATE_FORMAT - Static variable in class org.sonar.server.configuration.Backup
 
DateCriterion - Class in org.sonar.server.filters
 
DateCriterion(String, Date) - Constructor for class org.sonar.server.filters.DateCriterion
 
DateCriterion() - Constructor for class org.sonar.server.filters.DateCriterion
 
DATETIME_FORMAT - Static variable in class org.sonar.api.utils.DateUtils
 
DateUtils - Class in org.sonar.api.utils
Parses and formats ISO 8601 dates.
DbCleanerConstants - Interface in org.sonar.plugins.dbcleaner.api
 
DbCleanerPlugin - Class in org.sonar.plugins.dbcleaner
 
DbCleanerPlugin() - Constructor for class org.sonar.plugins.dbcleaner.DbCleanerPlugin
 
DbDuplicationsIndex - Class in org.sonar.plugins.cpd.index
 
DbDuplicationsIndex(ResourcePersister, Project, DuplicationDao) - Constructor for class org.sonar.plugins.cpd.index.DbDuplicationsIndex
 
DdlUtils - Class in org.sonar.persistence
Util class to create Sonar database tables
deactivated(int, int, String) - Method in class org.sonar.server.configuration.ProfilesManager
Rule was deactivated in parent profile.
debugStream - Static variable in class net.sourceforge.pmd.cpd.cppast.CPPParserTokenManager
Debug output.
DECIMALINT - Static variable in interface net.sourceforge.pmd.cpd.cppast.CPPParserConstants
RegularExpression Id.
DECIMALLONG - Static variable in interface net.sourceforge.pmd.cpd.cppast.CPPParserConstants
RegularExpression Id.
declareExtension(PluginMetadata, Object) - Method in class org.sonar.api.platform.ComponentContainer
 
declareExtension(PluginMetadata, Object) - Method in class org.sonar.batch.bootstrap.Module
 
decorate(Resource, DecoratorContext) - Method in class org.sonar.api.batch.AbstractDirectoriesDecorator
Deprecated. 
decorate(Resource, DecoratorContext) - Method in class org.sonar.api.batch.AbstractDivisionDecorator
decorate(Resource, DecoratorContext) - Method in class org.sonar.api.batch.AbstractFileComplexityDecorator
Deprecated. 
decorate(Resource, DecoratorContext) - Method in class org.sonar.api.batch.AbstractFilesDecorator
Deprecated. 
decorate(Resource, DecoratorContext) - Method in class org.sonar.api.batch.AbstractFunctionComplexityDecorator
Deprecated. 
decorate(Resource, DecoratorContext) - Method in class org.sonar.api.batch.AbstractFunctionComplexityDistributionDecorator
Deprecated.  
decorate(Resource, DecoratorContext) - Method in class org.sonar.api.batch.AbstractSumChildrenDecorator
decorate(Resource, DecoratorContext) - Method in interface org.sonar.api.batch.Decorator
 
decorate(Resource, DecoratorContext) - Method in class org.sonar.batch.FormulaDecorator
decorate(Resource, DecoratorContext) - Method in class org.sonar.plugins.core.security.ApplyProjectRolesDecorator
 
decorate(Resource, DecoratorContext) - Method in class org.sonar.plugins.core.sensors.AbstractCoverageDecorator
 
decorate(Resource, DecoratorContext) - Method in class org.sonar.plugins.core.sensors.CheckAlertThresholds
 
decorate(Resource, DecoratorContext) - Method in class org.sonar.plugins.core.sensors.CloseReviewsDecorator
 
decorate(Resource, DecoratorContext) - Method in class org.sonar.plugins.core.sensors.CommentDensityDecorator
 
decorate(Resource, DecoratorContext) - Method in class org.sonar.plugins.core.sensors.DirectoriesDecorator
decorate(Resource, DecoratorContext) - Method in class org.sonar.plugins.core.sensors.FilesDecorator
 
decorate(Resource, DecoratorContext) - Method in class org.sonar.plugins.core.sensors.GenerateAlertEvents
 
decorate(Resource, DecoratorContext) - Method in class org.sonar.plugins.core.sensors.ManualMeasureDecorator
 
decorate(Resource, DecoratorContext) - Method in class org.sonar.plugins.core.sensors.UnitTestDecorator
 
decorate(Resource, DecoratorContext) - Method in class org.sonar.plugins.core.sensors.ViolationsDecorator
 
decorate(Resource, DecoratorContext) - Method in class org.sonar.plugins.core.sensors.ViolationsDensityDecorator
 
decorate(Resource, DecoratorContext) - Method in class org.sonar.plugins.core.sensors.WeightedViolationsDecorator
 
decorate(Resource, DecoratorContext) - Method in class org.sonar.plugins.core.timemachine.AbstractNewCoverageFileAnalyzer
 
decorate(Resource, DecoratorContext) - Method in class org.sonar.plugins.core.timemachine.NewCoverageAggregator
 
decorate(Resource, DecoratorContext) - Method in class org.sonar.plugins.core.timemachine.NewViolationsDecorator
 
decorate(Resource, DecoratorContext) - Method in class org.sonar.plugins.core.timemachine.TendencyDecorator
 
decorate(Resource, DecoratorContext) - Method in class org.sonar.plugins.core.timemachine.TimeMachineConfigurationPersister
 
decorate(Resource, DecoratorContext) - Method in class org.sonar.plugins.core.timemachine.VariationDecorator
 
decorate(Resource, DecoratorContext) - Method in class org.sonar.plugins.core.timemachine.ViolationPersisterDecorator
 
decorate(Resource, DecoratorContext) - Method in class org.sonar.plugins.core.timemachine.ViolationTrackingDecorator
 
decorate(Resource, DecoratorContext) - Method in class org.sonar.plugins.cpd.decorators.DuplicationDensityDecorator
 
decorate(Resource, DecoratorContext) - Method in class org.sonar.plugins.design.batch.ProjectDsmDecorator
 
decorate(Resource, DecoratorContext) - Method in class org.sonar.plugins.design.batch.SuspectLcom4DensityDecorator
 
decorate(Resource, DecoratorContext) - Method in class org.sonar.plugins.design.batch.TangleIndexDecorator
decorate(Resource, DecoratorContext) - Method in class org.sonar.plugins.squid.decorators.ChidamberKemererDistributionBuilder
 
decorate(Resource, DecoratorContext) - Method in class org.sonar.plugins.squid.decorators.ClassComplexityDistributionBuilder
 
decorate(Resource, DecoratorContext) - Method in class org.sonar.plugins.squid.decorators.ClassesDecorator
 
decorate(Resource, DecoratorContext) - Method in class org.sonar.plugins.squid.decorators.FunctionComplexityDistributionBuilder
 
decorate(Resource, DecoratorContext) - Method in class org.sonar.plugins.squid.decorators.FunctionsDecorator
 
decorateLine(int, String) - Method in class org.sonar.gwt.ui.SourcePanel
 
decorateSourceCodeTreeWith(MetricDef...) - Method in class org.sonar.squid.Squid
 
decorateWith(MetricDef...) - Method in class org.sonar.squid.api.SourceCodeTreeDecorator
 
Decorator - Interface in org.sonar.api.batch
 
DecoratorBarriers - Interface in org.sonar.api.batch
Barriers are used to define the order of execution of Decorators.
DecoratorContext - Interface in org.sonar.api.batch
 
DecoratorExecutionHandler - Interface in org.sonar.api.batch.events
 
DecoratorExecutionHandler.DecoratorExecutionEvent - Interface in org.sonar.api.batch.events
This interface is not intended to be implemented by clients.
DecoratorsExecutor - Class in org.sonar.batch.phases
 
DecoratorsExecutor(BatchExtensionDictionnary, Project, SonarIndex, EventBus) - Constructor for class org.sonar.batch.phases.DecoratorsExecutor
 
DecoratorsPhaseHandler - Interface in org.sonar.api.batch.events
 
DecoratorsPhaseHandler.DecoratorsPhaseEvent - Interface in org.sonar.api.batch.events
This interface is not intended to be implemented by clients.
DecoratorsSelector - Class in org.sonar.batch
 
DecoratorsSelector(BatchExtensionDictionnary) - Constructor for class org.sonar.batch.DecoratorsSelector
 
DEFAULT - Static variable in interface net.sourceforge.pmd.cpd.cppast.CPPParserConstants
Lexical state.
DEFAULT - Static variable in class org.sonar.colorizer.HtmlOptions
 
DEFAULT_BUFFER_CAPACITY - Static variable in class org.sonar.channel.CodeReaderConfiguration
Deprecated. in 2.12, do not use anymore.
DEFAULT_CATEGORIES_AXISMARGIN - Static variable in class org.sonar.server.charts.deprecated.BaseChartWeb
 
DEFAULT_FONT - Static variable in class org.sonar.server.charts.deprecated.BaseChartWeb
 
DEFAULT_HEIGHT - Static variable in class org.sonar.api.charts.ChartParameters
 
DEFAULT_HEIGHT - Static variable in class org.sonar.server.charts.deprecated.BaseChartWeb
 
DEFAULT_MAX - Static variable in class org.sonar.java.squid.check.ClassComplexityCheck
 
DEFAULT_MAX - Static variable in class org.sonar.java.squid.check.DITCheck
 
DEFAULT_MAX - Static variable in class org.sonar.java.squid.check.MethodComplexityCheck
 
DEFAULT_MESSAGE_NODATA - Static variable in class org.sonar.server.charts.deprecated.BaseChartWeb
 
DEFAULT_MINIMUM_PERIOD_IN_HOURS - Static variable in class org.sonar.plugins.dbcleaner.api.PurgeUtils
 
DEFAULT_NAME - Static variable in class net.sourceforge.pmd.cpd.SourceCode.StringCodeLoader
 
DEFAULT_NAME_CATEGORY - Static variable in class org.sonar.server.charts.deprecated.BaseChartWeb
 
DEFAULT_NAME_SERIE - Static variable in class org.sonar.server.charts.deprecated.BaseChartWeb
 
DEFAULT_PACKAGE - Static variable in class org.sonar.java.api.JavaUtils
 
DEFAULT_PACKAGE_NAME - Static variable in class org.sonar.api.resources.Java
Default package name for classes without package def
DEFAULT_PACKAGE_NAME - Static variable in class org.sonar.api.resources.JavaPackage
Default package name for classes without package definition
DEFAULT_PLUGIN - Static variable in class org.sonar.api.batch.AbstractCoverageExtension
Deprecated. The default value for the code coverage plugin
DEFAULT_POPUP_HTML_FEATURES - Static variable in class org.sonar.gwt.Links
 
DEFAULT_PRECISION - Static variable in class org.sonar.api.measures.Measure
Default precision when saving a float type metric
DEFAULT_PRIORITY - Static variable in class org.sonar.api.rules.Rule
The default priority given to a rule if not explicitly set
DEFAULT_ROLE_PREFIX - Static variable in class org.sonar.plugins.core.security.RoleManager
 
DEFAULT_SERIES_AXISMARGIN - Static variable in class org.sonar.server.charts.deprecated.BaseChartWeb
 
DEFAULT_TAB_WIDTH - Static variable in class org.sonar.channel.CodeReaderConfiguration
 
DEFAULT_TIMEOUT_MILLISECONDS - Static variable in class org.sonar.wsclient.services.AbstractQuery
Default timeout for waiting data, in milliseconds.
DEFAULT_WIDTH - Static variable in class org.sonar.api.charts.ChartParameters
 
DEFAULT_WIDTH - Static variable in class org.sonar.server.charts.deprecated.BaseChartWeb
 
DefaultDatabase - Class in org.sonar.persistence
 
DefaultDatabase(Settings) - Constructor for class org.sonar.persistence.DefaultDatabase
 
DefaultDatabaseConnector - Class in org.sonar.jpa.session
 
DefaultDatabaseConnector(Database) - Constructor for class org.sonar.jpa.session.DefaultDatabaseConnector
 
DefaultDecoratorContext - Class in org.sonar.batch
 
DefaultDecoratorContext(Resource, SonarIndex, List<DecoratorContext>) - Constructor for class org.sonar.batch.DefaultDecoratorContext
 
DefaultFormulaContext - Class in org.sonar.api.batch
 
DefaultFormulaContext(Metric) - Constructor for class org.sonar.api.batch.DefaultFormulaContext
 
DefaultFormulaData - Class in org.sonar.api.batch
 
DefaultFormulaData(DecoratorContext) - Constructor for class org.sonar.api.batch.DefaultFormulaData
 
DefaultIndex - Class in org.sonar.batch.index
 
DefaultIndex(PersistenceManager, DefaultResourceCreationLock, ProjectTree, MetricFinder) - Constructor for class org.sonar.batch.index.DefaultIndex
 
DefaultMetricFinder - Class in org.sonar.core.components
 
DefaultMetricFinder(DatabaseSessionFactory) - Constructor for class org.sonar.core.components.DefaultMetricFinder
 
DefaultModelFinder - Class in org.sonar.core.components
 
DefaultModelFinder(DatabaseSessionFactory) - Constructor for class org.sonar.core.components.DefaultModelFinder
 
DefaultModelManager - Class in org.sonar.server.qualitymodel
 
DefaultModelManager(DatabaseSessionFactory, ModelDefinition[]) - Constructor for class org.sonar.server.qualitymodel.DefaultModelManager
 
DefaultModelManager(DatabaseSessionFactory) - Constructor for class org.sonar.server.qualitymodel.DefaultModelManager
This constructor is used when there are no templates
DefaultNotificationManager - Class in org.sonar.core.notifications
 
DefaultNotificationManager(DatabaseSessionFactory) - Constructor for class org.sonar.core.notifications.DefaultNotificationManager
 
DefaultPages - Class in org.sonar.server.ui
 
DefaultPeriodCleaner - Class in org.sonar.plugins.dbcleaner.period
 
DefaultPeriodCleaner(DatabaseSession) - Constructor for class org.sonar.plugins.dbcleaner.period.DefaultPeriodCleaner
 
DefaultPersistenceManager - Class in org.sonar.batch.index
 
DefaultPersistenceManager(ResourcePersister, SourcePersister, MeasurePersister, DependencyPersister, LinkPersister, EventPersister) - Constructor for class org.sonar.batch.index.DefaultPersistenceManager
 
DefaultPluginMetadata - Class in org.sonar.core.plugins
 
DefaultProfileLoader - Class in org.sonar.batch
 
DefaultProfileLoader(ProfilesDao) - Constructor for class org.sonar.batch.DefaultProfileLoader
 
DefaultProjectClasspath - Class in org.sonar.batch
 
DefaultProjectClasspath(ProjectDefinition, ProjectFileSystem) - Constructor for class org.sonar.batch.DefaultProjectClasspath
 
DefaultProjectClasspath(ProjectDefinition, ProjectFileSystem, MavenProject) - Constructor for class org.sonar.batch.DefaultProjectClasspath
 
DefaultProjectFileSystem - Class in org.sonar.api.resources
Deprecated. in 2.8. In fact this class should not be located in sonar-plugin-api and most of the methods were overridden by a component in sonar-batch.
DefaultProjectFileSystem(Project, Languages) - Constructor for class org.sonar.api.resources.DefaultProjectFileSystem
Deprecated.  
DefaultProjectFileSystem(Project, Languages, FileFilter...) - Constructor for class org.sonar.api.resources.DefaultProjectFileSystem
Deprecated.  
DefaultProjectFileSystem2 - Class in org.sonar.batch
Implementation of ProjectFileSystem based on ProjectDefinition and MavenProject.
DefaultProjectFileSystem2(Project, Languages, ProjectDefinition, FileFilter[]) - Constructor for class org.sonar.batch.DefaultProjectFileSystem2
 
DefaultProjectFileSystem2(Project, Languages, ProjectDefinition, MavenProject, FileFilter[]) - Constructor for class org.sonar.batch.DefaultProjectFileSystem2
For Maven.
DefaultProjectFileSystem2(Project, Languages, ProjectDefinition) - Constructor for class org.sonar.batch.DefaultProjectFileSystem2
 
DefaultProjectFileSystem2(Project, Languages, ProjectDefinition, MavenProject) - Constructor for class org.sonar.batch.DefaultProjectFileSystem2
For Maven.
DefaultPurgeContext - Class in org.sonar.plugins.dbcleaner.runner
 
DefaultPurgeContext(Project, Snapshot) - Constructor for class org.sonar.plugins.dbcleaner.runner.DefaultPurgeContext
 
DefaultPurgeContext(Project, Snapshot, Snapshot) - Constructor for class org.sonar.plugins.dbcleaner.runner.DefaultPurgeContext
 
DefaultResourceCreationLock - Class in org.sonar.batch
This lock is used to ensure that Sonar resources (files, packages, directories) are not created by buggy plugins when saving measures/violations on unknown resources.
DefaultResourceCreationLock() - Constructor for class org.sonar.batch.DefaultResourceCreationLock
 
DefaultResourceCreationLock(Configuration) - Constructor for class org.sonar.batch.DefaultResourceCreationLock
 
DefaultResourcePersister - Class in org.sonar.batch.index
 
DefaultResourcePersister(DatabaseSession) - Constructor for class org.sonar.batch.index.DefaultResourcePersister
 
DefaultRuleFinder - Class in org.sonar.core.components
 
DefaultRuleFinder(DatabaseSessionFactory) - Constructor for class org.sonar.core.components.DefaultRuleFinder
 
DefaultRulesManager - Class in org.sonar.api.rules
Deprecated. UGLY CLASS
DefaultRulesManager(RulesDao) - Constructor for class org.sonar.api.rules.DefaultRulesManager
Deprecated.  
DefaultSensorContext - Class in org.sonar.batch
 
DefaultSensorContext(SonarIndex, Project) - Constructor for class org.sonar.batch.DefaultSensorContext
 
DefaultServerFileSystem - Class in org.sonar.server.platform
Introspect the filesystem and the classloader to get extension files at startup.
DefaultServerFileSystem(DatabaseConnector, Settings) - Constructor for class org.sonar.server.platform.DefaultServerFileSystem
 
DefaultServerFileSystem(DatabaseConnector, File, File) - Constructor for class org.sonar.server.platform.DefaultServerFileSystem
for unit tests
DefaultServerPluginRepository - Class in org.sonar.server.plugins
 
DefaultServerPluginRepository(PluginDeployer) - Constructor for class org.sonar.server.plugins.DefaultServerPluginRepository
 
DefaultServerUpgradeStatus - Class in org.sonar.server.platform
 
DefaultServerUpgradeStatus(DatabaseConnector) - Constructor for class org.sonar.server.platform.DefaultServerUpgradeStatus
 
DefaultSourcePanel - Class in org.sonar.gwt.ui
 
DefaultSourcePanel(Resource) - Constructor for class org.sonar.gwt.ui.DefaultSourcePanel
 
DefaultSourcePanel(Resource, int, int) - Constructor for class org.sonar.gwt.ui.DefaultSourcePanel
 
DefaultTab - Annotation Type in org.sonar.api.web
 
DefaultTimeMachine - Class in org.sonar.batch
 
DefaultTimeMachine(DatabaseSession, DefaultIndex, MetricFinder) - Constructor for class org.sonar.batch.DefaultTimeMachine
 
DefaultUserFinder - Class in org.sonar.core.components
 
DefaultUserFinder(DatabaseSessionFactory) - Constructor for class org.sonar.core.components.DefaultUserFinder
 
definitions - Variable in class org.sonar.api.config.Settings
 
DELETE - Static variable in interface net.sourceforge.pmd.cpd.cppast.CPPParserConstants
RegularExpression Id.
delete(DatabaseSession, String) - Static method in class org.sonar.server.qualitymodel.DefaultModelManager
 
delete(DeleteQuery) - Method in class org.sonar.wsclient.Sonar
 
deleteAllProfiles() - Method in class org.sonar.server.configuration.ProfilesManager
 
deleteDependencies(List<Integer>) - Method in class org.sonar.core.purge.AbstractPurge
Deprecated.  
deleteDependencies(DatabaseSession, List<Integer>) - Static method in class org.sonar.plugins.dbcleaner.api.PurgeUtils
 
DeleteDeprecatedMeasures - Class in org.sonar.server.startup
This purge script can not be executed with ActiveRecord.
DeleteDeprecatedMeasures(DatabaseSessionFactory, ServerUpgradeStatus) - Constructor for class org.sonar.server.startup.DeleteDeprecatedMeasures
 
deleteEvent(Event) - Method in interface org.sonar.api.batch.DecoratorContext
Deletes an event
deleteEvent(Event) - Method in interface org.sonar.api.batch.SensorContext
Deletes an event
deleteEvent(Event) - Method in class org.sonar.api.batch.SonarIndex
 
deleteEvent(Event) - Method in class org.sonar.batch.DefaultDecoratorContext
 
deleteEvent(Event) - Method in class org.sonar.batch.DefaultSensorContext
 
deleteEvent(Event) - Method in class org.sonar.batch.index.DefaultIndex
 
deleteEvent(Event) - Method in class org.sonar.batch.index.DefaultPersistenceManager
 
deleteEvent(Event) - Method in class org.sonar.batch.index.EventPersister
 
deleteEvent(Event) - Method in interface org.sonar.batch.index.PersistenceManager
 
deleteEvent(Event) - Method in class org.sonar.batch.index.ReadOnlyPersistenceManager
 
deleteEvents(DatabaseSession, List<Integer>) - Static method in class org.sonar.plugins.dbcleaner.api.PurgeUtils
Delete EVENTS table
deleteFileQuietly(File) - Static method in class org.sonar.batch.bootstrapper.BootstrapperIOUtils
Deletes a file (not a directory).
deleteLink(String) - Method in interface org.sonar.api.batch.SensorContext
remove a link.
deleteLink(String) - Method in class org.sonar.api.batch.SonarIndex
 
deleteLink(String) - Method in class org.sonar.batch.DefaultSensorContext
 
deleteLink(String) - Method in class org.sonar.batch.index.DefaultIndex
 
deleteLink(Project, String) - Method in class org.sonar.batch.index.DefaultPersistenceManager
 
deleteLink(Project, String) - Method in class org.sonar.batch.index.LinkPersister
 
deleteLink(Project, String) - Method in interface org.sonar.batch.index.PersistenceManager
 
deleteLink(Project, String) - Method in class org.sonar.batch.index.ReadOnlyPersistenceManager
 
deleteMeasuresById(List<Integer>) - Method in class org.sonar.core.purge.AbstractPurge
Deprecated. Delete all measures, including MEASURE_DATA
deleteMeasuresById(DatabaseSession, List<Integer>) - Static method in class org.sonar.plugins.dbcleaner.api.PurgeUtils
Delete all measures, including MEASURE_DATA
deleteMeasuresBySnapshotId(List<Integer>) - Method in class org.sonar.core.purge.AbstractPurge
Deprecated. Delete all measures, including MEASURE_DATA
deleteMeasuresBySnapshotId(DatabaseSession, List<Integer>) - Static method in class org.sonar.plugins.dbcleaner.api.PurgeUtils
Delete all measures, including MEASURE_DATA
deleteProfile(int) - Method in class org.sonar.server.configuration.ProfilesManager
 
deleteProfile(long) - Method in class org.sonar.server.ui.JRubyFacade
 
DeleteQuery - Class in org.sonar.wsclient.services
DELETE HTTP request
DeleteQuery() - Constructor for class org.sonar.wsclient.services.DeleteQuery
 
deleteSnapshotData(List<Integer>) - Method in class org.sonar.core.purge.AbstractPurge
Deprecated. Delete SNAPSHOTS and all dependent tables (MEASURES, ...)
deleteSnapshots(List<Integer>) - Method in class org.sonar.core.purge.AbstractPurge
Deprecated. Delete SNAPSHOTS table
deleteSnapshots(DatabaseSession, List<Integer>) - Static method in class org.sonar.plugins.dbcleaner.api.PurgeUtils
Delete SNAPSHOTS table
deleteSnapshotsData(DatabaseSession, List<Integer>) - Static method in class org.sonar.plugins.dbcleaner.api.PurgeUtils
 
deleteSources(List<Integer>) - Method in class org.sonar.core.purge.AbstractPurge
Deprecated. Delete SNAPSHOT_SOURCES table
deleteSources(DatabaseSession, List<Integer>) - Static method in class org.sonar.plugins.dbcleaner.api.PurgeUtils
Delete SNAPSHOT_SOURCES table
deleteViolations(List<Integer>) - Method in class org.sonar.core.purge.AbstractPurge
Deprecated. Delete violations (RULE_FAILURES table)
deleteViolations(DatabaseSession, List<Integer>) - Static method in class org.sonar.plugins.dbcleaner.api.PurgeUtils
Delete violations (RULE_FAILURES table)
deliver(Notification, String) - Method in class org.sonar.api.notifications.NotificationChannel
 
deliver(Notification, String) - Method in class org.sonar.plugins.emailnotifications.EmailNotificationChannel
 
DependedUpon - Annotation Type in org.sonar.api.batch
 
DependenciesTab - Class in org.sonar.plugins.design.ui.dependencies.client
 
DependenciesTab() - Constructor for class org.sonar.plugins.design.ui.dependencies.client.DependenciesTab
 
DependenciesTable - Class in org.sonar.plugins.design.ui.dependencies.client
 
DependenciesTable() - Constructor for class org.sonar.plugins.design.ui.dependencies.client.DependenciesTable
 
DependenciesVisitor - Class in org.sonar.java.bytecode.visitor
 
DependenciesVisitor(DirectedGraph<SourceCode, SourceCodeEdge>) - Constructor for class org.sonar.java.bytecode.visitor.DependenciesVisitor
 
Dependency - Class in org.sonar.api.design
 
Dependency(Resource, Resource) - Constructor for class org.sonar.api.design.Dependency
 
Dependency - Class in org.sonar.wsclient.services
 
Dependency() - Constructor for class org.sonar.wsclient.services.Dependency
 
DEPENDENCY_MATRIX - Static variable in class org.sonar.api.measures.CoreMetrics
 
DEPENDENCY_MATRIX - Static variable in interface org.sonar.gwt.Metrics
 
DEPENDENCY_MATRIX_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
DependencyDto - Class in org.sonar.api.design
 
DependencyDto() - Constructor for class org.sonar.api.design.DependencyDto
 
DependencyIndex - Class in org.sonar.plugins.squid.bridges
 
DependencyIndex() - Constructor for class org.sonar.plugins.squid.bridges.DependencyIndex
 
DependencyInfo - Class in org.sonar.plugins.design.ui.page.client
 
DependencyPersister - Class in org.sonar.batch.index
 
DependencyPersister(ResourcePersister, DatabaseSession) - Constructor for class org.sonar.batch.index.DependencyPersister
 
DependencyQuery - Class in org.sonar.wsclient.services
The web service "dependency" is since Sonar 2.0
DependencyQuery() - Constructor for class org.sonar.wsclient.services.DependencyQuery
 
DependencyTree - Class in org.sonar.wsclient.services
Experimental
DependencyTree() - Constructor for class org.sonar.wsclient.services.DependencyTree
 
DependencyTreeQuery - Class in org.sonar.wsclient.services
 
DependencyTreeQuery(String) - Constructor for class org.sonar.wsclient.services.DependencyTreeQuery
 
DependencyTreeUnmarshaller - Class in org.sonar.wsclient.unmarshallers
 
DependencyTreeUnmarshaller() - Constructor for class org.sonar.wsclient.unmarshallers.DependencyTreeUnmarshaller
 
DependencyUnmarshaller - Class in org.sonar.wsclient.unmarshallers
 
DependencyUnmarshaller() - Constructor for class org.sonar.wsclient.unmarshallers.DependencyUnmarshaller
 
dependOnComplexity() - Method in class org.sonar.plugins.squid.decorators.ClassComplexityDistributionBuilder
 
dependOnComplexity() - Method in class org.sonar.plugins.squid.decorators.FunctionComplexityDistributionBuilder
 
dependsInLcom4() - Method in class org.sonar.plugins.squid.decorators.ChidamberKemererDistributionBuilder
 
dependsInRfc() - Method in class org.sonar.plugins.squid.decorators.ChidamberKemererDistributionBuilder
 
dependsOnMetrics() - Method in class org.sonar.plugins.core.timemachine.AbstractNewCoverageFileAnalyzer
 
dependsOnTracker() - Method in class org.sonar.plugins.core.timemachine.ViolationPersisterDecorator
 
DependsUpon - Annotation Type in org.sonar.api.batch
 
dependsUponAlertStatus() - Method in class org.sonar.plugins.core.sensors.GenerateAlertEvents
 
dependsUponCoverageSensors() - Method in class org.sonar.plugins.surefire.SurefireSensor
 
DependsUponCustomRules - Interface in org.sonar.api.batch.maven
Marker interface for MavenPluginHandlers.
dependsUponDecorators() - Method in class org.sonar.batch.FormulaDecorator
 
dependsUponFileAndComplexityMetrics() - Method in class org.sonar.api.batch.AbstractFileComplexityDecorator
Deprecated. Used to define upstream dependencies
dependsUponFileAndComplexityMetrics() - Method in class org.sonar.api.batch.AbstractFunctionComplexityDecorator
Deprecated. Used to define upstream dependencies
DependsUponMavenPlugin - Interface in org.sonar.api.batch.maven
Can be used only for Initializers, Sensors and PostJobs.
dependsUponMetrics() - Method in class org.sonar.api.batch.AbstractDivisionDecorator
Used to define upstream dependencies
dependsUponMetrics() - Method in class org.sonar.api.measures.AverageComplexityFormula
 
dependsUponMetrics() - Method in interface org.sonar.api.measures.Formula
 
dependsUponMetrics() - Method in class org.sonar.api.measures.MeanAggregationFormula
 
dependsUponMetrics() - Method in class org.sonar.api.measures.SumChildDistributionFormula
 
dependsUponMetrics() - Method in class org.sonar.api.measures.SumChildValuesFormula
 
dependsUponMetrics() - Method in class org.sonar.api.measures.WeightedMeanAggregationFormula
 
dependsUponMetrics() - Method in class org.sonar.batch.FormulaDecorator
 
dependsUponMetrics() - Method in class org.sonar.plugins.core.sensors.BranchCoverageDecorator
 
dependsUponMetrics() - Method in class org.sonar.plugins.core.sensors.CheckAlertThresholds
 
dependsUponMetrics() - Method in class org.sonar.plugins.core.sensors.CommentDensityDecorator
 
dependsUponMetrics() - Method in class org.sonar.plugins.core.sensors.ItBranchCoverageDecorator
 
dependsUponMetrics() - Method in class org.sonar.plugins.core.sensors.ItLineCoverageDecorator
 
dependsUponMetrics() - Method in class org.sonar.plugins.core.sensors.LineCoverageDecorator
 
dependsUponMetrics() - Method in class org.sonar.plugins.core.timemachine.TendencyDecorator
 
dependsUponMetrics() - Method in class org.sonar.plugins.core.timemachine.VariationDecorator
 
dependsUponMetrics() - Method in class org.sonar.plugins.cpd.decorators.DuplicationDensityDecorator
 
dependsUponMetrics() - Method in class org.sonar.plugins.design.batch.TangleIndexDecorator
 
dependsUponViolations() - Method in class org.sonar.plugins.core.sensors.WeightedViolationsDecorator
 
dependsUponWeightedViolationsAndNcloc() - Method in class org.sonar.plugins.core.sensors.ViolationsDensityDecorator
 
DEPLOY_DIR - Static variable in class org.sonar.server.platform.ServerSettings
 
deployTo(File) - Method in class org.sonar.server.mavendeployer.Artifact
 
DeprecatedChart - Interface in org.sonar.server.charts.deprecated
 
deprecatedDoGet(HttpServletRequest, HttpServletResponse) - Method in class org.sonar.server.charts.ChartsServlet
 
DEPTH_IN_TREE - Static variable in class org.sonar.api.measures.CoreMetrics
 
DEPTH_IN_TREE - Static variable in interface org.sonar.gwt.Metrics
 
DEPTH_IN_TREE_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
DEPTH_UNLIMITED - Static variable in class org.sonar.wsclient.services.ResourceQuery
 
Derby - Class in org.sonar.jpa.dialect
 
Derby() - Constructor for class org.sonar.jpa.dialect.Derby
 
Derby.DerbyWithDecimalDialect - Class in org.sonar.jpa.dialect
 
Derby.DerbyWithDecimalDialect() - Constructor for class org.sonar.jpa.dialect.Derby.DerbyWithDecimalDialect
 
describeTo(Description) - Method in class org.sonar.test.channel.ChannelMatcher
 
describeTo(Description) - Method in class org.sonar.test.channel.ReaderHasNextCharMatcher
 
describeTo(Description) - Method in class org.sonar.test.i18n.BundleSynchronizedMatcher
 
description - Variable in class org.sonar.api.measures.Measure
 
Description - Annotation Type in org.sonar.api.web
 
description - Variable in enum org.sonar.java.signature.JvmJavaType
 
DESCRIPTION_COLUMN_SIZE - Static variable in class org.sonar.api.database.model.ResourceModel
 
DescriptionWidget - Class in org.sonar.plugins.core.widgets
 
DescriptionWidget() - Constructor for class org.sonar.plugins.core.widgets.DescriptionWidget
 
DESIGN_SKIP_DESIGN_DEFAULT_VALUE - Static variable in interface org.sonar.api.CoreProperties
 
DESIGN_SKIP_DESIGN_PROPERTY - Static variable in interface org.sonar.api.CoreProperties
Indicates whether Java bytecode analysis should be skipped.
DESIGN_SKIP_PACKAGE_DESIGN_DEFAULT_VALUE - Static variable in interface org.sonar.api.CoreProperties
 
DESIGN_SKIP_PACKAGE_DESIGN_PROPERTY - Static variable in interface org.sonar.api.CoreProperties
Indicates whether Package Design Analysis should be skipped.
DesignBridge - Class in org.sonar.plugins.squid.bridges
 
DesignBridge() - Constructor for class org.sonar.plugins.squid.bridges.DesignBridge
 
DesignPage - Class in org.sonar.plugins.design.ui.page.client
 
DesignPage() - Constructor for class org.sonar.plugins.design.ui.page.client.DesignPage
 
DesignPlugin - Class in org.sonar.plugins.design
 
DesignPlugin() - Constructor for class org.sonar.plugins.design.DesignPlugin
 
destroy() - Method in class org.sonar.server.ui.DatabaseSessionFilter
 
detect(CloneIndex, Collection<Block>) - Static method in class org.sonar.duplications.detector.original.OriginalCloneDetectionAlgorithm
Performs detection and returns list of clone groups between file (which represented as a collection of blocks) and index.
detectCycles() - Method in class org.sonar.graph.CycleDetector
 
detectCyclesWithMaxSearchDepth(int) - Method in class org.sonar.graph.CycleDetector
 
detectCyclesWithUpperLimit(int) - Method in class org.sonar.graph.CycleDetector
 
Detector - Class in org.sonar.squid.recognizer
 
Detector(double) - Constructor for class org.sonar.squid.recognizer.Detector
 
Dialect - Interface in org.sonar.jpa.dialect
 
DIALECT_DB2 - Static variable in interface org.sonar.api.database.DatabaseProperties
 
DIALECT_DERBY - Static variable in interface org.sonar.api.database.DatabaseProperties
 
DIALECT_HSQLDB - Static variable in interface org.sonar.api.database.DatabaseProperties
 
DIALECT_MSSQL - Static variable in interface org.sonar.api.database.DatabaseProperties
 
DIALECT_MYSQL - Static variable in interface org.sonar.api.database.DatabaseProperties
 
DIALECT_ORACLE - Static variable in interface org.sonar.api.database.DatabaseProperties
 
DIALECT_POSTGRESQL - Static variable in interface org.sonar.api.database.DatabaseProperties
 
DialectRepository - Class in org.sonar.jpa.dialect
 
DIR_PREFIX - Static variable in class org.sonar.batch.bootstrap.TempDirectories
 
DirectAcyclicGraph - Class in org.sonar.api.utils.dag
http://en.wikipedia.org/wiki/Directed_acyclic_graph
DirectAcyclicGraph(Object...) - Constructor for class org.sonar.api.utils.dag.DirectAcyclicGraph
 
DirectedGraph<V,E extends Edge<V>> - Class in org.sonar.graph
 
DirectedGraph() - Constructor for class org.sonar.graph.DirectedGraph
 
DirectedGraph(EdgeFactory<V, E>) - Constructor for class org.sonar.graph.DirectedGraph
 
DirectedGraphAccessor<V,E extends Edge<V>> - Interface in org.sonar.graph
 
DIRECTION_BETTER - Static variable in class org.sonar.api.measures.Metric
A metric bigger value means an improvement
DIRECTION_NONE - Static variable in class org.sonar.api.measures.Metric
The metric direction has no meaning
DIRECTION_WORST - Static variable in class org.sonar.api.measures.Metric
A metric bigger value means a degradation
DIRECTORIES - Static variable in class org.sonar.api.measures.CoreMetrics
 
DIRECTORIES - Static variable in interface org.sonar.gwt.Metrics
 
DIRECTORIES_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
DirectoriesDecorator - Class in org.sonar.plugins.core.sensors
 
DirectoriesDecorator() - Constructor for class org.sonar.plugins.core.sensors.DirectoriesDecorator
 
Directory - Class in org.sonar.api.resources
 
Directory(String) - Constructor for class org.sonar.api.resources.Directory
 
Directory(String, Language) - Constructor for class org.sonar.api.resources.Directory
 
DIRECTORY - Static variable in class org.sonar.api.resources.Qualifiers
 
DIRECTORY - Static variable in class org.sonar.api.resources.Scopes
For example directory or Java package.
DIRECTORY_EXISTS - Static variable in class org.sonar.api.resources.DefaultProjectFileSystem
Deprecated.  
DirectoryFilter - Class in net.sourceforge.pmd.util.filter
Directory filter.
disable(String) - Method in interface org.sonar.api.platform.ServerPluginRepository
Disabled plugins are not loaded by batch, but they are still installed : Plugin properties are available in General Settings Plugin is marked as installed in Update Center
disable(String) - Method in class org.sonar.server.plugins.DefaultServerPluginRepository
 
disableAutomaticMetrics() - Method in class org.sonar.api.database.daos.MeasuresDao
Deprecated.  
disableAutomaticMetrics() - Method in class org.sonar.jpa.dao.MeasuresDao
 
disabledMetrics(Collection<Metric>) - Method in class org.sonar.api.database.daos.MeasuresDao
Deprecated.  
disabledMetrics(Collection<Metric>) - Method in class org.sonar.jpa.dao.MeasuresDao
 
disabledUserDefinedMetrics() - Method in class org.sonar.server.configuration.MetricsBackup
 
dispatch(Notification, NotificationDispatcher.Context) - Method in class org.sonar.api.notifications.NotificationDispatcher
 
dispatch(H) - Method in class org.sonar.batch.events.BatchEvent
Do not call directly - should be called only by EventBus.
dispatch(Notification, NotificationDispatcher.Context) - Method in class org.sonar.plugins.emailnotifications.reviews.ChangesInReviewAssignedToMeOrCreatedByMe
 
dispatchJSON(JavaScriptObject, JsonUtils.JSONHandler) - Static method in class org.sonar.gwt.JsonUtils
 
display(FlowPanel, Resource) - Method in class org.sonar.gwt.ui.ViewerHeader
 
display(Data) - Method in class org.sonar.plugins.design.ui.dependencies.client.DependenciesTable
 
display(Data) - Method in class org.sonar.plugins.design.ui.dependencies.client.Header
 
display(DsmData.Rows) - Method in class org.sonar.plugins.design.ui.page.client.Dsm
 
displayNoData() - Method in class org.sonar.plugins.design.ui.page.client.Dsm
 
DISTANCE - Static variable in class org.sonar.api.measures.CoreMetrics
 
DISTANCE - Static variable in interface org.sonar.gwt.Metrics
 
DISTANCE_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
DistanceFormula - Class in org.sonar.squid.measures
 
DistanceFormula() - Constructor for class org.sonar.squid.measures.DistanceFormula
 
distributeAccordingTo(MetricDef, int...) - Method in class org.sonar.squid.math.MeasuresDistribution
 
DistributionAreaChart - Class in org.sonar.plugins.core.charts
 
DistributionAreaChart() - Constructor for class org.sonar.plugins.core.charts.DistributionAreaChart
 
DistributionBarChart - Class in org.sonar.plugins.core.charts
 
DistributionBarChart() - Constructor for class org.sonar.plugins.core.charts.DistributionBarChart
 
DITCheck - Class in org.sonar.java.squid.check
 
DITCheck() - Constructor for class org.sonar.java.squid.check.DITCheck
 
DITVisitor - Class in org.sonar.java.bytecode.visitor
 
DITVisitor() - Constructor for class org.sonar.java.bytecode.visitor.DITVisitor
 
DIVIDE - Static variable in interface net.sourceforge.pmd.cpd.cppast.CPPParserConstants
RegularExpression Id.
DIVIDEEQUAL - Static variable in interface net.sourceforge.pmd.cpd.cppast.CPPParserConstants
RegularExpression Id.
DO - Static variable in interface net.sourceforge.pmd.cpd.cppast.CPPParserConstants
RegularExpression Id.
doBeforeStart() - Method in class org.sonar.persistence.DefaultDatabase
 
doBeforeStop() - Method in class org.sonar.persistence.DefaultDatabase
 
doCompleteProperties(Properties) - Method in class org.sonar.batch.bootstrap.BatchDatabase
 
doCompleteProperties(Properties) - Method in class org.sonar.persistence.DefaultDatabase
 
doesOverride() - Method in class org.sonar.api.rules.ActiveRule
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.sonar.server.ui.DatabaseSessionFilter
 
doFindAll() - Method in class org.sonar.core.components.DefaultMetricFinder
 
doFindById(int) - Method in class org.sonar.core.components.DefaultRuleFinder
 
doFindByKey(String, String) - Method in class org.sonar.core.components.DefaultRuleFinder
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.sonar.server.charts.ChartsServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.sonar.server.plugins.BatchResourcesServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.sonar.server.plugins.StaticResourcesServlet
 
DOMAIN_COMPLEXITY - Static variable in class org.sonar.api.measures.CoreMetrics
 
DOMAIN_DESIGN - Static variable in class org.sonar.api.measures.CoreMetrics
 
DOMAIN_DOCUMENTATION - Static variable in class org.sonar.api.measures.CoreMetrics
 
DOMAIN_DUPLICATION - Static variable in class org.sonar.api.measures.CoreMetrics
 
DOMAIN_GENERAL - Static variable in class org.sonar.api.measures.CoreMetrics
 
DOMAIN_INTEGRATION_TESTS - Static variable in class org.sonar.api.measures.CoreMetrics
 
DOMAIN_RULE_CATEGORIES - Static variable in class org.sonar.api.measures.CoreMetrics
Deprecated. since 2.5 See http://jira.codehaus.org/browse/SONAR-2007
DOMAIN_RULES - Static variable in class org.sonar.api.measures.CoreMetrics
 
DOMAIN_SCM - Static variable in class org.sonar.api.measures.CoreMetrics
 
DOMAIN_SIZE - Static variable in class org.sonar.api.measures.CoreMetrics
 
DOMAIN_TESTS - Static variable in class org.sonar.api.measures.CoreMetrics
 
DONE - Static variable in interface net.sourceforge.pmd.cpd.CPDListener
 
Done() - Static method in class net.sourceforge.pmd.cpd.cppast.SimpleCharStream
Reset buffer when finished.
done() - Method in class org.sonar.core.plugins.PluginClassloaders
Establishes dependencies among ClassLoaders.
doOnError(int, String) - Method in class org.sonar.wsclient.gwt.AbstractCallback
 
doOnError(int, String) - Method in class org.sonar.wsclient.gwt.AbstractListCallback
 
doOnModuleLoad() - Method in class org.sonar.gwt.ui.Page
 
doOnResourceLoad(Resource) - Method in class org.sonar.gwt.ui.Page
 
doOnResourceLoad(Resource) - Method in class org.sonar.plugins.core.hotspots.client.GwtHotspots
 
doOnResourceLoad(Resource) - Method in class org.sonar.plugins.core.testdetailsviewer.client.TestsViewer
 
doOnResourceLoad(Resource) - Method in class org.sonar.plugins.design.ui.dependencies.client.DependenciesTab
 
doOnResourceLoad(Resource) - Method in class org.sonar.plugins.design.ui.lcom4.client.Lcom4Tab
 
doOnResourceLoad(Resource) - Method in class org.sonar.plugins.design.ui.libraries.client.LibrariesPage
 
doOnResourceLoad(Resource) - Method in class org.sonar.plugins.design.ui.page.client.DesignPage
 
doOnResponse(MODEL) - Method in class org.sonar.wsclient.gwt.AbstractCallback
 
doOnResponse(List<MODEL>) - Method in class org.sonar.wsclient.gwt.AbstractListCallback
 
doOnTimeout() - Method in class org.sonar.wsclient.gwt.AbstractCallback
 
doOnTimeout() - Method in class org.sonar.wsclient.gwt.AbstractListCallback
 
doSaveViolationsOnUnexistedResource - Variable in class org.sonar.api.batch.AbstractViolationsStaxParser
Deprecated.  
doStart() - Method in class org.sonar.batch.bootstrap.BatchModule
 
doStart() - Method in class org.sonar.batch.bootstrap.BootstrapModule
 
doStart() - Method in class org.sonar.batch.bootstrap.Module
 
doStart() - Method in class org.sonar.batch.bootstrap.ProjectModule
Analyze project
doStop() - Method in class org.sonar.batch.bootstrap.Module
 
DOT - Static variable in interface net.sourceforge.pmd.cpd.cppast.CPPParserConstants
RegularExpression Id.
DOTSTAR - Static variable in interface net.sourceforge.pmd.cpd.cppast.CPPParserConstants
RegularExpression Id.
DOUBLE - Static variable in interface net.sourceforge.pmd.cpd.cppast.CPPParserConstants
RegularExpression Id.
download(URI, File) - Method in class org.sonar.api.utils.HttpDownloader
 
download(URI) - Method in class org.sonar.api.utils.HttpDownloader
 
download(String, Version) - Method in class org.sonar.server.plugins.PluginDownloader
 
downloadJdbcDriver() - Method in class org.sonar.batch.bootstrap.ArtifactDownloader
 
downloadPlainText(URI, String) - Method in class org.sonar.api.utils.HttpDownloader
 
downloadPlugin(RemotePlugin) - Method in class org.sonar.batch.bootstrap.ArtifactDownloader
 
downloadPlugin(String, String) - Method in class org.sonar.server.ui.JRubyFacade
 
downloadPluginIndex() - Method in class org.sonar.batch.bootstrap.ArtifactDownloader
 
DryRun - Class in org.sonar.batch.bootstrap
 
DryRun(Settings) - Constructor for class org.sonar.batch.bootstrap.DryRun
 
Dsm<V> - Class in org.sonar.graph
 
Dsm(DirectedGraphAccessor<V, ? extends Edge<V>>, Collection<V>, Set<Edge>) - Constructor for class org.sonar.graph.Dsm
 
Dsm(DirectedGraphAccessor<V, ? extends Edge<V>>, Set<Edge>) - Constructor for class org.sonar.graph.Dsm
 
Dsm(DirectedGraphAccessor<V, ? extends Edge<V>>) - Constructor for class org.sonar.graph.Dsm
 
Dsm - Class in org.sonar.plugins.design.ui.page.client
 
Dsm() - Constructor for class org.sonar.plugins.design.ui.page.client.Dsm
 
DSM - Static variable in class org.sonar.plugins.design.ui.page.client.Dsm
 
DsmCell - Class in org.sonar.graph
 
DsmCell(Edge, boolean) - Constructor for class org.sonar.graph.DsmCell
 
DsmData - Class in org.sonar.plugins.design.ui.page.client
 
DsmData() - Constructor for class org.sonar.plugins.design.ui.page.client.DsmData
 
DsmData.Cell - Class in org.sonar.plugins.design.ui.page.client
 
DsmData.Cell() - Constructor for class org.sonar.plugins.design.ui.page.client.DsmData.Cell
 
DsmData.Row - Class in org.sonar.plugins.design.ui.page.client
 
DsmData.Row() - Constructor for class org.sonar.plugins.design.ui.page.client.DsmData.Row
 
DsmData.Rows - Class in org.sonar.plugins.design.ui.page.client
 
DsmData.Rows() - Constructor for class org.sonar.plugins.design.ui.page.client.DsmData.Rows
 
DsmManualSorter<V> - Class in org.sonar.graph
 
DsmPrinter - Class in org.sonar.graph
 
DsmScanner - Class in org.sonar.graph
 
DsmSerializer - Class in org.sonar.plugins.design.batch
 
DsmSerializer - Class in org.sonar.plugins.squid.bridges
 
DsmTopologicalSorter<V> - Class in org.sonar.graph
 
dump() - Method in class org.sonar.batch.index.DefaultPersistenceManager
 
dump() - Method in class org.sonar.batch.index.MeasurePersister
 
dump() - Method in interface org.sonar.batch.index.PersistenceManager
 
dump() - Method in class org.sonar.batch.index.ReadOnlyPersistenceManager
 
DUPLICATED_BLOCKS - Static variable in class org.sonar.api.measures.CoreMetrics
 
DUPLICATED_BLOCKS - Static variable in interface org.sonar.gwt.Metrics
 
DUPLICATED_BLOCKS_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
DUPLICATED_FILES - Static variable in class org.sonar.api.measures.CoreMetrics
 
DUPLICATED_FILES - Static variable in interface org.sonar.gwt.Metrics
 
DUPLICATED_FILES_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
DUPLICATED_LINES - Static variable in class org.sonar.api.measures.CoreMetrics
 
DUPLICATED_LINES - Static variable in interface org.sonar.gwt.Metrics
 
DUPLICATED_LINES_DENSITY - Static variable in class org.sonar.api.measures.CoreMetrics
 
DUPLICATED_LINES_DENSITY - Static variable in interface org.sonar.gwt.Metrics
 
DUPLICATED_LINES_DENSITY_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
DUPLICATED_LINES_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
DuplicatedSourceException - Exception in org.sonar.api.resources
 
DuplicatedSourceException(Resource) - Constructor for exception org.sonar.api.resources.DuplicatedSourceException
 
DuplicationBlock - Class in org.sonar.jpa.entity
 
DuplicationBlock() - Constructor for class org.sonar.jpa.entity.DuplicationBlock
 
DuplicationBlock(Integer, Integer, String, Integer, Integer, Integer) - Constructor for class org.sonar.jpa.entity.DuplicationBlock
 
DuplicationDao - Class in org.sonar.persistence.dao
 
DuplicationDao(MyBatis) - Constructor for class org.sonar.persistence.dao.DuplicationDao
 
DuplicationDensityDecorator - Class in org.sonar.plugins.cpd.decorators
 
DuplicationDensityDecorator() - Constructor for class org.sonar.plugins.cpd.decorators.DuplicationDensityDecorator
 
DuplicationMapper - Interface in org.sonar.persistence.model
 
DUPLICATIONS_DATA - Static variable in class org.sonar.api.measures.CoreMetrics
 
DUPLICATIONS_DATA - Static variable in interface org.sonar.gwt.Metrics
 
DUPLICATIONS_DATA_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
DuplicationsData - Class in org.sonar.plugins.cpd
 
DuplicationsData(Resource, SensorContext) - Constructor for class org.sonar.plugins.cpd.DuplicationsData
 
DuplicationsException - Exception in org.sonar.duplications
 
DuplicationsException(String) - Constructor for exception org.sonar.duplications.DuplicationsException
 
DuplicationsException(String, Throwable) - Constructor for exception org.sonar.duplications.DuplicationsException
 
DuplicationUnit - Class in org.sonar.persistence.model
A simple DTO (Data Transfer Object) class that provides the mapping of data to a table.
DuplicationUnit() - Constructor for class org.sonar.persistence.model.DuplicationUnit
 
DuplicationUnit(Integer, Integer, String, Integer, Integer, Integer) - Constructor for class org.sonar.persistence.model.DuplicationUnit
 
DYNAMIC_ANALYSIS_PROPERTY - Static variable in interface org.sonar.api.CoreProperties
 

E

Edge<V> - Interface in org.sonar.graph
 
EdgeFactory<V,E> - Interface in org.sonar.graph
 
EFFERENT_COUPLINGS - Static variable in class org.sonar.api.measures.CoreMetrics
 
EFFERENT_COUPLINGS - Static variable in interface org.sonar.gwt.Metrics
 
EFFERENT_COUPLINGS_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
EFFICIENCY - Static variable in class org.sonar.api.measures.CoreMetrics
Deprecated. since 2.5 See http://jira.codehaus.org/browse/SONAR-2007
EFFICIENCY - Static variable in class org.sonar.api.rules.Iso9126RulesCategories
Deprecated.  
EFFICIENCY - Static variable in interface org.sonar.gwt.Metrics
 
EFFICIENCY_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
Deprecated. since 2.5 See http://jira.codehaus.org/browse/SONAR-2007
ELLIPSIS - Static variable in interface net.sourceforge.pmd.cpd.cppast.CPPParserConstants
RegularExpression Id.
ELSE - Static variable in interface net.sourceforge.pmd.cpd.cppast.CPPParserConstants
RegularExpression Id.
EmailConfiguration - Class in org.sonar.plugins.emailnotifications
Ruby uses constants from this class.
EmailConfiguration(Configuration) - Constructor for class org.sonar.plugins.emailnotifications.EmailConfiguration
 
EmailMessage - Class in org.sonar.plugins.emailnotifications.api
 
EmailMessage() - Constructor for class org.sonar.plugins.emailnotifications.api.EmailMessage
 
EmailNotificationChannel - Class in org.sonar.plugins.emailnotifications
References: Registration of Mail and MIME Header Fields List-Id: A Structured Field and Namespace for the Identification of Mailing Lists GitHub: Threaded Email Notifications
EmailNotificationChannel(EmailConfiguration, EmailTemplate[], UserFinder) - Constructor for class org.sonar.plugins.emailnotifications.EmailNotificationChannel
 
EmailNotificationsPlugin - Class in org.sonar.plugins.emailnotifications
 
EmailNotificationsPlugin() - Constructor for class org.sonar.plugins.emailnotifications.EmailNotificationsPlugin
 
EmailTemplate - Class in org.sonar.plugins.emailnotifications.api
 
EmailTemplate() - Constructor for class org.sonar.plugins.emailnotifications.api.EmailTemplate
 
EmbeddedDatabase - Class in org.sonar.server.database
 
EmbeddedDatabase(Settings) - Constructor for class org.sonar.server.database.EmbeddedDatabase
 
EmbeddedDatabase(File, Properties) - Constructor for class org.sonar.server.database.EmbeddedDatabase
 
EmbeddedDatabaseFactory - Class in org.sonar.server.database
 
EmbeddedDatabaseFactory(Settings) - Constructor for class org.sonar.server.database.EmbeddedDatabaseFactory
 
empty() - Method in interface org.sonar.gwt.ui.Icons.IconBundle
 
EMPTY_STRINGS - Static variable in class net.sourceforge.pmd.util.StringUtil
 
EmptyFileCheck - Class in org.sonar.java.squid.check
 
EmptyFileCheck() - Constructor for class org.sonar.java.squid.check.EmptyFileCheck
 
EnableProfiles - Class in org.sonar.server.startup
 
EnableProfiles(Language[], DatabaseSessionFactory, RegisterProvidedProfiles) - Constructor for class org.sonar.server.startup.EnableProfiles
 
encode(String) - Static method in class org.sonar.wsclient.services.AbstractQuery
Encodes single parameter value.
encodeUrl(String) - Method in class org.sonar.wsclient.gwt.GwtUtils
 
encodeUrl(String) - Method in class org.sonar.wsclient.JdkUtils
 
encodeUrl(String) - Method in class org.sonar.wsclient.services.WSUtils
 
ENCODING_PROPERTY - Static variable in interface org.sonar.api.CoreProperties
To determine value of this property use ProjectFileSystem.getSourceCharset().
END_OF_TIME_MACHINE - Static variable in interface org.sonar.api.batch.DecoratorBarriers
Any kinds of time machine data are calculated before this barrier.
END_OF_VIOLATION_TRACKING - Static variable in interface org.sonar.api.batch.DecoratorBarriers
 
END_OF_VIOLATIONS_GENERATION - Static variable in interface org.sonar.api.batch.DecoratorBarriers
This barrier is used by a decorator in order to : be executed after all the decorators which generate violations : @DependsUpon(value=DecoratorBarriers.END_OF_VIOLATIONS_GENERATION declare that it generates violations : @DependedUpon(value=DecoratorBarriers.END_OF_VIOLATIONS_GENERATION
EndAtLineVisitor - Class in org.sonar.java.ast.visitor
 
EndAtLineVisitor() - Constructor for class org.sonar.java.ast.visitor.EndAtLineVisitor
 
endColumn - Variable in class net.sourceforge.pmd.cpd.cppast.Token
The column number of the last character of this Token.
endLine - Variable in class net.sourceforge.pmd.cpd.cppast.Token
The line number of the last character of this Token.
EndMatcher - Interface in org.sonar.channel
 
EndWithDetector - Class in org.sonar.squid.recognizer
 
EndWithDetector(double, char...) - Constructor for class org.sonar.squid.recognizer.EndWithDetector
 
ENGLISH_PACK_PLUGIN_KEY - Static variable in class org.sonar.core.i18n.I18nManager
 
EnglishPackPlugin - Class in org.sonar.plugins.l10n
 
EnglishPackPlugin() - Constructor for class org.sonar.plugins.l10n.EnglishPackPlugin
 
ensureResourceType(SourceCode, Class<? extends SourceCode>) - Static method in class org.sonar.java.ast.visitor.AstUtils
 
ENUM - Static variable in interface net.sourceforge.pmd.cpd.cppast.CPPParserConstants
RegularExpression Id.
EnvironmentInformation - Class in org.sonar.batch.bootstrapper
Describes execution environment.
EnvironmentInformation(String, String) - Constructor for class org.sonar.batch.bootstrapper.EnvironmentInformation
 
EOF - Static variable in interface net.sourceforge.pmd.cpd.cppast.CPPParserConstants
End of File.
EOF - Static variable in class net.sourceforge.pmd.cpd.TokenEntry
 
eol - Variable in exception net.sourceforge.pmd.cpd.cppast.ParseException
The end of line string for this machine.
EOL - Static variable in class net.sourceforge.pmd.cpd.SourceCode
 
EOL - Static variable in class org.sonar.duplications.cpd.Match
 
EQUAL - Static variable in interface net.sourceforge.pmd.cpd.cppast.CPPParserConstants
RegularExpression Id.
equals(Object) - Method in class net.sourceforge.pmd.cpd.TokenEntry
 
equals(Plugin, String, String) - Static method in class org.sonar.api.batch.maven.MavenUtils
Tests whether a plugin has got a given artifact id and group id
equals(ReportPlugin, String, String) - Static method in class org.sonar.api.batch.maven.MavenUtils
Tests whether a ReportPlugin has got a given artifact id and group id
equals(Object) - Method in class org.sonar.api.database.configuration.Property
 
equals(Object) - Method in class org.sonar.api.database.model.ResourceModel
 
equals(Object) - Method in class org.sonar.api.database.model.RuleFailureModel
 
equals(Object) - Method in class org.sonar.api.database.model.Snapshot
 
equals(Object) - Method in class org.sonar.api.database.model.SnapshotSource
 
equals(Object) - Method in class org.sonar.api.database.model.User
 
equals(Object) - Method in class org.sonar.api.design.Dependency
 
equals(Object) - Method in class org.sonar.api.design.DependencyDto
 
equals(Object) - Method in class org.sonar.api.measures.Measure
 
equals(Object) - Method in class org.sonar.api.measures.Metric
 
equals(Object) - Method in class org.sonar.api.measures.RuleMeasure
 
equals(Object) - Method in class org.sonar.api.notifications.Notification
 
equals(Object) - Method in class org.sonar.api.profiles.ProfileExporter
 
equals(Object) - Method in class org.sonar.api.profiles.ProfileImporter
 
equals(Object) - Method in class org.sonar.api.profiles.RulesProfile
 
equals(Object) - Method in class org.sonar.api.qualitymodel.Characteristic
 
equals(Object) - Method in class org.sonar.api.qualitymodel.Model
 
equals(Object) - Method in class org.sonar.api.qualitymodel.ModelDefinition
 
equals(Object) - Method in class org.sonar.api.resources.AbstractLanguage
 
equals(Object) - Method in class org.sonar.api.resources.Library
 
equals(Object) - Method in class org.sonar.api.resources.Method
 
equals(Object) - Method in class org.sonar.api.resources.ProjectLink
 
equals(Object) - Method in class org.sonar.api.resources.Resource
 
equals(Object) - Method in class org.sonar.api.rules.ActiveRule
 
equals(Object) - Method in class org.sonar.api.rules.ActiveRuleChange
 
equals(Object) - Method in class org.sonar.api.rules.ActiveRuleParam
 
equals(Object) - Method in class org.sonar.api.rules.ActiveRuleParamChange
 
equals(Object) - Method in class org.sonar.api.rules.Rule
 
equals(Object) - Method in class org.sonar.api.rules.RuleParam
 
equals(Object) - Method in class org.sonar.api.rules.RulesCategory
Deprecated.  
equals(Object) - Method in class org.sonar.api.utils.dag.Node
 
equals(Object) - Method in class org.sonar.api.web.CodeColorizerFormat
 
equals(Object) - Method in class org.sonar.batch.FormulaDecorator
 
equals(Object) - Method in class org.sonar.batch.index.Bucket
 
equals(Object) - Method in class org.sonar.core.i18n.RuleI18nManager.RuleKey
 
equals(Object) - Method in class org.sonar.core.plugins.DefaultPluginMetadata
 
equals(Object) - Method in class org.sonar.core.plugins.RemotePlugin
 
equals(Object) - Method in class org.sonar.duplications.block.Block
 
equals(Object) - Method in class org.sonar.duplications.block.ByteArray
 
equals(Object) - Method in class org.sonar.duplications.cpd.Match.MatchCode
 
equals(Object) - Method in class org.sonar.duplications.index.CloneGroup
Two groups are equal, if they have same length, same origins and contain same parts in same order.
equals(Object) - Method in class org.sonar.duplications.index.ClonePart
 
equals(Object) - Method in class org.sonar.duplications.statement.Statement
 
equals(Object) - Method in class org.sonar.duplications.token.Token
 
equals(Object) - Method in class org.sonar.graph.Cycle
 
equals(Object) - Method in class org.sonar.graph.FeedbackEdge
 
equals(Object) - Method in class org.sonar.graph.StringEdge
 
equals(Object) - Method in class org.sonar.java.bytecode.asm.AsmClass
 
equals(Object) - Method in class org.sonar.java.bytecode.asm.AsmEdge
 
equals(Object) - Method in class org.sonar.java.bytecode.asm.AsmField
 
equals(Object) - Method in class org.sonar.java.bytecode.asm.AsmMethod
 
equals(Object) - Method in class org.sonar.server.mavendeployer.Artifact
 
equals(Object) - Method in class org.sonar.server.platform.ServerImpl
 
equals(Object) - Method in class org.sonar.server.plugins.SonarUpdate
 
equals(Object) - Method in class org.sonar.server.ui.ViewProxy
 
equals(Object) - Method in class org.sonar.squid.api.SourceCode
 
equals(Object) - Method in class org.sonar.squid.api.SourceCodeEdge
 
equals(Object) - Method in class org.sonar.squid.indexer.QueryByName
 
equals(Object) - Method in class org.sonar.squid.indexer.QueryByType
 
equals(Object) - Method in class org.sonar.wsclient.services.Dependency
 
equals(Object) - Method in class org.sonar.wsclient.services.Event
 
escapeHtml(String) - Static method in class org.sonar.gwt.Utils
 
evaluateAnnotatedClasses(Object, Class) - Method in class org.sonar.api.batch.BatchExtensionDictionnary
 
evaluatePhase(Object) - Method in class org.sonar.api.batch.BatchExtensionDictionnary
 
Event - Class in org.sonar.api.batch
 
Event() - Constructor for class org.sonar.api.batch.Event
 
Event(String, String, String) - Constructor for class org.sonar.api.batch.Event
 
Event(String, String, String, Date, Integer) - Constructor for class org.sonar.api.batch.Event
Deprecated. in 2.5
Event(String, String, String, Snapshot) - Constructor for class org.sonar.api.batch.Event
Deprecated. in 2.5
Event - Class in org.sonar.wsclient.services
 
Event() - Constructor for class org.sonar.wsclient.services.Event
 
EventBus - Class in org.sonar.batch.events
Dispatches BatchEvents.
EventBus(EventHandler[]) - Constructor for class org.sonar.batch.events.EventBus
 
EventCreateQuery - Class in org.sonar.wsclient.services
 
EventCreateQuery(Event) - Constructor for class org.sonar.wsclient.services.EventCreateQuery
 
EventHandler - Interface in org.sonar.api.batch.events
Marker interface for event handlers.
EventPersister - Class in org.sonar.batch.index
 
EventPersister(DatabaseSession, ResourcePersister) - Constructor for class org.sonar.batch.index.EventPersister
 
EventQuery - Class in org.sonar.wsclient.services
 
EventQuery() - Constructor for class org.sonar.wsclient.services.EventQuery
 
EventQuery(String) - Constructor for class org.sonar.wsclient.services.EventQuery
 
EventsWidget - Class in org.sonar.plugins.core.widgets
 
EventsWidget() - Constructor for class org.sonar.plugins.core.widgets.EventsWidget
 
EventUnmarshaller - Class in org.sonar.wsclient.unmarshallers
 
EventUnmarshaller() - Constructor for class org.sonar.wsclient.unmarshallers.EventUnmarshaller
 
evictDataMeasure(Measure, MeasureModel) - Method in class org.sonar.batch.index.MemoryOptimizer
Remove data of a database measure from memory.
ExactTokenMatcher - Class in org.sonar.duplications.statement.matcher
Consumes only one specified token.
ExactTokenMatcher(String) - Constructor for class org.sonar.duplications.statement.matcher.ExactTokenMatcher
 
EXCLCLASSLOADER_PROPERTY - Static variable in class org.sonar.plugins.jacoco.JacocoConfiguration
 
ExcludedResourceFilter - Class in org.sonar.plugins.core.batch
 
ExcludedResourceFilter(Project) - Constructor for class org.sonar.plugins.core.batch.ExcludedResourceFilter
 
EXCLUDES_DEFAULT_VALUE - Static variable in class org.sonar.plugins.jacoco.JacocoConfiguration
Hibernate uses Javassist to modify entity classes and without exclusion of such classes from JaCoCo exception might be thrown:
EXCLUDES_FILTERS_PROPERTY - Static variable in class org.sonar.plugins.findbugs.FindbugsConstants
 
EXCLUDES_PROPERTY - Static variable in class org.sonar.plugins.jacoco.JacocoConfiguration
 
execute(Project) - Method in class org.sonar.api.batch.Initializer
 
execute(Command, long) - Method in class org.sonar.api.utils.command.CommandExecutor
 
execute(Project, ProjectDefinition, MavenPluginHandler) - Method in class org.sonar.batch.AbstractMavenPluginExecutor
 
execute(Project, ProjectDefinition, String) - Method in class org.sonar.batch.AbstractMavenPluginExecutor
 
execute() - Method in class org.sonar.batch.Batch
 
execute(TimeMachineQuery, boolean, Set<Integer>) - Method in class org.sonar.batch.DefaultTimeMachine
 
execute(Project, ProjectDefinition, String) - Method in class org.sonar.batch.FakeMavenPluginExecutor
 
execute(Project, ProjectDefinition, MavenPluginHandler) - Method in class org.sonar.batch.FakeMavenPluginExecutor
 
execute(Project, ProjectDefinition, String) - Method in interface org.sonar.batch.MavenPluginExecutor
 
execute(Project, ProjectDefinition, MavenPluginHandler) - Method in interface org.sonar.batch.MavenPluginExecutor
 
execute() - Method in class org.sonar.batch.phases.DecoratorsExecutor
 
execute() - Method in class org.sonar.batch.phases.InitializersExecutor
 
execute(Project) - Method in class org.sonar.batch.phases.MavenPhaseExecutor
 
execute(Project) - Method in class org.sonar.batch.phases.MavenPluginsConfigurator
 
execute(Project) - Method in class org.sonar.batch.phases.Phases
Executed on each module
execute(SensorContext) - Method in class org.sonar.batch.phases.PostJobsExecutor
 
execute(SensorContext) - Method in class org.sonar.batch.phases.SensorsExecutor
 
execute() - Method in class org.sonar.batch.phases.UpdateStatusJob
 
execute() - Method in class org.sonar.maven.SonarMojo
 
execute() - Method in class org.sonar.maven2.BatchMojo
 
execute() - Method in class org.sonar.maven3.SonarMojo
 
execute() - Method in class org.sonar.plugins.checkstyle.CheckstyleExecutor
Execute Checkstyle and return the generated XML report.
execute(Project) - Method in class org.sonar.plugins.cobertura.CoberturaMavenInitializer
 
execute(Project) - Method in class org.sonar.plugins.core.batch.MavenInitializer
 
execute(Project) - Method in class org.sonar.plugins.core.batch.ProjectFileSystemLogger
 
execute() - Method in class org.sonar.plugins.findbugs.FindbugsExecutor
 
execute(Project) - Method in class org.sonar.plugins.findbugs.FindbugsMavenInitializer
 
execute(Project) - Method in class org.sonar.plugins.jacoco.JacocoAntInitializer
 
execute(Project) - Method in class org.sonar.plugins.jacoco.JacocoMavenInitializer
 
execute() - Method in class org.sonar.plugins.pmd.PmdExecutor
 
execute(Filter) - Method in class org.sonar.server.filters.FilterExecutor
 
execute(Query<?>) - Method in class org.sonar.wsclient.connectors.Connector
 
execute(CreateQuery<?>) - Method in class org.sonar.wsclient.connectors.Connector
 
execute(DeleteQuery) - Method in class org.sonar.wsclient.connectors.Connector
 
execute(UpdateQuery<?>) - Method in class org.sonar.wsclient.connectors.Connector
 
execute(Query<?>) - Method in class org.sonar.wsclient.connectors.HttpClient3Connector
 
execute(CreateQuery<?>) - Method in class org.sonar.wsclient.connectors.HttpClient3Connector
 
execute(UpdateQuery<?>) - Method in class org.sonar.wsclient.connectors.HttpClient3Connector
 
execute(DeleteQuery) - Method in class org.sonar.wsclient.connectors.HttpClient3Connector
 
execute(Query<?>) - Method in class org.sonar.wsclient.connectors.HttpClient4Connector
 
execute(CreateQuery<?>) - Method in class org.sonar.wsclient.connectors.HttpClient4Connector
 
execute(UpdateQuery<?>) - Method in class org.sonar.wsclient.connectors.HttpClient4Connector
 
execute(DeleteQuery) - Method in class org.sonar.wsclient.connectors.HttpClient4Connector
 
executeAction(String) - Method in class org.sonar.api.utils.ServerHttpClient
Deprecated.  
executeFilter(Filter) - Method in class org.sonar.server.ui.JRubyFacade
 
executeOn(Project, SensorContext) - Method in interface org.sonar.api.batch.PostJob
 
executeOn(Project, SensorContext) - Method in class org.sonar.plugins.dbcleaner.runner.PurgeRunner
 
executeQuery(List<Integer>, String) - Method in class org.sonar.core.purge.AbstractPurge
Deprecated.  
executeQuery(DatabaseSession, String, List<Integer>, String) - Static method in class org.sonar.plugins.dbcleaner.api.PurgeUtils
Paginate execution of SQL requests to avoid exceeding size of rollback segment
executeXPath(Node, QName, String) - Method in class org.sonar.api.utils.XpathParser
 
executeXPath(String) - Method in class org.sonar.api.utils.XpathParser
 
executeXPath(Node, String) - Method in class org.sonar.api.utils.XpathParser
 
executeXPathNode(Node, String) - Method in class org.sonar.api.utils.XpathParser
 
executeXPathNodeList(String) - Method in class org.sonar.api.utils.XpathParser
 
executeXPathNodeList(Node, String) - Method in class org.sonar.api.utils.XpathParser
 
exists(DatabaseSession, String) - Static method in class org.sonar.server.qualitymodel.DefaultModelManager
 
expand() - Method in class org.sonar.plugins.design.ui.libraries.client.Filters
 
ExpandBuff(boolean) - Static method in class net.sourceforge.pmd.cpd.cppast.SimpleCharStream
 
expandCollapse(boolean) - Method in class org.sonar.plugins.design.ui.libraries.client.ProjectPanel
 
ExpandCollapseLink - Class in org.sonar.gwt.ui
 
ExpandCollapseLink(Widget) - Constructor for class org.sonar.gwt.ui.ExpandCollapseLink
 
expectedTokenSequences - Variable in exception net.sourceforge.pmd.cpd.cppast.ParseException
Each entry in this array is an array of integers.
exportChartAsPNG(OutputStream) - Method in class org.sonar.server.charts.deprecated.BaseChart
 
exportChartAsPNG() - Method in class org.sonar.server.charts.deprecated.BaseChart
 
exportChartAsPNG(OutputStream) - Method in interface org.sonar.server.charts.deprecated.DeprecatedChart
 
exportPmdRulesetToXml(PmdRuleset) - Method in class org.sonar.plugins.pmd.PmdProfileExporter
 
exportProfile(RulesProfile, Writer) - Method in class org.sonar.api.profiles.ProfileExporter
 
exportProfile(RulesProfile, Writer) - Method in class org.sonar.plugins.checkstyle.CheckstyleProfileExporter
 
exportProfile(RulesProfile, Writer) - Method in class org.sonar.plugins.findbugs.FindbugsProfileExporter
 
exportProfile(RulesProfile, Writer) - Method in class org.sonar.plugins.pmd.PmdProfileExporter
 
exportProfile(int, String) - Method in class org.sonar.server.rules.ProfilesConsole
 
exportProfile(int, String) - Method in class org.sonar.server.ui.JRubyFacade
 
exportXml() - Method in class org.sonar.server.configuration.Backup
 
exportXml(SonarConfig) - Method in class org.sonar.server.configuration.Backup
 
exportXml(SonarConfig) - Method in interface org.sonar.server.configuration.Backupable
 
exportXml(SonarConfig) - Method in class org.sonar.server.configuration.MetricsBackup
 
exportXml(SonarConfig, Collection<Metric>) - Method in class org.sonar.server.configuration.MetricsBackup
 
exportXml(SonarConfig) - Method in class org.sonar.server.configuration.ProfilesBackup
 
exportXml(SonarConfig) - Method in class org.sonar.server.configuration.PropertiesBackup
 
exportXml(SonarConfig) - Method in class org.sonar.server.configuration.RulesBackup
 
extend(PluginMetadata) - Method in class org.sonar.core.plugins.PluginClassloaders
 
Extension - Interface in org.sonar.api
Extension point.
ExtensionProvider - Class in org.sonar.api
Factory of extensions.
ExtensionProvider() - Constructor for class org.sonar.api.ExtensionProvider
 
extensions - Variable in class net.sourceforge.pmd.util.filter.FileExtensionFilter
 
ExtensionUtils - Class in org.sonar.batch.bootstrap
 
EXTERN - Static variable in interface net.sourceforge.pmd.cpd.cppast.CPPParserConstants
RegularExpression Id.
extractCodeLines(List<String>) - Method in class org.sonar.squid.recognizer.CodeRecognizer
 
extractDefaultBundleName(String) - Method in class org.sonar.test.i18n.BundleSynchronizedMatcher
 
extractInternalNames(String, String) - Static method in class org.sonar.java.bytecode.asm.AsmSignature
 
extractInternalNames(String) - Static method in class org.sonar.java.bytecode.asm.AsmSignature
 
extractMetadata(File, boolean) - Method in class org.sonar.core.plugins.PluginFileExtractor
 

F

fail(String) - Method in class org.sonar.api.batch.BuildBreaker
Execute this method to fail the build.
failIfNoChannelToConsumeOneCharacter() - Method in class org.sonar.channel.ChannelDispatcher.Builder
If this option is activated, an IllegalStateException will be thrown as soon as a character won't be consumed by any channel.
FakeMavenPluginExecutor - Class in org.sonar.batch
 
FakeMavenPluginExecutor() - Constructor for class org.sonar.batch.FakeMavenPluginExecutor
 
FALSETOK - Static variable in interface net.sourceforge.pmd.cpd.cppast.CPPParserConstants
RegularExpression Id.
FastStringComparator - Class in org.sonar.duplications.utils
More efficient (in terms of performance) implementation of a String comparator.
Favourite - Class in org.sonar.wsclient.services
 
Favourite() - Constructor for class org.sonar.wsclient.services.Favourite
 
FavouriteCreateQuery - Class in org.sonar.wsclient.services
 
FavouriteCreateQuery(String) - Constructor for class org.sonar.wsclient.services.FavouriteCreateQuery
 
FavouriteDeleteQuery - Class in org.sonar.wsclient.services
 
FavouriteDeleteQuery(String) - Constructor for class org.sonar.wsclient.services.FavouriteDeleteQuery
 
FavouriteQuery - Class in org.sonar.wsclient.services
 
FavouriteQuery() - Constructor for class org.sonar.wsclient.services.FavouriteQuery
 
FavouriteUnmarshaller - Class in org.sonar.wsclient.unmarshallers
 
FavouriteUnmarshaller() - Constructor for class org.sonar.wsclient.unmarshallers.FavouriteUnmarshaller
 
FeedbackCycle - Class in org.sonar.graph
Note: this class has a natural ordering that is inconsistent with equals
FeedbackEdge - Class in org.sonar.graph
 
FeedbackEdge(Edge, int) - Constructor for class org.sonar.graph.FeedbackEdge
 
FIELD - Static variable in class org.sonar.api.resources.Qualifiers
 
FIELD_SEPARATOR - Static variable in class org.sonar.api.utils.KeyValueFormat
 
FieldFilter - Class in org.sonar.plugins.findbugs.xml
 
FieldFilter() - Constructor for class org.sonar.plugins.findbugs.xml.FieldFilter
 
FieldFilter(String) - Constructor for class org.sonar.plugins.findbugs.xml.FieldFilter
 
FIELDS_TO_EXCLUDE_FROM_LCOM4_COMPUTATION - Static variable in class org.sonar.plugins.squid.SquidPluginProperties
 
FIELDS_TO_EXCLUDE_FROM_LCOM4_COMPUTATION_DEFAULT_VALUE - Static variable in class org.sonar.plugins.squid.SquidPluginProperties
 
File - Class in org.sonar.api.resources
This class is an implementation of a resource of type FILE
File(String) - Constructor for class org.sonar.api.resources.File
File in project.
File(String, String) - Constructor for class org.sonar.api.resources.File
Creates a file from its containing directory and name
File(Language, String) - Constructor for class org.sonar.api.resources.File
Creates a File from its language and its key
File(Language, String, String) - Constructor for class org.sonar.api.resources.File
Creates a File from language, directory and filename
FILE - Static variable in class org.sonar.api.resources.Qualifiers
 
FILE - Static variable in class org.sonar.api.resources.Scopes
For example a Java file.
FILE_COMPLEXITY - Static variable in class org.sonar.api.measures.CoreMetrics
 
FILE_COMPLEXITY - Static variable in interface org.sonar.gwt.Metrics
 
FILE_COMPLEXITY_DISTRIBUTION - Static variable in class org.sonar.api.measures.CoreMetrics
 
FILE_COMPLEXITY_DISTRIBUTION_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
FILE_COMPLEXITY_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
FILE_CYCLES - Static variable in class org.sonar.api.measures.CoreMetrics
 
FILE_CYCLES - Static variable in interface org.sonar.gwt.Metrics
 
FILE_CYCLES_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
FILE_EDGES_WEIGHT - Static variable in class org.sonar.api.measures.CoreMetrics
 
FILE_EDGES_WEIGHT - Static variable in interface org.sonar.gwt.Metrics
 
FILE_EDGES_WEIGHT_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
FILE_FEEDBACK_EDGES - Static variable in class org.sonar.api.measures.CoreMetrics
 
FILE_FEEDBACK_EDGES - Static variable in interface org.sonar.gwt.Metrics
 
FILE_FEEDBACK_EDGES_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
FILE_TANGLE_INDEX - Static variable in class org.sonar.api.measures.CoreMetrics
 
FILE_TANGLE_INDEX - Static variable in interface org.sonar.gwt.Metrics
 
FILE_TANGLE_INDEX_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
FILE_TANGLES - Static variable in class org.sonar.api.measures.CoreMetrics
 
FILE_TANGLES - Static variable in interface org.sonar.gwt.Metrics
 
FILE_TANGLES_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
FileCodeLoaderWithoutCache - Class in org.sonar.duplications.cpd
 
FileCodeLoaderWithoutCache(File, String) - Constructor for class org.sonar.duplications.cpd.FileCodeLoaderWithoutCache
 
FileDesignWidget - Class in org.sonar.plugins.design.ui.widgets
 
FileDesignWidget() - Constructor for class org.sonar.plugins.design.ui.widgets.FileDesignWidget
 
FileExtensionFilter - Class in net.sourceforge.pmd.util.filter
 
FileExtensionFilter(String...) - Constructor for class net.sourceforge.pmd.util.filter.FileExtensionFilter
Matches any files with the given extensions, ignoring case
FileExtensionFilter(boolean, String...) - Constructor for class net.sourceforge.pmd.util.filter.FileExtensionFilter
Matches any files with the given extensions, optionally ignoring case.
FileFilter - Class in org.sonar.api.batch
 
FileFilter() - Constructor for class org.sonar.api.batch.FileFilter
 
FileFinder - Class in net.sourceforge.pmd.cpd
Deprecated. Use net.sourceforge.pmd.util.FileFinder instead.
FileFinder() - Constructor for class net.sourceforge.pmd.cpd.FileFinder
Deprecated.  
FileFinder - Class in net.sourceforge.pmd.util
A utility class for finding files within a directory.
FileFinder() - Constructor for class net.sourceforge.pmd.util.FileFinder
 
fileFinished(AuditEvent) - Method in class org.sonar.plugins.checkstyle.CheckstyleAuditListener
 
FileReporter - Class in net.sourceforge.pmd.cpd
 
FileReporter(String) - Constructor for class net.sourceforge.pmd.cpd.FileReporter
 
FileReporter(File) - Constructor for class net.sourceforge.pmd.cpd.FileReporter
 
FileReporter(File, String) - Constructor for class net.sourceforge.pmd.cpd.FileReporter
 
FILES - Static variable in class org.sonar.api.measures.CoreMetrics
 
FILES - Static variable in interface org.sonar.gwt.Metrics
 
FILES_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
FilesDecorator - Class in org.sonar.plugins.core.sensors
 
FilesDecorator() - Constructor for class org.sonar.plugins.core.sensors.FilesDecorator
 
fileSeparator - Static variable in interface net.sourceforge.pmd.cpd.Language
 
fileStarted(AuditEvent) - Method in class org.sonar.plugins.checkstyle.CheckstyleAuditListener
 
FileTangleIndexDecorator - Class in org.sonar.plugins.design.batch
 
FileTangleIndexDecorator() - Constructor for class org.sonar.plugins.design.batch.FileTangleIndexDecorator
 
FileVisitor - Class in org.sonar.java.ast.visitor
 
FileVisitor() - Constructor for class org.sonar.java.ast.visitor.FileVisitor
 
FillBuff() - Static method in class net.sourceforge.pmd.cpd.cppast.SimpleCharStream
 
filter - Variable in class net.sourceforge.pmd.util.filter.AbstractDelegateFilter
 
filter(T) - Method in class net.sourceforge.pmd.util.filter.AbstractDelegateFilter
 
filter(T) - Method in class net.sourceforge.pmd.util.filter.AndFilter
 
filter(File) - Method in class net.sourceforge.pmd.util.filter.DirectoryFilter
 
filter(File) - Method in class net.sourceforge.pmd.util.filter.FileExtensionFilter
 
Filter<T> - Interface in net.sourceforge.pmd.util.filter
A Filter interface, used for filtering arbitrary objects.
filter(T) - Method in interface net.sourceforge.pmd.util.filter.Filter
 
filter(Filter<T>, Collection<T>) - Static method in class net.sourceforge.pmd.util.filter.Filters
Filter a given Collection.
filter(T) - Method in class net.sourceforge.pmd.util.filter.NotFilter
 
filter(T) - Method in class net.sourceforge.pmd.util.filter.OrFilter
 
filter(String) - Method in class net.sourceforge.pmd.util.filter.RegexStringFilter
 
filter(Collection<Measure>) - Method in interface org.sonar.api.measures.MeasuresFilter
 
filter(String, boolean) - Method in class org.sonar.plugins.design.ui.libraries.client.Library
 
filter() - Method in class org.sonar.plugins.design.ui.libraries.client.ProjectPanel
 
Filter - Class in org.sonar.server.filters
 
Filter() - Constructor for class org.sonar.server.filters.Filter
 
FilterExecutor - Class in org.sonar.server.filters
 
FilterExecutor(DatabaseSession) - Constructor for class org.sonar.server.filters.FilterExecutor
 
filterOnMetricKey() - Method in class org.sonar.api.measures.MeasuresFilters.MetricFilter
 
FilterResult - Class in org.sonar.server.filters
 
FilterResult(Filter, List) - Constructor for class org.sonar.server.filters.FilterResult
 
filters - Variable in class net.sourceforge.pmd.util.filter.AbstractCompoundFilter
 
Filters - Class in net.sourceforge.pmd.util.filter
Utility class for working with Filters.
Filters() - Constructor for class net.sourceforge.pmd.util.filter.Filters
 
Filters - Class in org.sonar.plugins.design.ui.libraries.client
 
Filters(Resource) - Constructor for class org.sonar.plugins.design.ui.libraries.client.Filters
 
FILTERS_DEFAULT_VALUE - Static variable in class org.sonar.plugins.checkstyle.CheckstyleConstants
 
FILTERS_KEY - Static variable in class org.sonar.plugins.checkstyle.CheckstyleConstants
 
find(RuleQuery) - Method in interface org.sonar.api.rules.RuleFinder
 
find(Snapshot, Configuration, int) - Method in class org.sonar.batch.components.PastSnapshotFinder
 
find(Snapshot, int, String) - Method in class org.sonar.batch.components.PastSnapshotFinder
 
find(RuleQuery) - Method in class org.sonar.core.components.DefaultRuleFinder
 
find(String, String) - Static method in class org.sonar.jpa.dialect.DialectRepository
 
find(Query<MODEL>, Callback<MODEL>) - Method in class org.sonar.wsclient.gwt.Sonar
 
find(Query<MODEL>) - Method in class org.sonar.wsclient.Sonar
 
findAll(List<String>) - Method in interface org.sonar.api.measures.MetricFinder
 
findAll() - Method in interface org.sonar.api.measures.MetricFinder
 
findAll(RuleQuery) - Method in interface org.sonar.api.rules.RuleFinder
 
findAll(List<String>) - Method in class org.sonar.core.components.CacheMetricFinder
 
findAll() - Method in class org.sonar.core.components.CacheMetricFinder
 
findAll(List<String>) - Method in class org.sonar.core.components.DefaultMetricFinder
 
findAll() - Method in class org.sonar.core.components.DefaultMetricFinder
 
findAll(RuleQuery) - Method in class org.sonar.core.components.DefaultRuleFinder
 
findAll(Query<MODEL>, ListCallback<MODEL>) - Method in class org.sonar.wsclient.gwt.Sonar
 
findAll(Query<MODEL>) - Method in class org.sonar.wsclient.Sonar
 
findAvailablePlugins() - Method in class org.sonar.server.plugins.UpdateCenterMatrix
 
FINDBUGS_EFFORT_DEFAULT_VALUE - Static variable in interface org.sonar.api.CoreProperties
 
FINDBUGS_EFFORT_PROPERTY - Static variable in interface org.sonar.api.CoreProperties
 
FINDBUGS_PLUGIN - Static variable in interface org.sonar.api.CoreProperties
 
FINDBUGS_REPORT_PATH - Static variable in interface org.sonar.api.CoreProperties
 
FINDBUGS_TIMEOUT_DEFAULT_VALUE - Static variable in interface org.sonar.api.CoreProperties
 
FINDBUGS_TIMEOUT_PROPERTY - Static variable in interface org.sonar.api.CoreProperties
 
FindbugsAntConverter - Class in org.sonar.plugins.findbugs
 
FindbugsCategory - Class in org.sonar.plugins.findbugs
 
FindbugsConfiguration - Class in org.sonar.plugins.findbugs
 
FindbugsConfiguration(Project, RulesProfile, FindbugsProfileExporter, ProjectClasspath) - Constructor for class org.sonar.plugins.findbugs.FindbugsConfiguration
 
FindbugsConstants - Class in org.sonar.plugins.findbugs
 
FindbugsExecutor - Class in org.sonar.plugins.findbugs
 
FindbugsExecutor(FindbugsConfiguration) - Constructor for class org.sonar.plugins.findbugs.FindbugsExecutor
 
FindBugsFilter - Class in org.sonar.plugins.findbugs.xml
 
FindBugsFilter() - Constructor for class org.sonar.plugins.findbugs.xml.FindBugsFilter
 
FindbugsLevelUtils - Class in org.sonar.plugins.findbugs
 
FindbugsLevelUtils() - Constructor for class org.sonar.plugins.findbugs.FindbugsLevelUtils
 
FindbugsMavenInitializer - Class in org.sonar.plugins.findbugs
Configures Sonar FindBugs Plugin according to configuration of findbugs-maven-plugin.
FindbugsMavenInitializer() - Constructor for class org.sonar.plugins.findbugs.FindbugsMavenInitializer
 
FindbugsPlugin - Class in org.sonar.plugins.findbugs
 
FindbugsPlugin() - Constructor for class org.sonar.plugins.findbugs.FindbugsPlugin
 
FindbugsProfileExporter - Class in org.sonar.plugins.findbugs
 
FindbugsProfileExporter() - Constructor for class org.sonar.plugins.findbugs.FindbugsProfileExporter
 
FindbugsProfileImporter - Class in org.sonar.plugins.findbugs
 
FindbugsProfileImporter(RuleFinder) - Constructor for class org.sonar.plugins.findbugs.FindbugsProfileImporter
 
FindbugsRuleRepository - Class in org.sonar.plugins.findbugs
 
FindbugsRuleRepository(ServerFileSystem, XMLRuleParser) - Constructor for class org.sonar.plugins.findbugs.FindbugsRuleRepository
 
FindbugsSensor - Class in org.sonar.plugins.findbugs
 
FindbugsSensor(RulesProfile, RuleFinder, FindbugsExecutor) - Constructor for class org.sonar.plugins.findbugs.FindbugsSensor
 
findbugsToSonar(String) - Static method in class org.sonar.plugins.findbugs.FindbugsCategory
 
FindbugsVersion - Enum in org.sonar.plugins.findbugs
 
findById(int) - Method in interface org.sonar.api.measures.MetricFinder
 
findById(int) - Method in interface org.sonar.api.rules.RuleFinder
 
findById(int) - Method in interface org.sonar.api.security.UserFinder
 
findById(int) - Method in class org.sonar.core.components.CacheMetricFinder
 
findById(int) - Method in class org.sonar.core.components.CacheRuleFinder
 
findById(int) - Method in class org.sonar.core.components.DefaultMetricFinder
 
findById(int) - Method in class org.sonar.core.components.DefaultRuleFinder
 
findById(int) - Method in class org.sonar.core.components.DefaultUserFinder
 
findByKey(String) - Method in interface org.sonar.api.measures.MetricFinder
 
findByKey(String, String) - Method in interface org.sonar.api.rules.RuleFinder
 
findByKey(String) - Method in class org.sonar.core.components.CacheMetricFinder
 
findByKey(String, String) - Method in class org.sonar.core.components.CacheRuleFinder
 
findByKey(String) - Method in class org.sonar.core.components.DefaultMetricFinder
 
findByKey(String, String) - Method in class org.sonar.core.components.DefaultRuleFinder
 
findByLogin(String) - Method in interface org.sonar.api.security.UserFinder
 
findByLogin(String) - Method in class org.sonar.core.components.DefaultUserFinder
 
findByName(String) - Method in interface org.sonar.api.qualitymodel.ModelFinder
 
findByName(String) - Method in class org.sonar.core.components.DefaultModelFinder
 
findClass(String) - Method in class org.sonar.batch.bootstrapper.BootstrapClassLoader
Visibility of a method has been relaxed to public.
findClass(String) - Method in class org.sonar.java.bytecode.loader.SquidClassLoader
 
findDefinitionByName(String) - Method in class org.sonar.server.qualitymodel.DefaultModelManager
 
findDefinitionByName(String) - Method in interface org.sonar.server.qualitymodel.ModelManager
 
findFilesFrom(String, FilenameFilter, boolean) - Method in class net.sourceforge.pmd.util.FileFinder
 
findMatches() - Method in class org.sonar.duplications.cpd.MatchAlgorithm
 
findParent(DetailAST, int) - Static method in class org.sonar.java.ast.visitor.AstUtils
 
findPluginUpdates() - Method in class org.sonar.server.plugins.UpdateCenterMatrix
 
findPreviousAnalysis(Snapshot) - Method in class org.sonar.batch.components.PastSnapshotFinder
 
findResource(String) - Method in class org.sonar.core.plugins.ResourcesClassloader
 
findResource(String) - Method in class org.sonar.java.bytecode.loader.SquidClassLoader
 
findResources(String) - Method in class org.sonar.java.bytecode.loader.SquidClassLoader
 
findSonarUpdates() - Method in class org.sonar.server.plugins.UpdateCenterMatrix
 
findType(DetailAST) - Static method in class org.sonar.java.ast.visitor.AstUtils
 
finishTree(DetailAST) - Method in class org.sonar.java.ast.CheckstyleSquidBridge
 
fireEvent(BatchEvent) - Method in class org.sonar.batch.events.EventBus
Fires the given event.
FIVE_YEARS - Static variable in interface org.sonar.plugins.dbcleaner.api.DbCleanerConstants
 
fixUnicodeChar(String) - Method in class org.sonar.api.utils.XpathParser
Fix the error occured when parsing a string containing unicode character Example : &u20ac; will be replaced by €
FLAG_SQUID_ANALYSIS - Static variable in interface org.sonar.api.batch.Sensor
Sensors that depend upon Squid must declare the following method :
FLOAT - Static variable in interface net.sourceforge.pmd.cpd.cppast.CPPParserConstants
RegularExpression Id.
FLOATONE - Static variable in interface net.sourceforge.pmd.cpd.cppast.CPPParserConstants
RegularExpression Id.
FLOATTWO - Static variable in interface net.sourceforge.pmd.cpd.cppast.CPPParserConstants
RegularExpression Id.
flush() - Method in class org.sonar.squid.Squid
 
flushMemory() - Method in class org.sonar.batch.index.MemoryOptimizer
 
FONT_SIZE - Static variable in class org.sonar.api.charts.AbstractChart
 
FONT_SIZE - Static variable in class org.sonar.server.charts.deprecated.BaseChart
 
Footer - Interface in org.sonar.api.web
 
FOR - Static variable in interface net.sourceforge.pmd.cpd.cppast.CPPParserConstants
RegularExpression Id.
forgetLastToken() - Static method in class org.sonar.duplications.statement.TokenMatcherFactory
 
ForgetLastTokenMatcher - Class in org.sonar.duplications.statement.matcher
Last token would be returned to the queue.
ForgetLastTokenMatcher() - Constructor for class org.sonar.duplications.statement.matcher.ForgetLastTokenMatcher
 
forHtml() - Static method in class org.sonar.colorizer.GroovyTokenizers
 
forHtml() - Static method in class org.sonar.colorizer.JavaTokenizers
 
format(Map<K, V>, KeyValueFormat.Converter<K>, KeyValueFormat.Converter<V>) - Static method in class org.sonar.api.utils.KeyValueFormat
 
format(Map) - Static method in class org.sonar.api.utils.KeyValueFormat
 
format(Multimap<K, V>, KeyValueFormat.Converter<K>, KeyValueFormat.Converter<V>) - Static method in class org.sonar.api.utils.KeyValueFormat
Limitation: there's currently no methods to parse into Multimap.
format(Multiset<K>, KeyValueFormat.Converter<K>) - Static method in class org.sonar.api.utils.KeyValueFormat
 
format(Multiset) - Static method in class org.sonar.api.utils.KeyValueFormat
 
format(Bag) - Static method in class org.sonar.api.utils.KeyValueFormat
Deprecated. use Multiset from google collections instead of commons-collections bags
format(Bag, int) - Static method in class org.sonar.api.utils.KeyValueFormat
Deprecated. use Multiset from google collections instead of commons-collections bags
format(String, Object...) - Method in class org.sonar.api.utils.LocalizedMessages
 
format(Notification) - Method in class org.sonar.plugins.emailnotifications.api.EmailTemplate
 
format(Notification) - Method in class org.sonar.plugins.emailnotifications.reviews.ReviewEmailTemplate
 
format(Date, String) - Method in class org.sonar.wsclient.gwt.GwtUtils
 
format(Date, String) - Method in class org.sonar.wsclient.JdkUtils
 
format(Date, String) - Method in class org.sonar.wsclient.services.WSUtils
 
formatDate(Date) - Static method in class org.sonar.api.utils.DateUtils
 
formatDate(Date) - Static method in class org.sonar.gwt.Utils
 
formatDateTime(Date) - Static method in class org.sonar.api.utils.DateUtils
 
formatDefaultMessage() - Method in class org.sonar.squid.api.CheckMessage
 
formatIntDate(Map<Integer, Date>) - Static method in class org.sonar.api.utils.KeyValueFormat
 
formatIntDateTime(Map<Integer, Date>) - Static method in class org.sonar.api.utils.KeyValueFormat
 
formatIntDouble(Map<Integer, Double>) - Static method in class org.sonar.api.utils.KeyValueFormat
 
formatIntString(Map<Integer, String>) - Static method in class org.sonar.api.utils.KeyValueFormat
 
formatNumber(String) - Static method in class org.sonar.gwt.Utils
 
formatNumber(double) - Static method in class org.sonar.gwt.Utils
 
formatPercent(String) - Static method in class org.sonar.gwt.Utils
 
formatPercent(double) - Static method in class org.sonar.gwt.Utils
 
formatQuietly(String, Object...) - Method in class org.sonar.api.utils.LocalizedMessages
 
formatStringInt(Map<String, Integer>) - Static method in class org.sonar.api.utils.KeyValueFormat
 
forModel(Class<MODEL>) - Static method in class org.sonar.wsclient.unmarshallers.Unmarshallers
 
Formula - Interface in org.sonar.api.measures
 
FormulaContext - Interface in org.sonar.api.measures
 
FormulaData - Interface in org.sonar.api.measures
 
FormulaDecorator - Class in org.sonar.batch
A pre-implementation of a decorator using a simple calculation formula
FormulaDecorator(Metric, Set<Decorator>) - Constructor for class org.sonar.batch.FormulaDecorator
Creates a FormulaDecorator
FormulaDecorator(Metric) - Constructor for class org.sonar.batch.FormulaDecorator
 
forPriority(String) - Static method in class org.sonar.gwt.ui.Icons
Deprecated. since 2.5 use Icons.forSeverity(String)
forQualifier(String) - Static method in class org.sonar.gwt.ui.Icons
 
forResource(Resource) - Method in class org.sonar.api.violations.ViolationQuery
Specifies the resource which violations are search from.
forSeverity(String) - Static method in class org.sonar.gwt.ui.Icons
 
FRIEND - Static variable in interface net.sourceforge.pmd.cpd.cppast.CPPParserConstants
RegularExpression Id.
from(String) - Static method in class org.sonar.duplications.statement.TokenMatcherFactory
 
FROM - Static variable in class org.sonar.plugins.emailnotifications.EmailConfiguration
 
from(String) - Method in class org.sonar.plugins.findbugs.FindbugsLevelUtils
 
FROM_DEFAULT - Static variable in class org.sonar.plugins.emailnotifications.EmailConfiguration
 
fromAbsolutePath(String, List<File>, boolean) - Static method in class org.sonar.api.resources.JavaFile
Shortcut to fromIOFile with an abolute path
fromCheckPriority(Priority) - Static method in enum org.sonar.api.rules.RulePriority
 
fromIOFile(File, List<File>) - Static method in class org.sonar.api.resources.File
Creates a File from an io.file and a list of sources directories
fromIOFile(File, Project) - Static method in class org.sonar.api.resources.File
Creates a File from its name and a project
fromIOFile(File, List<File>, boolean) - Static method in class org.sonar.api.resources.JavaFile
Creates a JavaFile from a file in the source directories
fromIsoCategory(IsoCategory) - Static method in class org.sonar.api.rules.RulesCategory
Deprecated.  
fromLevel(String) - Static method in class org.sonar.plugins.pmd.PmdLevelUtils
 
fromRelativePath(String, boolean) - Static method in class org.sonar.api.resources.JavaFile
 
fromSeverity(String) - Static method in class org.sonar.plugins.checkstyle.CheckstyleSeverityUtils
 
fromStringFilter(Filter<String>) - Static method in class net.sourceforge.pmd.util.filter.Filters
Given a String Filter, expose as a Filter on another type.
FUNCTION_COMPLEXITY - Static variable in class org.sonar.api.measures.CoreMetrics
 
FUNCTION_COMPLEXITY - Static variable in interface org.sonar.gwt.Metrics
 
FUNCTION_COMPLEXITY_DISTRIBUTION - Static variable in class org.sonar.api.measures.CoreMetrics
 
FUNCTION_COMPLEXITY_DISTRIBUTION - Static variable in interface org.sonar.gwt.Metrics
 
FUNCTION_COMPLEXITY_DISTRIBUTION_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
FUNCTION_COMPLEXITY_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
FunctionComplexityDistributionBuilder - Class in org.sonar.plugins.squid.decorators
 
FunctionComplexityDistributionBuilder() - Constructor for class org.sonar.plugins.squid.decorators.FunctionComplexityDistributionBuilder
 
FUNCTIONS - Static variable in class org.sonar.api.measures.CoreMetrics
 
FUNCTIONS - Static variable in interface org.sonar.gwt.Metrics
 
FUNCTIONS_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
FunctionsDecorator - Class in org.sonar.plugins.squid.decorators
 
FunctionsDecorator() - Constructor for class org.sonar.plugins.squid.decorators.FunctionsDecorator
 

G

generate(String, String) - Method in class org.sonar.server.platform.ServerIdGenerator
 
GENERATE_XML_DEFAULT_VALUE - Static variable in class org.sonar.plugins.findbugs.FindbugsConstants
 
GENERATE_XML_KEY - Static variable in class org.sonar.plugins.findbugs.FindbugsConstants
 
GenerateAlertEvents - Class in org.sonar.plugins.core.sensors
 
GenerateAlertEvents(RulesProfile, TimeMachine) - Constructor for class org.sonar.plugins.core.sensors.GenerateAlertEvents
 
GENERATED_LINES - Static variable in class org.sonar.api.measures.CoreMetrics
 
GENERATED_LINES - Static variable in interface org.sonar.gwt.Metrics
 
GENERATED_LINES_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
GENERATED_NCLOC - Static variable in class org.sonar.api.measures.CoreMetrics
 
GENERATED_NCLOC - Static variable in interface org.sonar.gwt.Metrics
 
GENERATED_NCLOC_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
generateDirectoriesMetric() - Method in class org.sonar.plugins.core.sensors.DirectoriesDecorator
 
generateDirectoriesMetric() - Method in class org.sonar.plugins.core.sensors.FilesDecorator
 
generatedMetrics() - Method in class org.sonar.plugins.core.sensors.AbstractCoverageDecorator
 
generateFileComplexityMetric() - Method in class org.sonar.api.batch.AbstractFileComplexityDecorator
Deprecated. Used to define downstream dependencies
generateFileComplexityMetric() - Method in class org.sonar.api.batch.AbstractFunctionComplexityDecorator
Deprecated. Used to define downstream dependencies
generateImage(ChartParameters) - Method in class org.sonar.api.charts.AbstractChart
Generates a JFreeChart chart using a set of parameters
generateImage(ChartParameters) - Method in interface org.sonar.api.charts.Chart
The method to implement to generate the chart
GeneratePluginIndex - Class in org.sonar.server.startup
 
GeneratePluginIndex(DefaultServerFileSystem, DefaultServerPluginRepository) - Constructor for class org.sonar.server.startup.GeneratePluginIndex
 
generatesAlertStatus() - Method in class org.sonar.plugins.core.sensors.CheckAlertThresholds
 
generateServerId(String, String) - Method in class org.sonar.server.ui.JRubyFacade
 
generatesFunctionComplexityDistribution() - Method in class org.sonar.plugins.squid.decorators.ClassComplexityDistributionBuilder
 
generatesFunctionComplexityDistribution() - Method in class org.sonar.plugins.squid.decorators.FunctionComplexityDistributionBuilder
 
generatesLcom4Distribution() - Method in class org.sonar.plugins.squid.decorators.ChidamberKemererDistributionBuilder
 
generatesMetric() - Method in class org.sonar.api.batch.AbstractDivisionDecorator
Used to define downstream dependencies
generatesMetric() - Method in class org.sonar.batch.FormulaDecorator
 
generatesMetric() - Method in class org.sonar.plugins.core.timemachine.NewViolationsDecorator
 
generatesMetric() - Method in class org.sonar.plugins.cpd.decorators.DuplicationDensityDecorator
 
generatesMetric() - Method in class org.sonar.plugins.design.batch.SuspectLcom4DensityDecorator
 
generatesMetric() - Method in class org.sonar.plugins.design.batch.TangleIndexDecorator
Used to define downstream dependencies
generatesMetrics() - Method in class org.sonar.api.batch.AbstractFunctionComplexityDistributionDecorator
Deprecated.  
generatesMetrics() - Method in class org.sonar.api.batch.AbstractSumChildrenDecorator
Each metric is used individually.
generatesMetrics() - Method in class org.sonar.plugins.core.sensors.CommentDensityDecorator
 
generatesMetrics() - Method in class org.sonar.plugins.core.sensors.UnitTestDecorator
 
generatesMetrics() - Method in class org.sonar.plugins.cpd.decorators.SumDuplicationsDecorator
 
generatesNewCoverageMetrics() - Method in class org.sonar.plugins.core.timemachine.AbstractNewCoverageFileAnalyzer
 
generatesNewCoverageMetrics() - Method in class org.sonar.plugins.core.timemachine.NewCoverageAggregator
 
generatesRfcDistribution() - Method in class org.sonar.plugins.squid.decorators.ChidamberKemererDistributionBuilder
 
GeneratesViolations - Interface in org.sonar.api.batch
Deprecated. since 2.3. Use @DependsUpon(DecoratorBarriers.START_VIOLATIONS_GENERATION) and @DependedUpon(DecoratorBarriers.END_OF_VIOLATIONS_GENERATION)
generatesViolationsDensity() - Method in class org.sonar.plugins.core.sensors.ViolationsDensityDecorator
 
generatesViolationsMetrics() - Method in class org.sonar.plugins.core.sensors.ViolationsDecorator
 
generatesWeightedViolations() - Method in class org.sonar.plugins.core.sensors.WeightedViolationsDecorator
 
get(String) - Method in class org.sonar.api.resources.Languages
Return a language from the current object based on its key
get() - Static method in class org.sonar.colorizer.GroovyKeywords
 
get() - Static method in class org.sonar.colorizer.JavaKeywords
 
get(String) - Method in class org.sonar.core.plugins.PluginClassloaders
Note that this method should be called only after creation of all ClassLoaders - see PluginClassloaders.done().
get() - Static method in class org.sonar.gwt.ui.Icons
 
get(int) - Method in class org.sonar.plugins.design.ui.lcom4.client.Data.Block
 
get(int) - Method in class org.sonar.plugins.design.ui.lcom4.client.Data.Blocks
 
get(int) - Method in class org.sonar.plugins.design.ui.page.client.DsmData.Rows
 
get(String) - Method in class org.sonar.plugins.surefire.data.UnitTestIndex
 
getAccessedField() - Method in class org.sonar.java.bytecode.asm.AsmMethod
 
getActiveProfile(String, String) - Method in class org.sonar.jpa.dao.ProfilesDao
 
getActiveRecordDialectCode() - Method in class org.sonar.jpa.dialect.Derby
 
getActiveRecordDialectCode() - Method in interface org.sonar.jpa.dialect.Dialect
 
getActiveRecordDialectCode() - Method in class org.sonar.jpa.dialect.HsqlDb
 
getActiveRecordDialectCode() - Method in class org.sonar.jpa.dialect.MsSql
 
getActiveRecordDialectCode() - Method in class org.sonar.jpa.dialect.MySql
 
getActiveRecordDialectCode() - Method in class org.sonar.jpa.dialect.Oracle
 
getActiveRecordDialectCode() - Method in class org.sonar.jpa.dialect.PostgreSql
 
getActiveRecordJdbcAdapter() - Method in class org.sonar.jpa.dialect.Derby
 
getActiveRecordJdbcAdapter() - Method in interface org.sonar.jpa.dialect.Dialect
 
getActiveRecordJdbcAdapter() - Method in class org.sonar.jpa.dialect.HsqlDb
 
getActiveRecordJdbcAdapter() - Method in class org.sonar.jpa.dialect.MsSql
 
getActiveRecordJdbcAdapter() - Method in class org.sonar.jpa.dialect.MySql
 
getActiveRecordJdbcAdapter() - Method in class org.sonar.jpa.dialect.Oracle
 
getActiveRecordJdbcAdapter() - Method in class org.sonar.jpa.dialect.PostgreSql
 
getActiveRule(CHECK) - Method in class org.sonar.api.checks.CheckFactory
 
getActiveRule(String, String) - Method in class org.sonar.api.profiles.RulesProfile
Note: disabled rules are excluded.
getActiveRule(Rule) - Method in class org.sonar.api.profiles.RulesProfile
Note: disabled rules are excluded.
getActiveRule() - Method in class org.sonar.api.rules.ActiveRuleParam
 
getActiveRuleByConfigKey(String, String) - Method in class org.sonar.api.profiles.RulesProfile
Note: disabled rules are excluded.
getActiveRuleChange() - Method in class org.sonar.api.rules.ActiveRuleParamChange
 
getActiveRuleParamChanges() - Method in class org.sonar.api.rules.ActiveRuleChange
 
getActiveRuleParams() - Method in class org.sonar.api.rules.ActiveRule
 
getActiveRules() - Method in class org.sonar.api.profiles.RulesProfile
 
getActiveRules(boolean) - Method in class org.sonar.api.profiles.RulesProfile
 
getActiveRules(RulePriority) - Method in class org.sonar.api.profiles.RulesProfile
Note: disabled rules are excluded.
getActiveRulesByPlugin(String) - Method in class org.sonar.api.profiles.RulesProfile
Deprecated. since 2.3 use RulesProfile.getActiveRulesByRepository(String) instead.
getActiveRulesByRepository(String) - Method in class org.sonar.api.profiles.RulesProfile
Get the active rules of a specific repository.
getAgentJarFile() - Method in class org.sonar.plugins.jacoco.JaCoCoAgentDownloader
 
getAlertLabel(Metric.Level) - Method in class org.sonar.api.profiles.Alert
 
getAlerts() - Method in class org.sonar.api.profiles.RulesProfile
 
getAlertStatus() - Method in class org.sonar.api.database.model.MeasureModel
 
getAlertStatus() - Method in class org.sonar.api.measures.Measure
 
getAlertText() - Method in class org.sonar.api.database.model.MeasureModel
 
getAlertText() - Method in class org.sonar.api.measures.Measure
 
getAllUniqueResourceId() - Method in class org.sonar.duplications.index.MemoryCloneIndex
 
getAnalysisDate() - Method in class org.sonar.api.resources.Project
 
getAnalysisType() - Method in class org.sonar.api.resources.Project
 
getAnalysisVersion() - Method in class org.sonar.api.resources.Project
 
getAncestor(Class<SOURCECODE>) - Method in class org.sonar.squid.api.SourceCode
 
getAntTargets() - Method in class org.sonar.plugins.jacoco.JacocoConfiguration
 
getArguments() - Method in class org.sonar.api.utils.command.Command
 
getArgumentTypes() - Method in class org.sonar.java.signature.MethodSignature
 
getArray(JSONValue, int) - Static method in class org.sonar.gwt.JsonUtils
 
getArray(Map, String) - Static method in class org.sonar.wsclient.unmarshallers.JsonUtils
 
getArrayElement(Object, int) - Method in class org.sonar.wsclient.gwt.GwtUtils
 
getArrayElement(Object, int) - Method in class org.sonar.wsclient.JdkUtils
 
getArrayElement(Object, int) - Method in class org.sonar.wsclient.services.WSUtils
 
getArraySize(JSONValue) - Static method in class org.sonar.gwt.JsonUtils
 
getArraySize(Object) - Method in class org.sonar.wsclient.gwt.GwtUtils
 
getArraySize(Object) - Method in class org.sonar.wsclient.JdkUtils
 
getArraySize(Object) - Method in class org.sonar.wsclient.services.WSUtils
 
getArtifactId() - Method in interface org.sonar.api.batch.maven.MavenPluginHandler
The plugin artifact id
getArtifactId() - Method in class org.sonar.api.resources.Project
Deprecated. since 2.5. See http://jira.codehaus.org/browse/SONAR-2011
getArtifactId() - Method in class org.sonar.plugins.cobertura.CoberturaMavenPluginHandler
 
getArtifactId() - Method in class org.sonar.plugins.jacoco.JaCoCoMavenPluginHandler
 
getArtifactId() - Method in class org.sonar.server.mavendeployer.Artifact
 
getArtifactName() - Method in class org.sonar.server.mavendeployer.Artifact
 
getAsDouble(JSONValue) - Static method in class org.sonar.gwt.JsonUtils
 
getAssignee() - Method in class org.sonar.wsclient.services.ReviewCreateQuery
 
getAssignee() - Method in class org.sonar.wsclient.services.ReviewUpdateQuery
 
getAssigneeId() - Method in class org.sonar.jpa.entity.Review
 
getAssigneeLogin() - Method in class org.sonar.wsclient.services.Review
 
getAssigneeLoginsOrIds() - Method in class org.sonar.wsclient.services.ReviewQuery
 
getAsString(JSONValue) - Static method in class org.sonar.gwt.JsonUtils
 
getAuthenticator() - Method in class org.sonar.server.ui.AuthenticatorFactory
 
getAuthorLogin() - Method in class org.sonar.wsclient.services.Review.Comment
 
getAuthorLogin() - Method in class org.sonar.wsclient.services.Review
 
getAuthorLoginsOrIds() - Method in class org.sonar.wsclient.services.ReviewQuery
 
getAvailableAddresses() - Method in class org.sonar.server.platform.ServerIdGenerator
 
getBackup() - Method in class org.sonar.server.ui.JRubyFacade
 
getBaseDir() - Method in class org.sonar.api.batch.bootstrap.ProjectDefinition
 
getBasedir() - Method in class org.sonar.api.resources.DefaultProjectFileSystem
Deprecated.  
getBasedir() - Method in interface org.sonar.api.resources.ProjectFileSystem
Project root directory.
getBaseDir() - Method in class org.sonar.batch.bootstrapper.ProjectDefinition
Deprecated.  
getBasedir() - Method in class org.sonar.batch.DefaultProjectFileSystem2
 
getBasePlugin() - Method in interface org.sonar.api.platform.PluginMetadata
 
getBasePlugin() - Method in class org.sonar.core.plugins.DefaultPluginMetadata
 
getBaseSnapshotId() - Method in class org.sonar.server.filters.Filter
 
getBaseSnapshotPath() - Method in class org.sonar.server.filters.Filter
 
getBeginColumn() - Static method in class net.sourceforge.pmd.cpd.cppast.SimpleCharStream
Get token beginning column number.
getBeginLine() - Static method in class net.sourceforge.pmd.cpd.cppast.SimpleCharStream
Get token beginning line number.
getBeginLine() - Method in class net.sourceforge.pmd.cpd.TokenEntry
 
getBestValue() - Method in class org.sonar.api.measures.Metric
 
getBinaries() - Method in class org.sonar.api.batch.bootstrap.ProjectDefinition
 
getBinaries() - Method in class org.sonar.batch.bootstrapper.ProjectDefinition
Deprecated.  
getBlockHash() - Method in class org.sonar.duplications.block.Block
 
getBlockSize() - Method in class org.sonar.duplications.block.BlockChunker
 
getBody() - Method in class org.sonar.wsclient.services.AbstractQuery
Request body.
getBody() - Method in class org.sonar.wsclient.services.PropertyCreateQuery
Property value is transmitted through request body as content may exceed URL size allowed by the server.
getBody() - Method in class org.sonar.wsclient.services.PropertyUpdateQuery
Property value is transmitted through request body as content may exceed URL size allowed by the server.
getBody() - Method in class org.sonar.wsclient.services.ReviewCreateQuery
Property ReviewCreateQuery.comment is transmitted through request body as content may exceed URL size allowed by the server.
getBody() - Method in class org.sonar.wsclient.services.ReviewUpdateQuery
Property ReviewUpdateQuery.comment transmitted through request body as content may exceed URL size allowed by the server.
getBoolean(String) - Method in class org.sonar.api.config.Settings
 
getBoolean(JSONObject, String) - Static method in class org.sonar.gwt.JsonUtils
 
getBoolean(Object, String) - Method in class org.sonar.wsclient.gwt.GwtUtils
 
getBoolean(Object, String) - Method in class org.sonar.wsclient.JdkUtils
 
getBoolean(Object, String) - Method in class org.sonar.wsclient.services.WSUtils
 
getBoolean(Map, String) - Static method in class org.sonar.wsclient.unmarshallers.JsonUtils
 
getBottomLimits() - Method in class org.sonar.api.measures.RangeDistributionBuilder
Gives the bottom limits of ranges used
getBranch() - Method in class org.sonar.api.resources.Project
 
getBufferCapacity() - Method in class org.sonar.channel.CodeReaderConfiguration
Deprecated. in 2.12, do not use anymore.
getBufferedImage(JFreeChart) - Method in class org.sonar.server.charts.deprecated.BaseChart
 
getBug() - Method in class org.sonar.plugins.findbugs.xml.Match
 
getBugs() - Method in class org.sonar.plugins.findbugs.xml.OrFilter
 
getBuildDir() - Method in class org.sonar.api.resources.DefaultProjectFileSystem
Deprecated.  
getBuildDir() - Method in interface org.sonar.api.resources.ProjectFileSystem
Build directory.
getBuildDir() - Method in class org.sonar.batch.DefaultProjectFileSystem2
 
getBuildOutputDir() - Method in class org.sonar.api.resources.DefaultProjectFileSystem
Deprecated.  
getBuildOutputDir() - Method in interface org.sonar.api.resources.ProjectFileSystem
Directory where classes are placed.
getBuildOutputDir() - Method in class org.sonar.batch.DefaultProjectFileSystem2
 
getBundleFileFromClasspath(String) - Method in class org.sonar.test.i18n.BundleSynchronizedMatcher
 
getBundleFileFromGithub(String) - Method in class org.sonar.test.i18n.BundleSynchronizedMatcher
 
getByHash(ByteArray) - Method in class org.sonar.plugins.cpd.index.DbDuplicationsIndex
 
getByResource(Resource, String) - Method in class org.sonar.plugins.cpd.index.SonarDuplicationsIndex
 
getByResourceId(String) - Method in interface org.sonar.duplications.index.CloneIndex
Performs search of blocks for specified resource.
getByResourceId(String) - Method in class org.sonar.duplications.index.MemoryCloneIndex
 
getByResourceId(String) - Method in class org.sonar.duplications.index.MemoryCloneIndex2
 
getByResourceId(String) - Method in class org.sonar.duplications.index.PackedMemoryCloneIndex
Performs search of blocks for specified resource.
getByResourceId(String) - Method in class org.sonar.plugins.cpd.index.SonarDuplicationsIndex
 
getBySequenceHash(ByteArray) - Method in interface org.sonar.duplications.index.CloneIndex
Performs search of blocks for specified hash value.
getBySequenceHash(ByteArray) - Method in class org.sonar.duplications.index.MemoryCloneIndex
 
getBySequenceHash(ByteArray) - Method in class org.sonar.duplications.index.MemoryCloneIndex2
 
getBySequenceHash(ByteArray) - Method in class org.sonar.duplications.index.PackedMemoryCloneIndex
Performs search of blocks for specified hash value.
getBySequenceHash(ByteArray) - Method in class org.sonar.plugins.cpd.index.SonarDuplicationsIndex
 
getBytecodeFiles(Project) - Method in class org.sonar.plugins.squid.SquidSensor
Visibility has been relaxed to make the code testable.
getCalculatedMetricFormula() - Method in enum org.sonar.squid.measures.Metric
 
getCalculatedMetricFormula() - Method in interface org.sonar.squid.measures.MetricDef
 
getCallsToField() - Method in class org.sonar.java.bytecode.asm.AsmMethod
 
getCallsToMethod() - Method in class org.sonar.java.bytecode.asm.AsmMethod
 
getCardinality() - Method in class org.sonar.api.rules.Rule
 
getCategories() - Method in class org.sonar.wsclient.services.EventQuery
 
getCategories() - Method in class org.sonar.wsclient.services.ViolationQuery
 
getCategory() - Method in class org.sonar.api.batch.Event
 
getCategory(String) - Method in class org.sonar.api.config.PropertyDefinitions
 
getCategory(Property) - Method in class org.sonar.api.config.PropertyDefinitions
 
getCategory() - Method in class org.sonar.plugins.findbugs.xml.Bug
 
getCategory() - Method in class org.sonar.wsclient.services.Event
 
getCategoryId() - Method in class org.sonar.api.rules.Rule
Deprecated. since 2.5 See http://jira.codehaus.org/browse/SONAR-2007
getCategoryLevels(FindbugsLevelUtils) - Method in class org.sonar.plugins.findbugs.xml.FindBugsFilter
 
getCdataValue() - Method in class org.sonar.plugins.pmd.xml.PmdProperty
 
getCell(int, int) - Method in class org.sonar.graph.Dsm
 
getCell(int) - Method in class org.sonar.plugins.design.ui.page.client.DsmData.Row
 
getCells() - Method in class org.sonar.wsclient.services.TimeMachine
 
getCenter() - Method in class org.sonar.server.plugins.UpdateCenterClient
 
getCenter(boolean) - Method in class org.sonar.server.plugins.UpdateCenterClient
 
getCenter() - Method in class org.sonar.server.plugins.UpdateCenterMatrix
 
getChannels() - Method in class org.sonar.server.notifications.NotificationService
 
getCharacteristic() - Method in class org.sonar.api.database.model.MeasureModel
 
getCharacteristic() - Method in class org.sonar.api.measures.Measure
 
getCharacteristicByKey(String) - Method in class org.sonar.api.qualitymodel.Model
Search for an ENABLED characteristic by its key.
getCharacteristicByName(String) - Method in class org.sonar.api.qualitymodel.Model
Search for an ENABLED characteristic by its name.
getCharacteristicByRule(Rule) - Method in class org.sonar.api.qualitymodel.Model
Search for an ENABLED characteristic with the specified rule.
getCharacteristicId(Object[]) - Static method in class org.sonar.batch.components.PastMeasuresLoader
 
getCharacteristicKey() - Method in class org.sonar.wsclient.services.Measure
 
getCharacteristicKey() - Method in class org.sonar.wsclient.services.TimeMachineColumn
 
getCharacteristicName() - Method in class org.sonar.wsclient.services.Measure
 
getCharacteristics() - Method in class org.sonar.api.qualitymodel.Model
 
getCharacteristics(boolean) - Method in class org.sonar.api.qualitymodel.Model
 
getCharacteristicsByDepth(int) - Method in class org.sonar.api.qualitymodel.Model
Search for ENABLED characteristics by their depth.
getCharset() - Method in class org.sonar.plugins.checkstyle.CheckstyleConfiguration
 
getCharset() - Method in class org.sonar.squid.api.SquidConfiguration
 
getChart(String) - Method in class org.sonar.server.charts.ChartFactory
 
getChartImage() - Method in class org.sonar.server.charts.deprecated.BarChart
 
getChartImage() - Method in class org.sonar.server.charts.deprecated.BaseChart
 
getChartImage() - Method in class org.sonar.server.charts.deprecated.CustomBarChart
 
getChartImage() - Method in class org.sonar.server.charts.deprecated.PieChart
 
getChartImage() - Method in class org.sonar.server.charts.deprecated.SparkLinesChart
 
getChartImage() - Method in class org.sonar.server.charts.jruby.TrendsChart
 
getCheck(ActiveRule) - Method in class org.sonar.api.checks.CheckFactory
 
getCheck() - Method in class org.sonar.squid.api.CheckMessage
 
getCheckAnnotation(Class) - Static method in class org.sonar.check.AnnotationIntrospector
Deprecated.  
getCheckClasses() - Static method in class org.sonar.plugins.squid.SquidRuleRepository
 
getChecker() - Method in interface org.sonar.check.Message
Deprecated.  
getChecker() - Method in class org.sonar.squid.api.CheckMessage
Deprecated. replaced by getCheck() since 2.12. Warning, to be called only if check is CodeCheck.
getCheckKey(Class) - Static method in class org.sonar.check.AnnotationIntrospector
Deprecated.  
getCheckMessages() - Method in class org.sonar.squid.api.SourceCode
 
getChecks() - Method in class org.sonar.api.checks.CheckFactory
 
getCheckstyleConfiguration() - Method in class org.sonar.plugins.checkstyle.CheckstyleConfiguration
 
getChecksum() - Method in class org.sonar.api.database.model.RuleFailureModel
 
getChecksum() - Method in class org.sonar.api.rules.Violation
Checksum is available in decorators executed after the barrier DecoratorBarriers.END_OF_VIOLATION_TRACKING
getChecksumForLine(List<String>, Integer) - Static method in class org.sonar.plugins.core.timemachine.SourceChecksum
 
getChild() - Method in class org.sonar.api.platform.ComponentContainer
 
getChild(String) - Method in class org.sonar.api.qualitymodel.Characteristic
 
getChildElement(Element, String) - Method in class org.sonar.api.utils.XpathParser
 
getChildElement(String) - Method in class org.sonar.api.utils.XpathParser
 
getChildElements(String) - Method in class org.sonar.api.utils.XpathParser
 
getChildElements(Element, String) - Method in class org.sonar.api.utils.XpathParser
 
getChildElementValue(Element, String) - Method in class org.sonar.api.utils.XpathParser
 
getChildElementValue(String) - Method in class org.sonar.api.utils.XpathParser
 
getChildren() - Method in interface org.sonar.api.batch.DecoratorContext
Child contexts are read only
getChildren() - Method in class org.sonar.api.batch.DefaultFormulaData
 
getChildren(Resource) - Method in interface org.sonar.api.batch.SensorContext
 
getChildren(Resource) - Method in class org.sonar.api.batch.SonarIndex
 
getChildren() - Method in interface org.sonar.api.measures.FormulaData
 
getChildren() - Method in class org.sonar.api.qualitymodel.Characteristic
Enabled children sorted by insertion order
getChildren(boolean) - Method in class org.sonar.api.qualitymodel.Characteristic
Enabled children sorted by insertion order
getChildren() - Method in class org.sonar.batch.DefaultDecoratorContext
 
getChildren(Resource) - Method in class org.sonar.batch.DefaultSensorContext
 
getChildren() - Method in class org.sonar.batch.index.Bucket
 
getChildren(Resource) - Method in class org.sonar.batch.index.DefaultIndex
 
getChildren(Resource, boolean) - Method in class org.sonar.batch.index.DefaultIndex
 
getChildren() - Method in class org.sonar.plugins.findbugs.xml.FindBugsFilter
 
getChildren() - Method in class org.sonar.squid.api.SourceCode
 
getChildrenMeasures(MeasuresFilter) - Method in interface org.sonar.api.batch.DecoratorContext
Never return null.
getChildrenMeasures(Metric) - Method in interface org.sonar.api.batch.DecoratorContext
 
getChildrenMeasures(MeasuresFilter) - Method in class org.sonar.api.batch.DefaultFormulaData
 
getChildrenMeasures(Metric) - Method in class org.sonar.api.batch.DefaultFormulaData
 
getChildrenMeasures(MeasuresFilter) - Method in interface org.sonar.api.measures.FormulaData
 
getChildrenMeasures(Metric) - Method in interface org.sonar.api.measures.FormulaData
 
getChildrenMeasures(MeasuresFilter) - Method in class org.sonar.batch.DefaultDecoratorContext
 
getChildrenMeasures(Metric) - Method in class org.sonar.batch.DefaultDecoratorContext
 
getClass(String, AsmClassProvider.DETAIL_LEVEL) - Method in class org.sonar.java.bytecode.asm.AsmClassProvider
 
getClass(String) - Method in class org.sonar.java.bytecode.asm.AsmClassProvider
 
getClass(String, AsmClassProvider.DETAIL_LEVEL) - Method in class org.sonar.java.bytecode.asm.AsmClassProviderImpl
 
getClass(String, String) - Method in class org.sonar.server.plugins.DefaultServerPluginRepository
 
getClassAnnotation(Object, Class<A>) - Static method in class org.sonar.api.utils.AnnotationUtils
Searches for a class annotation.
getClasses() - Method in class org.sonar.plugins.findbugs.xml.OrFilter
 
getClassloader() - Method in class org.sonar.api.batch.ProjectClasspath
 
getClassLoader() - Method in class org.sonar.batch.bootstrap.JdbcDriverHolder
 
getClassloader(String) - Method in class org.sonar.server.plugins.DefaultServerPluginRepository
 
getClassName() - Method in class org.sonar.java.api.JavaClass
 
getClassName() - Method in class org.sonar.java.api.JavaMethod
 
getClassName() - Method in class org.sonar.java.signature.Parameter
 
getClassnames() - Method in class org.sonar.plugins.surefire.data.UnitTestIndex
 
getClazz() - Method in class org.sonar.plugins.pmd.xml.PmdRule
 
getCleanPath(String) - Method in class org.sonar.server.startup.GwtPublisher
 
getCloneParts() - Method in class org.sonar.duplications.index.CloneGroup
 
getCloneUnitLength() - Method in class org.sonar.duplications.index.CloneGroup
 
getCode() - Method in class net.sourceforge.pmd.cpd.SourceCode.CodeLoader
 
getCode() - Method in class net.sourceforge.pmd.cpd.SourceCode
 
getCode() - Method in class org.sonar.duplications.cpd.CodeLoaderWithoutCache
 
getCode() - Method in class org.sonar.plugins.findbugs.xml.Bug
 
getCodeBuffer() - Method in class net.sourceforge.pmd.cpd.SourceCode
 
getCodeLevels(FindbugsLevelUtils) - Method in class org.sonar.plugins.findbugs.xml.FindBugsFilter
 
getCodeReaderFilters() - Method in class org.sonar.channel.CodeReaderConfiguration
 
getColorizedCode() - Method in class org.sonar.colorizer.HtmlCodeBuilder
 
getColorName() - Method in enum org.sonar.api.measures.Metric.Level
 
getColors() - Method in class org.sonar.server.charts.deprecated.CustomBarRenderer
 
getColumn() - Static method in class net.sourceforge.pmd.cpd.cppast.SimpleCharStream
Deprecated.  
getColumn() - Method in class org.sonar.channel.CodeBuffer.Cursor
 
getColumn() - Method in class org.sonar.duplications.token.Token
 
getColumn(String) - Method in class org.sonar.wsclient.services.TimeMachine
 
getColumn1() - Method in class org.sonar.gwt.ui.SourcePanel.Row
 
getColumn2() - Method in class org.sonar.gwt.ui.SourcePanel.Row
 
getColumn3() - Method in class org.sonar.gwt.ui.SourcePanel.Row
 
getColumn4() - Method in class org.sonar.gwt.ui.SourcePanel.Row
 
getColumnIndex(String) - Method in class org.sonar.wsclient.services.TimeMachine
 
getColumnPosition() - Method in class org.sonar.channel.CodeBuffer
 
getColumns() - Method in class org.sonar.wsclient.services.TimeMachine
 
getCommand() - Method in exception org.sonar.api.utils.command.CommandException
 
getComment() - Method in class org.sonar.wsclient.services.ReviewCreateQuery
 
getComment() - Method in class org.sonar.wsclient.services.ReviewUpdateQuery
 
getCommentedCodeThreshold() - Method in class org.sonar.java.squid.JavaSquidConfiguration
 
getComments() - Method in class org.sonar.wsclient.services.Review
 
getCompatiblePlugins() - Method in class org.sonar.server.plugins.SonarUpdate
 
getComponent(Object) - Method in class org.sonar.server.platform.Platform
 
getComponentByClassname(String, String) - Method in class org.sonar.server.ui.JRubyFacade
 
getComponentByKey(Object) - Method in class org.sonar.api.platform.ComponentContainer
 
getComponentByKey(Object) - Method in class org.sonar.batch.bootstrap.Module
 
getComponentByType(Class<T>) - Method in class org.sonar.api.platform.ComponentContainer
 
getComponentByType(Class<T>) - Method in class org.sonar.batch.bootstrap.Module
 
getComponents(Class<T>) - Method in class org.sonar.batch.bootstrap.Module
 
getComponentsByType(Class<T>) - Method in class org.sonar.api.platform.ComponentContainer
 
getConditions() - Method in class org.sonar.api.measures.CoverageMeasuresBuilder
 
getConditionsByLine() - Method in class org.sonar.api.measures.CoverageMeasuresBuilder
 
getConditionsByLineMetric() - Method in class org.sonar.plugins.core.timemachine.AbstractNewCoverageFileAnalyzer
 
getConditionsByLineMetric() - Method in class org.sonar.plugins.core.timemachine.NewCoverageFileAnalyzer
 
getConditionsByLineMetric() - Method in class org.sonar.plugins.core.timemachine.NewItCoverageFileAnalyzer
 
getConfigKey() - Method in class org.sonar.api.rules.ActiveRule
 
getConfigKey() - Method in class org.sonar.api.rules.ActiveRuleChange
 
getConfigKey() - Method in class org.sonar.api.rules.Rule
 
getConfigKey() - Method in class org.sonar.api.rules.RuleQuery
 
getConfigKey() - Method in class org.sonar.wsclient.services.Rule
 
getConfiguration() - Method in class org.sonar.api.batch.DefaultFormulaContext
 
getConfiguration() - Method in interface org.sonar.api.measures.FormulaContext
 
getConfiguration() - Method in class org.sonar.api.resources.Project
Deprecated. since 2.12. The component org.sonar.api.config.Settings must be used.
getConfiguration() - Method in class org.sonar.channel.CodeReaderFilter
Returns the configuration used for the CodeReader
getConfigurationValue(String) - Method in class org.sonar.server.ui.JRubyFacade
 
getConnection() - Method in interface org.sonar.jpa.session.DatabaseConnector
 
getConnection() - Method in class org.sonar.jpa.session.DefaultDatabaseConnector
 
getConnection() - Method in class org.sonar.server.ui.JRubyFacade
 
getConnection() - Method in class org.sonar.test.persistence.DatabaseTestCase
 
getConnector() - Method in class org.sonar.wsclient.Sonar
 
getContainer() - Method in class org.sonar.server.platform.Platform
 
getContainer() - Method in class org.sonar.server.ui.JRubyFacade
 
getContainerExtensions() - Method in class org.sonar.api.batch.bootstrap.ProjectDefinition
 
getContainerExtensions() - Method in class org.sonar.batch.bootstrapper.ProjectDefinition
Deprecated.  
getCopy() - Method in class org.sonar.wsclient.services.Resource
 
getCopyResourceId() - Method in class org.sonar.api.database.model.ResourceModel
 
getCoreComponentByClassname(String) - Method in class org.sonar.server.ui.JRubyFacade
 
getCorePlugins() - Method in class org.sonar.server.platform.DefaultServerFileSystem
 
getCost() - Method in class org.sonar.api.database.model.RuleFailureModel
 
getCost() - Method in class org.sonar.api.rules.Violation
 
getCost() - Method in class org.sonar.squid.api.CheckMessage
 
getCoverageLineHitsDataMetric() - Method in class org.sonar.plugins.core.timemachine.AbstractNewCoverageFileAnalyzer
 
getCoverageLineHitsDataMetric() - Method in class org.sonar.plugins.core.timemachine.NewCoverageFileAnalyzer
 
getCoverageLineHitsDataMetric() - Method in class org.sonar.plugins.core.timemachine.NewItCoverageFileAnalyzer
 
getCoveredConditions() - Method in class org.sonar.api.measures.CoverageMeasuresBuilder
 
getCoveredConditionsByLine() - Method in class org.sonar.api.measures.CoverageMeasuresBuilder
 
getCoveredConditionsByLineMetric() - Method in class org.sonar.plugins.core.timemachine.AbstractNewCoverageFileAnalyzer
 
getCoveredConditionsByLineMetric() - Method in class org.sonar.plugins.core.timemachine.NewCoverageFileAnalyzer
 
getCoveredConditionsByLineMetric() - Method in class org.sonar.plugins.core.timemachine.NewItCoverageFileAnalyzer
 
getCoveredLines() - Method in class org.sonar.api.measures.CoverageMeasuresBuilder
 
getCreatedAt() - Method in class org.sonar.api.batch.Event
 
getCreatedAt() - Method in class org.sonar.api.database.model.RuleFailureModel
 
getCreatedAt() - Method in class org.sonar.api.database.model.Snapshot
 
getCreatedAt() - Method in class org.sonar.api.rules.Violation
 
getCreatedAt() - Method in class org.sonar.jpa.entity.ManualMeasure
 
getCreatedAt() - Method in class org.sonar.jpa.entity.NotificationQueueElement
 
getCreatedAt() - Method in class org.sonar.wsclient.services.ManualMeasure
 
getCreatedAt() - Method in class org.sonar.wsclient.services.Review
 
getCreatedAt() - Method in class org.sonar.wsclient.services.Violation
 
getCss() - Static method in class org.sonar.colorizer.CodeColorizer
 
getCss() - Static method in class org.sonar.colorizer.HtmlDecorator
 
getCurrentDate() - Method in class org.sonar.server.configuration.Backup
 
getCurrentVersion(Connection) - Static method in class org.sonar.jpa.entity.SchemaMigration
 
getCursor() - Method in class org.sonar.channel.CodeBuffer
 
getCycle() - Method in class org.sonar.graph.FeedbackCycle
 
getCycles() - Method in class org.sonar.graph.CycleDetector
 
getCycles() - Method in class org.sonar.graph.IncrementalCyclesAndFESSolver
 
getDaoClasses() - Static method in class org.sonar.persistence.dao.DaoUtils
 
getDashedStroke() - Method in class org.sonar.server.charts.deprecated.BaseChart
 
getDashedStroke(float) - Method in class org.sonar.server.charts.deprecated.BaseChart
 
getData() - Method in class org.sonar.api.database.model.MeasureData
 
getData(Metric) - Method in class org.sonar.api.database.model.MeasureModel
 
getData() - Method in class org.sonar.api.database.model.SnapshotSource
 
getData() - Method in class org.sonar.api.measures.Measure
 
getData(MetricDef) - Method in class org.sonar.squid.api.SourceCode
 
getData(Metric) - Method in class org.sonar.squid.api.SourceCode
Deprecated. since 2.1. It's replaced by getData(MetricDef). It's still defined for binary compatibility.
getData(MetricDef) - Method in class org.sonar.squid.measures.Measures
 
getData() - Method in class org.sonar.wsclient.services.Event
 
getData() - Method in class org.sonar.wsclient.services.Measure
 
getDataAsLevel() - Method in class org.sonar.api.measures.Measure
 
getDataAsMap() - Method in class org.sonar.wsclient.services.Measure
 
getDataAsMap(String) - Method in class org.sonar.wsclient.services.Measure
 
getDatabaseTester() - Static method in class org.sonar.test.persistence.DatabaseTestCase
 
getDatabaseVersion() - Method in class org.sonar.jpa.session.AbstractDatabaseConnector
 
getDatabaseVersion() - Method in interface org.sonar.jpa.session.DatabaseConnector
 
getDataDir() - Method in class org.sonar.server.database.EmbeddedDatabase
 
getDataDirectory(Settings) - Method in class org.sonar.server.database.EmbeddedDatabase
 
getDataSource() - Method in interface org.sonar.persistence.Database
 
getDataSource() - Method in class org.sonar.persistence.DefaultDatabase
 
getDate() - Method in class org.sonar.api.batch.Event
 
getDate(String) - Method in class org.sonar.api.config.Settings
 
getDate() - Method in class org.sonar.api.measures.Measure
 
getDate() - Method in class org.sonar.batch.components.PastSnapshot
 
getDate(JSONObject, String) - Static method in class org.sonar.gwt.JsonUtils
 
getDate() - Method in class org.sonar.server.configuration.SonarConfig
 
getDate() - Method in class org.sonar.server.filters.DateCriterion
 
getDate() - Method in class org.sonar.server.plugins.UpdateCenterMatrix
 
getDate() - Method in class org.sonar.wsclient.services.Event
 
getDate() - Method in class org.sonar.wsclient.services.Resource
 
getDate() - Method in class org.sonar.wsclient.services.TimeMachineCell
 
getDate(Map, String) - Static method in class org.sonar.wsclient.unmarshallers.JsonUtils
 
getDateCriterion() - Method in class org.sonar.server.filters.Filter
 
getDateTime(String) - Method in class org.sonar.api.config.Settings
 
getDateTime(Object, String) - Method in class org.sonar.wsclient.gwt.GwtUtils
 
getDateTime(Object, String) - Method in class org.sonar.wsclient.JdkUtils
 
getDateTime(Object, String) - Method in class org.sonar.wsclient.services.WSUtils
 
getDateTime(Map, String) - Static method in class org.sonar.wsclient.unmarshallers.JsonUtils
 
getDecorator() - Method in interface org.sonar.api.batch.events.DecoratorExecutionHandler.DecoratorExecutionEvent
 
getDecorators() - Method in interface org.sonar.api.batch.events.DecoratorsPhaseHandler.DecoratorsPhaseEvent
 
getDefaultGroupRoles() - Method in class org.sonar.plugins.core.security.RoleManager
 
getDefaultMessage() - Method in class org.sonar.squid.api.CheckMessage
 
getDefaultProfile() - Method in class org.sonar.api.profiles.RulesProfile
 
getDefaultProperties(Settings) - Static method in class org.sonar.server.database.EmbeddedDatabase
 
getDefaultTabForMetrics() - Method in class org.sonar.server.ui.ViewProxy
 
getDefaultTokens() - Method in class org.sonar.java.ast.CheckstyleSquidBridge
 
getDefaultUserRoles() - Method in class org.sonar.plugins.core.security.RoleManager
 
getDefaultValue(String) - Method in class org.sonar.api.config.PropertyDefinitions
 
getDefaultValue(String) - Method in class org.sonar.api.config.Settings
 
getDefaultValue() - Method in class org.sonar.api.rules.RuleParam
 
getDefaultValueAsBoolean() - Method in class org.sonar.api.rules.RuleParam
 
getDefaultValueAsInteger() - Method in class org.sonar.api.rules.RuleParam
 
getDefinitions() - Method in class org.sonar.api.config.Settings
 
getDeleteReviewCommentsSqlRequest() - Method in class org.sonar.plugins.dbcleaner.purges.PurgeOrphanReviews
 
getDeleteReviewsSqlRequest() - Method in class org.sonar.plugins.dbcleaner.purges.PurgeOrphanReviews
 
getDependencies() - Method in interface org.sonar.api.batch.DecoratorContext
 
getDependencies() - Method in interface org.sonar.api.batch.SensorContext
 
getDependencies() - Method in class org.sonar.api.batch.SonarIndex
 
getDependencies() - Method in class org.sonar.api.utils.dag.Node
 
getDependencies() - Method in class org.sonar.batch.DefaultDecoratorContext
 
getDependencies() - Method in class org.sonar.batch.DefaultSensorContext
 
getDependencies() - Method in class org.sonar.batch.index.DefaultIndex
 
getDependencies() - Method in class org.sonar.plugins.design.ui.dependencies.client.Data
 
getDependencyId() - Method in class org.sonar.plugins.design.ui.page.client.DsmData.Cell
 
getDependents(T) - Method in class org.sonar.api.batch.BatchExtensionDictionnary
Objects that depend upon this extension.
getDepId() - Method in class org.sonar.wsclient.services.DependencyTree
 
getDeployDir() - Method in class org.sonar.server.platform.DefaultServerFileSystem
 
getDeployedFiles() - Method in interface org.sonar.api.platform.PluginMetadata
 
getDeployedFiles() - Method in class org.sonar.core.plugins.DefaultPluginMetadata
 
getDeployedJdbcDriver() - Method in class org.sonar.server.platform.DefaultServerFileSystem
 
getDeployedPluginsDir() - Method in class org.sonar.server.platform.DefaultServerFileSystem
 
getDeprecatedExtensions() - Method in class org.sonar.core.plugins.DefaultPluginMetadata
 
getDeprecatedPluginsDir() - Method in class org.sonar.server.platform.DefaultServerFileSystem
 
getDepth() - Method in class org.sonar.api.database.model.Snapshot
 
getDepth() - Method in class org.sonar.api.qualitymodel.Characteristic
 
getDepth() - Method in class org.sonar.wsclient.services.ResourceQuery
 
getDepth() - Method in class org.sonar.wsclient.services.ViolationQuery
 
getDescription() - Method in class org.sonar.api.batch.bootstrap.ProjectDefinition
 
getDescription() - Method in class org.sonar.api.batch.Event
 
getDescription() - Method in class org.sonar.api.database.model.MeasureModel
 
getDescription() - Method in class org.sonar.api.database.model.ResourceModel
Only available at project level.
getDescription() - Method in class org.sonar.api.measures.Measure
 
getDescription() - Method in class org.sonar.api.measures.Metric
 
getDescription() - Method in interface org.sonar.api.platform.PluginMetadata
 
getDescription() - Method in interface org.sonar.api.Plugin
Deprecated. since 2.2. The description must be set in the manifest.
getDescription() - Method in class org.sonar.api.qualitymodel.Characteristic
 
getDescription() - Method in class org.sonar.api.resources.Directory
 
getDescription() - Method in class org.sonar.api.resources.File
getDescription() - Method in class org.sonar.api.resources.JavaFile
 
getDescription() - Method in class org.sonar.api.resources.JavaPackage
getDescription() - Method in class org.sonar.api.resources.Library
 
getDescription() - Method in class org.sonar.api.resources.Method
 
getDescription() - Method in class org.sonar.api.resources.Project
 
getDescription() - Method in class org.sonar.api.resources.Resource
 
getDescription() - Method in class org.sonar.api.rules.Rule
 
getDescription() - Method in class org.sonar.api.rules.RuleParam
 
getDescription() - Method in class org.sonar.api.rules.RulesCategory
Deprecated.  
getDescription() - Method in class org.sonar.api.SonarPlugin
 
getDescription(String, String, Locale) - Method in class org.sonar.core.i18n.RuleI18nManager
 
getDescription() - Method in class org.sonar.core.plugins.DefaultPluginMetadata
 
getDescription() - Method in class org.sonar.java.api.JavaClass
 
getDescription() - Method in class org.sonar.java.api.JavaMethod
 
getDescription() - Method in class org.sonar.jpa.entity.ManualMeasure
 
getDescription() - Method in class org.sonar.persistence.model.Rule
 
getDescription() - Method in class org.sonar.plugins.pmd.xml.PmdRuleset
 
getDescription() - Method in class org.sonar.server.ui.ViewProxy
 
getDescription() - Method in class org.sonar.wsclient.services.Event
 
getDescription() - Method in class org.sonar.wsclient.services.ManualMeasureCreateQuery
 
getDescription() - Method in class org.sonar.wsclient.services.Metric
 
getDescription() - Method in class org.sonar.wsclient.services.Resource
 
getDescription() - Method in class org.sonar.wsclient.services.Rule
 
getDescription() - Method in class org.sonar.wsclient.services.RuleParam
 
getDetectors() - Method in class org.sonar.java.recognizer.JavaFootprint
 
getDetectors() - Method in interface org.sonar.squid.recognizer.LanguageFootprint
 
getDialect() - Method in class org.sonar.jpa.session.AbstractDatabaseConnector
 
getDialect() - Method in interface org.sonar.jpa.session.DatabaseConnector
 
getDialect() - Method in interface org.sonar.persistence.Database
 
getDialect() - Method in class org.sonar.persistence.DefaultDatabase
 
getDialect() - Method in class org.sonar.server.ui.JRubyFacade
 
getDialectId() - Method in class org.sonar.jpa.session.AbstractDatabaseConnector
 
getDimension() - Method in class org.sonar.graph.Dsm
 
getDir(String) - Method in class org.sonar.batch.bootstrap.TempDirectories
Get or create a working directory
getDirection() - Method in class org.sonar.api.measures.Metric
 
getDirection() - Method in class org.sonar.wsclient.services.DependencyQuery
 
getDirection() - Method in class org.sonar.wsclient.services.Metric
 
getDirectory() - Method in class org.sonar.api.utils.command.Command
 
getDirectoryFilter() - Static method in class net.sourceforge.pmd.util.filter.Filters
Get a File Filter for directories.
getDispatchers() - Method in class org.sonar.server.notifications.NotificationService
 
getDistinctUsedAsmClasses() - Method in class org.sonar.java.bytecode.asm.AsmResource
 
getDividendMetric() - Method in class org.sonar.api.batch.AbstractDivisionDecorator
 
getDivisorMetric() - Method in class org.sonar.api.batch.AbstractDivisionDecorator
 
getDocument() - Method in class org.sonar.api.utils.XpathParser
 
getDomain() - Method in class org.sonar.api.measures.Metric
 
getDomain() - Method in class org.sonar.wsclient.services.Metric
 
getDouble(JSONObject, String) - Static method in class org.sonar.gwt.JsonUtils
 
getDouble(MetricDef) - Method in class org.sonar.squid.api.SourceCode
getDouble(Metric) - Method in class org.sonar.squid.api.SourceCode
Deprecated. since 2.1. It's replaced by getDouble(MetricDef). It's still defined for binary compatibility.
getDouble(T) - Method in interface org.sonar.squid.measures.Measurable
 
getDouble(Object, String) - Method in class org.sonar.wsclient.gwt.GwtUtils
 
getDouble(Object, String) - Method in class org.sonar.wsclient.JdkUtils
 
getDouble(Object, String) - Method in class org.sonar.wsclient.services.WSUtils
 
getDouble(Map, String) - Static method in class org.sonar.wsclient.unmarshallers.JsonUtils
 
getDownloadedPluginsDir() - Method in class org.sonar.server.platform.DefaultServerFileSystem
 
getDownloads() - Method in class org.sonar.server.plugins.PluginDownloader
 
getDurationMilliseconds() - Method in class org.sonar.plugins.surefire.data.UnitTestClassReport
 
getDurationMilliseconds() - Method in class org.sonar.plugins.surefire.data.UnitTestResult
 
getEdge(Resource, Resource) - Method in class org.sonar.batch.index.DefaultIndex
 
getEdge(V, V) - Method in class org.sonar.graph.DirectedGraph
 
getEdge(V, V) - Method in interface org.sonar.graph.DirectedGraphAccessor
 
getEdge() - Method in class org.sonar.graph.DsmCell
 
getEdge() - Method in class org.sonar.graph.FeedbackEdge
 
getEdge(SourceCode, SourceCode) - Method in class org.sonar.squid.Squid
 
getEdges() - Method in class org.sonar.graph.Cycle
 
getEdges(Collection<V>) - Method in class org.sonar.graph.DirectedGraph
 
getEdges() - Method in class org.sonar.graph.MinimumFeedbackEdgeSetSolver
Get edges tagged as feedback.
getEdges(Collection<SourceCode>) - Method in class org.sonar.squid.Squid
 
getEffectiveKey() - Method in class org.sonar.api.resources.Resource
 
getEffort() - Method in class org.sonar.plugins.findbugs.FindbugsConfiguration
 
getElements() - Method in class org.sonar.api.batch.ProjectClasspath
bytecode directory + JARs (dependencies)
getElementValue(Node) - Method in class org.sonar.api.utils.XpathParser
 
getEmail() - Method in class org.sonar.api.database.model.User
 
getEnabled() - Method in class org.sonar.api.database.model.ResourceModel
 
getEnabled() - Method in class org.sonar.api.measures.Metric
 
getEnabled() - Method in class org.sonar.api.profiles.RulesProfile
 
getEnabled() - Method in class org.sonar.api.qualitymodel.Characteristic
 
getEnabledMetrics() - Method in class org.sonar.api.database.daos.MeasuresDao
Deprecated.  
getEnabledMetrics() - Method in class org.sonar.jpa.dao.MeasuresDao
 
getEndAtLine() - Method in class org.sonar.squid.api.SourceCode
 
getEndColumn() - Static method in class net.sourceforge.pmd.cpd.cppast.SimpleCharStream
Get token end column number.
getEndIndex() - Method in class org.sonar.duplications.cpd.Match
 
getEndLine() - Static method in class net.sourceforge.pmd.cpd.cppast.SimpleCharStream
Get token end line number.
getEndLine() - Method in class org.sonar.duplications.statement.Statement
 
getEndLine() - Method in class org.sonar.jpa.entity.DuplicationBlock
 
getEndLine() - Method in class org.sonar.persistence.model.DuplicationUnit
 
getEntity(Class<T>, Object) - Method in class org.sonar.api.database.DatabaseSession
 
getEntity(Class<T>, Object) - Method in class org.sonar.jpa.session.JpaDatabaseSession
 
getEntityManager() - Method in class org.sonar.api.database.DatabaseSession
 
getEntityManager() - Method in class org.sonar.jpa.session.JpaDatabaseSession
Note that usage of this method is discouraged, because it allows to construct and execute queries without additional exception handling, which done in methods of this class.
getEntityManagerFactory() - Method in class org.sonar.jpa.session.AbstractDatabaseConnector
 
getEntityManagerFactory() - Method in interface org.sonar.jpa.session.DatabaseConnector
 
getEOF() - Static method in class net.sourceforge.pmd.cpd.TokenEntry
 
getErrors() - Method in class org.sonar.api.utils.ValidationMessages
 
getErrors() - Method in class org.sonar.plugins.surefire.data.UnitTestClassReport
 
getEvents() - Method in interface org.sonar.api.batch.DecoratorContext
 
getEvents(Resource) - Method in interface org.sonar.api.batch.SensorContext
 
getEvents(Resource) - Method in class org.sonar.api.batch.SonarIndex
 
getEvents() - Method in class org.sonar.batch.DefaultDecoratorContext
 
getEvents(Resource) - Method in class org.sonar.batch.DefaultSensorContext
 
getEvents(Resource) - Method in class org.sonar.batch.index.DefaultIndex
 
getEvents(Resource) - Method in class org.sonar.batch.index.DefaultPersistenceManager
 
getEvents(Resource) - Method in class org.sonar.batch.index.EventPersister
 
getEvents(Resource) - Method in interface org.sonar.batch.index.PersistenceManager
 
getEvents(Resource) - Method in class org.sonar.batch.index.ReadOnlyPersistenceManager
 
getExcludesFilters() - Method in class org.sonar.plugins.findbugs.FindbugsConfiguration
 
getExclusionPatterns() - Method in class org.sonar.api.resources.Project
Patterns of resource exclusion as defined in project settings page.
getExecutable() - Method in class org.sonar.api.utils.command.Command
 
getExpandCollapseLink() - Method in class org.sonar.plugins.design.ui.libraries.client.Filters
 
getExtensions(String, String...) - Method in interface org.sonar.api.platform.ServerFileSystem
 
getExtensions() - Method in interface org.sonar.api.Plugin
Deprecated. Classes of the implemented extensions.
getExtensions() - Method in class org.sonar.plugins.checkstyle.CheckstylePlugin
 
getExtensions() - Method in class org.sonar.plugins.cobertura.CoberturaPlugin
 
getExtensions() - Method in class org.sonar.plugins.core.CorePlugin
 
getExtensions() - Method in class org.sonar.plugins.cpd.CpdPlugin
 
getExtensions() - Method in class org.sonar.plugins.dbcleaner.DbCleanerPlugin
 
getExtensions() - Method in class org.sonar.plugins.design.DesignPlugin
 
getExtensions() - Method in class org.sonar.plugins.emailnotifications.EmailNotificationsPlugin
 
getExtensions() - Method in class org.sonar.plugins.findbugs.FindbugsPlugin
 
getExtensions() - Method in class org.sonar.plugins.jacoco.JaCoCoPlugin
 
getExtensions() - Method in class org.sonar.plugins.l10n.EnglishPackPlugin
 
getExtensions() - Method in class org.sonar.plugins.pmd.PmdPlugin
 
getExtensions() - Method in class org.sonar.plugins.squid.SquidPlugin
 
getExtensions() - Method in class org.sonar.plugins.surefire.SurefirePlugin
 
getExtensions(String, String...) - Method in class org.sonar.server.platform.DefaultServerFileSystem
 
getFailures() - Method in class org.sonar.plugins.surefire.data.UnitTestClassReport
 
getFavouriteIds() - Method in class org.sonar.server.filters.Filter
 
getFeedbackEdgeSet() - Method in class org.sonar.graph.IncrementalCyclesAndFESSolver
 
getField(String) - Method in class org.sonar.java.bytecode.asm.AsmClass
 
getField(Object, String) - Method in class org.sonar.wsclient.gwt.GwtUtils
 
getField(Object, String) - Method in class org.sonar.wsclient.JdkUtils
 
getField(Object, String) - Method in class org.sonar.wsclient.services.WSUtils
 
getFields() - Method in class org.sonar.java.bytecode.asm.AsmClass
 
getFields() - Method in class org.sonar.plugins.findbugs.xml.OrFilter
 
getFields(Object) - Method in class org.sonar.wsclient.gwt.GwtUtils
 
getFields(Object) - Method in class org.sonar.wsclient.JdkUtils
 
getFields(Object) - Method in class org.sonar.wsclient.services.WSUtils
 
getFieldValue(String) - Method in class org.sonar.api.notifications.Notification
 
getFielsToExcludeFromLcom4Calculation() - Method in class org.sonar.java.squid.JavaSquidConfiguration
 
getFile() - Method in interface org.sonar.api.platform.PluginMetadata
 
getFile() - Method in interface org.sonar.api.resources.InputFile
 
getFile(String, String) - Method in class org.sonar.batch.bootstrap.TempDirectories
 
getFile() - Method in class org.sonar.core.plugins.DefaultPluginMetadata
 
getFileBaseDir() - Method in interface org.sonar.api.resources.InputFile
The source base directory, different than the project basedir.
getFileContents() - Method in class org.sonar.java.ast.visitor.JavaAstVisitor
 
getFileExtensionFilter(String...) - Static method in class net.sourceforge.pmd.util.filter.Filters
Get a File Filter for files with the given extensions, ignoring case.
getFileExtensionOrDirectoryFilter(String...) - Static method in class net.sourceforge.pmd.util.filter.Filters
Get a File Filter for directories or for files with the given extensions, ignoring case.
getFileFilter() - Method in class net.sourceforge.pmd.cpd.AbstractLanguage
 
getFileFilter() - Method in interface net.sourceforge.pmd.cpd.Language
 
getFileFromBuildDirectory(String) - Method in class org.sonar.api.resources.DefaultProjectFileSystem
Deprecated.  
getFileFromBuildDirectory(String) - Method in interface org.sonar.api.resources.ProjectFileSystem
 
getFileName() - Static method in class net.sourceforge.pmd.cpd.cppast.CPPParserTokenManager
 
getFileName() - Method in class net.sourceforge.pmd.cpd.SourceCode.CodeLoader
 
getFileName() - Method in class net.sourceforge.pmd.cpd.SourceCode.FileCodeLoader
 
getFileName() - Method in class net.sourceforge.pmd.cpd.SourceCode
 
getFileName() - Method in class net.sourceforge.pmd.cpd.SourceCode.StringCodeLoader
 
getFileName() - Method in class org.sonar.duplications.cpd.FileCodeLoaderWithoutCache
 
getFilenames() - Method in class org.sonar.core.plugins.RemotePlugin
 
getFileSuffixes() - Method in class org.sonar.api.resources.Java
For example ["jav","java"].
getFileSuffixes() - Method in interface org.sonar.api.resources.Language
For example ["jav","java"].
getFileSystem() - Method in class org.sonar.api.resources.Project
Note: it's better to get a reference on ProjectFileSystem as an IoC dependency (constructor parameter)
getFilter() - Method in class net.sourceforge.pmd.util.filter.AbstractDelegateFilter
 
getFilters() - Method in class net.sourceforge.pmd.util.filter.AbstractCompoundFilter
 
getFilters() - Method in class org.sonar.batch.ResourceFilters
 
getFilters() - Method in class org.sonar.batch.ViolationFilters
 
getFindbugsProject() - Method in class org.sonar.plugins.findbugs.FindbugsConfiguration
 
getFindbugsReportFile(Project) - Method in class org.sonar.plugins.findbugs.FindbugsSensor
 
getFirstChild() - Method in class org.sonar.squid.api.SourceCode
 
getFirstLineId() - Method in class org.sonar.colorizer.HtmlOptions
Used only if isGenerateTable() is true.
getFirstLineNumber() - Method in class org.sonar.duplications.block.Block
 
getFirstMark() - Method in class org.sonar.duplications.cpd.Match
 
getFont() - Method in class org.sonar.server.charts.deprecated.BaseChart
 
getForClasses() - Method in class org.sonar.java.ast.check.UndocumentedApiCheck
 
getFormattedValue() - Method in class org.sonar.wsclient.services.Measure
 
getFormattedValue(String) - Method in class org.sonar.wsclient.services.Measure
 
getFormula() - Method in class org.sonar.api.measures.Metric
 
getFrom() - Method in class org.sonar.api.batch.TimeMachineQuery
 
getFrom() - Method in class org.sonar.api.design.Dependency
 
getFrom() - Method in interface org.sonar.graph.Edge
 
getFrom() - Method in class org.sonar.graph.StringEdge
 
getFrom() - Method in class org.sonar.java.bytecode.asm.AsmEdge
 
getFrom() - Method in class org.sonar.plugins.emailnotifications.api.EmailMessage
 
getFrom() - Method in class org.sonar.plugins.emailnotifications.EmailConfiguration
 
getFrom() - Method in class org.sonar.squid.api.SourceCodeEdge
 
getFrom() - Method in class org.sonar.wsclient.services.EventQuery
 
getFrom() - Method in class org.sonar.wsclient.services.SourceQuery
 
getFrom() - Method in class org.sonar.wsclient.services.TimeMachineQuery
 
getFromClasses() - Method in class org.sonar.java.bytecode.check.ArchitectureCheck
 
getFromId() - Method in class org.sonar.wsclient.services.Dependency
 
getFromKey() - Method in class org.sonar.wsclient.services.Dependency
 
getFromLine() - Method in class org.sonar.java.api.JavaClass
 
getFromLine() - Method in class org.sonar.java.api.JavaMethod
 
getFromName() - Method in class org.sonar.wsclient.services.Dependency
 
getFromQualifier() - Method in class org.sonar.wsclient.services.Dependency
 
getFromQueue() - Method in class org.sonar.core.notifications.DefaultNotificationManager
 
getFromResourceId() - Method in class org.sonar.api.design.DependencyDto
 
getFromScope() - Method in class org.sonar.api.design.DependencyDto
 
getFromSnapshotId() - Method in class org.sonar.api.design.DependencyDto
 
getGeneralProperties(DatabaseSessionFactory) - Static method in class org.sonar.core.config.ConfigurationUtils
 
getGeneratedMetric() - Method in class org.sonar.plugins.core.sensors.AbstractCoverageDecorator
 
getGeneratedMetric() - Method in class org.sonar.plugins.core.sensors.BranchCoverageDecorator
 
getGeneratedMetric() - Method in class org.sonar.plugins.core.sensors.CoverageDecorator
 
getGeneratedMetric() - Method in class org.sonar.plugins.core.sensors.ItBranchCoverageDecorator
 
getGeneratedMetric() - Method in class org.sonar.plugins.core.sensors.ItCoverageDecorator
 
getGeneratedMetric() - Method in class org.sonar.plugins.core.sensors.ItLineCoverageDecorator
 
getGeneratedMetric() - Method in class org.sonar.plugins.core.sensors.LineCoverageDecorator
 
getGeneratedMetricForNewCode() - Method in class org.sonar.plugins.core.sensors.AbstractCoverageDecorator
 
getGeneratedMetricForNewCode() - Method in class org.sonar.plugins.core.sensors.BranchCoverageDecorator
 
getGeneratedMetricForNewCode() - Method in class org.sonar.plugins.core.sensors.CoverageDecorator
 
getGeneratedMetricForNewCode() - Method in class org.sonar.plugins.core.sensors.ItBranchCoverageDecorator
 
getGeneratedMetricForNewCode() - Method in class org.sonar.plugins.core.sensors.ItCoverageDecorator
 
getGeneratedMetricForNewCode() - Method in class org.sonar.plugins.core.sensors.ItLineCoverageDecorator
 
getGeneratedMetricForNewCode() - Method in class org.sonar.plugins.core.sensors.LineCoverageDecorator
 
getGenericKey() - Method in class org.sonar.java.bytecode.asm.AsmMethod
 
getGoals() - Method in interface org.sonar.api.batch.maven.MavenPluginHandler
The maven goals to execute
getGoals() - Method in class org.sonar.plugins.cobertura.CoberturaMavenPluginHandler
 
getGoals() - Method in class org.sonar.plugins.jacoco.JaCoCoMavenPluginHandler
 
getGroupId() - Method in interface org.sonar.api.batch.maven.MavenPluginHandler
The plugin group id
getGroupId() - Method in class org.sonar.api.resources.Project
Deprecated. since 2.5. See http://jira.codehaus.org/browse/SONAR-2011
getGroupId() - Method in class org.sonar.api.security.GroupRole
 
getGroupId() - Method in class org.sonar.plugins.cobertura.CoberturaMavenPluginHandler
 
getGroupId() - Method in class org.sonar.plugins.jacoco.JaCoCoMavenPluginHandler
 
getGroupId() - Method in class org.sonar.server.mavendeployer.Artifact
 
getGroupRoles(int) - Method in class org.sonar.plugins.core.security.RoleManager
 
getGwtId() - Method in interface org.sonar.api.web.GwtExtension
 
getGwtId() - Method in class org.sonar.plugins.core.hotspots.Hotspots
 
getGwtId() - Method in class org.sonar.plugins.core.testdetailsviewer.TestsViewerDefinition
 
getGwtId() - Method in class org.sonar.plugins.design.ui.dependencies.GwtDependenciesTab
 
getGwtId() - Method in class org.sonar.plugins.design.ui.lcom4.GwtLcom4Tab
 
getGwtId() - Method in class org.sonar.plugins.design.ui.libraries.GwtLibrariesPage
 
getGwtId() - Method in class org.sonar.plugins.design.ui.page.GwtDesignPage
 
getHash() - Method in class org.sonar.jpa.entity.DuplicationBlock
 
getHash() - Method in class org.sonar.persistence.model.DuplicationUnit
 
getHashHex() - Method in class org.sonar.duplications.block.Block
 
getHeight() - Method in class org.sonar.api.charts.ChartParameters
Get the chart height
getHeight() - Method in class org.sonar.server.charts.deprecated.BaseChart
 
getHibernateDialectClass() - Method in class org.sonar.jpa.dialect.Derby
 
getHibernateDialectClass() - Method in interface org.sonar.jpa.dialect.Dialect
 
getHibernateDialectClass() - Method in class org.sonar.jpa.dialect.HsqlDb
 
getHibernateDialectClass() - Method in class org.sonar.jpa.dialect.MsSql
 
getHibernateDialectClass() - Method in class org.sonar.jpa.dialect.MySql
 
getHibernateDialectClass() - Method in class org.sonar.jpa.dialect.Oracle
 
getHibernateDialectClass() - Method in class org.sonar.jpa.dialect.PostgreSql
 
getHibernateProperties() - Method in interface org.sonar.persistence.Database
 
getHibernateProperties() - Method in class org.sonar.persistence.DefaultDatabase
 
getHidden() - Method in class org.sonar.wsclient.services.Metric
 
getHitsByLine() - Method in class org.sonar.api.measures.CoverageMeasuresBuilder
 
getHomeDir() - Method in interface org.sonar.api.platform.ServerFileSystem
 
getHomeDir() - Method in class org.sonar.server.platform.DefaultServerFileSystem
 
getHomepage() - Method in interface org.sonar.api.platform.PluginMetadata
 
getHomepage() - Method in class org.sonar.core.plugins.DefaultPluginMetadata
 
getHost() - Method in class org.sonar.wsclient.Host
 
getHref() - Method in class org.sonar.api.resources.ProjectLink
 
getHtml() - Method in interface org.sonar.api.web.Footer
Static HTML (no Ruby on Rails nor GWT)
getId() - Method in class org.sonar.api.database.BaseIdentifiable
 
getId() - Method in class org.sonar.api.database.model.MeasureModel
 
getId() - Method in class org.sonar.api.design.Dependency
 
getId() - Method in class org.sonar.api.design.DependencyDto
 
getId() - Method in class org.sonar.api.measures.Measure
 
getId() - Method in class org.sonar.api.measures.Metric
For internal use only
getId() - Method in class org.sonar.api.platform.Server
 
getId() - Method in class org.sonar.api.profiles.RulesProfile
 
getId() - Method in class org.sonar.api.qualitymodel.Characteristic
 
getId() - Method in class org.sonar.api.qualitymodel.CharacteristicProperty
 
getId() - Method in class org.sonar.api.qualitymodel.Model
 
getId() - Method in class org.sonar.api.resources.Resource
 
getId() - Method in class org.sonar.api.rules.ActiveRule
 
getId() - Method in class org.sonar.api.rules.ActiveRuleParam
 
getId() - Method in class org.sonar.api.rules.Rule
 
getId() - Method in class org.sonar.api.utils.ServerHttpClient
Deprecated.  
getId() - Method in class org.sonar.api.web.AbstractDashboardWidget
Deprecated.  
getId() - Method in class org.sonar.api.web.GwtPage
 
getId() - Method in interface org.sonar.api.web.View
 
getId() - Method in interface org.sonar.api.web.Webservice
 
getId() - Method in class org.sonar.batch.ServerMetadata
 
getId() - Method in class org.sonar.jpa.dialect.Derby
 
getId() - Method in interface org.sonar.jpa.dialect.Dialect
 
getId() - Method in class org.sonar.jpa.dialect.HsqlDb
 
getId() - Method in class org.sonar.jpa.dialect.MsSql
 
getId() - Method in class org.sonar.jpa.dialect.MySql
 
getId() - Method in class org.sonar.jpa.dialect.Oracle
 
getId() - Method in class org.sonar.jpa.dialect.PostgreSql
 
getId() - Method in class org.sonar.jpa.entity.DuplicationBlock
 
getId() - Method in class org.sonar.jpa.entity.ManualMeasure
 
getId() - Method in class org.sonar.jpa.entity.NotificationQueueElement
 
getId() - Method in class org.sonar.jpa.entity.Review
 
getId() - Method in class org.sonar.persistence.model.DuplicationUnit
 
getId() - Method in class org.sonar.persistence.model.Rule
 
getId() - Method in class org.sonar.plugins.core.widgets.AlertsWidget
 
getId() - Method in class org.sonar.plugins.core.widgets.CommentsDuplicationsWidget
 
getId() - Method in class org.sonar.plugins.core.widgets.ComplexityWidget
 
getId() - Method in class org.sonar.plugins.core.widgets.CoverageWidget
 
getId() - Method in class org.sonar.plugins.core.widgets.CustomMeasuresWidget
 
getId() - Method in class org.sonar.plugins.core.widgets.DescriptionWidget
 
getId() - Method in class org.sonar.plugins.core.widgets.EventsWidget
 
getId() - Method in class org.sonar.plugins.core.widgets.HotspotMetricWidget
 
getId() - Method in class org.sonar.plugins.core.widgets.HotspotMostViolatedResourcesWidget
 
getId() - Method in class org.sonar.plugins.core.widgets.HotspotMostViolatedRulesWidget
 
getId() - Method in class org.sonar.plugins.core.widgets.ItCoverageWidget
 
getId() - Method in class org.sonar.plugins.core.widgets.RulesWidget
 
getId() - Method in class org.sonar.plugins.core.widgets.SizeWidget
 
getId() - Method in class org.sonar.plugins.core.widgets.TimelineWidget
 
getId() - Method in class org.sonar.plugins.core.widgets.TimeMachineWidget
 
getId() - Method in class org.sonar.plugins.design.ui.page.client.DsmData.Row
 
getId() - Method in class org.sonar.plugins.design.ui.widgets.ChidamberKemererWidget
 
getId() - Method in class org.sonar.plugins.design.ui.widgets.FileDesignWidget
 
getId() - Method in class org.sonar.plugins.design.ui.widgets.PackageDesignWidget
 
getId() - Method in class org.sonar.server.platform.ServerImpl
 
getId() - Method in class org.sonar.server.ui.ViewProxy
 
getId() - Method in class org.sonar.wsclient.services.Dependency
 
getId() - Method in class org.sonar.wsclient.services.DependencyQuery
 
getId() - Method in class org.sonar.wsclient.services.Event
 
getId() - Method in class org.sonar.wsclient.services.Favourite
 
getId() - Method in class org.sonar.wsclient.services.ManualMeasure
 
getId() - Method in class org.sonar.wsclient.services.Resource
 
getId() - Method in class org.sonar.wsclient.services.Review.Comment
 
getId() - Method in class org.sonar.wsclient.services.Review
 
getId() - Method in class org.sonar.wsclient.services.ReviewQuery
 
getId() - Method in class org.sonar.wsclient.services.Server
 
getId() - Method in class org.sonar.wsclient.services.Violation
 
getIdentifier() - Method in class net.sourceforge.pmd.cpd.TokenEntry
 
getIdOrKey() - Method in class org.sonar.wsclient.services.FavouriteDeleteQuery
 
getIds() - Method in class org.sonar.wsclient.services.ReviewQuery
 
GetImage() - Static method in class net.sourceforge.pmd.cpd.cppast.SimpleCharStream
Get token literal value.
getImplementationLinkage() - Method in class org.sonar.java.bytecode.asm.AsmMethod
 
getImplementedInterfaces() - Method in class org.sonar.java.bytecode.asm.AsmResource
 
getIncludeReview() - Method in class org.sonar.wsclient.services.ViolationQuery
 
getIncomingDependencies() - Method in interface org.sonar.api.batch.DecoratorContext
 
getIncomingDependencies(Resource) - Method in interface org.sonar.api.batch.SensorContext
 
getIncomingDependencies(Resource) - Method in class org.sonar.api.batch.SonarIndex
 
getIncomingDependencies() - Method in class org.sonar.batch.DefaultDecoratorContext
 
getIncomingDependencies(Resource) - Method in class org.sonar.batch.DefaultSensorContext
 
getIncomingEdges(Resource) - Method in class org.sonar.batch.index.DefaultIndex
 
getIncomingEdges(V) - Method in class org.sonar.graph.DirectedGraph
 
getIncomingEdges(V) - Method in interface org.sonar.graph.DirectedGraphAccessor
 
getIncomingEdges(SourceCode) - Method in class org.sonar.squid.Squid
 
getIncompatiblePlugins() - Method in class org.sonar.server.plugins.SonarUpdate
 
getIndex() - Method in class net.sourceforge.pmd.cpd.TokenEntry
 
getIndex() - Method in class org.sonar.batch.components.PastSnapshot
 
getIndex() - Method in class org.sonar.wsclient.services.TimeMachineColumn
 
getIndexByClassname() - Method in class org.sonar.plugins.surefire.data.UnitTestIndex
 
getIndexInFile() - Method in class org.sonar.duplications.block.Block
 
getIndexInFile() - Method in class org.sonar.jpa.entity.DuplicationBlock
 
getIndexInFile() - Method in class org.sonar.persistence.model.DuplicationUnit
 
getInfos() - Method in class org.sonar.api.utils.ValidationMessages
 
getInheritance() - Method in class org.sonar.api.rules.ActiveRule
For internal use only.
getInheritance() - Method in class org.sonar.wsclient.services.Profile.Rule
 
getInitialDbVersion() - Method in interface org.sonar.api.platform.ServerUpgradeStatus
The database version before the server startup.
getInitialDbVersion() - Method in class org.sonar.server.platform.DefaultServerUpgradeStatus
 
getInitialSourceFiles() - Method in class org.sonar.api.resources.DefaultProjectFileSystem
Deprecated.  
getInitialSourceFiles() - Method in class org.sonar.batch.DefaultProjectFileSystem2
 
getInitialTestFiles() - Method in class org.sonar.api.resources.DefaultProjectFileSystem
Deprecated.  
getInitialTestFiles() - Method in class org.sonar.batch.DefaultProjectFileSystem2
 
getInputFile(File) - Static method in class org.sonar.java.ast.CheckstyleSquidBridge
 
getInputFile() - Method in class org.sonar.java.ast.visitor.JavaAstVisitor
 
getInstalledSonarVersion() - Method in class org.sonar.server.plugins.UpdateCenterMatrix
 
getInstance() - Static method in class org.sonar.plugins.design.ui.page.client.DependencyInfo
 
getInstance() - Static method in class org.sonar.server.platform.Platform
 
getInstance() - Static method in class org.sonar.server.ui.JRubyFacade
 
getInstance() - Static method in class org.sonar.wsclient.gwt.Sonar
To be used in Sonar extensions only, else use constructors.
getINSTANCE() - Static method in class org.sonar.wsclient.services.WSUtils
 
getInt(String) - Method in class org.sonar.api.config.Settings
 
getInt(MetricDef) - Method in class org.sonar.squid.api.SourceCode
getInt(Metric) - Method in class org.sonar.squid.api.SourceCode
Deprecated. since 2.1. It's replaced by getInt(MetricDef). It's still defined for binary compatibility.
getInt(T) - Method in interface org.sonar.squid.measures.Measurable
 
getInteger(JSONObject, String) - Static method in class org.sonar.gwt.JsonUtils
 
getInteger(Object, String) - Method in class org.sonar.wsclient.gwt.GwtUtils
 
getInteger(Object, String) - Method in class org.sonar.wsclient.JdkUtils
 
getInteger(Object, String) - Method in class org.sonar.wsclient.services.WSUtils
 
getInteger(Map, String) - Static method in class org.sonar.wsclient.unmarshallers.JsonUtils
 
getInternalName() - Method in class org.sonar.java.bytecode.asm.AsmClass
 
getInternalNames() - Method in class org.sonar.java.bytecode.asm.AsmSignatureVisitor
 
getIntValue() - Method in class org.sonar.api.measures.Measure
 
getIntValue() - Method in class org.sonar.wsclient.services.ManualMeasureCreateQuery
 
getIntValue() - Method in class org.sonar.wsclient.services.Measure
 
getItemPaint(int, int) - Method in class org.sonar.server.charts.deprecated.CustomBarRenderer
Returns the paint for an item.
getIterations() - Method in class org.sonar.graph.IncrementalCyclesAndFESSolver
 
getItReportPath() - Method in class org.sonar.plugins.jacoco.JacocoConfiguration
 
getJavaSourceFiles() - Method in class org.sonar.api.resources.DefaultProjectFileSystem
Deprecated. in 2.6, use DefaultProjectFileSystem.mainFiles(String...) instead
getJavaSourceFiles() - Method in interface org.sonar.api.resources.ProjectFileSystem
Deprecated. since 2.6 use ProjectFileSystem.mainFiles(String...) instead. See http://jira.codehaus.org/browse/SONAR-2126
getJavaSourceVersion(MavenProject) - Static method in class org.sonar.api.batch.maven.MavenUtils
 
getJavaSourceVersion(Project) - Static method in class org.sonar.api.resources.ProjectUtils
Deprecated. since 2.6 use JavaUtils.getSourceVersion() instead.
getJavaVersion(MavenProject) - Static method in class org.sonar.api.batch.maven.MavenUtils
Returns the version of Java used by the maven compiler plugin
getJavaVersion(Project) - Static method in class org.sonar.api.resources.ProjectUtils
Deprecated. since 2.6 use JavaUtils.getTargetVersion() instead.
getJdbcDriver() - Method in class org.sonar.server.platform.DefaultServerFileSystem
 
getJsDictionnary(Locale) - Method in class org.sonar.core.i18n.GwtI18n
Used by the JRuby on Rails application
getJsDictionnary(String) - Method in class org.sonar.server.ui.JRubyI18n
 
getJsL10nDictionnary(String) - Method in class org.sonar.server.ui.JRubyFacade
 
getJvmArgument() - Method in class org.sonar.plugins.jacoco.JacocoConfiguration
 
getJvmJavaType() - Method in class org.sonar.java.signature.Parameter
 
getKey() - Method in class org.sonar.api.batch.bootstrap.ProjectDefinition
 
getKey() - Method in interface org.sonar.api.charts.Chart
 
getKey() - Method in class org.sonar.api.database.configuration.Property
 
getKey() - Method in class org.sonar.api.database.model.ResourceModel
 
getKey() - Method in class org.sonar.api.measures.Metric
 
getKey() - Method in class org.sonar.api.notifications.NotificationChannel
 
getKey() - Method in class org.sonar.api.notifications.NotificationDispatcher
 
getKey() - Method in interface org.sonar.api.platform.PluginMetadata
 
getKey() - Method in interface org.sonar.api.Plugin
Deprecated. since 2.2. The key must be set in the manifest.
getKey() - Method in class org.sonar.api.profiles.ProfileExporter
 
getKey() - Method in class org.sonar.api.profiles.ProfileImporter
 
getKey() - Method in class org.sonar.api.qualitymodel.Characteristic
 
getKey() - Method in class org.sonar.api.qualitymodel.CharacteristicProperty
 
getKey() - Method in class org.sonar.api.resources.AbstractLanguage
For example "java".
getKey() - Method in interface org.sonar.api.resources.Language
For example "java".
getKey() - Method in class org.sonar.api.resources.ProjectLink
 
getKey() - Method in class org.sonar.api.resources.Resource
 
getKey() - Method in class org.sonar.api.rules.ActiveRuleParam
 
getKey() - Method in class org.sonar.api.rules.ActiveRuleParamChange
 
getKey() - Method in class org.sonar.api.rules.Rule
 
getKey() - Method in class org.sonar.api.rules.RuleParam
 
getKey() - Method in class org.sonar.api.rules.RuleQuery
 
getKey() - Method in class org.sonar.api.rules.RuleRepository
 
getKey() - Method in class org.sonar.api.rules.xml.Rule
Deprecated.  
getKey() - Method in class org.sonar.api.SonarPlugin
 
getKey() - Method in class org.sonar.api.utils.KeyValue
 
getKey() - Method in class org.sonar.batch.bootstrapper.EnvironmentInformation
 
getKey() - Method in class org.sonar.core.i18n.RuleI18nManager.RuleKey
 
getKey() - Method in class org.sonar.core.plugins.DefaultPluginMetadata
 
getKey() - Method in class org.sonar.core.plugins.RemotePlugin
 
getKey() - Method in class org.sonar.java.bytecode.asm.AsmMethod
 
getKey() - Method in class org.sonar.plugins.core.charts.DistributionAreaChart
 
getKey() - Method in class org.sonar.plugins.core.charts.DistributionBarChart
 
getKey() - Method in class org.sonar.plugins.core.charts.XradarChart
 
getKey() - Method in interface org.sonar.squid.api.CodeCheck
Deprecated.  
getKey() - Method in class org.sonar.squid.api.SourceCode
 
getKey() - Method in class org.sonar.wsclient.services.Favourite
 
getKey() - Method in class org.sonar.wsclient.services.Metric
 
getKey() - Method in class org.sonar.wsclient.services.Plugin
 
getKey() - Method in class org.sonar.wsclient.services.Profile.Rule
 
getKey() - Method in class org.sonar.wsclient.services.ProjectDeleteQuery
 
getKey() - Method in class org.sonar.wsclient.services.Property
 
getKey() - Method in class org.sonar.wsclient.services.PropertyCreateQuery
 
getKey() - Method in class org.sonar.wsclient.services.PropertyDeleteQuery
 
getKey() - Method in class org.sonar.wsclient.services.PropertyQuery
 
getKey() - Method in class org.sonar.wsclient.services.PropertyUpdateQuery
 
getKey() - Method in class org.sonar.wsclient.services.Resource
 
getKey() - Method in class org.sonar.wsclient.services.Rule
 
getKey() - Method in class org.sonar.wsclient.services.UserPropertyCreateQuery
 
getKey() - Method in class org.sonar.wsclient.services.UserPropertyDeleteQuery
 
getKey() - Method in class org.sonar.wsclient.services.UserPropertyQuery
 
getKeyRegexp() - Method in class org.sonar.server.filters.Filter
 
getKeys() - Method in class org.sonar.api.utils.LocalizedMessages
 
getKeysStartingWith(String) - Method in class org.sonar.api.config.Settings
 
getKeyword() - Method in class org.sonar.plugins.design.ui.libraries.client.KeywordFilter
 
getKeywordFilter() - Method in class org.sonar.plugins.design.ui.libraries.client.Filters
 
getLabel() - Method in class org.sonar.duplications.cpd.Match
 
getLanguage() - Method in class org.sonar.api.batch.AbstractSourceImporter
 
getLanguage() - Method in interface org.sonar.api.batch.CpdMapping
 
getLanguage() - Method in class org.sonar.api.profiles.RulesProfile
 
getLanguage() - Method in class org.sonar.api.resources.Directory
 
getLanguage() - Method in class org.sonar.api.resources.File
getLanguage() - Method in class org.sonar.api.resources.JavaFile
 
getLanguage() - Method in class org.sonar.api.resources.JavaPackage
 
getLanguage() - Method in class org.sonar.api.resources.Library
 
getLanguage() - Method in class org.sonar.api.resources.Method
 
getLanguage() - Method in class org.sonar.api.resources.Project
 
getLanguage() - Method in class org.sonar.api.resources.Resource
 
getLanguage() - Method in class org.sonar.api.rules.RuleRepository
 
getLanguage() - Method in class org.sonar.api.rules.xml.Profile
Deprecated.  
getLanguage() - Method in class org.sonar.java.api.JavaClass
 
getLanguage() - Method in class org.sonar.plugins.cpd.JavaCpdMapping
 
getLanguage() - Method in class org.sonar.wsclient.services.Favourite
 
getLanguage() - Method in class org.sonar.wsclient.services.Profile
 
getLanguage() - Method in class org.sonar.wsclient.services.ProfileQuery
 
getLanguage() - Method in class org.sonar.wsclient.services.Resource
 
getLanguage() - Method in class org.sonar.wsclient.services.RuleQuery
 
getLanguageKey() - Method in class org.sonar.api.database.model.ResourceModel
 
getLanguageKey() - Method in class org.sonar.api.resources.Project
 
getLanguageKey() - Method in class org.sonar.api.web.CodeColorizerFormat
 
getLanguages() - Method in class org.sonar.server.filters.Filter
 
getLanguages() - Method in class org.sonar.server.ui.JRubyFacade
 
getLast() - Method in class org.sonar.api.database.model.Snapshot
 
getLastChild() - Method in class org.sonar.squid.api.SourceCode
 
getLastLineNumber() - Method in class org.sonar.duplications.block.Block
 
getLastRefreshDate() - Method in class org.sonar.server.plugins.UpdateCenterClient
 
getLastSnapshot(Snapshot, boolean) - Method in class org.sonar.batch.index.DefaultResourcePersister
 
getLastSnapshot(Snapshot, boolean) - Method in interface org.sonar.batch.index.ResourcePersister
The current snapshot which is flagged as "last", different then the current analysis.
getLastSnapshotId() - Method in interface org.sonar.api.batch.PurgeContext
Deprecated.  
getLastSnapshotId() - Method in class org.sonar.plugins.dbcleaner.runner.DefaultPurgeContext
Deprecated.  
getLevel() - Method in class org.sonar.api.database.model.RuleFailureModel
Deprecated. since 2.7. Replace by getPriority()
getLevel(Alert, Measure) - Static method in class org.sonar.plugins.core.sensors.AlertUtils
Get the matching alert level for the given measure
getLevelValue() - Method in class org.sonar.api.database.model.MeasureModel
 
getLibraries() - Method in class org.sonar.api.batch.bootstrap.ProjectDefinition
 
getLibraries() - Method in class org.sonar.batch.bootstrapper.ProjectDefinition
Deprecated.  
getLicense() - Method in interface org.sonar.api.platform.PluginMetadata
 
getLicense() - Method in class org.sonar.core.plugins.DefaultPluginMetadata
 
getLimit() - Method in class org.sonar.wsclient.services.ResourceQuery
 
getLimit() - Method in class org.sonar.wsclient.services.ViolationQuery
 
getLine() - Static method in class net.sourceforge.pmd.cpd.cppast.SimpleCharStream
Deprecated.  
getLine() - Method in class org.sonar.api.database.model.RuleFailureModel
 
getLine() - Method in class org.sonar.channel.CodeBuffer.Cursor
 
getLine() - Method in interface org.sonar.check.Message
Deprecated.  
getLine() - Method in class org.sonar.duplications.token.Token
 
getLine() - Method in class org.sonar.squid.api.CheckMessage
 
getLine() - Method in class org.sonar.wsclient.services.Review
 
getLine(int) - Method in class org.sonar.wsclient.services.Source
 
getLine() - Method in class org.sonar.wsclient.services.Violation
 
getLineCount(TokenEntry, Match) - Method in class net.sourceforge.pmd.cpd.Tokens
 
getLineCount() - Method in class org.sonar.duplications.cpd.Match
 
getLineEnd() - Method in class org.sonar.duplications.index.ClonePart
 
getLineId() - Method in class org.sonar.api.rules.Violation
 
getLinePosition() - Method in class org.sonar.channel.CodeBuffer
 
getLines() - Method in class org.sonar.duplications.index.ClonePart
 
getLines() - Method in class org.sonar.wsclient.services.Source
 
getLinesById() - Method in class org.sonar.wsclient.services.Source
 
getLineStart() - Method in class org.sonar.duplications.index.ClonePart
 
getLinesToCover() - Method in class org.sonar.api.measures.CoverageMeasuresBuilder
 
getLinkLabel(boolean) - Method in class org.sonar.gwt.ui.ExpandCollapseLink
 
getLocale() - Method in class org.sonar.api.charts.ChartParameters
Get the Locale
getLocale() - Method in class org.sonar.api.utils.LocalizedMessages
 
getLocale() - Method in class org.sonar.plugins.checkstyle.CheckstyleConfiguration
 
getLocale() - Method in class org.sonar.wsclient.services.AbstractQuery
Accepted-language, as defined in http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html
getLocals() - Method in class org.sonar.plugins.findbugs.xml.OrFilter
 
getLogger() - Method in class org.sonar.api.utils.TimeProfiler
 
getLogin() - Method in class org.sonar.api.database.model.User
 
getLong(String) - Method in class org.sonar.api.config.Settings
 
getLong(Object, String) - Method in class org.sonar.wsclient.gwt.GwtUtils
 
getLong(Object, String) - Method in class org.sonar.wsclient.JdkUtils
 
getLong(Object, String) - Method in class org.sonar.wsclient.services.WSUtils
 
getLong(Map, String) - Static method in class org.sonar.wsclient.unmarshallers.JsonUtils
 
getLongName() - Method in class org.sonar.api.database.model.ResourceModel
 
getLongName() - Method in class org.sonar.api.resources.Directory
 
getLongName() - Method in class org.sonar.api.resources.File
getLongName() - Method in class org.sonar.api.resources.JavaFile
getLongName() - Method in class org.sonar.api.resources.JavaPackage
getLongName() - Method in class org.sonar.api.resources.Library
 
getLongName() - Method in class org.sonar.api.resources.Method
 
getLongName() - Method in class org.sonar.api.resources.Project
 
getLongName() - Method in class org.sonar.api.resources.Resource
 
getLongName() - Method in class org.sonar.java.api.JavaClass
 
getLongName() - Method in class org.sonar.java.api.JavaMethod
 
getLongName() - Method in class org.sonar.wsclient.services.Resource
 
getMainClass() - Method in interface org.sonar.api.platform.PluginMetadata
 
getMainClass() - Method in class org.sonar.core.plugins.DefaultPluginMetadata
 
getMarkCount() - Method in class org.sonar.duplications.cpd.Match
 
getMarkSet() - Method in class org.sonar.duplications.cpd.Match
 
getMatchCode() - Method in class org.sonar.duplications.cpd.Match
 
getMatches() - Method in class org.sonar.duplications.cpd.CPD
 
getMatches() - Method in class org.sonar.duplications.cpd.MatchCollector
 
getMatchs() - Method in class org.sonar.plugins.findbugs.xml.FindBugsFilter
 
getMatrix(boolean) - Method in class org.sonar.server.plugins.UpdateCenterMatrixFactory
 
getMaven2Plugin() - Method in class org.sonar.server.platform.DefaultServerFileSystem
 
getMavenPluginHandler(Project) - Method in interface org.sonar.api.batch.maven.DependsUponMavenPlugin
 
getMavenPluginHandler(Project) - Method in class org.sonar.plugins.cobertura.CoberturaMavenInitializer
 
getMavenPluginHandler(Project) - Method in class org.sonar.plugins.jacoco.JacocoMavenInitializer
 
getMavenRepositoryUrl() - Method in class org.sonar.api.utils.ServerHttpClient
Deprecated.  
getMeasure(Metric) - Method in interface org.sonar.api.batch.DecoratorContext
Find a measure for the resource
getMeasure(Metric) - Method in class org.sonar.api.batch.DefaultFormulaData
 
getMeasure(Metric) - Method in interface org.sonar.api.batch.SensorContext
Find a project measure
getMeasure(Resource, Metric) - Method in interface org.sonar.api.batch.SensorContext
Find a measure for this project
getMeasure(Resource, Metric) - Method in class org.sonar.api.batch.SonarIndex
 
getMeasure() - Method in class org.sonar.api.database.model.MeasureData
 
getMeasure(Metric) - Method in interface org.sonar.api.measures.FormulaData
 
getMeasure(Metric) - Method in class org.sonar.batch.DefaultDecoratorContext
 
getMeasure(Metric) - Method in class org.sonar.batch.DefaultSensorContext
 
getMeasure(Resource, Metric) - Method in class org.sonar.batch.DefaultSensorContext
 
getMeasure(Resource, Metric) - Method in class org.sonar.batch.index.DefaultIndex
 
getMeasure() - Method in class org.sonar.plugins.core.hotspots.client.widget.MetricHotspot.HotspotMeasure
 
getMeasure(Metric) - Method in class org.sonar.squid.text.Source
 
getMeasure(Metric, int, int) - Method in class org.sonar.squid.text.Source
 
getMeasure(String) - Method in class org.sonar.wsclient.services.Resource
 
getMeasureCriteria() - Method in class org.sonar.server.filters.Filter
 
getMeasureData() - Method in class org.sonar.api.database.model.MeasureModel
Use getData() instead
getMeasureDate() - Method in class org.sonar.api.database.model.MeasureModel
 
getMeasureFormattedValue(String, String) - Method in class org.sonar.wsclient.services.Resource
 
getMeasureIntValue(String) - Method in class org.sonar.wsclient.services.Resource
 
getMeasures(MeasuresFilter<M>) - Method in interface org.sonar.api.batch.DecoratorContext
Never return null.
getMeasures(MeasuresFilter<M>) - Method in class org.sonar.api.batch.DefaultFormulaData
 
getMeasures(MeasuresFilter<M>) - Method in interface org.sonar.api.batch.SensorContext
All measures of the project.
getMeasures(Resource, MeasuresFilter<M>) - Method in interface org.sonar.api.batch.SensorContext
Find all measures for this project.
getMeasures(Resource, MeasuresFilter<M>) - Method in class org.sonar.api.batch.SonarIndex
 
getMeasures(TimeMachineQuery) - Method in interface org.sonar.api.batch.TimeMachine
Past measures, sorted by date.
getMeasures(MeasuresFilter<M>) - Method in interface org.sonar.api.measures.FormulaData
 
getMeasures(MeasuresFilter<M>) - Method in class org.sonar.batch.DefaultDecoratorContext
 
getMeasures(MeasuresFilter<M>) - Method in class org.sonar.batch.DefaultSensorContext
 
getMeasures(Resource, MeasuresFilter<M>) - Method in class org.sonar.batch.DefaultSensorContext
 
getMeasures(TimeMachineQuery) - Method in class org.sonar.batch.DefaultTimeMachine
 
getMeasures(MeasuresFilter<M>) - Method in class org.sonar.batch.index.Bucket
 
getMeasures(Resource, MeasuresFilter<M>) - Method in class org.sonar.batch.index.DefaultIndex
 
getMeasures() - Method in class org.sonar.wsclient.services.Resource
 
getMeasuresDao() - Method in class org.sonar.jpa.dao.DaoFacade
 
getMeasuresFields(TimeMachineQuery) - Method in interface org.sonar.api.batch.TimeMachine
Past measures sorted by date.
getMeasuresFields(TimeMachineQuery) - Method in class org.sonar.batch.DefaultTimeMachine
 
getMeasureValue(String) - Method in class org.sonar.wsclient.services.Resource
 
getMessage() - Method in exception net.sourceforge.pmd.cpd.cppast.ParseException
This method has the standard behavior when this object has been created using the standard constructors.
getMessage() - Method in error net.sourceforge.pmd.cpd.cppast.TokenMgrError
You can also modify the body of this method to customize your error messages.
getMessage() - Method in class org.sonar.api.database.model.RuleFailureModel
 
getMessage() - Method in class org.sonar.api.rules.Violation
 
getMessage() - Method in class org.sonar.plugins.emailnotifications.api.EmailMessage
 
getMessage() - Method in class org.sonar.plugins.pmd.xml.PmdRule
 
getMessage() - Method in class org.sonar.plugins.surefire.data.UnitTestResult
 
getMessage(String, String, String, Object...) - Method in class org.sonar.server.ui.JRubyFacade
 
getMessage() - Method in class org.sonar.wsclient.services.ServerSetup
 
getMessage() - Method in class org.sonar.wsclient.services.Violation
 
getMessageArguments() - Method in class org.sonar.squid.api.CheckMessage
 
getMessageId() - Method in class org.sonar.plugins.emailnotifications.api.EmailMessage
 
getMetadata() - Method in interface org.sonar.api.platform.PluginRepository
Metadata of installed plugins.
getMetadata(String) - Method in interface org.sonar.api.platform.PluginRepository
Search for an installed plugin.
getMetadata() - Method in class org.sonar.batch.bootstrap.BatchPluginRepository
 
getMetadata(String) - Method in class org.sonar.batch.bootstrap.BatchPluginRepository
 
getMetadata() - Method in class org.sonar.server.mavendeployer.Artifact
 
getMetadata() - Method in class org.sonar.server.plugins.DefaultServerPluginRepository
 
getMetadata(String) - Method in class org.sonar.server.plugins.DefaultServerPluginRepository
 
getMetadata() - Method in class org.sonar.server.plugins.PluginDeployer
 
getMetadata(String) - Method in class org.sonar.server.plugins.PluginDeployer
 
getMethod(String) - Method in class org.sonar.java.bytecode.asm.AsmClass
 
getMethodName() - Method in class org.sonar.java.signature.MethodSignature
 
getMethods() - Method in class org.sonar.java.bytecode.asm.AsmClass
 
getMethods() - Method in class org.sonar.plugins.findbugs.xml.OrFilter
 
getMetric(Metric) - Method in class org.sonar.api.database.daos.MeasuresDao
Deprecated.  
getMetric(String) - Method in class org.sonar.api.database.daos.MeasuresDao
Deprecated.  
getMetric() - Method in class org.sonar.api.measures.Measure
 
getMetric() - Method in class org.sonar.api.measures.PropertiesBuilder
 
getMetric() - Method in class org.sonar.api.profiles.Alert
 
getMetric(Metric) - Method in class org.sonar.jpa.dao.MeasuresDao
 
getMetric(String) - Method in class org.sonar.jpa.dao.MeasuresDao
 
getMetricId() - Method in class org.sonar.api.database.model.MeasureModel
 
getMetricId(Object[]) - Static method in class org.sonar.batch.components.PastMeasuresLoader
 
getMetricId() - Method in class org.sonar.jpa.entity.ManualMeasure
 
getMetricId() - Method in class org.sonar.server.filters.MeasureCriterion
 
getMetricKey() - Method in class org.sonar.api.measures.Measure
 
getMetricKey() - Method in class org.sonar.wsclient.services.ManualMeasure
 
getMetricKey() - Method in class org.sonar.wsclient.services.ManualMeasureCreateQuery
 
getMetricKey() - Method in class org.sonar.wsclient.services.ManualMeasureDeleteQuery
 
getMetricKey() - Method in class org.sonar.wsclient.services.ManualMeasureQuery
 
getMetricKey() - Method in class org.sonar.wsclient.services.Measure
 
getMetricKey() - Method in class org.sonar.wsclient.services.TimeMachineColumn
 
getMetricKeys() - Method in class org.sonar.api.batch.TimeMachineQuery
 
getMetricName() - Method in class org.sonar.gwt.ui.ViewerHeader.MeasureLabel
 
getMetricName() - Method in class org.sonar.wsclient.services.Measure
 
getMetrics() - Method in class org.sonar.api.batch.TimeMachineQuery
 
getMetrics(List<Metric>) - Method in class org.sonar.api.database.daos.MeasuresDao
Deprecated.  
getMetrics() - Method in class org.sonar.api.database.daos.MeasuresDao
Deprecated.  
getMetrics() - Static method in class org.sonar.api.measures.CoreMetrics
 
getMetrics() - Method in interface org.sonar.api.measures.Metrics
 
getMetrics() - Method in class org.sonar.batch.components.PastMeasuresLoader
 
getMetrics() - Method in class org.sonar.gwt.ui.ViewerHeader
 
getMetrics(List<Metric>) - Method in class org.sonar.jpa.dao.MeasuresDao
 
getMetrics() - Method in class org.sonar.jpa.dao.MeasuresDao
 
getMetrics() - Method in class org.sonar.plugins.core.metrics.UserManagedMetrics
 
getMetrics() - Method in class org.sonar.server.configuration.SonarConfig
 
getMetrics() - Method in class org.sonar.wsclient.services.ResourceQuery
 
getMetrics() - Method in class org.sonar.wsclient.services.TimeMachineQuery
 
getMetricsById(TimeMachineQuery) - Method in class org.sonar.batch.DefaultTimeMachine
 
getMimeType() - Method in class org.sonar.api.profiles.ProfileExporter
 
getMinimumPeriodInHours(Configuration) - Static method in class org.sonar.plugins.dbcleaner.api.PurgeUtils
 
getMinimumScopeToPersist() - Method in class org.sonar.api.measures.SumChildDistributionFormula
 
getMinimumTileSize() - Method in class org.sonar.duplications.cpd.MatchAlgorithm
 
getMode() - Method in class org.sonar.batch.components.PastSnapshot
 
getModel() - Method in class org.sonar.api.qualitymodel.Characteristic
 
getModelClass() - Method in class org.sonar.wsclient.services.CreateQuery
 
getModelClass() - Method in class org.sonar.wsclient.services.DependencyQuery
 
getModelClass() - Method in class org.sonar.wsclient.services.DependencyTreeQuery
 
getModelClass() - Method in class org.sonar.wsclient.services.EventCreateQuery
 
getModelClass() - Method in class org.sonar.wsclient.services.EventQuery
 
getModelClass() - Method in class org.sonar.wsclient.services.FavouriteCreateQuery
 
getModelClass() - Method in class org.sonar.wsclient.services.FavouriteQuery
 
getModelClass() - Method in class org.sonar.wsclient.services.ManualMeasureCreateQuery
 
getModelClass() - Method in class org.sonar.wsclient.services.ManualMeasureQuery
 
getModelClass() - Method in class org.sonar.wsclient.services.MetricQuery
 
getModelClass() - Method in class org.sonar.wsclient.services.ProfileQuery
 
getModelClass() - Method in class org.sonar.wsclient.services.PropertyCreateQuery
 
getModelClass() - Method in class org.sonar.wsclient.services.PropertyQuery
 
getModelClass() - Method in class org.sonar.wsclient.services.PropertyUpdateQuery
 
getModelClass() - Method in class org.sonar.wsclient.services.Query
 
getModelClass() - Method in class org.sonar.wsclient.services.ResourceQuery
 
getModelClass() - Method in class org.sonar.wsclient.services.ReviewCreateQuery
 
getModelClass() - Method in class org.sonar.wsclient.services.ReviewQuery
 
getModelClass() - Method in class org.sonar.wsclient.services.ReviewUpdateQuery
 
getModelClass() - Method in class org.sonar.wsclient.services.RuleQuery
 
getModelClass() - Method in class org.sonar.wsclient.services.ServerQuery
 
getModelClass() - Method in class org.sonar.wsclient.services.ServerSetupQuery
 
getModelClass() - Method in class org.sonar.wsclient.services.SourceQuery
 
getModelClass() - Method in class org.sonar.wsclient.services.TimeMachineQuery
 
getModelClass() - Method in class org.sonar.wsclient.services.UpdateCenterQuery
 
getModelClass() - Method in class org.sonar.wsclient.services.UpdateQuery
 
getModelClass() - Method in class org.sonar.wsclient.services.UserPropertyCreateQuery
 
getModelClass() - Method in class org.sonar.wsclient.services.UserPropertyQuery
 
getModelClass() - Method in class org.sonar.wsclient.services.ViolationQuery
 
getModelName() - Method in class org.sonar.wsclient.services.TimeMachineColumn
 
getModeParameter() - Method in class org.sonar.batch.components.PastSnapshot
 
getModules() - Method in class org.sonar.api.resources.Project
 
getModules() - Method in class org.sonar.batch.bootstrapper.ProjectDefinition
Deprecated.  
getMoreButton() - Method in class org.sonar.gwt.ui.SourcePanel
 
getName() - Method in class org.sonar.api.batch.bootstrap.ProjectDefinition
 
getName() - Method in class org.sonar.api.batch.Event
 
getName() - Method in class org.sonar.api.database.model.ResourceModel
 
getName() - Method in class org.sonar.api.database.model.User
 
getName() - Method in class org.sonar.api.measures.Metric
 
getName() - Method in interface org.sonar.api.platform.PluginMetadata
 
getName() - Method in interface org.sonar.api.Plugin
Deprecated. since 2.2. The name must be set in the manifest.
getName() - Method in class org.sonar.api.profiles.ProfileExporter
 
getName() - Method in class org.sonar.api.profiles.ProfileImporter
 
getName() - Method in class org.sonar.api.profiles.RulesProfile
 
getName() - Method in class org.sonar.api.qualitymodel.Characteristic
 
getName() - Method in class org.sonar.api.qualitymodel.Model
 
getName() - Method in class org.sonar.api.qualitymodel.ModelDefinition
 
getName() - Method in class org.sonar.api.resources.AbstractLanguage
For example "Java"
getName() - Method in class org.sonar.api.resources.Directory
 
getName() - Method in class org.sonar.api.resources.File
getName() - Method in class org.sonar.api.resources.JavaFile
getName() - Method in class org.sonar.api.resources.JavaPackage
getName() - Method in interface org.sonar.api.resources.Language
For example "Java"
getName() - Method in class org.sonar.api.resources.Library
 
getName() - Method in class org.sonar.api.resources.Method
 
getName() - Method in class org.sonar.api.resources.Project
 
getName() - Method in class org.sonar.api.resources.ProjectLink
 
getName() - Method in class org.sonar.api.resources.Resource
 
getName() - Method in class org.sonar.api.rules.Rule
 
getName() - Method in class org.sonar.api.rules.RuleRepository
 
getName(boolean) - Method in class org.sonar.api.rules.RuleRepository
 
getName() - Method in class org.sonar.api.rules.RulesCategory
Deprecated.  
getName() - Method in class org.sonar.api.rules.xml.Profile
Deprecated.  
getName() - Method in class org.sonar.api.rules.xml.Property
Deprecated.  
getName() - Method in class org.sonar.api.SonarPlugin
 
getName(String, String, Locale) - Method in class org.sonar.core.i18n.RuleI18nManager
 
getName() - Method in class org.sonar.core.plugins.DefaultPluginMetadata
 
getName() - Method in class org.sonar.java.api.JavaClass
 
getName() - Method in class org.sonar.java.api.JavaMethod
 
getName() - Method in class org.sonar.java.bytecode.asm.AsmField
 
getName() - Method in class org.sonar.java.bytecode.asm.AsmMethod
 
getName() - Method in class org.sonar.persistence.model.Rule
 
getName() - Method in class org.sonar.plugins.design.ui.lcom4.client.Data.Entity
 
getName() - Method in class org.sonar.plugins.design.ui.page.client.DsmData.Row
 
getName() - Method in class org.sonar.plugins.findbugs.xml.ClassFilter
 
getName() - Method in class org.sonar.plugins.findbugs.xml.FieldFilter
 
getName() - Method in class org.sonar.plugins.findbugs.xml.LocalFilter
 
getName() - Method in class org.sonar.plugins.findbugs.xml.MethodFilter
 
getName() - Method in class org.sonar.plugins.findbugs.xml.PackageFilter
 
getName() - Method in class org.sonar.plugins.pmd.xml.PmdProperty
 
getName() - Method in class org.sonar.plugins.pmd.xml.PmdRule
 
getName() - Method in class org.sonar.plugins.surefire.data.UnitTestResult
 
getName() - Method in class org.sonar.squid.api.SourceCode
 
getName() - Method in enum org.sonar.squid.measures.Metric
 
getName() - Method in interface org.sonar.squid.measures.MetricDef
 
getName() - Method in class org.sonar.wsclient.services.Event
 
getName() - Method in class org.sonar.wsclient.services.Favourite
 
getName() - Method in class org.sonar.wsclient.services.Metric
 
getName() - Method in class org.sonar.wsclient.services.Plugin
 
getName() - Method in class org.sonar.wsclient.services.Profile
 
getName() - Method in class org.sonar.wsclient.services.ProfileQuery
 
getName() - Method in class org.sonar.wsclient.services.Resource
 
getName(boolean) - Method in class org.sonar.wsclient.services.Resource
 
getName() - Method in class org.sonar.wsclient.services.RuleParam
 
getNameProperty() - Method in class org.sonar.core.i18n.RuleI18nManager.RuleKey
 
getNameRegexp() - Method in class org.sonar.server.filters.Filter
 
getNativeIdentifierGeneratorClass() - Method in class org.sonar.jpa.dialect.Derby.DerbyWithDecimalDialect
To be compliant with Oracle, we define on each model (ch.hortis.sonar.model classes) a sequence generator.
getNativeIdentifierGeneratorClass() - Method in class org.sonar.jpa.dialect.Oracle.Oracle10gWithDecimalDialect
 
getNativeIdentifierGeneratorClass() - Method in class org.sonar.jpa.dialect.PostgreSql.PostgreSQLWithDecimalDialect
 
getNewConditionsToCoverMetric() - Method in class org.sonar.plugins.core.timemachine.AbstractNewCoverageFileAnalyzer
 
getNewConditionsToCoverMetric() - Method in class org.sonar.plugins.core.timemachine.NewCoverageFileAnalyzer
 
getNewConditionsToCoverMetric() - Method in class org.sonar.plugins.core.timemachine.NewItCoverageFileAnalyzer
 
getNewLinesToCoverMetric() - Method in class org.sonar.plugins.core.timemachine.AbstractNewCoverageFileAnalyzer
 
getNewLinesToCoverMetric() - Method in class org.sonar.plugins.core.timemachine.NewCoverageFileAnalyzer
 
getNewLinesToCoverMetric() - Method in class org.sonar.plugins.core.timemachine.NewItCoverageFileAnalyzer
 
getNewSeverity() - Method in class org.sonar.api.rules.ActiveRuleChange
 
getNewUncoveredConditionsMetric() - Method in class org.sonar.plugins.core.timemachine.AbstractNewCoverageFileAnalyzer
 
getNewUncoveredConditionsMetric() - Method in class org.sonar.plugins.core.timemachine.NewCoverageFileAnalyzer
 
getNewUncoveredConditionsMetric() - Method in class org.sonar.plugins.core.timemachine.NewItCoverageFileAnalyzer
 
getNewUncoveredLinesMetric() - Method in class org.sonar.plugins.core.timemachine.AbstractNewCoverageFileAnalyzer
 
getNewUncoveredLinesMetric() - Method in class org.sonar.plugins.core.timemachine.NewCoverageFileAnalyzer
 
getNewUncoveredLinesMetric() - Method in class org.sonar.plugins.core.timemachine.NewItCoverageFileAnalyzer
 
getNewValue() - Method in class org.sonar.api.rules.ActiveRuleParamChange
 
getNextToken() - Static method in class net.sourceforge.pmd.cpd.cppast.CPPParserTokenManager
Get the next Token.
getNoSonarTagLines() - Method in class org.sonar.squid.api.SourceFile
 
getNoSonarTagLines() - Method in class org.sonar.squid.text.Source
 
getNotification() - Method in class org.sonar.jpa.entity.NotificationQueueElement
 
getNumberOfChildren() - Method in class org.sonar.java.bytecode.asm.AsmClass
 
getNumberOfIncomingEdges(int, int, int) - Method in class org.sonar.graph.Dsm
 
getNumberOfLoops() - Method in class org.sonar.graph.IncrementalCyclesAndFESSolver
 
getNumberOfLoops() - Method in class org.sonar.graph.MinimumFeedbackEdgeSetSolver
 
getNumberOfOutgoingEdges(int, int, int) - Method in class org.sonar.graph.Dsm
 
getNumberOfRootFromNodes() - Method in class org.sonar.squid.api.SourceCodeEdge
 
getObject() - Method in class org.sonar.api.utils.dag.Node
 
getObjectInternalName(Type) - Static method in class org.sonar.java.bytecode.asm.AsmType
 
getOccurences() - Method in class org.sonar.graph.FeedbackEdge
 
getOldSeverity() - Method in class org.sonar.api.rules.ActiveRuleChange
 
getOldValue() - Method in class org.sonar.api.rules.ActiveRuleParamChange
 
getOperator() - Method in class net.sourceforge.pmd.util.filter.AbstractCompoundFilter
 
getOperator() - Method in class net.sourceforge.pmd.util.filter.AndFilter
 
getOperator() - Method in class net.sourceforge.pmd.util.filter.OrFilter
 
getOperator() - Method in class org.sonar.api.profiles.Alert
 
getOperator() - Method in class org.sonar.server.filters.DateCriterion
 
getOperator() - Method in class org.sonar.server.filters.MeasureCriterion
 
getOrder() - Method in class org.sonar.api.qualitymodel.Characteristic
 
getOrder() - Method in class org.sonar.api.utils.dag.Node
 
getOrganization() - Method in interface org.sonar.api.platform.PluginMetadata
 
getOrganization() - Method in class org.sonar.core.plugins.DefaultPluginMetadata
 
getOrganizationUrl() - Method in interface org.sonar.api.platform.PluginMetadata
 
getOrganizationUrl() - Method in class org.sonar.core.plugins.DefaultPluginMetadata
 
getOrigin() - Method in class org.sonar.api.measures.Metric
 
getOriginPart() - Method in class org.sonar.duplications.index.CloneGroup
 
getOrs() - Method in class org.sonar.plugins.findbugs.xml.Match
 
getOutgoingDependencies() - Method in interface org.sonar.api.batch.DecoratorContext
 
getOutgoingDependencies(Resource) - Method in interface org.sonar.api.batch.SensorContext
 
getOutgoingDependencies(Resource) - Method in class org.sonar.api.batch.SonarIndex
 
getOutgoingDependencies() - Method in class org.sonar.batch.DefaultDecoratorContext
 
getOutgoingDependencies(Resource) - Method in class org.sonar.batch.DefaultSensorContext
 
getOutgoingEdges(Resource) - Method in class org.sonar.batch.index.DefaultIndex
 
getOutgoingEdges(V) - Method in class org.sonar.graph.DirectedGraph
 
getOutgoingEdges(V) - Method in interface org.sonar.graph.DirectedGraphAccessor
 
getOutgoingEdges() - Method in class org.sonar.java.bytecode.asm.AsmResource
 
getOutgoingEdges(SourceCode) - Method in class org.sonar.squid.Squid
 
getOutput() - Method in class org.sonar.channel.CodeReaderFilter
Returns the output object.
getOutput() - Method in class org.sonar.wsclient.services.ReviewQuery
 
getOutput() - Method in class org.sonar.wsclient.services.ViolationQuery
 
getPackageName() - Method in class org.sonar.java.api.JavaClass
 
getPackages() - Method in class org.sonar.plugins.findbugs.xml.OrFilter
 
getPackaging() - Method in class org.sonar.api.resources.Project
Deprecated. in 2.8. See http://jira.codehaus.org/browse/SONAR-2341
getPage(String) - Method in class org.sonar.server.ui.JRubyFacade
 
getPage(String) - Method in class org.sonar.server.ui.Views
 
getPages() - Static method in class org.sonar.server.ui.DefaultPages
 
getPages(String, String, String, String) - Method in class org.sonar.server.ui.JRubyFacade
 
getPages(String) - Method in class org.sonar.server.ui.Views
 
getPages(String, String, String, String) - Method in class org.sonar.server.ui.Views
 
getPagesForMetric(String, String, String, String, String) - Method in class org.sonar.server.ui.Views
 
getPageWidth() - Static method in class org.sonar.gwt.Utils
 
getParam(String) - Method in class org.sonar.api.rules.Rule
 
getParamDescription(String, String, String, Locale) - Method in class org.sonar.core.i18n.RuleI18nManager
 
getParameter(String) - Method in class org.sonar.api.batch.maven.MavenPlugin
Gets a parameter of the plugin based on its key
getParameter(String) - Method in class org.sonar.api.rules.ActiveRule
 
getParameter(String) - Static method in class org.sonar.gwt.Configuration
 
getParameter(String, String) - Static method in class org.sonar.gwt.Configuration
 
getParameter(String) - Method in class org.sonar.wsclient.services.Profile.Rule
 
getParameterKeys() - Static method in class org.sonar.gwt.Configuration
 
getParameters(String) - Method in class org.sonar.api.batch.maven.MavenPlugin
Gets a list of parameters of the plugin from a param key
getParameters() - Method in class org.sonar.wsclient.services.Profile.Rule
 
getParams() - Method in class org.sonar.api.rules.Rule
 
getParams() - Method in class org.sonar.plugins.findbugs.xml.MethodFilter
 
getParams() - Method in class org.sonar.wsclient.services.Rule
 
getParent() - Method in class org.sonar.api.batch.bootstrap.ProjectDefinition
 
getParent(Resource) - Method in interface org.sonar.api.batch.SensorContext
 
getParent(Resource) - Method in class org.sonar.api.batch.SonarIndex
 
getParent() - Method in class org.sonar.api.design.Dependency
 
getParent() - Method in class org.sonar.api.platform.ComponentContainer
 
getParent(String) - Method in class org.sonar.api.qualitymodel.Characteristic
 
getParent() - Method in class org.sonar.api.resources.Directory
 
getParent() - Method in class org.sonar.api.resources.File
The parent is used to build the resources tree, for example for relations between classes, packages and projects.
getParent() - Method in class org.sonar.api.resources.JavaFile
The parent is used to build the resources tree, for example for relations between classes, packages and projects.
getParent() - Method in class org.sonar.api.resources.JavaPackage
The parent is used to build the resources tree, for example for relations between classes, packages and projects.
getParent() - Method in class org.sonar.api.resources.Library
 
getParent() - Method in class org.sonar.api.resources.Method
 
getParent() - Method in class org.sonar.api.resources.Project
 
getParent() - Method in class org.sonar.api.resources.Resource
The parent is used to build the resources tree, for example for relations between classes, packages and projects.
getParent() - Method in class org.sonar.api.rules.Rule
 
getParent(Resource) - Method in class org.sonar.batch.DefaultSensorContext
 
getParent() - Method in class org.sonar.batch.index.Bucket
 
getParent(Resource) - Method in class org.sonar.batch.index.DefaultIndex
 
getParent() - Method in class org.sonar.java.api.JavaClass
 
getParent() - Method in class org.sonar.java.api.JavaMethod
 
getParent() - Method in class org.sonar.java.bytecode.asm.AsmResource
 
getParent(Class<SOURCECODE>) - Method in class org.sonar.squid.api.SourceCode
 
getParent() - Method in class org.sonar.squid.api.SourceCode
 
getParent() - Method in class org.sonar.squid.api.SourceCodeEdge
 
getParentDependencyId() - Method in class org.sonar.api.design.DependencyDto
 
getParentId() - Method in class org.sonar.api.database.model.Snapshot
 
getParentId() - Method in class org.sonar.wsclient.services.DependencyQuery
 
getParentName() - Method in class org.sonar.api.profiles.RulesProfile
For internal use only.
getParentName() - Method in class org.sonar.wsclient.services.Profile
 
getParents() - Method in class org.sonar.api.qualitymodel.Characteristic
 
getParticularClass() - Method in class org.sonar.plugins.findbugs.xml.Match
 
getParticularField() - Method in class org.sonar.plugins.findbugs.xml.Match
 
getParticularLocal() - Method in class org.sonar.plugins.findbugs.xml.Match
 
getParticularMethod() - Method in class org.sonar.plugins.findbugs.xml.Match
 
getParticularPackage() - Method in class org.sonar.plugins.findbugs.xml.Match
 
getPassword() - Method in class org.sonar.wsclient.Host
 
getPastMeasures(Resource, PastSnapshot) - Method in class org.sonar.batch.components.PastMeasuresLoader
 
getPastMeasures(String, Snapshot) - Method in class org.sonar.batch.components.PastMeasuresLoader
 
getPath() - Method in class org.sonar.api.database.model.Snapshot
 
getPathsToInternalDeps() - Method in class org.sonar.core.plugins.DefaultPluginMetadata
 
getPattern() - Method in class org.sonar.plugins.findbugs.xml.Bug
 
getPatternLevels(FindbugsLevelUtils) - Method in class org.sonar.plugins.findbugs.xml.FindBugsFilter
 
getPercentPonderatedValue(Double, Double, Double) - Method in class org.sonar.plugins.core.hotspots.client.widget.AbstractHotspot
 
getPeriod1Date() - Method in class org.sonar.api.database.model.Snapshot
 
getPeriod1Date() - Method in class org.sonar.wsclient.services.Resource
 
getPeriod1Mode() - Method in class org.sonar.api.database.model.Snapshot
 
getPeriod1Mode() - Method in class org.sonar.wsclient.services.Resource
 
getPeriod1Param() - Method in class org.sonar.api.database.model.Snapshot
 
getPeriod1Param() - Method in class org.sonar.wsclient.services.Resource
 
getPeriod2Date() - Method in class org.sonar.api.database.model.Snapshot
 
getPeriod2Date() - Method in class org.sonar.wsclient.services.Resource
 
getPeriod2Mode() - Method in class org.sonar.api.database.model.Snapshot
 
getPeriod2Mode() - Method in class org.sonar.wsclient.services.Resource
 
getPeriod2Param() - Method in class org.sonar.api.database.model.Snapshot
 
getPeriod2Param() - Method in class org.sonar.wsclient.services.Resource
 
getPeriod3Date() - Method in class org.sonar.api.database.model.Snapshot
 
getPeriod3Date() - Method in class org.sonar.wsclient.services.Resource
 
getPeriod3Mode() - Method in class org.sonar.api.database.model.Snapshot
 
getPeriod3Mode() - Method in class org.sonar.wsclient.services.Resource
 
getPeriod3Param() - Method in class org.sonar.api.database.model.Snapshot
 
getPeriod3Param() - Method in class org.sonar.wsclient.services.Resource
 
getPeriod4Date() - Method in class org.sonar.api.database.model.Snapshot
 
getPeriod4Date() - Method in class org.sonar.wsclient.services.Resource
 
getPeriod4Mode() - Method in class org.sonar.api.database.model.Snapshot
 
getPeriod4Mode() - Method in class org.sonar.wsclient.services.Resource
 
getPeriod4Param() - Method in class org.sonar.api.database.model.Snapshot
 
getPeriod4Param() - Method in class org.sonar.wsclient.services.Resource
 
getPeriod5Date() - Method in class org.sonar.api.database.model.Snapshot
 
getPeriod5Date() - Method in class org.sonar.wsclient.services.Resource
 
getPeriod5Mode() - Method in class org.sonar.api.database.model.Snapshot
 
getPeriod5Mode() - Method in class org.sonar.wsclient.services.Resource
 
getPeriod5Param() - Method in class org.sonar.api.database.model.Snapshot
 
getPeriod5Param() - Method in class org.sonar.wsclient.services.Resource
 
getPeriodDate(int) - Method in class org.sonar.api.database.model.Snapshot
 
getPeriodIndex() - Method in class org.sonar.server.filters.Filter
 
getPeriodMode(int) - Method in class org.sonar.api.database.model.Snapshot
 
getPeriodModeParameter(int) - Method in class org.sonar.api.database.model.Snapshot
 
getPermanentId() - Method in class org.sonar.api.database.model.RuleFailureModel
 
getPermanentServerId() - Method in class org.sonar.api.platform.Server
 
getPermanentServerId() - Method in class org.sonar.batch.ServerMetadata
 
getPermanentServerId() - Method in class org.sonar.server.platform.ServerImpl
 
getPersistenceMode() - Method in class org.sonar.api.measures.Measure
Gets the persistence mode of the measure.
getPhaseClasses(boolean) - Static method in class org.sonar.batch.phases.Phases
 
getPicoContainer() - Method in class org.sonar.api.platform.ComponentContainer
Warning - do not use.
getPicoContainer() - Method in class org.sonar.api.utils.IocContainer
Deprecated.  
getPlot(ChartParameters) - Method in class org.sonar.api.charts.AbstractChart
 
getPlot(ChartParameters) - Method in class org.sonar.plugins.core.charts.DistributionAreaChart
 
getPlot(ChartParameters) - Method in class org.sonar.plugins.core.charts.DistributionBarChart
 
getPlot(ChartParameters) - Method in class org.sonar.plugins.core.charts.XradarChart
 
getPlugin() - Method in class org.sonar.api.batch.maven.MavenPlugin
 
getPlugin(MavenProject, String, String) - Static method in class org.sonar.api.batch.maven.MavenPlugin
Returns a plugin from a pom based on its group id and artifact id

getPlugin(Collection<Plugin>, String, String) - Static method in class org.sonar.api.batch.maven.MavenUtils
Queries a collection of plugins based on a group id and an artifact id and returns the plugin if it exists
getPlugin(String) - Method in interface org.sonar.api.platform.PluginRepository
 
getPlugin(String) - Method in class org.sonar.api.Plugins
Deprecated. Returns a plugin based on its key
getPlugin(String) - Method in class org.sonar.batch.bootstrap.BatchPluginRepository
 
getPlugin(String) - Method in class org.sonar.server.plugins.DefaultServerPluginRepository
 
getPlugin() - Method in class org.sonar.server.plugins.PluginUpdate
 
getPluginDownloads() - Method in class org.sonar.server.ui.JRubyFacade
 
getPluginExtensions() - Method in class org.sonar.server.platform.DefaultServerFileSystem
 
getPluginExtensionsDir() - Method in class org.sonar.server.platform.DefaultServerFileSystem
 
getPluginExtensionsDir(String) - Method in class org.sonar.server.platform.DefaultServerFileSystem
 
getPluginExtensionXml(String) - Method in class org.sonar.server.platform.DefaultServerFileSystem
 
getPluginFilename() - Method in class org.sonar.core.plugins.RemotePlugin
 
getPluginIndex() - Method in class org.sonar.server.platform.DefaultServerFileSystem
 
getPluginKey(HttpServletRequest) - Method in class org.sonar.server.plugins.StaticResourcesServlet
 
getPluginKeyAndResourcePath(HttpServletRequest) - Method in class org.sonar.server.plugins.StaticResourcesServlet
 
getPluginName() - Method in class org.sonar.api.rules.ActiveRule
Deprecated. since 2.3 use ActiveRule.getRepositoryKey() instead
getPluginName() - Method in class org.sonar.api.rules.Rule
Deprecated. since 2.5 use Rule.getRepositoryKey() instead
getPluginRule(String, String) - Method in class org.sonar.api.rules.DefaultRulesManager
Deprecated. Gets a rule belonging to a defined plugin based on its key
getPluginRule(String, String) - Method in class org.sonar.api.rules.RulesManager
Deprecated. Gets a rule belonging to a defined plugin based on its key
getPluginRulesIndexedByKey(String) - Method in class org.sonar.api.rules.DefaultRulesManager
Deprecated. Gets a list of rules indexed by their key for a given plugin
getPlugins() - Method in interface org.sonar.api.platform.PluginRepository
 
getPlugins() - Method in class org.sonar.api.Plugins
Deprecated. Gives a collection of available plugins in the Sonar instance
getPlugins() - Method in class org.sonar.batch.bootstrap.BatchPluginRepository
 
getPlugins() - Method in class org.sonar.server.plugins.DefaultServerPluginRepository
 
getPluginsByKey() - Method in class org.sonar.batch.bootstrap.BatchPluginRepository
 
getPluginsByMetadata() - Method in class org.sonar.batch.bootstrap.BatchPluginRepository
 
getPluginsMetadata() - Method in class org.sonar.server.ui.JRubyFacade
 
getPluginsToUpgrade() - Method in class org.sonar.server.plugins.SonarUpdate
 
getPluginUninstalls() - Method in class org.sonar.server.ui.JRubyFacade
 
getPmdRules() - Method in class org.sonar.plugins.pmd.xml.PmdRuleset
 
getPom() - Method in class org.sonar.api.resources.Project
Deprecated. since 2.5. See http://jira.codehaus.org/browse/SONAR-2011 , MavenProject can be retrieved as an IoC dependency
getPom() - Method in class org.sonar.server.mavendeployer.Artifact
 
getPrefix() - Method in class org.sonar.plugins.emailnotifications.EmailConfiguration
 
getPreviousCursor() - Method in class org.sonar.channel.CodeReader
 
getPreviousSnapshotId() - Method in interface org.sonar.api.batch.PurgeContext
Deprecated.  
getPreviousSnapshotId() - Method in interface org.sonar.plugins.dbcleaner.api.PurgeContext
Can be null
getPreviousSnapshotId() - Method in class org.sonar.plugins.dbcleaner.runner.DefaultPurgeContext
 
getPriorities() - Method in class org.sonar.wsclient.services.ViolationQuery
Deprecated. since 2.5 use ViolationQuery.getSeverities() instead. See http://jira.codehaus.org/browse/SONAR-1829
getPriority() - Method in class org.sonar.api.database.model.RuleFailureModel
 
getPriority() - Method in class org.sonar.api.rules.ActiveRule
Deprecated. since 2.5 use ActiveRule.getSeverity() instead. See http://jira.codehaus.org/browse/SONAR-1829
getPriority() - Method in class org.sonar.api.rules.Rule
Deprecated. since 2.5 use Rule.getSeverity() instead. See http://jira.codehaus.org/browse/SONAR-1829
getPriority() - Method in class org.sonar.api.rules.Violation
Deprecated. since 2.5 use Violation.getSeverity() instead. See http://jira.codehaus.org/browse/SONAR-1829
getPriority() - Method in class org.sonar.api.rules.xml.Rule
Deprecated.  
getPriority() - Method in class org.sonar.plugins.findbugs.xml.Match
 
getPriority() - Method in class org.sonar.plugins.pmd.xml.PmdRule
 
getPriority() - Method in class org.sonar.wsclient.services.Violation
Deprecated. since 2.5 use Violation.getSeverity() instead. See http://jira.codehaus.org/browse/SONAR-1829
getPriorityWeights(Configuration) - Static method in class org.sonar.api.rules.RuleUtils
Gets a Map containing the weights defined in the settings Default value is used when the property is not set (see property key and default value in the class CoreProperties)
getProfile(String, String) - Method in class org.sonar.jpa.dao.ProfilesDao
 
getProfile() - Method in class org.sonar.wsclient.services.RuleQuery
 
getProfileExporter(String) - Method in class org.sonar.server.rules.ProfilesConsole
 
getProfileExporterMimeType(String) - Method in class org.sonar.server.ui.JRubyFacade
 
getProfileExportersForLanguage(String) - Method in class org.sonar.server.rules.ProfilesConsole
 
getProfileExportersForLanguage(String) - Method in class org.sonar.server.ui.JRubyFacade
 
getProfileImporter(String) - Method in class org.sonar.server.rules.ProfilesConsole
 
getProfileImportersForLanguage(String) - Method in class org.sonar.server.rules.ProfilesConsole
 
getProfileImportersForLanguage(String) - Method in class org.sonar.server.ui.JRubyFacade
 
getProfiles() - Method in class org.sonar.server.configuration.SonarConfig
 
getProfilesDao() - Method in class org.sonar.jpa.dao.DaoFacade
 
getProfileVersion() - Method in class org.sonar.api.rules.ActiveRuleChange
 
getProject() - Method in interface org.sonar.api.batch.DecoratorContext
 
getProject() - Method in interface org.sonar.api.batch.events.ProjectAnalysisHandler.ProjectAnalysisEvent
 
getProject() - Method in class org.sonar.api.batch.SonarIndex
 
getProject() - Method in class org.sonar.batch.DefaultDecoratorContext
 
getProject() - Method in class org.sonar.batch.DefaultSensorContext
 
getProject() - Method in class org.sonar.batch.index.DefaultIndex
 
getProject() - Method in interface org.sonar.plugins.dbcleaner.api.PurgeContext
 
getProject() - Method in class org.sonar.plugins.dbcleaner.runner.DefaultPurgeContext
 
getProject() - Method in class org.sonar.squid.Squid
 
getProjectDefinition(Project) - Method in class org.sonar.batch.ProjectTree
 
getProjectId() - Method in class org.sonar.api.database.model.MeasureModel
 
getProjectId(Object) - Method in class org.sonar.server.filters.FilterResult
 
getProjectIdIndex() - Method in class org.sonar.server.filters.FilterResult
 
getProjectKeysOrIds() - Method in class org.sonar.wsclient.services.ReviewQuery
 
getProjectLink(String) - Method in class org.sonar.api.database.model.ResourceModel
 
getProjectLinks() - Method in class org.sonar.api.database.model.ResourceModel
Only available at project level.
getProjectPastSnapshots() - Method in class org.sonar.batch.components.TimeMachineConfiguration
 
getProjectProperties(DatabaseSessionFactory, String) - Static method in class org.sonar.core.config.ConfigurationUtils
 
getProjects() - Method in class org.sonar.api.batch.bootstrap.ProjectReactor
 
getProjects() - Method in class org.sonar.api.profiles.RulesProfile
 
getProjects() - Method in class org.sonar.batch.ProjectTree
 
getProjectSnapshot() - Method in class org.sonar.batch.components.PastSnapshot
 
getProjectSnapshotId() - Method in class org.sonar.api.design.DependencyDto
 
getProjectSnapshotId() - Method in class org.sonar.jpa.entity.DuplicationBlock
 
getProjectSnapshotId() - Method in class org.sonar.persistence.model.DuplicationUnit
 
getProperties() - Method in class org.sonar.api.batch.bootstrap.ProjectDefinition
 
getProperties() - Method in class org.sonar.api.config.PropertyDefinitions
 
getProperties() - Method in class org.sonar.api.config.Settings
 
getProperties(Plugin) - Method in interface org.sonar.api.platform.PluginRepository
 
getProperties(Plugin) - Method in class org.sonar.api.Plugins
Deprecated. Returns the list of properties of a plugin
getProperties() - Method in class org.sonar.api.qualitymodel.Characteristic
 
getProperties() - Method in class org.sonar.api.rules.xml.Rule
Deprecated.  
getProperties(Plugin) - Method in class org.sonar.batch.bootstrap.BatchPluginRepository
 
getProperties() - Method in class org.sonar.batch.bootstrapper.ProjectDefinition
Deprecated.  
getProperties() - Method in class org.sonar.persistence.DefaultDatabase
 
getProperties() - Method in class org.sonar.plugins.pmd.xml.PmdRule
 
getProperties() - Method in class org.sonar.server.configuration.SonarConfig
 
getProperties(Plugin) - Method in class org.sonar.server.plugins.DefaultServerPluginRepository
 
getProperty(String) - Method in class org.sonar.api.config.PropertyDefinitions
 
getProperty(String) - Method in class org.sonar.api.qualitymodel.Characteristic
 
getProperty(String) - Method in class org.sonar.api.resources.Project
 
getProperty(String) - Method in class org.sonar.plugins.pmd.xml.PmdRule
 
getPropertyDefinitions() - Method in class org.sonar.server.ui.JRubyFacade
 
getPropertyFieldKey(Field) - Static method in class org.sonar.check.AnnotationIntrospector
Deprecated.  
getPropertyFields(Class) - Static method in class org.sonar.check.AnnotationIntrospector
Deprecated.  
getPropertyTextValue(String, String) - Method in class org.sonar.api.qualitymodel.Characteristic
 
getPropertyValue(String, Double) - Method in class org.sonar.api.qualitymodel.Characteristic
 
getPropertyValues(ClassLoader, String) - Static method in class org.sonar.api.utils.ManifestUtils
Search for a property in all the manifests found in the classloader
getProps() - Method in class org.sonar.api.measures.PropertiesBuilder
 
getProvided() - Method in class org.sonar.api.profiles.RulesProfile
 
getProxySynthesis(URI) - Method in class org.sonar.api.utils.HttpDownloader
 
getQualifier() - Method in class org.sonar.api.database.model.ResourceModel
 
getQualifier() - Method in class org.sonar.api.database.model.Snapshot
 
getQualifier() - Method in class org.sonar.api.resources.Directory
 
getQualifier() - Method in class org.sonar.api.resources.File
Returns the qualifier associated to this File.
getQualifier() - Method in class org.sonar.api.resources.JavaFile
 
getQualifier() - Method in class org.sonar.api.resources.JavaPackage
 
getQualifier() - Method in class org.sonar.api.resources.Library
 
getQualifier() - Method in class org.sonar.api.resources.Method
 
getQualifier() - Method in class org.sonar.api.resources.Project
 
getQualifier() - Method in class org.sonar.api.resources.Resource
 
getQualifier() - Method in class org.sonar.batch.components.PastSnapshot
 
getQualifier() - Method in class org.sonar.java.api.JavaClass
 
getQualifier() - Method in class org.sonar.plugins.design.ui.lcom4.client.Data.Entity
 
getQualifier() - Method in class org.sonar.plugins.design.ui.page.client.DsmData.Row
 
getQualifier() - Method in class org.sonar.wsclient.services.Favourite
 
getQualifier() - Method in class org.sonar.wsclient.services.Resource
 
getQualifiers() - Method in class org.sonar.server.filters.Filter
 
getQualifiers() - Method in class org.sonar.wsclient.services.ResourceQuery
 
getQualifiers() - Method in class org.sonar.wsclient.services.ViolationQuery
 
getQualitative() - Method in class org.sonar.api.measures.Metric
 
getQuotientMetric() - Method in class org.sonar.api.batch.AbstractDivisionDecorator
 
getReader() - Method in class net.sourceforge.pmd.cpd.SourceCode.CodeLoader
 
getReader() - Method in class net.sourceforge.pmd.cpd.SourceCode.FileCodeLoader
 
getReader() - Method in class net.sourceforge.pmd.cpd.SourceCode.StringCodeLoader
 
getReader() - Method in class org.sonar.channel.CodeReaderFilter
Returns the reader from which this class reads the character stream.
getReader() - Method in class org.sonar.duplications.cpd.FileCodeLoaderWithoutCache
 
getRef() - Method in class org.sonar.plugins.pmd.xml.PmdRule
 
getRegex() - Method in class net.sourceforge.pmd.util.filter.RegexStringFilter
 
getRelativeDirectory(InputFile) - Static method in class org.sonar.api.resources.InputFileUtils
Extract the directory from relative path.
getRelativePath(File, File) - Static method in class org.sonar.api.resources.DefaultProjectFileSystem
Deprecated. getRelativePath("c:/foo/src/my/package/Hello.java", "c:/foo/src") is "my/package/Hello.java"
getRelativePath(File, List<File>) - Static method in class org.sonar.api.resources.DefaultProjectFileSystem
Deprecated. getRelativePath("c:/foo/src/my/package/Hello.java", ["c:/bar", "c:/foo/src"]) is "my/package/Hello.java".
getRelativePath() - Method in interface org.sonar.api.resources.InputFile
Path relative to basedir.
getRelativeWeight() - Method in class org.sonar.graph.FeedbackEdge
 
getRelease() - Method in class org.sonar.server.plugins.PluginUpdate
 
getRelease() - Method in class org.sonar.server.plugins.SonarUpdate
 
getRemoteContent(String) - Method in class org.sonar.api.utils.ServerHttpClient
Deprecated.  
getRemovedPluginsDir() - Method in class org.sonar.server.platform.DefaultServerFileSystem
 
getReport(Project) - Static method in class org.sonar.plugins.cobertura.api.CoberturaUtils
Deprecated. in 2.8, because assumes that Sonar executed from Maven. Not used any more in sonar-cobertura-plugin. See http://jira.codehaus.org/browse/SONAR-2321
getReportOutputDir() - Method in class org.sonar.api.resources.DefaultProjectFileSystem
Deprecated.  
getReportOutputDir() - Method in interface org.sonar.api.resources.ProjectFileSystem
 
getReportOutputDir() - Method in class org.sonar.batch.DefaultProjectFileSystem2
TODO Godin: seems that used only by Cobertura and Clover
getReportPath(Project) - Method in class org.sonar.plugins.jacoco.AbstractAnalyzer
 
getReportPath() - Method in class org.sonar.plugins.jacoco.JacocoConfiguration
 
getReportsDirectory(Project) - Static method in class org.sonar.plugins.surefire.api.SurefireUtils
 
getRepositories() - Method in class org.sonar.server.rules.RulesConsole
 
getRepositories() - Method in class org.sonar.wsclient.services.RuleQuery
 
getRepositoriesByLanguage(String) - Method in class org.sonar.server.rules.RulesConsole
 
getRepository(String) - Method in class org.sonar.server.rules.RulesConsole
 
getRepository() - Method in class org.sonar.wsclient.services.Profile.Rule
 
getRepository() - Method in class org.sonar.wsclient.services.Rule
 
getRepositoryKey() - Method in class org.sonar.api.checks.CheckFactory
 
getRepositoryKey() - Method in class org.sonar.api.rules.ActiveRule
 
getRepositoryKey() - Method in class org.sonar.api.rules.ActiveRuleChange
 
getRepositoryKey() - Method in class org.sonar.api.rules.Rule
 
getRepositoryKey() - Method in class org.sonar.api.rules.RuleQuery
 
getRepositoryKey() - Method in class org.sonar.core.i18n.RuleI18nManager.RuleKey
 
getRepositoryKey() - Method in class org.sonar.persistence.model.Rule
 
getRequestParameter(String) - Static method in class org.sonar.gwt.Configuration
 
getRequestParameter(String, String) - Static method in class org.sonar.gwt.Configuration
 
getRequestParameterKeys() - Static method in class org.sonar.gwt.Configuration
 
getResolution() - Method in class org.sonar.jpa.entity.Review
 
getResolution() - Method in class org.sonar.wsclient.services.Review
 
getResolution() - Method in class org.sonar.wsclient.services.ReviewCreateQuery
 
getResolution() - Method in class org.sonar.wsclient.services.ReviewUpdateQuery
 
getResolutions() - Method in class org.sonar.wsclient.services.ReviewQuery
 
getResource() - Method in interface org.sonar.api.batch.DecoratorContext
 
getResource() - Method in class org.sonar.api.batch.DefaultFormulaContext
 
getResource(R) - Method in interface org.sonar.api.batch.SensorContext
Search for an indexed resource.
getResource(R) - Method in class org.sonar.api.batch.SonarIndex
Search for an indexed resource.
getResource() - Method in class org.sonar.api.batch.TimeMachineQuery
 
getResource() - Method in interface org.sonar.api.measures.FormulaContext
 
getResource() - Method in class org.sonar.api.resources.ProjectLink
 
getResource() - Method in class org.sonar.api.rules.Violation
 
getResource() - Method in class org.sonar.api.violations.ViolationQuery
Returns the resource which violations are search from.
getResource(String) - Method in class org.sonar.batch.bootstrapper.BootstrapClassLoader
Unlike ClassLoader.getResource(String) don't return resource from parent.
getResource() - Method in class org.sonar.batch.DefaultDecoratorContext
 
getResource(Resource) - Method in class org.sonar.batch.DefaultSensorContext
 
getResource() - Method in class org.sonar.batch.index.Bucket
 
getResource(R) - Method in class org.sonar.batch.index.DefaultIndex
 
getResource() - Method in class org.sonar.gwt.ui.SourcePanel
 
getResource(String) - Method in class org.sonar.plugins.cobertura.api.AbstractCoberturaParser
 
getResource() - Method in class org.sonar.plugins.core.hotspots.client.widget.AbstractHotspot
 
getResource() - Method in class org.sonar.plugins.core.hotspots.client.widget.MetricHotspot.HotspotMeasure
 
getResource() - Method in class org.sonar.plugins.design.ui.dependencies.client.Data
 
getResource(String) - Static method in class org.sonar.test.TestUtils
Search for a test resource in the classpath.
getResource(Class, String) - Static method in class org.sonar.test.TestUtils
Search for a resource in the classpath.
getResourceContent(String) - Static method in class org.sonar.test.TestUtils
 
getResourceId() - Method in class org.sonar.api.batch.Event
 
getResourceId() - Method in class org.sonar.api.database.configuration.Property
 
getResourceId() - Method in class org.sonar.api.database.model.Snapshot
 
getResourceId() - Method in class org.sonar.api.security.GroupRole
 
getResourceId() - Method in class org.sonar.api.security.UserRole
 
getResourceId() - Method in class org.sonar.duplications.block.Block
 
getResourceId() - Method in class org.sonar.duplications.index.ClonePart
 
getResourceId() - Static method in class org.sonar.gwt.Configuration
Get the id of the selected resource.
getResourceId() - Method in class org.sonar.jpa.entity.ManualMeasure
 
getResourceId() - Method in class org.sonar.plugins.design.ui.dependencies.client.Data
 
getResourceId() - Method in class org.sonar.wsclient.services.DependencyTree
 
getResourceId() - Method in class org.sonar.wsclient.services.DependencyTreeQuery
 
getResourceIdOrKey() - Method in class org.sonar.wsclient.services.DependencyQuery
 
getResourceKee() - Method in class org.sonar.wsclient.services.Review
 
getResourceKey() - Method in class org.sonar.persistence.model.DuplicationUnit
 
getResourceKey() - Method in class org.sonar.wsclient.services.DependencyTree
 
getResourceKey() - Method in class org.sonar.wsclient.services.Event
 
getResourceKey() - Method in class org.sonar.wsclient.services.EventQuery
 
getResourceKey() - Method in class org.sonar.wsclient.services.ManualMeasure
 
getResourceKey() - Method in class org.sonar.wsclient.services.ManualMeasureCreateQuery
 
getResourceKey() - Method in class org.sonar.wsclient.services.ManualMeasureDeleteQuery
 
getResourceKey() - Method in class org.sonar.wsclient.services.ManualMeasureQuery
 
getResourceKey() - Method in class org.sonar.wsclient.services.Violation
 
getResourceKeyOrId() - Method in class org.sonar.wsclient.services.PropertyCreateQuery
 
getResourceKeyOrId() - Method in class org.sonar.wsclient.services.PropertyDeleteQuery
 
getResourceKeyOrId() - Method in class org.sonar.wsclient.services.PropertyQuery
 
getResourceKeyOrId() - Method in class org.sonar.wsclient.services.PropertyUpdateQuery
 
getResourceKeyOrId() - Method in class org.sonar.wsclient.services.ResourceQuery
 
getResourceKeyOrId() - Method in class org.sonar.wsclient.services.SourceQuery
 
getResourceKeysOrIds() - Method in class org.sonar.wsclient.services.ReviewQuery
 
getResourceLanguages() - Method in class org.sonar.server.ui.ViewProxy
 
getResourceName() - Method in class org.sonar.wsclient.services.DependencyTree
 
getResourceName() - Method in class org.sonar.wsclient.services.Violation
 
getResourcePath(HttpServletRequest) - Method in class org.sonar.server.plugins.StaticResourcesServlet
Note that returned value should not have a leading "/" - see Class.resolveName(String).
getResourceQualifier() - Method in class org.sonar.wsclient.services.DependencyTree
 
getResourceQualifier() - Method in class org.sonar.wsclient.services.Violation
 
getResourceQualifiers() - Method in class org.sonar.server.ui.ViewProxy
 
getResourceQuery() - Method in class org.sonar.plugins.core.hotspots.client.widget.MetricHotspot
 
getResourceQuery() - Method in class org.sonar.plugins.core.hotspots.client.widget.MostBadlyDesignedFiles
 
getResourceQuery() - Method in class org.sonar.plugins.core.hotspots.client.widget.MostViolatedRules
 
getResources() - Method in class org.sonar.api.batch.SonarIndex
 
getResources(String) - Method in class org.sonar.batch.bootstrapper.BootstrapClassLoader
Unlike ClassLoader.getResources(String) don't return resources from parent.
getResourceScope() - Method in class org.sonar.wsclient.services.DependencyTree
 
getResourceScope() - Method in class org.sonar.wsclient.services.Violation
 
getResourceScopes() - Method in class org.sonar.server.ui.ViewProxy
 
getResourceTabs() - Method in class org.sonar.server.ui.JRubyFacade
 
getResourceTabs(String, String, String) - Method in class org.sonar.server.ui.JRubyFacade
 
getResourceTabsForMetric(String, String, String, String) - Method in class org.sonar.server.ui.JRubyFacade
 
getResourceVersion() - Method in class org.sonar.wsclient.services.DependencyTree
 
getResults(Class<T>, Object...) - Method in class org.sonar.api.database.DatabaseSession
 
getResults(Class<T>) - Method in class org.sonar.api.database.DatabaseSession
 
getResults(Class<T>, Object...) - Method in class org.sonar.jpa.session.JpaDatabaseSession
 
getResults(Class<T>) - Method in class org.sonar.jpa.session.JpaDatabaseSession
 
getResults() - Method in class org.sonar.plugins.surefire.data.UnitTestClassReport
 
getReturns() - Method in class org.sonar.plugins.findbugs.xml.MethodFilter
 
getReturnType() - Method in class org.sonar.java.signature.MethodSignature
 
getReuseExistingRulesConfig() - Method in class org.sonar.api.resources.Project
Deprecated. since 2.5. See discussion from http://jira.codehaus.org/browse/SONAR-1873
getReview() - Method in class org.sonar.wsclient.services.Violation
 
getReviewId() - Method in class org.sonar.wsclient.services.ReviewUpdateQuery
 
getReviewsNotificationManager() - Method in class org.sonar.server.ui.JRubyFacade
 
getReviewType() - Method in class org.sonar.wsclient.services.ReviewQuery
Deprecated. since 2.9
getRole() - Method in class org.sonar.api.security.GroupRole
 
getRole() - Method in class org.sonar.api.security.UserRole
 
getRoot() - Method in class org.sonar.api.batch.bootstrap.ProjectReactor
 
getRoot() - Method in class org.sonar.api.resources.Project
 
getRoot() - Method in class org.sonar.api.utils.XpathParser
 
getRoot() - Method in class org.sonar.batch.bootstrap.TempDirectories
 
getRootCharacteristics() - Method in class org.sonar.api.qualitymodel.Model
 
getRootEdges() - Method in class org.sonar.squid.api.SourceCodeEdge
 
getRootId() - Method in class org.sonar.api.database.model.ResourceModel
 
getRootId() - Method in class org.sonar.api.database.model.Snapshot
 
getRootPanel() - Method in class org.sonar.gwt.ui.Page
 
getRootProject() - Method in class org.sonar.batch.ProjectTree
 
getRootProjectId() - Method in class org.sonar.api.database.model.Snapshot
 
getRootProjectId(Object) - Method in class org.sonar.server.filters.FilterResult
 
getRootProjectIdIndex() - Method in class org.sonar.server.filters.FilterResult
 
getRootSnapshotId() - Method in class org.sonar.server.filters.Filter
 
getRowCssClass(int) - Method in class org.sonar.plugins.core.hotspots.client.widget.AbstractHotspot
 
getRows() - Method in class org.sonar.server.filters.FilterResult
 
getRubyRailsWebservices() - Method in class org.sonar.server.ui.JRubyFacade
 
getRule() - Method in class org.sonar.api.measures.RuleMeasure
 
getRule() - Method in class org.sonar.api.qualitymodel.Characteristic
 
getRule() - Method in class org.sonar.api.rules.ActiveRule
 
getRule() - Method in class org.sonar.api.rules.ActiveRuleChange
 
getRule() - Method in class org.sonar.api.rules.RuleParam
 
getRule() - Method in class org.sonar.api.rules.Violation
 
getRule(String, String) - Method in class org.sonar.wsclient.services.Profile
 
getRuleByKey(String, String) - Method in class org.sonar.jpa.dao.RulesDao
 
getRuleCategories() - Method in class org.sonar.wsclient.services.ResourceQuery
Deprecated. since 2.5 See http://jira.codehaus.org/browse/SONAR-2007
getRuleCategory() - Method in class org.sonar.api.measures.RuleMeasure
Deprecated. since 2.5 See http://jira.codehaus.org/browse/SONAR-2007
getRuleCategory() - Method in class org.sonar.wsclient.services.Measure
Deprecated. since 2.5 See http://jira.codehaus.org/browse/SONAR-2007
getRuleDescription(String, String, String) - Method in class org.sonar.server.ui.JRubyFacade
 
getRuleDescription(String, String, String) - Method in class org.sonar.server.ui.JRubyI18n
 
getRuleId() - Method in class org.sonar.api.database.model.MeasureModel
 
getRuleId() - Method in class org.sonar.api.database.model.RuleFailureModel
 
getRuleId(Object[]) - Static method in class org.sonar.batch.components.PastMeasuresLoader
 
getRuleKey() - Method in class org.sonar.api.rules.ActiveRule
 
getRuleKey() - Method in class org.sonar.api.rules.ActiveRuleChange
 
getRuleKey(Class) - Static method in class org.sonar.api.rules.RuleAnnotationUtils
 
getRuleKey() - Method in class org.sonar.persistence.model.Rule
 
getRuleKey() - Method in class org.sonar.wsclient.services.Measure
 
getRuleKey() - Method in class org.sonar.wsclient.services.Violation
 
getRuleKeys() - Method in class org.sonar.wsclient.services.ViolationQuery
 
getRuleName(String, String, String) - Method in class org.sonar.server.ui.JRubyFacade
 
getRuleName(String, String, String) - Method in class org.sonar.server.ui.JRubyI18n
 
getRuleName() - Method in class org.sonar.wsclient.services.Measure
 
getRuleName() - Method in class org.sonar.wsclient.services.Violation
 
getRuleParam() - Method in class org.sonar.api.rules.ActiveRuleParam
 
getRuleParam() - Method in class org.sonar.api.rules.ActiveRuleParamChange
 
getRuleParam(Rule, String) - Method in class org.sonar.jpa.dao.RulesDao
 
getRuleParamDescription(String, String, String, String) - Method in class org.sonar.server.ui.JRubyFacade
 
getRuleParamDescription(String, String, String, String) - Method in class org.sonar.server.ui.JRubyI18n
 
getRulePriorities() - Method in class org.sonar.wsclient.services.ResourceQuery
Deprecated. since 2.5 use ResourceQuery.getRuleSeverities() instead. See http://jira.codehaus.org/browse/SONAR-1829
getRulePriority() - Method in class org.sonar.api.database.model.MeasureModel
 
getRulePriority() - Method in class org.sonar.api.measures.RuleMeasure
 
getRulePriority() - Method in class org.sonar.wsclient.services.Measure
Deprecated. since 2.5 use Measure.getRuleSeverity() instead. See http://jira.codehaus.org/browse/SONAR-1829
getRuleRepositories() - Method in class org.sonar.server.ui.JRubyFacade
 
getRuleRepositories() - Method in class org.sonar.wsclient.services.ProfileQuery
 
getRuleRepositoriesByLanguage(String) - Method in class org.sonar.server.ui.JRubyFacade
 
getRuleRepository(String) - Method in class org.sonar.server.ui.JRubyFacade
 
getRules() - Method in class org.sonar.api.rules.xml.Profile
Deprecated.  
getRules() - Method in class org.sonar.jpa.dao.RulesDao
 
getRules() - Method in class org.sonar.server.configuration.SonarConfig
 
getRules() - Method in class org.sonar.wsclient.services.Profile
 
getRules() - Method in class org.sonar.wsclient.services.ResourceQuery
 
getRulesByPlugin(String) - Method in class org.sonar.jpa.dao.RulesDao
Deprecated. since 2.5 use RulesDao.getRulesByRepository(String) instead.
getRulesByRepository(String) - Method in class org.sonar.jpa.dao.RulesDao
 
getRulesCategory() - Method in class org.sonar.api.rules.Rule
Deprecated. since 2.5 See http://jira.codehaus.org/browse/SONAR-2007
getRulesCategoryId() - Method in class org.sonar.api.database.model.MeasureModel
Deprecated. since 2.5 See http://jira.codehaus.org/browse/SONAR-2007
getRulesDao() - Method in class org.sonar.jpa.dao.DaoFacade
 
getRulesets() - Method in class org.sonar.plugins.pmd.PmdConfiguration
 
getRuleSeverities() - Method in class org.sonar.wsclient.services.ProfileQuery
 
getRuleSeverities() - Method in class org.sonar.wsclient.services.ResourceQuery
 
getRuleSeverity() - Method in class org.sonar.wsclient.services.Measure
 
getRulesProfile() - Method in class org.sonar.api.database.model.ResourceModel
 
getRulesProfile() - Method in class org.sonar.api.profiles.Alert
 
getRulesProfile() - Method in class org.sonar.api.rules.ActiveRule
 
getRulesProfile() - Method in class org.sonar.api.rules.ActiveRuleChange
 
getScope() - Method in class org.sonar.api.database.model.ResourceModel
 
getScope() - Method in class org.sonar.api.database.model.Snapshot
 
getScope() - Method in class org.sonar.api.resources.Directory
 
getScope() - Method in class org.sonar.api.resources.File
 
getScope() - Method in class org.sonar.api.resources.JavaFile
 
getScope() - Method in class org.sonar.api.resources.JavaPackage
 
getScope() - Method in class org.sonar.api.resources.Library
 
getScope() - Method in class org.sonar.api.resources.Method
 
getScope() - Method in class org.sonar.api.resources.Project
 
getScope() - Method in class org.sonar.api.resources.Resource
 
getScope() - Method in class org.sonar.java.api.JavaClass
 
getScope(DetailAST) - Static method in class org.sonar.java.ast.visitor.AstUtils
 
getScope() - Method in class org.sonar.wsclient.services.Favourite
 
getScope() - Method in class org.sonar.wsclient.services.Resource
 
getScopes() - Method in class org.sonar.server.filters.Filter
 
getScopes() - Method in class org.sonar.wsclient.services.DependencyTreeQuery
 
getScopes() - Method in class org.sonar.wsclient.services.ResourceQuery
 
getScopes() - Method in class org.sonar.wsclient.services.ViolationQuery
 
getSearchCyclesCalls() - Method in class org.sonar.graph.CycleDetector
 
getSearchCyclesCalls() - Method in class org.sonar.graph.IncrementalCyclesAndFESSolver
 
getSearchText() - Method in class org.sonar.wsclient.services.RuleQuery
 
getSecondMark() - Method in class org.sonar.duplications.cpd.Match
 
getSections() - Method in class org.sonar.server.ui.ViewProxy
 
getSecureConnection() - Method in class org.sonar.plugins.emailnotifications.EmailConfiguration
 
getSensor() - Method in interface org.sonar.api.batch.events.SensorExecutionHandler.SensorExecutionEvent
 
getSensors() - Method in interface org.sonar.api.batch.events.SensorsPhaseHandler.SensorsPhaseEvent
 
getServer() - Static method in class org.sonar.server.platform.Platform
shortcut for ruby code
getServerBaseURL() - Method in class org.sonar.plugins.emailnotifications.EmailConfiguration
 
getServerUrl() - Method in class org.sonar.batch.bootstrapper.Bootstrapper
 
getServerVersion() - Method in class org.sonar.batch.bootstrapper.Bootstrapper
 
getSession() - Method in class org.sonar.core.purge.AbstractPurge
Deprecated.  
getSession() - Method in class org.sonar.jpa.dao.BaseDao
 
getSession() - Method in interface org.sonar.jpa.session.DatabaseSessionFactory
 
getSession() - Method in class org.sonar.jpa.session.ThreadLocalDatabaseSessionFactory
 
getSession() - Method in class org.sonar.plugins.dbcleaner.api.Purge
 
getSessionFactory() - Method in class org.sonar.persistence.MyBatis
 
getSettings() - Method in class org.sonar.server.ui.JRubyFacade
 
getSeverities() - Method in class org.sonar.wsclient.services.ReviewQuery
 
getSeverities() - Method in class org.sonar.wsclient.services.RuleQuery
 
getSeverities() - Method in class org.sonar.wsclient.services.ViolationQuery
 
getSeverity() - Method in class org.sonar.api.rules.ActiveRule
 
getSeverity() - Method in class org.sonar.api.rules.Rule
 
getSeverity() - Method in class org.sonar.api.rules.Violation
 
getSeverity() - Method in class org.sonar.wsclient.services.Profile.Rule
 
getSeverity() - Method in class org.sonar.wsclient.services.Review
 
getSeverity() - Method in class org.sonar.wsclient.services.Rule
 
getSeverity() - Method in class org.sonar.wsclient.services.Violation
 
getSeverityId(Object[]) - Static method in class org.sonar.batch.components.PastMeasuresLoader
 
getSignature() - Method in class org.sonar.java.api.JavaMethod
 
getSignature() - Method in class org.sonar.java.bytecode.asm.AsmMethod
 
getSingleResult(Query, T) - Method in class org.sonar.api.database.DatabaseSession
 
getSingleResult(Class<T>, Object...) - Method in class org.sonar.api.database.DatabaseSession
 
getSingleResult(Query, T) - Method in class org.sonar.jpa.session.JpaDatabaseSession
 
getSingleResult(Class<T>, Object...) - Method in class org.sonar.jpa.session.JpaDatabaseSession
 
getSkipped() - Method in class org.sonar.plugins.surefire.data.UnitTestClassReport
 
getSlice(int, int) - Method in class net.sourceforge.pmd.cpd.SourceCode
 
getSmtpHost() - Method in class org.sonar.plugins.emailnotifications.EmailConfiguration
 
getSmtpPassword() - Method in class org.sonar.plugins.emailnotifications.EmailConfiguration
 
getSmtpPort() - Method in class org.sonar.plugins.emailnotifications.EmailConfiguration
 
getSmtpUsername() - Method in class org.sonar.plugins.emailnotifications.EmailConfiguration
 
getSnapshot() - Method in class org.sonar.api.batch.Event
 
getSnapshot(Resource) - Method in class org.sonar.batch.index.DefaultResourcePersister
 
getSnapshot(Resource) - Method in interface org.sonar.batch.index.ResourcePersister
 
getSnapshotId() - Method in class org.sonar.api.database.model.MeasureData
 
getSnapshotId() - Method in class org.sonar.api.database.model.MeasureModel
 
getSnapshotId() - Method in class org.sonar.api.database.model.RuleFailureModel
 
getSnapshotId() - Method in class org.sonar.jpa.entity.DuplicationBlock
 
getSnapshotId() - Method in class org.sonar.persistence.model.DuplicationUnit
 
getSnapshotId() - Method in interface org.sonar.plugins.dbcleaner.api.PurgeContext
 
getSnapshotId() - Method in class org.sonar.plugins.dbcleaner.runner.DefaultPurgeContext
 
getSnapshotId(Object) - Method in class org.sonar.server.filters.FilterResult
 
getSnapshotIdIndex() - Method in class org.sonar.server.filters.FilterResult
 
getSnapshotOrFail(Resource) - Method in class org.sonar.batch.index.DefaultResourcePersister
 
getSnapshotOrFail(Resource) - Method in interface org.sonar.batch.index.ResourcePersister
 
getSonarConfigFromXml(String) - Method in class org.sonar.server.configuration.Backup
 
getSonarVersion() - Static method in class org.sonar.gwt.Configuration
 
getSonarWorkingDirectory() - Method in class org.sonar.api.resources.DefaultProjectFileSystem
Deprecated.  
getSonarWorkingDirectory() - Method in interface org.sonar.api.resources.ProjectFileSystem
 
getSonarWorkingDirectory() - Method in class org.sonar.batch.DefaultProjectFileSystem2
 
getSortedMetricId() - Method in class org.sonar.server.filters.Filter
 
getSortedProjects() - Method in class org.sonar.batch.bootstrapper.Reactor
 
getSource(Resource) - Method in class org.sonar.api.batch.SonarIndex
 
getSource(Resource) - Method in class org.sonar.batch.index.DefaultIndex
 
getSource(Resource) - Method in class org.sonar.batch.index.DefaultPersistenceManager
 
getSource(Resource) - Method in interface org.sonar.batch.index.PersistenceManager
 
getSource(Resource) - Method in class org.sonar.batch.index.ReadOnlyPersistenceManager
 
getSource(Resource) - Method in class org.sonar.batch.index.SourcePersister
 
getSourceCharset(MavenProject) - Static method in class org.sonar.api.batch.maven.MavenUtils
Returns the charset of a pom
getSourceCharset() - Method in class org.sonar.api.resources.DefaultProjectFileSystem
Deprecated.  
getSourceCharset() - Method in interface org.sonar.api.resources.ProjectFileSystem
Source encoding.
getSourceClass(AsmClass) - Method in class org.sonar.java.bytecode.visitor.BytecodeVisitor
 
getSourceCode() - Method in class org.sonar.squid.api.CheckMessage
 
getSourceCodeSlice() - Method in class org.sonar.duplications.cpd.Match
 
getSourceDirs() - Method in class org.sonar.api.batch.bootstrap.ProjectDefinition
 
getSourceDirs() - Method in class org.sonar.api.resources.DefaultProjectFileSystem
Deprecated. Maven can modify source directories during Sonar execution - see MavenPhaseExecutor.
getSourceDirs() - Method in interface org.sonar.api.resources.ProjectFileSystem
The list of existing directories with sources
getSourceDirs() - Method in class org.sonar.batch.bootstrapper.ProjectDefinition
Deprecated.  
getSourceDirs() - Method in class org.sonar.batch.DefaultProjectFileSystem2
 
getSourceEncoding(MavenProject) - Static method in class org.sonar.api.batch.maven.MavenUtils
 
getSourceFile(AsmClass) - Method in class org.sonar.java.bytecode.visitor.BytecodeVisitor
 
getSourceFiles() - Method in class org.sonar.api.batch.bootstrap.ProjectDefinition
 
getSourceFiles(Language...) - Method in class org.sonar.api.resources.DefaultProjectFileSystem
Deprecated. in 2.6, use DefaultProjectFileSystem.mainFiles(String...) instead
getSourceFiles(Language...) - Method in interface org.sonar.api.resources.ProjectFileSystem
Deprecated. since 2.6 use ProjectFileSystem.mainFiles(String...) instead. See http://jira.codehaus.org/browse/SONAR-2126
getSourceFiles() - Method in class org.sonar.plugins.checkstyle.CheckstyleConfiguration
 
getSourceLineNumber() - Method in class org.sonar.java.bytecode.asm.AsmEdge
 
getSourceMethod(AsmMethod) - Method in class org.sonar.java.bytecode.visitor.BytecodeVisitor
 
getSourceVersion(Project) - Static method in class org.sonar.java.api.JavaUtils
 
getSquid() - Method in class org.sonar.plugins.squid.SquidExecutor
 
getStartAtLine() - Method in class org.sonar.squid.api.SourceCode
 
getStartedAt() - Method in class org.sonar.api.platform.Server
 
getStartedAt() - Method in class org.sonar.batch.ServerMetadata
 
getStartedAt() - Method in class org.sonar.server.platform.ServerImpl
 
getStartLine() - Method in class org.sonar.duplications.statement.Statement
 
getStartLine() - Method in class org.sonar.jpa.entity.DuplicationBlock
 
getStartLine() - Method in class org.sonar.persistence.model.DuplicationUnit
 
getStatus() - Method in class org.sonar.api.database.model.Snapshot
 
getStatus() - Method in class org.sonar.jpa.entity.Review
 
getStatus() - Method in class org.sonar.plugins.surefire.data.UnitTestResult
 
getStatus() - Method in class org.sonar.server.plugins.PluginUpdate
 
getStatus() - Method in class org.sonar.wsclient.services.Review
 
getStatus() - Method in class org.sonar.wsclient.services.ReviewCreateQuery
 
getStatus() - Method in class org.sonar.wsclient.services.RuleQuery
 
getStatus() - Method in class org.sonar.wsclient.services.Server
 
getStatus() - Method in class org.sonar.wsclient.services.ServerSetup
 
getStatuses() - Method in class org.sonar.wsclient.services.ReviewQuery
 
getStatusMessage() - Method in class org.sonar.wsclient.services.Server
 
getString(String) - Method in class org.sonar.api.config.Settings
 
getString(JSONObject, String) - Static method in class org.sonar.gwt.JsonUtils
 
getString(Object, String) - Method in class org.sonar.wsclient.gwt.GwtUtils
 
getString(Object, String) - Method in class org.sonar.wsclient.JdkUtils
 
getString(Object, String) - Method in class org.sonar.wsclient.services.WSUtils
 
getString(Map, String) - Static method in class org.sonar.wsclient.unmarshallers.JsonUtils
 
getStringArray(String) - Method in class org.sonar.api.config.Settings
 
getStringArrayBySeparator(String, String) - Method in class org.sonar.api.config.Settings
 
getSubject() - Method in class org.sonar.plugins.emailnotifications.api.EmailMessage
 
getSubProjects() - Method in class org.sonar.api.batch.bootstrap.ProjectDefinition
 
GetSuffix(int) - Static method in class net.sourceforge.pmd.cpd.cppast.SimpleCharStream
Get the suffix.
getSuffixes(String...) - Method in class org.sonar.api.resources.Languages
 
getSuperClass() - Method in class org.sonar.java.bytecode.asm.AsmClass
 
getSupportedLanguages() - Method in class org.sonar.api.profiles.ProfileExporter
 
getSupportedLanguages() - Method in class org.sonar.api.profiles.ProfileImporter
 
getSwitchMode() - Method in class org.sonar.api.violations.ViolationQuery
 
getTableId() - Method in class org.sonar.colorizer.HtmlOptions
 
getTabSize(int) - Static method in class net.sourceforge.pmd.cpd.cppast.SimpleCharStream
 
getTabWidth() - Method in class org.sonar.channel.CodeReaderConfiguration
 
getTagAfter() - Method in class org.sonar.colorizer.HtmlDecorator
 
getTagBefore() - Method in class org.sonar.colorizer.HtmlDecorator
 
getTagBeginOfFile() - Method in class org.sonar.colorizer.HtmlDecorator
 
getTagEndOfFile() - Method in class org.sonar.colorizer.HtmlDecorator
 
getTarget() - Method in class org.sonar.server.ui.ViewProxy
 
getTargetAsmClass() - Method in class org.sonar.java.bytecode.asm.AsmEdge
 
getTargetDate() - Method in class org.sonar.batch.components.PastSnapshot
 
getTargetMetric() - Method in class org.sonar.api.batch.DefaultFormulaContext
 
getTargetMetric() - Method in interface org.sonar.api.measures.FormulaContext
 
getTargetVersion(Project) - Static method in class org.sonar.java.api.JavaUtils
 
getTargetXMLReport() - Method in class org.sonar.plugins.checkstyle.CheckstyleConfiguration
 
getTargetXMLReport() - Method in class org.sonar.plugins.findbugs.FindbugsConfiguration
 
getTemplate() - Method in class org.sonar.api.web.AbstractRubyTemplate
 
getTemplate() - Method in interface org.sonar.api.web.RubyRailsPage
 
getTemplate() - Method in interface org.sonar.api.web.RubyRailsWebservice
 
getTemplate() - Method in interface org.sonar.api.web.RubyRailsWidget
 
getTemplatePath() - Method in class org.sonar.api.web.AbstractRubyTemplate
the path of the template.
getTemplatePath() - Method in class org.sonar.plugins.core.widgets.AlertsWidget
 
getTemplatePath() - Method in class org.sonar.plugins.core.widgets.CommentsDuplicationsWidget
 
getTemplatePath() - Method in class org.sonar.plugins.core.widgets.ComplexityWidget
 
getTemplatePath() - Method in class org.sonar.plugins.core.widgets.CoverageWidget
 
getTemplatePath() - Method in class org.sonar.plugins.core.widgets.CustomMeasuresWidget
 
getTemplatePath() - Method in class org.sonar.plugins.core.widgets.DescriptionWidget
 
getTemplatePath() - Method in class org.sonar.plugins.core.widgets.EventsWidget
 
getTemplatePath() - Method in class org.sonar.plugins.core.widgets.HotspotMetricWidget
 
getTemplatePath() - Method in class org.sonar.plugins.core.widgets.HotspotMostViolatedResourcesWidget
 
getTemplatePath() - Method in class org.sonar.plugins.core.widgets.HotspotMostViolatedRulesWidget
 
getTemplatePath() - Method in class org.sonar.plugins.core.widgets.ItCoverageWidget
 
getTemplatePath() - Method in class org.sonar.plugins.core.widgets.RulesWidget
 
getTemplatePath() - Method in class org.sonar.plugins.core.widgets.SizeWidget
 
getTemplatePath() - Method in class org.sonar.plugins.core.widgets.TimelineWidget
 
getTemplatePath() - Method in class org.sonar.plugins.core.widgets.TimeMachineWidget
 
getTemplatePath() - Method in class org.sonar.plugins.design.ui.widgets.ChidamberKemererWidget
 
getTemplatePath() - Method in class org.sonar.plugins.design.ui.widgets.FileDesignWidget
 
getTemplatePath() - Method in class org.sonar.plugins.design.ui.widgets.PackageDesignWidget
 
getTemplatePath() - Method in class org.sonar.server.mavendeployer.Artifact
 
getTemplatePath() - Method in class org.sonar.server.mavendeployer.Mojo
 
getTendency() - Method in class org.sonar.api.database.model.MeasureModel
 
getTendency() - Method in class org.sonar.api.measures.Measure
Gets the measure tendency
getTendencyPeriodInDays() - Method in class org.sonar.batch.components.TimeMachineConfiguration
 
getTestCheckbox() - Method in class org.sonar.plugins.design.ui.libraries.client.Filters
 
getTestDirs() - Method in class org.sonar.api.batch.bootstrap.ProjectDefinition
 
getTestDirs() - Method in class org.sonar.api.resources.DefaultProjectFileSystem
Deprecated. Maven can modify test directories during Sonar execution - see MavenPhaseExecutor.
getTestDirs() - Method in interface org.sonar.api.resources.ProjectFileSystem
The list of existing directories with tests
getTestDirs() - Method in class org.sonar.batch.bootstrapper.ProjectDefinition
Deprecated.  
getTestDirs() - Method in class org.sonar.batch.DefaultProjectFileSystem2
Maven can modify test directories during Sonar execution - see MavenPhaseExecutor.
getTestFiles() - Method in class org.sonar.api.batch.bootstrap.ProjectDefinition
 
getTestFiles(Language...) - Method in class org.sonar.api.resources.DefaultProjectFileSystem
Deprecated. in 2.6, use DefaultProjectFileSystem.testFiles(String...) instead
getTestFiles(Language...) - Method in interface org.sonar.api.resources.ProjectFileSystem
Deprecated. since 2.6 use ProjectFileSystem.testFiles(String...) instead. See http://jira.codehaus.org/browse/SONAR-2126
getTests() - Method in class org.sonar.plugins.surefire.data.UnitTestClassReport
 
getTestTempDir(Class, String) - Static method in class org.sonar.test.TestUtils
Shortcut for getTestTempDir(baseClass, testName, true) : cleans the unit test directory
getTestTempDir(Class, String, boolean) - Static method in class org.sonar.test.TestUtils
Create a temporary directory for unit tests.
getText() - Method in class org.sonar.api.database.model.MeasureData
 
getText(Locale) - Method in interface org.sonar.check.Message
Deprecated.  
getText(Locale) - Method in class org.sonar.squid.api.CheckMessage
 
getText() - Method in class org.sonar.wsclient.services.Review.Comment
 
getTextValue() - Method in class org.sonar.api.database.model.MeasureModel
Use getData() instead
getTextValue() - Method in class org.sonar.api.qualitymodel.CharacteristicProperty
 
getTextValue() - Method in class org.sonar.jpa.entity.ManualMeasure
 
getTextValue() - Method in class org.sonar.wsclient.services.ManualMeasure
 
getTextValue() - Method in class org.sonar.wsclient.services.ManualMeasureCreateQuery
 
getTimeout() - Method in class org.sonar.plugins.findbugs.FindbugsConfiguration
 
getTimeoutMilliseconds() - Method in class org.sonar.wsclient.services.AbstractQuery
Get the timeout for waiting data, in milliseconds.
getTitle() - Method in class org.sonar.api.web.AbstractDashboardWidget
Deprecated.  
getTitle() - Method in interface org.sonar.api.web.View
 
getTitle() - Method in class org.sonar.jpa.entity.Review
 
getTitle() - Method in class org.sonar.plugins.core.hotspots.Hotspots
 
getTitle() - Method in class org.sonar.plugins.core.testdetailsviewer.TestsViewerDefinition
 
getTitle() - Method in class org.sonar.plugins.core.widgets.AlertsWidget
 
getTitle() - Method in class org.sonar.plugins.core.widgets.CommentsDuplicationsWidget
 
getTitle() - Method in class org.sonar.plugins.core.widgets.ComplexityWidget
 
getTitle() - Method in class org.sonar.plugins.core.widgets.CoverageWidget
 
getTitle() - Method in class org.sonar.plugins.core.widgets.CustomMeasuresWidget
 
getTitle() - Method in class org.sonar.plugins.core.widgets.DescriptionWidget
 
getTitle() - Method in class org.sonar.plugins.core.widgets.EventsWidget
 
getTitle() - Method in class org.sonar.plugins.core.widgets.HotspotMetricWidget
 
getTitle() - Method in class org.sonar.plugins.core.widgets.HotspotMostViolatedResourcesWidget
 
getTitle() - Method in class org.sonar.plugins.core.widgets.HotspotMostViolatedRulesWidget
 
getTitle() - Method in class org.sonar.plugins.core.widgets.ItCoverageWidget
 
getTitle() - Method in class org.sonar.plugins.core.widgets.RulesWidget
 
getTitle() - Method in class org.sonar.plugins.core.widgets.SizeWidget
 
getTitle() - Method in class org.sonar.plugins.core.widgets.TimelineWidget
 
getTitle() - Method in class org.sonar.plugins.core.widgets.TimeMachineWidget
 
getTitle() - Method in class org.sonar.plugins.design.ui.dependencies.GwtDependenciesTab
 
getTitle() - Method in class org.sonar.plugins.design.ui.lcom4.GwtLcom4Tab
 
getTitle() - Method in class org.sonar.plugins.design.ui.libraries.GwtLibrariesPage
 
getTitle() - Method in class org.sonar.plugins.design.ui.page.GwtDesignPage
 
getTitle() - Method in class org.sonar.plugins.design.ui.widgets.ChidamberKemererWidget
 
getTitle() - Method in class org.sonar.plugins.design.ui.widgets.FileDesignWidget
 
getTitle() - Method in class org.sonar.plugins.design.ui.widgets.PackageDesignWidget
 
getTitle() - Method in class org.sonar.server.ui.ViewProxy
 
getTitle() - Method in class org.sonar.wsclient.services.Review
 
getTitle() - Method in class org.sonar.wsclient.services.Rule
 
getTo() - Method in class org.sonar.api.batch.TimeMachineQuery
 
getTo() - Method in class org.sonar.api.design.Dependency
 
getTo() - Method in interface org.sonar.graph.Edge
 
getTo() - Method in class org.sonar.graph.StringEdge
 
getTo() - Method in class org.sonar.java.bytecode.asm.AsmEdge
 
getTo() - Method in class org.sonar.plugins.emailnotifications.api.EmailMessage
 
getTo() - Method in class org.sonar.squid.api.SourceCodeEdge
 
getTo() - Method in class org.sonar.wsclient.services.DependencyTree
 
getTo() - Method in class org.sonar.wsclient.services.EventQuery
 
getTo() - Method in class org.sonar.wsclient.services.SourceQuery
 
getTo() - Method in class org.sonar.wsclient.services.TimeMachineQuery
 
getToClasses() - Method in class org.sonar.java.bytecode.check.ArchitectureCheck
 
getToId() - Method in class org.sonar.wsclient.services.Dependency
 
getTokenCount() - Method in class org.sonar.duplications.cpd.Match
 
getTokenizer() - Method in class net.sourceforge.pmd.cpd.AbstractLanguage
 
getTokenizer() - Method in interface net.sourceforge.pmd.cpd.Language
 
getTokenizer() - Method in interface org.sonar.api.batch.CpdMapping
 
getTokenizer() - Method in class org.sonar.plugins.cpd.JavaCpdMapping
 
getTokenizers() - Method in class org.sonar.api.web.CodeColorizerFormat
sonar-colorizer tokenizers for HTML output.
getTokenizers() - Method in enum org.sonar.colorizer.CodeColorizer.Format
 
getTokenizers() - Method in class org.sonar.plugins.core.colorizers.JavaColorizerFormat
 
getTokens() - Method in class net.sourceforge.pmd.cpd.Tokens
 
getTokenSrcID() - Method in class net.sourceforge.pmd.cpd.TokenEntry
 
getToKey() - Method in class org.sonar.wsclient.services.Dependency
 
getToLine() - Method in class org.sonar.java.api.JavaClass
 
getToLine() - Method in class org.sonar.java.api.JavaMethod
 
getToName() - Method in class org.sonar.wsclient.services.Dependency
 
getToQualifier() - Method in class org.sonar.wsclient.services.Dependency
 
getToResourceId() - Method in class org.sonar.api.design.DependencyDto
 
getToScope() - Method in class org.sonar.api.design.DependencyDto
 
getToSnapshotId() - Method in class org.sonar.api.design.DependencyDto
 
getTotalOccurrencesOfEdgesInCycle() - Method in class org.sonar.graph.FeedbackCycle
 
getTrend() - Method in class org.sonar.wsclient.services.Measure
 
getType() - Method in class org.sonar.api.measures.Metric
 
getType() - Method in class org.sonar.api.notifications.Notification
 
getType() - Method in class org.sonar.api.rules.RuleParam
 
getType() - Method in class org.sonar.batch.events.BatchEvent
Returns class of associated handler.
getType() - Method in class org.sonar.plugins.findbugs.xml.FieldFilter
 
getType() - Method in class org.sonar.wsclient.services.Metric
 
getType() - Method in class org.sonar.wsclient.services.Review
Deprecated. since 2.9.
getTypeName(int, int, int, int) - Method in class org.sonar.jpa.dialect.MsSql.MsSqlDialect
 
getUninstalls() - Method in class org.sonar.server.plugins.PluginDeployer
 
getUnitStart() - Method in class org.sonar.duplications.index.ClonePart
 
getUnitTestResource(String) - Method in class org.sonar.plugins.surefire.api.AbstractSurefireParser
 
getUpdateCenterMatrix(boolean) - Method in class org.sonar.server.ui.JRubyFacade
 
getUpdatedAt() - Method in class org.sonar.jpa.entity.ManualMeasure
 
getUpdatedAt() - Method in class org.sonar.wsclient.services.ManualMeasure
 
getUpdatedAt() - Method in class org.sonar.wsclient.services.Review.Comment
 
getUpdatedAt() - Method in class org.sonar.wsclient.services.Review
 
getUrl() - Method in class org.sonar.api.database.model.MeasureModel
 
getUrl() - Method in class org.sonar.api.measures.Measure
 
getURL() - Method in class org.sonar.api.platform.Server
 
getUrl() - Method in class org.sonar.api.utils.ServerHttpClient
Deprecated.  
getURL() - Method in class org.sonar.batch.ServerMetadata
 
getURL() - Method in class org.sonar.server.platform.ServerImpl
 
getUrl() - Method in class org.sonar.wsclient.services.AbstractQuery
Must start with a slash, for example: /api/metrics
getUrl() - Method in class org.sonar.wsclient.services.DependencyQuery
 
getUrl() - Method in class org.sonar.wsclient.services.DependencyTreeQuery
 
getUrl() - Method in class org.sonar.wsclient.services.EventCreateQuery
 
getUrl() - Method in class org.sonar.wsclient.services.EventQuery
 
getUrl() - Method in class org.sonar.wsclient.services.FavouriteCreateQuery
 
getUrl() - Method in class org.sonar.wsclient.services.FavouriteDeleteQuery
 
getUrl() - Method in class org.sonar.wsclient.services.FavouriteQuery
 
getUrl() - Method in class org.sonar.wsclient.services.ManualMeasureCreateQuery
 
getUrl() - Method in class org.sonar.wsclient.services.ManualMeasureDeleteQuery
 
getUrl() - Method in class org.sonar.wsclient.services.ManualMeasureQuery
 
getUrl() - Method in class org.sonar.wsclient.services.MetricQuery
 
getUrl() - Method in class org.sonar.wsclient.services.ProfileQuery
 
getUrl() - Method in class org.sonar.wsclient.services.ProjectDeleteQuery
 
getUrl() - Method in class org.sonar.wsclient.services.PropertyCreateQuery
 
getUrl() - Method in class org.sonar.wsclient.services.PropertyDeleteQuery
 
getUrl() - Method in class org.sonar.wsclient.services.PropertyQuery
 
getUrl() - Method in class org.sonar.wsclient.services.PropertyUpdateQuery
 
getUrl() - Method in class org.sonar.wsclient.services.ResourceQuery
 
getUrl() - Method in class org.sonar.wsclient.services.ReviewCreateQuery
 
getUrl() - Method in class org.sonar.wsclient.services.ReviewQuery
 
getUrl() - Method in class org.sonar.wsclient.services.ReviewUpdateQuery
 
getUrl() - Method in class org.sonar.wsclient.services.RuleQuery
 
getUrl() - Method in class org.sonar.wsclient.services.ServerQuery
 
getUrl() - Method in class org.sonar.wsclient.services.ServerSetupQuery
 
getUrl() - Method in class org.sonar.wsclient.services.SourceQuery
 
getUrl() - Method in class org.sonar.wsclient.services.TimeMachineQuery
 
getUrl() - Method in class org.sonar.wsclient.services.UpdateCenterQuery
 
getUrl() - Method in class org.sonar.wsclient.services.UserPropertyCreateQuery
 
getUrl() - Method in class org.sonar.wsclient.services.UserPropertyDeleteQuery
 
getUrl() - Method in class org.sonar.wsclient.services.UserPropertyQuery
 
getUrl() - Method in class org.sonar.wsclient.services.ViolationQuery
 
getUsage() - Method in class org.sonar.api.design.Dependency
 
getUsage() - Method in class org.sonar.api.design.DependencyDto
 
getUsage() - Method in class org.sonar.java.bytecode.asm.AsmEdge
 
getUsage() - Method in class org.sonar.squid.api.SourceCodeEdge
 
getUsage() - Method in class org.sonar.wsclient.services.Dependency
 
getUsage() - Method in class org.sonar.wsclient.services.DependencyTree
 
getUsageLink() - Method in class org.sonar.plugins.design.ui.libraries.client.Filters
 
getUsed() - Method in class org.sonar.api.profiles.RulesProfile
 
getUserDefinedMetrics() - Method in class org.sonar.api.database.daos.MeasuresDao
Deprecated.  
getUserDefinedMetrics() - Method in class org.sonar.jpa.dao.MeasuresDao
 
getUserId() - Method in class org.sonar.api.database.configuration.Property
 
getUserId() - Method in class org.sonar.api.security.UserRole
 
getUserId() - Method in class org.sonar.jpa.entity.Review
 
getUserLogin() - Method in class org.sonar.jpa.entity.ManualMeasure
 
getUserLogin() - Method in class org.sonar.wsclient.services.ManualMeasure
 
getUserManaged() - Method in class org.sonar.api.measures.Metric
 
getUserManaged() - Method in class org.sonar.wsclient.services.Metric
 
getUserName() - Method in class org.sonar.api.rules.ActiveRuleChange
 
getUsername() - Method in class org.sonar.wsclient.Host
 
getUsername() - Method in class org.sonar.wsclient.services.ManualMeasure
 
getUserPlugins() - Method in class org.sonar.server.platform.DefaultServerFileSystem
 
getUserPluginsDir() - Method in class org.sonar.server.platform.DefaultServerFileSystem
 
getUserRoles(int) - Method in class org.sonar.plugins.core.security.RoleManager
 
getUserRoles() - Method in class org.sonar.server.ui.ViewProxy
 
getValidInetAddressesForServerId() - Method in class org.sonar.server.ui.JRubyFacade
 
getValue() - Method in class net.sourceforge.pmd.cpd.cppast.Token
An optional attribute value of the Token.
getValue(String) - Method in class org.sonar.api.charts.ChartParameters
Shortcut to getValue with no decoding and no default value
getValue(String, String, boolean) - Method in class org.sonar.api.charts.ChartParameters
Returns the [decoded or not] value of a param from its key or the default value if id does not exist
getValue() - Method in class org.sonar.api.database.configuration.Property
 
getValue() - Method in class org.sonar.api.database.model.MeasureModel
 
getValue() - Method in class org.sonar.api.measures.Measure
 
getValue(Measure, Double) - Static method in class org.sonar.api.measures.MeasureUtils
Get the value of a measure, or alternatively a default value
getValue() - Method in class org.sonar.api.qualitymodel.CharacteristicProperty
 
getValue() - Method in class org.sonar.api.rules.ActiveRuleParam
 
getValue() - Method in class org.sonar.api.rules.xml.Property
Deprecated.  
getValue() - Method in class org.sonar.api.utils.KeyValue
 
getValue(Object[]) - Static method in class org.sonar.batch.components.PastMeasuresLoader
 
getValue() - Method in class org.sonar.duplications.statement.Statement
 
getValue() - Method in class org.sonar.duplications.token.Token
 
getValue() - Method in class org.sonar.gwt.ui.ViewerHeader.MeasureLabel
 
getValue() - Method in class org.sonar.jpa.entity.ManualMeasure
 
getValue() - Method in class org.sonar.plugins.findbugs.xml.Priority
 
getValue() - Method in class org.sonar.plugins.pmd.xml.PmdProperty
 
getValue() - Method in class org.sonar.server.filters.MeasureCriterion
 
getValue(MetricDef) - Method in class org.sonar.squid.measures.Measures
 
getValue() - Method in class org.sonar.wsclient.services.ManualMeasure
 
getValue() - Method in class org.sonar.wsclient.services.ManualMeasureCreateQuery
 
getValue() - Method in class org.sonar.wsclient.services.Measure
 
getValue() - Method in class org.sonar.wsclient.services.Property
 
getValue() - Method in class org.sonar.wsclient.services.PropertyCreateQuery
 
getValue() - Method in class org.sonar.wsclient.services.PropertyUpdateQuery
 
getValue() - Method in class org.sonar.wsclient.services.RuleParam
 
getValue() - Method in class org.sonar.wsclient.services.UserPropertyCreateQuery
 
getValueAsLong(Measure, Long) - Static method in class org.sonar.api.measures.MeasureUtils
 
getValueAsLong() - Method in class org.sonar.api.qualitymodel.CharacteristicProperty
 
getValueError() - Method in class org.sonar.api.profiles.Alert
 
getValues(String, String) - Method in class org.sonar.api.charts.ChartParameters
Returns an array of a param values, given its key and the values delimiter
getValues(String, String, boolean) - Method in class org.sonar.api.charts.ChartParameters
Returns an array of a param values, given its key and the values delimiter Values can be decoded or not
getValues() - Method in class org.sonar.wsclient.services.TimeMachineCell
 
getValueWarning() - Method in class org.sonar.api.profiles.Alert
 
getVar() - Method in class org.sonar.wsclient.services.Measure
 
getVariable(Object) - Method in class org.sonar.colorizer.HtmlCodeBuilder
Get a stateful variable.
getVariable(Object, Object) - Method in class org.sonar.colorizer.HtmlCodeBuilder
Get a stateful variable.
getVariables() - Method in class org.sonar.colorizer.HtmlCodeBuilder
All stateful variables
getVariation(int) - Method in class org.sonar.api.measures.Measure
 
getVariation(Measure, int) - Static method in class org.sonar.api.measures.MeasureUtils
 
getVariation(Measure, int, Double) - Static method in class org.sonar.api.measures.MeasureUtils
 
getVariation1() - Method in class org.sonar.api.measures.Measure
 
getVariation1() - Method in class org.sonar.wsclient.services.Measure
Variation value on period 1.
getVariation2() - Method in class org.sonar.api.measures.Measure
 
getVariation2() - Method in class org.sonar.wsclient.services.Measure
Variation value on period 2.
getVariation3() - Method in class org.sonar.api.measures.Measure
 
getVariation3() - Method in class org.sonar.wsclient.services.Measure
Variation value on period 3.
getVariation4() - Method in class org.sonar.api.measures.Measure
 
getVariation4() - Method in class org.sonar.wsclient.services.Measure
Variation value on period 4.
getVariation5() - Method in class org.sonar.api.measures.Measure
 
getVariation5() - Method in class org.sonar.wsclient.services.Measure
Variation value on period 5.
getVariationAsLong(Measure, int) - Static method in class org.sonar.api.measures.MeasureUtils
 
getVariationAsLong(Measure, int, Long) - Static method in class org.sonar.api.measures.MeasureUtils
 
getVariationValue1() - Method in class org.sonar.api.database.model.MeasureModel
 
getVariationValue2() - Method in class org.sonar.api.database.model.MeasureModel
 
getVariationValue3() - Method in class org.sonar.api.database.model.MeasureModel
 
getVariationValue4() - Method in class org.sonar.api.database.model.MeasureModel
 
getVariationValue5() - Method in class org.sonar.api.database.model.MeasureModel
 
getVersion() - Method in class org.sonar.api.batch.bootstrap.ProjectDefinition
 
getVersion() - Method in interface org.sonar.api.batch.maven.MavenPluginHandler
The fixed plugin version to execute
getVersion() - Method in class org.sonar.api.database.model.Snapshot
 
getVersion() - Method in interface org.sonar.api.platform.PluginMetadata
 
getVersion() - Method in class org.sonar.api.platform.Server
 
getVersion() - Method in class org.sonar.api.profiles.RulesProfile
 
getVersion() - Method in class org.sonar.api.resources.Library
 
getVersion() - Method in class org.sonar.api.utils.ServerHttpClient
Deprecated.  
getVersion() - Static method in enum org.sonar.batch.bootstrapper.BootstrapperVersion
 
getVersion() - Method in class org.sonar.batch.bootstrapper.EnvironmentInformation
 
getVersion() - Method in class org.sonar.batch.ServerMetadata
 
getVersion() - Method in class org.sonar.core.plugins.DefaultPluginMetadata
 
getVersion() - Method in class org.sonar.jpa.entity.SchemaMigration
 
getVersion() - Static method in enum org.sonar.plugins.checkstyle.CheckstyleVersion
 
getVersion() - Method in class org.sonar.plugins.cobertura.CoberturaMavenPluginHandler
 
getVersion() - Static method in enum org.sonar.plugins.findbugs.FindbugsVersion
 
getVersion() - Method in class org.sonar.plugins.jacoco.JaCoCoMavenPluginHandler
 
getVersion() - Static method in enum org.sonar.plugins.pmd.PmdVersion
 
getVersion() - Method in class org.sonar.server.configuration.Backup
 
getVersion() - Method in class org.sonar.server.configuration.SonarConfig
 
getVersion() - Method in class org.sonar.server.mavendeployer.Artifact
 
getVersion() - Method in class org.sonar.server.platform.ServerImpl
 
getVersion() - Method in class org.sonar.wsclient.services.Plugin
 
getVersion() - Method in class org.sonar.wsclient.services.Resource
 
getVersion() - Method in class org.sonar.wsclient.services.Server
 
getVertex(int) - Method in class org.sonar.graph.Dsm
 
getVertices() - Method in class org.sonar.batch.index.DefaultIndex
 
getVertices() - Method in class org.sonar.graph.DirectedGraph
 
getVertices() - Method in interface org.sonar.graph.DirectedGraphAccessor
 
getVertices() - Method in class org.sonar.graph.Dsm
 
getVertices() - Method in class org.sonar.squid.Squid
 
getViolationId() - Method in class org.sonar.wsclient.services.Review
 
getViolationId() - Method in class org.sonar.wsclient.services.ReviewCreateQuery
 
getViolations(ViolationQuery) - Method in interface org.sonar.api.batch.DecoratorContext
Returns the violations that match the ViolationQuery parameters.
getViolations() - Method in interface org.sonar.api.batch.DecoratorContext
Returns all the active (= non switched-off) violations found on the current resource.
getViolations(ViolationQuery) - Method in class org.sonar.api.batch.SonarIndex
Returns the violations that match the ViolationQuery parameters.
getViolations(Resource) - Method in class org.sonar.api.batch.SonarIndex
Returns all the active (= non switched-off) violations found on the given resource.
getViolations(ViolationQuery) - Method in class org.sonar.batch.DefaultDecoratorContext
Returns the violations that match the ViolationQuery parameters.
getViolations() - Method in class org.sonar.batch.DefaultDecoratorContext
Returns all the active (= non switched-off) violations found on the current resource.
getViolations() - Method in class org.sonar.batch.index.Bucket
 
getViolations(ViolationQuery) - Method in class org.sonar.batch.index.DefaultIndex
Returns the violations that match the ViolationQuery parameters.
getViolations(Resource) - Method in class org.sonar.plugins.core.timemachine.ReferenceAnalysis
 
getVisitorClasses() - Method in class org.sonar.java.ast.JavaAstScanner
 
getVisitorClasses() - Method in class org.sonar.java.bytecode.BytecodeScanner
 
getVisitorClasses() - Method in class org.sonar.java.squid.SquidScanner
 
getVisitorClasses() - Method in class org.sonar.squid.api.CodeScanner
 
getVisitors() - Method in class org.sonar.squid.api.CodeScanner
 
getWantedTokens() - Method in class org.sonar.java.ast.check.BreakCheck
 
getWantedTokens() - Method in class org.sonar.java.ast.check.ContinueCheck
 
getWantedTokens() - Method in class org.sonar.java.ast.check.UndocumentedApiCheck
 
getWantedTokens() - Method in class org.sonar.java.ast.visitor.AccessorVisitor
 
getWantedTokens() - Method in class org.sonar.java.ast.visitor.AnonymousInnerClassVisitor
 
getWantedTokens() - Method in class org.sonar.java.ast.visitor.BlankLinesVisitor
 
getWantedTokens() - Method in class org.sonar.java.ast.visitor.BranchVisitor
 
getWantedTokens() - Method in class org.sonar.java.ast.visitor.ClassVisitor
 
getWantedTokens() - Method in class org.sonar.java.ast.visitor.CommentVisitor
 
getWantedTokens() - Method in class org.sonar.java.ast.visitor.ComplexityVisitor
 
getWantedTokens() - Method in class org.sonar.java.ast.visitor.EndAtLineVisitor
 
getWantedTokens() - Method in class org.sonar.java.ast.visitor.JavaAstVisitor
 
getWantedTokens() - Method in class org.sonar.java.ast.visitor.LinesOfCodeVisitor
 
getWantedTokens() - Method in class org.sonar.java.ast.visitor.LinesVisitor
 
getWantedTokens() - Method in class org.sonar.java.ast.visitor.MethodVisitor
 
getWantedTokens() - Method in class org.sonar.java.ast.visitor.PublicApiVisitor
 
getWantedTokens() - Method in class org.sonar.java.ast.visitor.StatementVisitor
 
getWarnings() - Method in class org.sonar.api.utils.ValidationMessages
 
getWebFooters() - Method in class org.sonar.server.ui.JRubyFacade
 
getWeight() - Method in class org.sonar.api.design.Dependency
 
getWeight() - Method in class org.sonar.api.design.DependencyDto
 
getWeight() - Method in class org.sonar.graph.DsmCell
 
getWeight() - Method in interface org.sonar.graph.Edge
 
getWeight() - Method in class org.sonar.graph.FeedbackEdge
 
getWeight() - Method in class org.sonar.graph.StringEdge
 
getWeight() - Method in class org.sonar.plugins.design.ui.page.client.DsmData.Cell
 
getWeight(int) - Method in class org.sonar.plugins.design.ui.page.client.DsmData.Row
 
getWeight() - Method in class org.sonar.squid.api.SourceCodeEdge
 
getWeight() - Method in class org.sonar.wsclient.services.Dependency
 
getWeight() - Method in class org.sonar.wsclient.services.DependencyTree
 
getWeightOfFeedbackEdgeSet() - Method in class org.sonar.graph.IncrementalCyclesAndFESSolver
 
getWeightOfFeedbackEdgeSet() - Method in class org.sonar.graph.MinimumFeedbackEdgeSetSolver
 
getWidget(String) - Method in class org.sonar.server.ui.JRubyFacade
 
getWidget(String) - Method in class org.sonar.server.ui.Views
 
getWidgetCategories() - Method in class org.sonar.server.ui.ViewProxy
 
getWidgetLayout() - Method in class org.sonar.server.ui.ViewProxy
 
getWidgetProperties() - Method in class org.sonar.server.ui.ViewProxy
 
getWidgets(String, String, String) - Method in class org.sonar.server.ui.JRubyFacade
 
getWidgets() - Method in class org.sonar.server.ui.JRubyFacade
 
getWidgets(String, String, String) - Method in class org.sonar.server.ui.Views
 
getWidgets() - Method in class org.sonar.server.ui.Views
 
getWidth() - Method in class org.sonar.api.charts.ChartParameters
Get the chart width
getWidth() - Method in class org.sonar.server.charts.deprecated.BaseChart
 
getWorkDir() - Method in class org.sonar.api.batch.bootstrap.ProjectDefinition
 
getWorkDir() - Method in class org.sonar.batch.bootstrapper.ProjectDefinition
Deprecated.  
getWorstValue() - Method in class org.sonar.api.measures.Metric
 
getXmlDefinition() - Method in class org.sonar.server.mavendeployer.Artifact
 
getXMLDefinitionFile() - Method in class org.sonar.plugins.checkstyle.CheckstyleConfiguration
 
getXmlFromSonarConfig(SonarConfig) - Method in class org.sonar.server.configuration.Backup
 
go() - Method in class org.sonar.duplications.cpd.CPD
 
GOOGLE_ANALYTICS_ACCOUNT_PROPERTY - Static variable in interface org.sonar.api.CoreProperties
 
GOOGLE_ANALYTICS_PLUGIN - Static variable in interface org.sonar.api.CoreProperties
 
GOTO - Static variable in interface net.sourceforge.pmd.cpd.cppast.CPPParserConstants
RegularExpression Id.
GREATERTHAN - Static variable in interface net.sourceforge.pmd.cpd.cppast.CPPParserConstants
RegularExpression Id.
GREATERTHANOREQUALTO - Static variable in interface net.sourceforge.pmd.cpd.cppast.CPPParserConstants
RegularExpression Id.
GRID - Static variable in class org.sonar.plugins.design.ui.page.client.Dsm
 
GRID_CELL_BOTTOM_LEFT - Static variable in class org.sonar.plugins.design.ui.page.client.Dsm
 
GRID_CELL_COMB1_SUFFIX - Static variable in class org.sonar.plugins.design.ui.page.client.Dsm
 
GRID_CELL_COMB2_SUFFIX - Static variable in class org.sonar.plugins.design.ui.page.client.Dsm
 
GRID_CELL_DIAGONAL - Static variable in class org.sonar.plugins.design.ui.page.client.Dsm
 
GRID_CELL_SELECTION1_SUFFIX - Static variable in class org.sonar.plugins.design.ui.page.client.Dsm
 
GRID_CELL_SELECTION2_SUFFIX - Static variable in class org.sonar.plugins.design.ui.page.client.Dsm
 
GRID_CELL_TOP_RIGHT - Static variable in class org.sonar.plugins.design.ui.page.client.Dsm
 
GRID_COLOR - Static variable in class org.sonar.api.charts.AbstractChart
 
GRID_SUFFIXES - Static variable in class org.sonar.plugins.design.ui.page.client.Dsm
 
GroovyKeywords - Class in org.sonar.colorizer
 
groovyToHtml(Reader, HtmlOptions) - Static method in class org.sonar.colorizer.CodeColorizer
 
GroovyTokenizers - Class in org.sonar.colorizer
 
GROUP_ID - Static variable in class org.sonar.api.batch.maven.MavenSurefireUtils
 
GROUP_ID_APACHE_MAVEN - Static variable in class org.sonar.api.batch.maven.MavenUtils
 
GROUP_ID_CODEHAUS_MOJO - Static variable in class org.sonar.api.batch.maven.MavenUtils
 
GROUPING - Static variable in interface net.sourceforge.pmd.cpd.CPDListener
 
GroupRole - Class in org.sonar.api.security
 
GroupRole() - Constructor for class org.sonar.api.security.GroupRole
 
GWT_BUNDLE - Static variable in class org.sonar.core.i18n.GwtI18n
 
GWT_ID - Static variable in class org.sonar.plugins.core.testdetailsviewer.client.TestsViewer
 
GWT_ID - Static variable in class org.sonar.plugins.design.ui.dependencies.client.DependenciesTab
 
GWT_ID - Static variable in class org.sonar.plugins.design.ui.lcom4.client.Lcom4Tab
 
GWT_ID - Static variable in class org.sonar.plugins.design.ui.libraries.client.LibrariesPage
 
GWT_ID - Static variable in class org.sonar.plugins.design.ui.page.client.DesignPage
 
GwtDependenciesTab - Class in org.sonar.plugins.design.ui.dependencies
 
GwtDependenciesTab() - Constructor for class org.sonar.plugins.design.ui.dependencies.GwtDependenciesTab
 
GwtDesignPage - Class in org.sonar.plugins.design.ui.page
 
GwtDesignPage() - Constructor for class org.sonar.plugins.design.ui.page.GwtDesignPage
 
GwtExtension - Interface in org.sonar.api.web
 
GwtHotspots - Class in org.sonar.plugins.core.hotspots.client
 
GwtHotspots() - Constructor for class org.sonar.plugins.core.hotspots.client.GwtHotspots
 
GwtI18n - Class in org.sonar.core.i18n
 
GwtI18n(I18nManager) - Constructor for class org.sonar.core.i18n.GwtI18n
 
GwtLcom4Tab - Class in org.sonar.plugins.design.ui.lcom4
 
GwtLcom4Tab() - Constructor for class org.sonar.plugins.design.ui.lcom4.GwtLcom4Tab
 
GwtLibrariesPage - Class in org.sonar.plugins.design.ui.libraries
 
GwtLibrariesPage() - Constructor for class org.sonar.plugins.design.ui.libraries.GwtLibrariesPage
 
GwtPage - Class in org.sonar.api.web
 
GwtPage() - Constructor for class org.sonar.api.web.GwtPage
 
GwtPublisher - Class in org.sonar.server.startup
 
GwtPublisher(GwtExtension[], Settings) - Constructor for class org.sonar.server.startup.GwtPublisher
 
GwtUtils - Class in org.sonar.wsclient.gwt
 
GwtUtils() - Constructor for class org.sonar.wsclient.gwt.GwtUtils
 

H

handleGetObject(String) - Method in class org.sonar.api.utils.LocalizedMessages
 
hasAmongParents(SourceCode) - Method in class org.sonar.squid.api.SourceCode
 
hasAnEdgeFromRootNode(SourceCode) - Method in class org.sonar.squid.api.SourceCodeEdge
 
hasAnEdgeToRootNode(SourceCode) - Method in class org.sonar.squid.api.SourceCodeEdge
 
hasBaseSnapshot() - Method in class org.sonar.server.filters.Filter
 
hasCheckMessages() - Method in class org.sonar.squid.api.SourceCode
 
hasChild(SourceCode) - Method in class org.sonar.squid.api.SourceCode
 
hasChildren() - Method in class org.sonar.squid.api.SourceCode
 
hasConfiguration() - Method in class org.sonar.api.batch.maven.MavenPlugin
 
hasData() - Method in class org.sonar.api.measures.Measure
 
hasData(Measure) - Static method in class org.sonar.api.measures.MeasureUtils
Tests if a measure has a data field
hasDefaultValue(String) - Method in class org.sonar.api.config.Settings
 
hasDownloads() - Method in class org.sonar.server.plugins.PluginDownloader
 
hasEdge(Resource, Resource) - Method in class org.sonar.batch.index.DefaultIndex
 
hasEdge(V, V) - Method in class org.sonar.graph.DirectedGraph
 
hasEdge(V, V) - Method in interface org.sonar.graph.DirectedGraphAccessor
 
hasEdge(SourceCode, SourceCode) - Method in class org.sonar.squid.Squid
 
hasErrors() - Method in class org.sonar.api.utils.ValidationMessages
 
hasFavouriteIds() - Method in class org.sonar.server.filters.Filter
 
HASH - Static variable in interface net.sourceforge.pmd.cpd.CPDListener
 
hashCode() - Method in class net.sourceforge.pmd.cpd.TokenEntry
 
hashCode() - Method in class org.sonar.api.database.configuration.Property
 
hashCode() - Method in class org.sonar.api.database.model.ResourceModel
 
hashCode() - Method in class org.sonar.api.database.model.RuleFailureModel
 
hashCode() - Method in class org.sonar.api.database.model.Snapshot
 
hashCode() - Method in class org.sonar.api.database.model.SnapshotSource
 
hashCode() - Method in class org.sonar.api.database.model.User
 
hashCode() - Method in class org.sonar.api.design.Dependency
 
hashCode() - Method in class org.sonar.api.design.DependencyDto
 
hashCode() - Method in class org.sonar.api.measures.Measure
 
hashCode() - Method in class org.sonar.api.measures.Metric
 
hashCode() - Method in class org.sonar.api.measures.RuleMeasure
 
hashCode() - Method in class org.sonar.api.notifications.Notification
 
hashCode() - Method in class org.sonar.api.profiles.ProfileExporter
 
hashCode() - Method in class org.sonar.api.profiles.ProfileImporter
 
hashCode() - Method in class org.sonar.api.profiles.RulesProfile
 
hashCode() - Method in class org.sonar.api.qualitymodel.Characteristic
 
hashCode() - Method in class org.sonar.api.qualitymodel.Model
 
hashCode() - Method in class org.sonar.api.qualitymodel.ModelDefinition
 
hashCode() - Method in class org.sonar.api.resources.AbstractLanguage
 
hashCode() - Method in class org.sonar.api.resources.Library
 
hashCode() - Method in class org.sonar.api.resources.Method
 
hashCode() - Method in class org.sonar.api.resources.ProjectLink
 
hashCode() - Method in class org.sonar.api.resources.Resource
 
hashCode() - Method in class org.sonar.api.rules.ActiveRule
 
hashCode() - Method in class org.sonar.api.rules.ActiveRuleChange
 
hashCode() - Method in class org.sonar.api.rules.ActiveRuleParam
 
hashCode() - Method in class org.sonar.api.rules.ActiveRuleParamChange
 
hashCode() - Method in class org.sonar.api.rules.Rule
 
hashCode() - Method in class org.sonar.api.rules.RuleParam
 
hashCode() - Method in class org.sonar.api.rules.RulesCategory
Deprecated.  
hashCode() - Method in class org.sonar.api.utils.dag.Node
 
hashCode() - Method in class org.sonar.api.web.CodeColorizerFormat
 
hashCode() - Method in class org.sonar.batch.FormulaDecorator
 
hashCode() - Method in class org.sonar.batch.index.Bucket
 
hashCode() - Method in class org.sonar.core.i18n.RuleI18nManager.RuleKey
 
hashCode() - Method in class org.sonar.core.plugins.DefaultPluginMetadata
 
hashCode() - Method in class org.sonar.core.plugins.RemotePlugin
 
hashCode() - Method in class org.sonar.duplications.block.Block
 
hashCode() - Method in class org.sonar.duplications.block.ByteArray
 
hashCode() - Method in class org.sonar.duplications.cpd.Match.MatchCode
 
hashCode() - Method in class org.sonar.duplications.index.CloneGroup
 
hashCode() - Method in class org.sonar.duplications.index.ClonePart
 
hashCode() - Method in class org.sonar.duplications.statement.Statement
 
hashCode() - Method in class org.sonar.duplications.token.Token
 
hashCode() - Method in class org.sonar.graph.Cycle
 
hashCode() - Method in class org.sonar.graph.FeedbackEdge
 
hashCode() - Method in class org.sonar.graph.StringEdge
 
hashCode() - Method in class org.sonar.java.bytecode.asm.AsmClass
 
hashCode() - Method in class org.sonar.java.bytecode.asm.AsmEdge
 
hashCode() - Method in class org.sonar.java.bytecode.asm.AsmField
 
hashCode() - Method in class org.sonar.java.bytecode.asm.AsmMethod
 
hashCode() - Method in class org.sonar.server.mavendeployer.Artifact
 
hashCode() - Method in class org.sonar.server.platform.ServerImpl
 
hashCode() - Method in class org.sonar.server.plugins.SonarUpdate
 
hashCode() - Method in class org.sonar.server.ui.ViewProxy
 
hashCode() - Method in class org.sonar.squid.api.SourceCode
 
hashCode() - Method in class org.sonar.squid.api.SourceCodeEdge
 
hashCode() - Method in class org.sonar.squid.indexer.QueryByName
 
hashCode() - Method in class org.sonar.squid.indexer.QueryByType
 
hashCode() - Method in class org.sonar.wsclient.services.Dependency
 
hashCode() - Method in class org.sonar.wsclient.services.Event
 
hasInfos() - Method in class org.sonar.api.utils.ValidationMessages
 
hasJavaSourceFiles() - Method in class org.sonar.api.resources.DefaultProjectFileSystem
Deprecated.  
hasJavaSourceFiles() - Method in interface org.sonar.api.resources.ProjectFileSystem
Deprecated. since 2.6 - API should be language agnostic
hasKey(String) - Method in class org.sonar.api.config.Settings
 
hasKey() - Method in class org.sonar.core.plugins.DefaultPluginMetadata
 
hasKeyword() - Method in class org.sonar.plugins.design.ui.libraries.client.Filters
 
hasKeyword() - Method in class org.sonar.plugins.design.ui.libraries.client.KeywordFilter
 
hasLanguages() - Method in class org.sonar.server.filters.Filter
 
hasLegend() - Method in class org.sonar.api.charts.AbstractChart
 
hasLine() - Method in class org.sonar.wsclient.services.Violation
 
hasLineId() - Method in class org.sonar.api.rules.Violation
 
hasMainClass() - Method in class org.sonar.core.plugins.DefaultPluginMetadata
 
hasMeasureCriteria() - Method in class org.sonar.server.filters.Filter
 
hasMeasureCriteriaOnMetric(Integer) - Method in class org.sonar.server.filters.Filter
 
hasNextChar(char) - Static method in class org.sonar.test.channel.ChannelMatchers
 
hasNextToken(CodeReader, HtmlCodeBuilder) - Method in class org.sonar.colorizer.MultilinesDocTokenizer
 
hasNoSonarTagAtLine(int) - Method in class org.sonar.squid.api.SourceFile
 
hasPlugin(String) - Method in class org.sonar.server.ui.JRubyFacade
 
hasProperties() - Method in class org.sonar.plugins.pmd.xml.PmdRule
 
hasQualifiers() - Method in class org.sonar.server.filters.Filter
 
hasRequiredProperties() - Method in class org.sonar.server.ui.ViewProxy
 
hasRule() - Method in class org.sonar.api.qualitymodel.Characteristic
 
hasScopes() - Method in class org.sonar.server.filters.Filter
 
hasTestFiles(Language) - Method in class org.sonar.api.resources.DefaultProjectFileSystem
Deprecated. in 2.6
hasTestFiles(Language) - Method in interface org.sonar.api.resources.ProjectFileSystem
Deprecated. since 2.6 - use language key instead of Language object
hasValue(Measure) - Static method in class org.sonar.api.measures.MeasureUtils
Tests if a measure has a value
hasValue(Object[]) - Static method in class org.sonar.batch.components.PastMeasuresLoader
 
hasValue() - Method in class org.sonar.gwt.ui.ViewerHeader.MeasureLabel
 
hasWarnings() - Method in class org.sonar.api.utils.ValidationMessages
 
hasWarnings() - Method in class org.sonar.server.plugins.SonarUpdate
 
haveValues(Measure...) - Static method in class org.sonar.api.measures.MeasureUtils
Return true if all measures have numeric value
Header - Class in org.sonar.plugins.design.ui.dependencies.client
 
Header() - Constructor for class org.sonar.plugins.design.ui.dependencies.client.Header
 
HEADER - Static variable in class org.sonar.plugins.design.ui.page.client.Dsm
 
HEADER_HIGHER_INDICATOR_SUFFIX - Static variable in class org.sonar.plugins.design.ui.page.client.Dsm
 
HEADER_INDICATOR - Static variable in class org.sonar.plugins.design.ui.page.client.Dsm
 
HEADER_LOWER_INDICATOR_SUFFIX - Static variable in class org.sonar.plugins.design.ui.page.client.Dsm
 
HEADER_SELECTED_SUFFIX - Static variable in class org.sonar.plugins.design.ui.page.client.Dsm
 
HEADER_TITLE - Static variable in class org.sonar.plugins.design.ui.page.client.Dsm
 
help() - Method in interface org.sonar.gwt.ui.Icons.IconBundle
 
HEXADECIMALINT - Static variable in interface net.sourceforge.pmd.cpd.cppast.CPPParserConstants
RegularExpression Id.
HEXADECIMALLONG - Static variable in interface net.sourceforge.pmd.cpd.cppast.CPPParserConstants
RegularExpression Id.
hideMoreButton() - Method in class org.sonar.gwt.ui.SourcePanel
 
HOME - Static variable in annotation type org.sonar.api.web.NavigationSection
 
Host - Class in org.sonar.wsclient
 
Host(String) - Constructor for class org.sonar.wsclient.Host
 
Host(String, String, String) - Constructor for class org.sonar.wsclient.Host
 
HotspotMetricWidget - Class in org.sonar.plugins.core.widgets
 
HotspotMetricWidget() - Constructor for class org.sonar.plugins.core.widgets.HotspotMetricWidget
 
HotspotMostViolatedResourcesWidget - Class in org.sonar.plugins.core.widgets
 
HotspotMostViolatedResourcesWidget() - Constructor for class org.sonar.plugins.core.widgets.HotspotMostViolatedResourcesWidget
 
HotspotMostViolatedRulesWidget - Class in org.sonar.plugins.core.widgets
 
HotspotMostViolatedRulesWidget() - Constructor for class org.sonar.plugins.core.widgets.HotspotMostViolatedRulesWidget
 
Hotspots - Class in org.sonar.plugins.core.hotspots
 
Hotspots() - Constructor for class org.sonar.plugins.core.hotspots.Hotspots
 
HREF_COLUMN_SIZE - Static variable in class org.sonar.api.resources.ProjectLink
 
HsqlDb - Class in org.sonar.jpa.dialect
 
HsqlDb() - Constructor for class org.sonar.jpa.dialect.HsqlDb
 
HtmlCodeBuilder - Class in org.sonar.colorizer
 
HtmlCodeBuilder() - Constructor for class org.sonar.colorizer.HtmlCodeBuilder
 
HtmlDecorator - Class in org.sonar.colorizer
 
HtmlDecorator(HtmlOptions) - Constructor for class org.sonar.colorizer.HtmlDecorator
 
htmlEncode(String) - Static method in class net.sourceforge.pmd.util.StringUtil
 
HtmlOptions - Class in org.sonar.colorizer
 
HtmlOptions() - Constructor for class org.sonar.colorizer.HtmlOptions
 
HtmlOptions(boolean, String, boolean) - Constructor for class org.sonar.colorizer.HtmlOptions
 
HtmlRenderer - Class in org.sonar.colorizer
 
HtmlRenderer(HtmlOptions) - Constructor for class org.sonar.colorizer.HtmlRenderer
 
HtmlRenderer() - Constructor for class org.sonar.colorizer.HtmlRenderer
 
HttpClient3Connector - Class in org.sonar.wsclient.connectors
 
HttpClient3Connector(Host) - Constructor for class org.sonar.wsclient.connectors.HttpClient3Connector
 
HttpClient3Connector(Host, HttpClient) - Constructor for class org.sonar.wsclient.connectors.HttpClient3Connector
 
HttpClient4Connector - Class in org.sonar.wsclient.connectors
 
HttpClient4Connector(Host) - Constructor for class org.sonar.wsclient.connectors.HttpClient4Connector
 
HttpDownloader - Class in org.sonar.api.utils
This component downloads HTTP files
HttpDownloader(Server, Settings) - Constructor for class org.sonar.api.utils.HttpDownloader
 
HttpDownloader(Settings) - Constructor for class org.sonar.api.utils.HttpDownloader
 

I

I18n - Interface in org.sonar.api.i18n
 
I18nManager - Class in org.sonar.core.i18n
 
I18nManager(PluginRepository) - Constructor for class org.sonar.core.i18n.I18nManager
 
I18nMatchers - Class in org.sonar.test.i18n
 
Icons - Class in org.sonar.gwt.ui
All icons are 16x16 pixels
Icons.IconBundle - Interface in org.sonar.gwt.ui
 
ID - Static variable in interface net.sourceforge.pmd.cpd.cppast.CPPParserConstants
RegularExpression Id.
IF - Static variable in interface net.sourceforge.pmd.cpd.cppast.CPPParserConstants
RegularExpression Id.
ignore(TokenMatcher...) - Method in class org.sonar.duplications.statement.StatementChunker.Builder
Defines that sequence of tokens must be ignored, if it matches specified list of matchers.
ignore(String) - Method in class org.sonar.duplications.token.TokenChunker.Builder
Defines that sequence of characters must be ignored, if it matches specified regular expression.
ignoreCase - Variable in class net.sourceforge.pmd.util.filter.FileExtensionFilter
 
image - Variable in class net.sourceforge.pmd.cpd.cppast.Token
The string image of the token.
importBackupablesXml(SonarConfig) - Method in class org.sonar.server.configuration.Backup
 
importProfile(Reader, ValidationMessages) - Method in class org.sonar.api.profiles.ProfileImporter
 
importProfile(Reader, ValidationMessages) - Method in class org.sonar.plugins.checkstyle.CheckstyleProfileImporter
 
importProfile(Reader, ValidationMessages) - Method in class org.sonar.plugins.findbugs.FindbugsProfileImporter
 
importProfile(Reader, ValidationMessages) - Method in class org.sonar.plugins.pmd.PmdProfileImporter
 
importProfile(RulesDao, RulesProfile) - Method in class org.sonar.server.configuration.ProfilesBackup
 
importProfile(String, String, String, String) - Method in class org.sonar.server.rules.ProfilesConsole
Important : the ruby controller has already create the profile
importProfile(String, String, String, String) - Method in class org.sonar.server.ui.JRubyFacade
 
importXml(String) - Method in class org.sonar.server.configuration.Backup
 
importXml(SonarConfig) - Method in interface org.sonar.server.configuration.Backupable
 
importXml(SonarConfig) - Method in class org.sonar.server.configuration.MetricsBackup
 
importXml(SonarConfig) - Method in class org.sonar.server.configuration.ProfilesBackup
 
importXml(SonarConfig) - Method in class org.sonar.server.configuration.PropertiesBackup
 
importXml(SonarConfig) - Method in class org.sonar.server.configuration.RulesBackup
 
IN_COMMENT - Static variable in interface net.sourceforge.pmd.cpd.cppast.CPPParserConstants
Lexical state.
IN_LINE_COMMENT - Static variable in interface net.sourceforge.pmd.cpd.cppast.CPPParserConstants
Lexical state.
IN_PREPROCESSOR_OUTPUT_COMMENT - Static variable in interface net.sourceforge.pmd.cpd.cppast.CPPParserConstants
Lexical state.
inBuf - Static variable in class net.sourceforge.pmd.cpd.cppast.SimpleCharStream
 
INCLUDES_PROPERTY - Static variable in class org.sonar.plugins.jacoco.JacocoConfiguration
 
INCOMING_DIRECTION - Static variable in class org.sonar.wsclient.services.DependencyQuery
 
IncrementalCyclesAndFESSolver<V> - Class in org.sonar.graph
 
IncrementalCyclesAndFESSolver(DirectedGraphAccessor<V, ? extends Edge>, Collection<V>) - Constructor for class org.sonar.graph.IncrementalCyclesAndFESSolver
 
IncrementalCyclesAndFESSolver(DirectedGraphAccessor<V, ? extends Edge>, Collection<V>, int, int) - Constructor for class org.sonar.graph.IncrementalCyclesAndFESSolver
 
incrementDuplicatedBlock() - Method in class org.sonar.plugins.cpd.DuplicationsData
 
index(Resource) - Method in interface org.sonar.api.batch.SensorContext
Indexes a resource as a direct child of project.
index(Resource, Resource) - Method in interface org.sonar.api.batch.SensorContext
Indexes a resource.
index(Resource) - Method in class org.sonar.api.batch.SonarIndex
Indexes a resource as a direct child of project.
index(Resource, Resource) - Method in class org.sonar.api.batch.SonarIndex
Indexes a resource.
index(Resource) - Method in class org.sonar.batch.DefaultSensorContext
 
index(Resource, Resource) - Method in class org.sonar.batch.DefaultSensorContext
 
index(Resource) - Method in class org.sonar.batch.index.DefaultIndex
 
index(Resource, Resource) - Method in class org.sonar.batch.index.DefaultIndex
 
index(String) - Method in class org.sonar.plugins.surefire.data.UnitTestIndex
 
index(SourceCode) - Method in interface org.sonar.squid.api.SourceCodeIndexer
 
index(SourceCode) - Method in class org.sonar.squid.indexer.SquidIndex
 
INFO - Static variable in class org.sonar.api.utils.Logs
Deprecated. default level is INFO since version 2.12. Please use your own logger.
INFO_VIOLATIONS - Static variable in class org.sonar.api.measures.CoreMetrics
 
INFO_VIOLATIONS - Static variable in interface org.sonar.gwt.Metrics
 
INFO_VIOLATIONS_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
information() - Method in interface org.sonar.gwt.ui.Icons.IconBundle
 
INHERITED - Static variable in class org.sonar.api.rules.ActiveRule
 
INIT - Static variable in interface net.sourceforge.pmd.cpd.CPDListener
 
init() - Method in class org.sonar.api.checks.CheckFactory
 
init() - Method in interface org.sonar.api.security.LoginPasswordAuthenticator
Throws a runtime exception if the authenticator can not be initialized at sonar server startup, eg.
init() - Method in class org.sonar.batch.bootstrap.Module
 
init(Collection<PluginMetadata>) - Method in class org.sonar.core.plugins.PluginClassloaders
 
init(ServletContext) - Method in class org.sonar.server.platform.Platform
 
init(FilterConfig) - Method in class org.sonar.server.ui.DatabaseSessionFilter
 
Initializer - Class in org.sonar.api.batch
Initializer can execute external tool (like a Maven plugin), change project configuration.
Initializer() - Constructor for class org.sonar.api.batch.Initializer
 
InitializersExecutor - Class in org.sonar.batch.phases
 
InitializersExecutor(BatchExtensionDictionnary, Project, ProjectDefinition, MavenPluginExecutor) - Constructor for class org.sonar.batch.phases.InitializersExecutor
 
initQuery(Project) - Method in class org.sonar.plugins.core.timemachine.TendencyDecorator
 
initSerie(Long, String, boolean) - Method in class org.sonar.server.charts.jruby.TrendsChart
 
INLINE - Static variable in interface net.sourceforge.pmd.cpd.cppast.CPPParserConstants
RegularExpression Id.
InlineDocTokenizer - Class in org.sonar.colorizer
 
InlineDocTokenizer(String, String, String) - Constructor for class org.sonar.colorizer.InlineDocTokenizer
 
input_stream - Static variable in class net.sourceforge.pmd.cpd.cppast.CPPParserTokenManager
 
InputFile - Interface in org.sonar.api.resources
 
InputFileUtils - Class in org.sonar.api.resources
 
inputStream - Static variable in class net.sourceforge.pmd.cpd.cppast.SimpleCharStream
 
insert(Block) - Method in interface org.sonar.duplications.index.CloneIndex
Adds specified block into index.
insert(Block) - Method in class org.sonar.duplications.index.MemoryCloneIndex
 
insert(Block) - Method in class org.sonar.duplications.index.MemoryCloneIndex2
 
insert(Block) - Method in class org.sonar.duplications.index.PackedMemoryCloneIndex
Adds specified block into index.
insert(Collection<DuplicationUnit>) - Method in class org.sonar.persistence.dao.DuplicationDao
Insert rows in the table DUPLICATIONS_INDEX.
insert(Resource, Collection<Block>) - Method in class org.sonar.plugins.cpd.index.DbDuplicationsIndex
 
insert(Resource, Collection<Block>) - Method in class org.sonar.plugins.cpd.index.SonarDuplicationsIndex
 
insert(Block) - Method in class org.sonar.plugins.cpd.index.SonarDuplicationsIndex
 
insert(DatabaseSession, Model) - Static method in class org.sonar.server.qualitymodel.DefaultModelManager
 
INSTABILITY - Static variable in class org.sonar.api.measures.CoreMetrics
 
INSTABILITY - Static variable in interface org.sonar.gwt.Metrics
 
INSTABILITY_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
InstabilityFormula - Class in org.sonar.squid.measures
 
InstabilityFormula() - Constructor for class org.sonar.squid.measures.InstabilityFormula
 
install(Module) - Method in class org.sonar.batch.bootstrap.BatchExtensionInstaller
 
install(Module) - Method in class org.sonar.batch.bootstrap.Module
Installs module into this module.
install(Module) - Method in class org.sonar.batch.bootstrap.ProjectExtensionInstaller
 
install(File, boolean, List<File>, File) - Method in class org.sonar.core.plugins.PluginFileExtractor
 
install(DefaultPluginMetadata, File) - Method in class org.sonar.core.plugins.PluginFileExtractor
 
installChild(Module) - Method in class org.sonar.batch.bootstrap.Module
Installs module into new scope - see http://picocontainer.org/scopes.html
installInSameLocation(File, boolean, List<File>) - Method in class org.sonar.core.plugins.PluginFileExtractor
 
INSTANCE - Static variable in class net.sourceforge.pmd.util.filter.DirectoryFilter
 
INSTANCE - Static variable in class org.sonar.api.resources.Java
 
INSTANCE - Static variable in class org.sonar.duplications.utils.FastStringComparator
 
instantiatePlugin(PluginMetadata) - Method in class org.sonar.core.plugins.PluginClassloaders
 
InstantiationStrategy - Annotation Type in org.sonar.api.batch
Define instantiation strategy of batch extensions.
INT - Static variable in interface net.sourceforge.pmd.cpd.cppast.CPPParserConstants
RegularExpression Id.
intAt(int) - Method in class org.sonar.channel.CodeBuffer
 
interpolateEnvVariables(Properties) - Static method in class org.sonar.core.config.ConfigurationUtils
 
interpolateVariables(Properties, Map<String, String>) - Static method in class org.sonar.core.config.ConfigurationUtils
 
IocContainer - Class in org.sonar.api.utils
Deprecated. since 2.12. To be replaced by ComponentContainer
IocContainer(MutablePicoContainer) - Constructor for class org.sonar.api.utils.IocContainer
Deprecated.  
IocContainer(ComponentContainer) - Constructor for class org.sonar.api.utils.IocContainer
Deprecated.  
isAbstract(int) - Static method in class org.sonar.java.bytecode.asm.AsmAccessFlags
 
isAbstract() - Method in class org.sonar.java.bytecode.asm.AsmResource
 
isAccessor() - Method in class org.sonar.java.api.JavaMethod
 
isAccessor() - Method in class org.sonar.java.bytecode.asm.AsmMethod
 
isAccessor() - Method in class org.sonar.squid.api.SourceMethod
 
isActive() - Method in class org.sonar.wsclient.services.Rule
 
isAcyclicGraph() - Method in class org.sonar.graph.CycleDetector
 
isAcyclicGraph() - Method in class org.sonar.graph.IncrementalCyclesAndFESSolver
 
isAnalysePropertyAccessors() - Method in class org.sonar.java.squid.JavaSquidConfiguration
 
isAnyone() - Method in class org.sonar.api.security.GroupRole
 
isArray(Type) - Static method in class org.sonar.java.bytecode.asm.AsmType
 
isArray() - Method in class org.sonar.java.signature.Parameter
 
isArrayOfObject(Type) - Static method in class org.sonar.java.bytecode.asm.AsmType
 
isAscendingSort() - Method in class org.sonar.server.filters.Filter
 
isBlockUnit(Resource) - Static method in class org.sonar.api.resources.Scopes
 
isBodyLoaded() - Method in class org.sonar.java.bytecode.asm.AsmMethod
 
isBundleUpToDate(String) - Static method in class org.sonar.test.i18n.I18nMatchers
Returns a matcher which checks that a translation bundle is up to date with the corresponding English Core bundle.
isBundleUpToDate() - Static method in class org.sonar.test.i18n.I18nMatchers
Returns a matcher which checks that a translation bundle is up to date with the corresponding default one found in the same folder.
isBypassExclusion() - Method in class org.sonar.squid.api.CheckMessage
 
isCalculatedMetric() - Method in enum org.sonar.squid.measures.Metric
 
isCalculatedMetric() - Method in interface org.sonar.squid.measures.MetricDef
 
isCdataValue() - Method in class org.sonar.plugins.pmd.xml.PmdProperty
 
isClass(Resource) - Static method in class org.sonar.api.resources.Qualifiers
 
isClass(Resource) - Static method in class org.sonar.api.resources.ResourceUtils
 
isClass(DetailAST) - Static method in class org.sonar.java.ast.visitor.AstUtils
 
isClassVariable(DetailAST) - Static method in class org.sonar.java.ast.visitor.AstUtils
 
isCollapsed() - Method in class org.sonar.plugins.design.ui.libraries.client.Filters
 
isCompatible() - Method in class org.sonar.server.plugins.PluginUpdate
 
isConstructor() - Method in class org.sonar.java.bytecode.asm.AsmMethod
 
isCore() - Method in interface org.sonar.api.platform.PluginMetadata
 
isCore() - Method in class org.sonar.core.plugins.DefaultPluginMetadata
 
isCore() - Method in class org.sonar.core.plugins.RemotePlugin
 
isCoreBundle(String) - Method in class org.sonar.test.i18n.BundleSynchronizedMatcher
 
isCreatedAfter(Date) - Method in class org.sonar.wsclient.services.Violation
 
isDataType() - Method in class org.sonar.api.measures.Metric
 
isDefault() - Method in class org.sonar.api.resources.JavaPackage
 
isDefaultConstructor() - Method in class org.sonar.java.bytecode.asm.AsmMethod
 
isDefaultProfile() - Method in class org.sonar.wsclient.services.Profile
 
isDefaultTab() - Method in class org.sonar.server.ui.ViewProxy
 
isDeprecated(int) - Static method in class org.sonar.java.bytecode.asm.AsmAccessFlags
 
isDeprecated() - Method in class org.sonar.java.bytecode.asm.AsmResource
 
isDeprecatedChart(HttpServletRequest) - Method in class org.sonar.server.charts.ChartsServlet
 
isDirectory(Resource) - Static method in class org.sonar.api.resources.Qualifiers
 
isDirectory(Resource) - Static method in class org.sonar.api.resources.ResourceUtils
Alias for ResourceUtils.isSpace(Resource)
isDirectory(Resource) - Static method in class org.sonar.api.resources.Scopes
 
isDisabled(String) - Method in interface org.sonar.api.platform.ServerPluginRepository
 
isDisabled(String) - Method in class org.sonar.server.plugins.DefaultServerPluginRepository
 
isDocumentedApi(DetailAST, FileContents) - Static method in class org.sonar.java.ast.visitor.PublicApiVisitor
Also used by UndocumentedApiCheck
isDynamic(boolean) - Method in enum org.sonar.api.resources.Project.AnalysisType
 
isEditable() - Method in class org.sonar.server.ui.ViewProxy
 
isEmpty() - Method in class org.sonar.api.measures.CountDistributionBuilder
 
isEmpty() - Method in class org.sonar.api.measures.RangeDistributionBuilder
 
isEmpty() - Method in class org.sonar.java.bytecode.asm.AsmMethod
 
isEnabled(Project) - Method in class org.sonar.api.batch.AbstractSourceImporter
 
isEnabled() - Method in class org.sonar.api.profiles.RulesProfile
 
isEnabled() - Method in class org.sonar.api.rules.ActiveRule
 
isEnabled() - Method in class org.sonar.api.rules.ActiveRuleChange
 
isEnabled() - Method in class org.sonar.api.rules.Rule
 
isEnabled() - Method in class org.sonar.batch.bootstrap.DryRun
 
isEnabled(String, String, String) - Method in class org.sonar.core.notifications.DefaultNotificationManager
 
isEnabled() - Method in class org.sonar.persistence.model.Rule
 
isEnd() - Method in interface org.sonar.api.batch.events.DecoratorExecutionHandler.DecoratorExecutionEvent
 
isEnd() - Method in interface org.sonar.api.batch.events.DecoratorsPhaseHandler.DecoratorsPhaseEvent
 
isEnd() - Method in interface org.sonar.api.batch.events.ProjectAnalysisHandler.ProjectAnalysisEvent
 
isEnd() - Method in interface org.sonar.api.batch.events.SensorExecutionHandler.SensorExecutionEvent
 
isEnd() - Method in interface org.sonar.api.batch.events.SensorsPhaseHandler.SensorsPhaseEvent
 
isEntity(Resource) - Static method in class org.sonar.api.resources.ResourceUtils
 
isEqualsOperator() - Method in class org.sonar.api.profiles.Alert
 
isError() - Method in class org.sonar.plugins.surefire.data.UnitTestResult
 
isErrorOrFailure() - Method in class org.sonar.plugins.surefire.data.UnitTestResult
 
isExcluded(Resource) - Method in interface org.sonar.api.batch.SensorContext
Returns true if the referenced resource is indexed and excluded.
isExcluded(Resource) - Method in class org.sonar.api.batch.SonarIndex
Returns true if the referenced resource is excluded.
isExcluded() - Method in class org.sonar.api.resources.Resource
Deprecated. since 2.6 should use SensorContext#isExcluded(resource). It will make inheritance of Resource easier.
isExcluded(Project) - Method in class org.sonar.batch.bootstrap.ProjectFilter
 
isExcluded(Resource) - Method in class org.sonar.batch.DefaultSensorContext
 
isExcluded() - Method in class org.sonar.batch.index.Bucket
 
isExcluded(Resource) - Method in class org.sonar.batch.index.DefaultIndex
 
isExcluded(Resource) - Method in class org.sonar.batch.ResourceFilters
Return true if the violation must be saved.
isExcludeRuleCategories() - Method in class org.sonar.wsclient.services.ResourceQuery
Deprecated. since 2.5 not used anymore
isExcludeRulePriorities() - Method in class org.sonar.wsclient.services.ResourceQuery
Deprecated. since 2.5 use ResourceQuery.isExcludeRuleSeverities() instead. See http://jira.codehaus.org/browse/SONAR-1829
isExcludeRules() - Method in class org.sonar.wsclient.services.ResourceQuery
 
isExcludeRuleSeverities() - Method in class org.sonar.wsclient.services.ResourceQuery
 
isExpanded() - Method in class org.sonar.plugins.design.ui.libraries.client.Filters
 
isFailWhenLocked() - Method in class org.sonar.batch.DefaultResourceCreationLock
 
isFeedbackEdge() - Method in class org.sonar.graph.DsmCell
 
isFile(Resource) - Static method in class org.sonar.api.resources.Qualifiers
 
isFile(Resource) - Static method in class org.sonar.api.resources.ResourceUtils
Alias for ResourceUtils.isEntity(Resource)
isFile(Resource) - Static method in class org.sonar.api.resources.Scopes
This scope is sometimes called a "compilation unit".
isFileVariationEnabled() - Method in class org.sonar.batch.components.TimeMachineConfiguration
 
isFinal(DetailAST) - Static method in class org.sonar.java.ast.visitor.AstUtils
 
isFinal(int) - Static method in class org.sonar.java.bytecode.asm.AsmAccessFlags
 
isFixedVersion() - Method in interface org.sonar.api.batch.maven.MavenPluginHandler
Indicates if the plugin version should be fixed or not, it means that if your pom defines another version than the one defined by getVersion(), this version will be used
isFixedVersion() - Method in class org.sonar.plugins.cobertura.CoberturaMavenPluginHandler
 
isFixedVersion() - Method in class org.sonar.plugins.jacoco.JaCoCoMavenPluginHandler
 
isFreshInstall() - Method in interface org.sonar.api.platform.ServerUpgradeStatus
Has the database been created from scratch during the current startup ?
isFreshInstall() - Method in class org.sonar.server.platform.DefaultServerUpgradeStatus
 
isFromCurrentAnalysis() - Method in class org.sonar.api.batch.TimeMachineQuery
 
isGenerateHtmlHeader() - Method in class org.sonar.colorizer.HtmlOptions
Used only if isGenerateTable() is true
isGenerateTable() - Method in class org.sonar.colorizer.HtmlOptions
 
isGreaterOperator() - Method in class org.sonar.api.profiles.Alert
 
isGwt() - Method in class org.sonar.server.ui.ViewProxy
 
isHidden() - Method in class org.sonar.api.measures.Metric
 
isHigherThan(Resource, String) - Static method in class org.sonar.api.resources.Scopes
 
isHigherThan(String, String) - Static method in class org.sonar.api.resources.Scopes
 
isHigherThanOrEquals(Resource, String) - Static method in class org.sonar.api.resources.Scopes
 
isHigherThanOrEquals(String, String) - Static method in class org.sonar.api.resources.Scopes
 
isHighlightedSyntax() - Method in class org.sonar.wsclient.services.SourceQuery
 
isIgnored(Resource) - Method in interface org.sonar.api.batch.ResourceFilter
Return true if the resource must be ignored, else it's saved into database.
isIgnored(Violation) - Method in class org.sonar.api.checks.NoSonarFilter
 
isIgnored(Violation) - Method in interface org.sonar.api.rules.ViolationFilter
Return true if the violation must be ignored, else it's saved into database.
isIgnored(Violation) - Method in class org.sonar.batch.ViolationFilters
Return true if the violation must be saved.
isIgnored(Resource) - Method in class org.sonar.plugins.core.batch.ExcludedResourceFilter
 
isIncludeFromTime() - Method in class org.sonar.wsclient.services.EventQuery
 
isIncludeToTime() - Method in class org.sonar.wsclient.services.EventQuery
 
isIncludeTrends() - Method in class org.sonar.wsclient.services.ResourceQuery
 
isIncompatible() - Method in class org.sonar.server.plugins.PluginUpdate
 
isIncompatible() - Method in class org.sonar.server.plugins.SonarUpdate
 
isIndexed(Resource, boolean) - Method in interface org.sonar.api.batch.SensorContext
Returns true if the referenced resource is indexed.
isIndexed(Resource, boolean) - Method in class org.sonar.api.batch.SonarIndex
 
isIndexed(Resource, boolean) - Method in class org.sonar.batch.DefaultSensorContext
 
isIndexed(Resource, boolean) - Method in class org.sonar.batch.index.DefaultIndex
 
isInherited() - Method in class org.sonar.api.rules.ActiveRule
 
isInherited() - Method in class org.sonar.java.bytecode.asm.AsmMethod
 
isInterface(DetailAST) - Static method in class org.sonar.java.ast.visitor.AstUtils
 
isInterface(int) - Static method in class org.sonar.java.bytecode.asm.AsmAccessFlags
 
isInterface() - Method in class org.sonar.java.bytecode.asm.AsmResource
 
isInterfaceVariable(DetailAST) - Static method in class org.sonar.java.ast.visitor.AstUtils
 
isJavaFile(File) - Static method in class org.sonar.api.resources.Java
 
isLanguageSupported(Language) - Method in class org.sonar.plugins.cpd.PmdEngine
 
isLanguageSupported(Language) - Method in class org.sonar.plugins.cpd.SonarEngine
 
isLatestAnalysis() - Method in class org.sonar.api.resources.Project
whether it's the latest analysis done on this project (displayed in sonar dashboard) or an analysis on a past revision.
isLess(int, int) - Method in interface org.sonar.duplications.index.DataUtils.Sortable
 
isLibrary(Resource) - Static method in class org.sonar.api.resources.ResourceUtils
 
isLineOfCode(String) - Method in class org.sonar.squid.recognizer.CodeRecognizer
 
isLinkedToSnapshot() - Method in class org.sonar.api.batch.Event
 
isLoaded() - Method in class org.sonar.plugins.design.ui.dependencies.client.Data
 
isLocked() - Method in class org.sonar.batch.DefaultResourceCreationLock
 
isMainPublicClassInFile(AsmClass) - Method in class org.sonar.java.bytecode.visitor.BytecodeVisitor
 
isMethod(Resource) - Static method in class org.sonar.api.resources.Qualifiers
 
isModifier(DetailAST, int) - Static method in class org.sonar.java.ast.visitor.AstUtils
 
isModule() - Method in class org.sonar.api.resources.Project
 
isModule(Resource) - Static method in class org.sonar.api.resources.Qualifiers
 
isModuleProject(Resource) - Static method in class org.sonar.api.resources.ResourceUtils
 
isNew() - Method in class org.sonar.api.rules.Violation
A violation is considered as "new" if it has been created after the reference analysis (the "previous" analysis).
isNextTokenValue(String) - Method in class org.sonar.duplications.token.TokenQueue
 
isNotEqualsOperator() - Method in class org.sonar.api.profiles.Alert
 
isNumericMetric() - Method in class org.sonar.server.filters.Filter
 
isNumericType() - Method in class org.sonar.api.measures.Metric
 
Iso9126RulesCategories - Class in org.sonar.api.rules
Deprecated. since 2.5. See http://jira.codehaus.org/browse/SONAR-2007
isObject(Type) - Static method in class org.sonar.java.bytecode.asm.AsmType
 
IsoCategory - Enum in org.sonar.check
Deprecated. since 2.5. See http://jira.codehaus.org/browse/SONAR-2007
isOject() - Method in class org.sonar.java.signature.Parameter
 
isOldManifest() - Method in class org.sonar.core.plugins.DefaultPluginMetadata
 
isOnlyLastAnalysis() - Method in class org.sonar.api.batch.TimeMachineQuery
 
isOnPeriod() - Method in class org.sonar.server.filters.Filter
 
isOperational() - Method in class org.sonar.jpa.session.AbstractDatabaseConnector
Indicates if the connector is operational : database connection OK and schema version OK
isOperational() - Method in class org.sonar.jpa.session.DefaultDatabaseConnector
 
isOptimizedBestValue() - Method in class org.sonar.api.measures.Metric
 
isPackage(Resource) - Static method in class org.sonar.api.resources.Qualifiers
 
isPackage(Resource) - Static method in class org.sonar.api.resources.ResourceUtils
 
isParagraph(Resource) - Static method in class org.sonar.api.resources.Qualifiers
 
isParamValueValid(String) - Method in class org.sonar.server.charts.deprecated.BaseChartWeb
 
isPercentageType() - Method in class org.sonar.api.measures.Metric
 
isPersistable(Resource) - Static method in class org.sonar.api.resources.ResourceUtils
 
isPrivate(int) - Static method in class org.sonar.java.bytecode.asm.AsmAccessFlags
 
isPrivate() - Method in class org.sonar.java.bytecode.asm.AsmResource
 
isProfileCategory() - Method in class org.sonar.api.batch.Event
 
isProgramUnit(Resource) - Static method in class org.sonar.api.resources.Scopes
A program unit can be a Java class.
isProject(Resource, boolean) - Static method in class org.sonar.api.resources.Qualifiers
 
isProject(Resource) - Static method in class org.sonar.api.resources.ResourceUtils
This method equal isRootProject(resource) or isModuleProject(resource)
isProject(Resource) - Static method in class org.sonar.api.resources.Scopes
 
isProtected(int) - Static method in class org.sonar.java.bytecode.asm.AsmAccessFlags
 
isProtected() - Method in class org.sonar.java.bytecode.asm.AsmResource
 
isProvided() - Method in class org.sonar.wsclient.services.Profile
 
isPublic(int) - Static method in class org.sonar.java.bytecode.asm.AsmAccessFlags
 
isPublicApi(DetailAST) - Static method in class org.sonar.java.ast.visitor.PublicApiVisitor
Also used by UndocumentedApiCheck
isRelatedToSnapshot() - Method in class org.sonar.batch.components.PastSnapshot
 
isRoot() - Method in class org.sonar.api.qualitymodel.Characteristic
 
isRoot() - Method in class org.sonar.api.resources.Project
 
isRootProject(Resource) - Static method in class org.sonar.api.resources.ResourceUtils
 
isRuleMeasure() - Method in class org.sonar.api.database.model.MeasureModel
 
isSame(String, String, boolean, boolean, boolean) - Static method in class net.sourceforge.pmd.util.StringUtil
Are the two String values the same.
isScope(Scope, Scope) - Static method in class org.sonar.java.ast.visitor.AstUtils
 
isSet(Resource) - Static method in class org.sonar.api.resources.ResourceUtils
 
isSmallerOperator() - Method in class org.sonar.api.profiles.Alert
 
isSorted() - Method in class org.sonar.server.filters.Filter
 
isSortedByDate() - Method in class org.sonar.server.filters.Filter
 
isSortedByLanguage() - Method in class org.sonar.server.filters.Filter
 
isSortedByName() - Method in class org.sonar.server.filters.Filter
 
isSortedByVersion() - Method in class org.sonar.server.filters.Filter
 
isSpace(Resource) - Static method in class org.sonar.api.resources.ResourceUtils
 
isStart() - Method in interface org.sonar.api.batch.events.DecoratorExecutionHandler.DecoratorExecutionEvent
 
isStart() - Method in interface org.sonar.api.batch.events.DecoratorsPhaseHandler.DecoratorsPhaseEvent
 
isStart() - Method in interface org.sonar.api.batch.events.ProjectAnalysisHandler.ProjectAnalysisEvent
 
isStart() - Method in interface org.sonar.api.batch.events.SensorExecutionHandler.SensorExecutionEvent
 
isStart() - Method in interface org.sonar.api.batch.events.SensorsPhaseHandler.SensorsPhaseEvent
 
isStarted() - Method in class org.sonar.jpa.session.AbstractDatabaseConnector
Indicates if the connector is started : database connection OK and schema version OK or KO
isStatic(DetailAST) - Static method in class org.sonar.java.ast.visitor.AstUtils
 
isStatic(int) - Static method in class org.sonar.java.bytecode.asm.AsmAccessFlags
 
isStatic() - Method in class org.sonar.java.bytecode.asm.AsmResource
 
isStaticConstructor() - Method in class org.sonar.java.bytecode.asm.AsmMethod
 
isSubview(Resource) - Static method in class org.sonar.api.resources.Qualifiers
 
isSubview(Resource) - Static method in class org.sonar.api.resources.ResourceUtils
 
isSuccessful() - Method in class org.sonar.wsclient.services.ServerSetup
 
isSuppressAllWarnings(DetailAST) - Static method in class org.sonar.java.ast.visitor.SuppressWarningsAnnotationUtils
 
isSuppressWarnings() - Method in class org.sonar.squid.api.SourceClass
 
isSuppressWarnings() - Method in class org.sonar.squid.api.SourceMethod
 
isSwitchedOff() - Method in class org.sonar.api.database.model.RuleFailureModel
 
isSwitchedOff() - Method in class org.sonar.api.rules.Violation
Tells whether this violation is ON or OFF.
isSwitchedOff() - Method in class org.sonar.api.violations.ViolationQuery
Tells if the query should return only switched-off violations.
isSwitchedOff() - Method in class org.sonar.wsclient.services.Violation
 
isTestDisplayed() - Method in class org.sonar.plugins.design.ui.libraries.client.Filters
 
isTestFiltered() - Method in class org.sonar.plugins.design.ui.libraries.client.Filters
 
isTextSort() - Method in class org.sonar.server.filters.Filter
 
isThereAggregationFormula() - Method in enum org.sonar.squid.measures.Metric
 
isThereAggregationFormula() - Method in interface org.sonar.squid.measures.MetricDef
 
isToCurrentAnalysis() - Method in class org.sonar.api.batch.TimeMachineQuery
 
isType(DetailAST, int) - Static method in class org.sonar.java.ast.visitor.AstUtils
 
isType(Class<? extends SourceCode>) - Method in class org.sonar.squid.api.SourceCode
 
isUnitTest() - Method in class org.sonar.api.resources.JavaFile
 
isUnitTestClass(Resource) - Static method in class org.sonar.api.resources.ResourceUtils
 
isUpgraded() - Method in interface org.sonar.api.platform.ServerUpgradeStatus
Has the database been upgraded during the current startup ? Return false if isInstalledFromScratch() is true.
isUpgraded() - Method in class org.sonar.server.platform.DefaultServerUpgradeStatus
 
isUseChildFirstClassLoader() - Method in interface org.sonar.api.platform.PluginMetadata
 
isUseChildFirstClassLoader() - Method in class org.sonar.core.plugins.DefaultPluginMetadata
 
isUsed() - Method in class org.sonar.java.bytecode.asm.AsmResource
 
isUserManaged() - Method in class org.sonar.api.measures.Metric.Builder
Values of user-managed metrics can be set online in the "Manual measures" page.
isVariation() - Method in class org.sonar.server.filters.MeasureCriterion
 
isVerbose() - Method in class org.sonar.wsclient.services.ResourceQuery
 
isVersionCategory() - Method in class org.sonar.api.batch.Event
 
isView(Resource, boolean) - Static method in class org.sonar.api.resources.Qualifiers
 
isView(Resource) - Static method in class org.sonar.api.resources.ResourceUtils
 
isViewContext() - Method in class org.sonar.server.filters.Filter
 
isVoid(Type) - Static method in class org.sonar.java.bytecode.asm.AsmType
 
isVoid() - Method in class org.sonar.java.signature.Parameter
 
isWidget() - Method in class org.sonar.server.ui.ViewProxy
 
IT_BRANCH_COVERAGE - Static variable in class org.sonar.api.measures.CoreMetrics
 
IT_BRANCH_COVERAGE_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
IT_CONDITIONS_BY_LINE - Static variable in class org.sonar.api.measures.CoreMetrics
 
IT_CONDITIONS_BY_LINE_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
IT_CONDITIONS_TO_COVER - Static variable in class org.sonar.api.measures.CoreMetrics
 
IT_CONDITIONS_TO_COVER_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
IT_COVERAGE - Static variable in class org.sonar.api.measures.CoreMetrics
 
IT_COVERAGE_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
IT_COVERAGE_LINE_HITS_DATA - Static variable in class org.sonar.api.measures.CoreMetrics
 
IT_COVERAGE_LINE_HITS_DATA_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
IT_COVERED_CONDITIONS_BY_LINE - Static variable in class org.sonar.api.measures.CoreMetrics
 
IT_COVERED_CONDITIONS_BY_LINE_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
IT_LINE_COVERAGE - Static variable in class org.sonar.api.measures.CoreMetrics
 
IT_LINE_COVERAGE_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
IT_LINES_TO_COVER - Static variable in class org.sonar.api.measures.CoreMetrics
 
IT_LINES_TO_COVER_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
IT_REPORT_PATH_DEFAULT_VALUE - Static variable in class org.sonar.plugins.jacoco.JacocoConfiguration
 
IT_REPORT_PATH_PROPERTY - Static variable in class org.sonar.plugins.jacoco.JacocoConfiguration
 
IT_UNCOVERED_CONDITIONS - Static variable in class org.sonar.api.measures.CoreMetrics
 
IT_UNCOVERED_CONDITIONS_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
IT_UNCOVERED_LINES - Static variable in class org.sonar.api.measures.CoreMetrics
 
IT_UNCOVERED_LINES_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
ItBranchCoverageDecorator - Class in org.sonar.plugins.core.sensors
 
ItBranchCoverageDecorator() - Constructor for class org.sonar.plugins.core.sensors.ItBranchCoverageDecorator
 
ItCoverageDecorator - Class in org.sonar.plugins.core.sensors
 
ItCoverageDecorator() - Constructor for class org.sonar.plugins.core.sensors.ItCoverageDecorator
 
ItCoverageWidget - Class in org.sonar.plugins.core.widgets
 
ItCoverageWidget() - Constructor for class org.sonar.plugins.core.widgets.ItCoverageWidget
 
iterator() - Method in class net.sourceforge.pmd.cpd.Tokens
 
iterator() - Method in class org.sonar.duplications.cpd.Match
 
iterator() - Method in class org.sonar.duplications.token.TokenQueue
 
iterator() - Method in class org.sonar.graph.FeedbackCycle
 
ItLineCoverageDecorator - Class in org.sonar.plugins.core.sensors
 
ItLineCoverageDecorator() - Constructor for class org.sonar.plugins.core.sensors.ItLineCoverageDecorator
 

J

JaCoCoAgentDownloader - Class in org.sonar.plugins.jacoco
 
JaCoCoAgentDownloader() - Constructor for class org.sonar.plugins.jacoco.JaCoCoAgentDownloader
 
JacocoAntInitializer - Class in org.sonar.plugins.jacoco
 
JacocoAntInitializer(Project, JacocoConfiguration) - Constructor for class org.sonar.plugins.jacoco.JacocoAntInitializer
 
JacocoConfiguration - Class in org.sonar.plugins.jacoco
 
JacocoConfiguration(Settings, JaCoCoAgentDownloader) - Constructor for class org.sonar.plugins.jacoco.JacocoConfiguration
 
JaCoCoItSensor - Class in org.sonar.plugins.jacoco
Note that this class can't extend AbstractCoverageExtension, because in this case this extension will be disabled under Sonar 2.3, if JaCoCo is not defined as the default code coverage plugin.
JaCoCoItSensor(JacocoConfiguration) - Constructor for class org.sonar.plugins.jacoco.JaCoCoItSensor
 
JacocoMavenInitializer - Class in org.sonar.plugins.jacoco
 
JacocoMavenInitializer(JaCoCoMavenPluginHandler) - Constructor for class org.sonar.plugins.jacoco.JacocoMavenInitializer
 
JaCoCoMavenPluginHandler - Class in org.sonar.plugins.jacoco
 
JaCoCoMavenPluginHandler(JacocoConfiguration) - Constructor for class org.sonar.plugins.jacoco.JaCoCoMavenPluginHandler
 
JaCoCoPlugin - Class in org.sonar.plugins.jacoco
 
JaCoCoPlugin() - Constructor for class org.sonar.plugins.jacoco.JaCoCoPlugin
 
JaCoCoSensor - Class in org.sonar.plugins.jacoco
 
JaCoCoSensor(JacocoConfiguration) - Constructor for class org.sonar.plugins.jacoco.JaCoCoSensor
 
JaCoCoUtils - Class in org.sonar.plugins.jacoco
 
jar - Variable in class org.sonar.server.mavendeployer.Artifact
 
Java - Class in org.sonar.api.resources
Java language implementation
Java() - Constructor for class org.sonar.api.resources.Java
Default constructor
JAVA_SOURCE_DEFAULT_VALUE - Static variable in class org.sonar.java.api.JavaUtils
Default value for property JavaUtils.JAVA_SOURCE_PROPERTY.
JAVA_SOURCE_PROPERTY - Static variable in class org.sonar.java.api.JavaUtils
To determine value of this property use JavaUtils.getSourceVersion(Project).
JAVA_TARGET_DEFAULT_VALUE - Static variable in class org.sonar.java.api.JavaUtils
Default value for property JavaUtils.JAVA_TARGET_PROPERTY.
JAVA_TARGET_PROPERTY - Static variable in class org.sonar.java.api.JavaUtils
To determine value of this property use JavaUtils.getTargetVersion(Project).
JavaAnnotationTokenizer - Class in org.sonar.colorizer
 
JavaAnnotationTokenizer(String, String) - Constructor for class org.sonar.colorizer.JavaAnnotationTokenizer
 
JavaAstScanner - Class in org.sonar.java.ast
Squid uses Checkstyle to get an out-of-the-box java parser with AST generation and visitor pattern support.
JavaAstScanner(JavaSquidConfiguration, SourceCode) - Constructor for class org.sonar.java.ast.JavaAstScanner
 
JavaAstVisitor - Class in org.sonar.java.ast.visitor
 
JavaAstVisitor() - Constructor for class org.sonar.java.ast.visitor.JavaAstVisitor
 
JavaClass - Class in org.sonar.java.api
 
JavaClass.Builder - Class in org.sonar.java.api
 
JavaClass.Builder() - Constructor for class org.sonar.java.api.JavaClass.Builder
 
JavaColorizerFormat - Class in org.sonar.plugins.core.colorizers
 
JavaColorizerFormat() - Constructor for class org.sonar.plugins.core.colorizers.JavaColorizerFormat
 
JavaConstantTokenizer - Class in org.sonar.colorizer
Detect Java constant
JavaConstantTokenizer(String, String) - Constructor for class org.sonar.colorizer.JavaConstantTokenizer
 
JavaCpdMapping - Class in org.sonar.plugins.cpd
 
JavaCpdMapping(Project) - Constructor for class org.sonar.plugins.cpd.JavaCpdMapping
 
JavadocTokenizer - Class in org.sonar.colorizer
 
JavadocTokenizer(String, String) - Constructor for class org.sonar.colorizer.JavadocTokenizer
 
JavadocTokenizer() - Constructor for class org.sonar.colorizer.JavadocTokenizer
 
JavaFile - Class in org.sonar.api.resources
A class that represents a Java class.
JavaFile(String, String) - Constructor for class org.sonar.api.resources.JavaFile
Creates a JavaFile that is not a class of test based on package and file names
JavaFile(String, String, boolean) - Constructor for class org.sonar.api.resources.JavaFile
Creates a JavaFile that can be of any type based on package and file names
JavaFile(String) - Constructor for class org.sonar.api.resources.JavaFile
Creates a source file from its key
JavaFile(String, boolean) - Constructor for class org.sonar.api.resources.JavaFile
Creates any JavaFile from its key
JavaFootprint - Class in org.sonar.java.recognizer
 
JavaFootprint() - Constructor for class org.sonar.java.recognizer.JavaFootprint
 
JavaKeywords - Class in org.sonar.colorizer
 
JavaMethod - Class in org.sonar.java.api
 
JavaMethod.Builder - Class in org.sonar.java.api
 
JavaMethod.Builder() - Constructor for class org.sonar.java.api.JavaMethod.Builder
 
JavaPackage - Class in org.sonar.api.resources
A class that represents a Java package in Sonar
JavaPackage() - Constructor for class org.sonar.api.resources.JavaPackage
Default constructor
JavaPackage(String) - Constructor for class org.sonar.api.resources.JavaPackage
Creates a JavaPackage from its key.
JavaSourceImporter - Class in org.sonar.plugins.squid
 
JavaSourceImporter(Configuration) - Constructor for class org.sonar.plugins.squid.JavaSourceImporter
 
JavaSquidConfiguration - Class in org.sonar.java.squid
 
JavaSquidConfiguration() - Constructor for class org.sonar.java.squid.JavaSquidConfiguration
 
JavaSquidConfiguration(boolean) - Constructor for class org.sonar.java.squid.JavaSquidConfiguration
 
JavaSquidConfiguration(double) - Constructor for class org.sonar.java.squid.JavaSquidConfiguration
 
JavaSquidConfiguration(boolean, Charset) - Constructor for class org.sonar.java.squid.JavaSquidConfiguration
 
JavaSquidConfiguration(boolean, Charset, double) - Constructor for class org.sonar.java.squid.JavaSquidConfiguration
 
JavaStatementBuilder - Class in org.sonar.duplications.java
 
javaToHtml(Reader, HtmlOptions) - Static method in class org.sonar.colorizer.CodeColorizer
 
JavaTokenizers - Class in org.sonar.colorizer
 
JavaTokenProducer - Class in org.sonar.duplications.java
See The Java Language Specification, Third Edition: Lexical Structure and JSR334 (Java 7 - binary integral literals and underscores in numeric literals).
JavaUtils - Class in org.sonar.java.api
 
JdbcDriverDeployer - Class in org.sonar.server.startup
 
JdbcDriverDeployer(DefaultServerFileSystem) - Constructor for class org.sonar.server.startup.JdbcDriverDeployer
 
JdbcDriverHolder - Class in org.sonar.batch.bootstrap
Contains and provides class loader extended with the JDBC Driver hosted on the server-side.
JdbcDriverHolder(ArtifactDownloader) - Constructor for class org.sonar.batch.bootstrap.JdbcDriverHolder
 
JdbcLeakPrevention - Class in org.sonar.batch.bootstrap
Companion of JdbcDriverHolder and allows it to deregister JDBC drivers.
JdbcLeakPrevention() - Constructor for class org.sonar.batch.bootstrap.JdbcLeakPrevention
 
JdkUtils - Class in org.sonar.wsclient
 
JdkUtils() - Constructor for class org.sonar.wsclient.JdkUtils
 
JettyEmbedder - Class in org.sonar.application
 
JettyEmbedder(String, int, String, int, URL) - Constructor for class org.sonar.application.JettyEmbedder
 
jfreechart - Variable in class org.sonar.server.charts.deprecated.BaseChartWeb
 
jjFillToken() - Static method in class net.sourceforge.pmd.cpd.cppast.CPPParserTokenManager
 
jjnewLexState - Static variable in class net.sourceforge.pmd.cpd.cppast.CPPParserTokenManager
Lex State array.
jjstrLiteralImages - Static variable in class net.sourceforge.pmd.cpd.cppast.CPPParserTokenManager
Token literal values.
JpaDatabaseSession - Class in org.sonar.jpa.session
 
JpaDatabaseSession(DatabaseConnector) - Constructor for class org.sonar.jpa.session.JpaDatabaseSession
 
JRubyFacade - Class in org.sonar.server.ui
 
JRubyFacade() - Constructor for class org.sonar.server.ui.JRubyFacade
 
JRubyI18n - Class in org.sonar.server.ui
Bridge between JRuby webapp and Java I18n component
JRubyI18n(I18n, RuleI18nManager, GwtI18n) - Constructor for class org.sonar.server.ui.JRubyI18n
 
JsonUtils - Class in org.sonar.gwt
 
JsonUtils - Class in org.sonar.wsclient.unmarshallers
 
JsonUtils.JSONHandler - Interface in org.sonar.gwt
 
JvmJavaType - Enum in org.sonar.java.signature
 

K

KEY - Static variable in class org.sonar.api.resources.Java
Java key
KEY_CONTINUOUS_INTEGRATION - Static variable in class org.sonar.plugins.core.sensors.ProjectLinksSensor
 
KEY_HOME - Static variable in class org.sonar.plugins.core.sensors.ProjectLinksSensor
 
KEY_ISSUE_TRACKER - Static variable in class org.sonar.plugins.core.sensors.ProjectLinksSensor
 
KEY_SCM - Static variable in class org.sonar.plugins.core.sensors.ProjectLinksSensor
 
KEY_SCM_DEVELOPER_CONNECTION - Static variable in class org.sonar.plugins.core.sensors.ProjectLinksSensor
 
KEY_SIZE - Static variable in class org.sonar.api.database.model.ResourceModel
 
keyForPlugin() - Method in class org.sonar.api.batch.AbstractViolationsStaxParser
Deprecated.  
KeyValue<KEY,VALUE> - Class in org.sonar.api.utils
A utility class to store a key / value couple of generic types
KeyValue(KEY, VALUE) - Constructor for class org.sonar.api.utils.KeyValue
Creates a key / value object
KeyValueFormat - Class in org.sonar.api.utils
Formats and parses key/value pairs with the string representation : "key1=value1;key2=value2".
KeyValueFormat.Converter<TYPE> - Class in org.sonar.api.utils
 
KeyValueFormat.Converter() - Constructor for class org.sonar.api.utils.KeyValueFormat.Converter
 
KeyValueFormat.DateConverter - Class in org.sonar.api.utils
 
KeyValueFormat.DateConverter() - Constructor for class org.sonar.api.utils.KeyValueFormat.DateConverter
 
KeyValueFormat.DateTimeConverter - Class in org.sonar.api.utils
 
KeyValueFormat.DateTimeConverter() - Constructor for class org.sonar.api.utils.KeyValueFormat.DateTimeConverter
 
KeyValueFormat.DoubleConverter - Class in org.sonar.api.utils
 
KeyValueFormat.DoubleNumbersPairTransformer - Class in org.sonar.api.utils
Deprecated. since 2.7. Replaced by Converter
KeyValueFormat.DoubleNumbersPairTransformer() - Constructor for class org.sonar.api.utils.KeyValueFormat.DoubleNumbersPairTransformer
Deprecated.  
KeyValueFormat.IntegerConverter - Class in org.sonar.api.utils
 
KeyValueFormat.IntegerNumbersPairTransformer - Class in org.sonar.api.utils
Deprecated. since 2.7. Replaced by Converter
KeyValueFormat.IntegerNumbersPairTransformer() - Constructor for class org.sonar.api.utils.KeyValueFormat.IntegerNumbersPairTransformer
Deprecated.  
KeyValueFormat.PriorityConverter - Class in org.sonar.api.utils
 
KeyValueFormat.RulePriorityNumbersPairTransformer - Class in org.sonar.api.utils
Deprecated. since 2.7. Replaced by Converter
KeyValueFormat.RulePriorityNumbersPairTransformer() - Constructor for class org.sonar.api.utils.KeyValueFormat.RulePriorityNumbersPairTransformer
Deprecated.  
KeyValueFormat.StringConverter - Class in org.sonar.api.utils
 
KeyValueFormat.StringNumberPairTransformer - Class in org.sonar.api.utils
Deprecated. since 2.7 replaced by Converter
KeyValueFormat.StringNumberPairTransformer() - Constructor for class org.sonar.api.utils.KeyValueFormat.StringNumberPairTransformer
Deprecated.  
KeyValueFormat.ToStringConverter - Class in org.sonar.api.utils
 
KeyValueFormat.Transformer<KEY,VALUE> - Interface in org.sonar.api.utils
Deprecated. since 2.7. Replaced by Converter
KeywordFilter - Class in org.sonar.plugins.design.ui.libraries.client
 
KeywordFilter() - Constructor for class org.sonar.plugins.design.ui.libraries.client.KeywordFilter
 
KeywordsDetector - Class in org.sonar.squid.recognizer
 
KeywordsDetector(double, String...) - Constructor for class org.sonar.squid.recognizer.KeywordsDetector
 
KeywordsDetector(double, boolean, String...) - Constructor for class org.sonar.squid.recognizer.KeywordsDetector
 
KeywordsTokenizer - Class in org.sonar.colorizer
Detect case-sensitive keywords
KeywordsTokenizer(String, String, Set<String>) - Constructor for class org.sonar.colorizer.KeywordsTokenizer
 
KeywordsTokenizer(String, String, Set<String>, String) - Constructor for class org.sonar.colorizer.KeywordsTokenizer
 
KeywordsTokenizer(String, String, String...) - Constructor for class org.sonar.colorizer.KeywordsTokenizer
 
kind - Variable in class net.sourceforge.pmd.cpd.cppast.Token
An integer that describes the kind of this token.

L

L10N_PATH - Static variable in class org.sonar.test.i18n.BundleSynchronizedMatcher
 
LabelComparator - Static variable in class org.sonar.duplications.cpd.Match
 
Language - Interface in net.sourceforge.pmd.cpd
 
Language - Interface in org.sonar.api.resources
The extension point to define a new language
language - Variable in class org.sonar.api.resources.Method
 
LANGUAGE_JAVA - Static variable in class org.sonar.wsclient.services.Resource
 
LanguageFootprint - Interface in org.sonar.squid.recognizer
 
Languages - Class in org.sonar.api.resources
A class to store the list of languages
Languages(Language...) - Constructor for class org.sonar.api.resources.Languages
Creates a list of languages
LAST_VERSION - Static variable in class org.sonar.jpa.entity.SchemaMigration
 
lastChar() - Method in class org.sonar.channel.CodeBuffer
Looks at the last consumed character
LCOM4 - Static variable in class org.sonar.api.measures.CoreMetrics
 
LCOM4 - Static variable in interface org.sonar.gwt.Metrics
 
LCOM4_BLOCKS - Static variable in class org.sonar.api.measures.CoreMetrics
 
LCOM4_BLOCKS_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
LCOM4_DISTRIBUTION - Static variable in class org.sonar.api.measures.CoreMetrics
 
LCOM4_DISTRIBUTION - Static variable in interface org.sonar.gwt.Metrics
 
LCOM4_DISTRIBUTION_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
LCOM4_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
Lcom4BlocksBridge - Class in org.sonar.plugins.squid.bridges
 
Lcom4BlocksBridge() - Constructor for class org.sonar.plugins.squid.bridges.Lcom4BlocksBridge
 
Lcom4Tab - Class in org.sonar.plugins.design.ui.lcom4.client
 
Lcom4Tab() - Constructor for class org.sonar.plugins.design.ui.lcom4.client.Lcom4Tab
 
LCOM4Visitor - Class in org.sonar.java.bytecode.visitor
 
LCOM4Visitor(JavaSquidConfiguration) - Constructor for class org.sonar.java.bytecode.visitor.LCOM4Visitor
 
LCURLYBRACE - Static variable in interface net.sourceforge.pmd.cpd.cppast.CPPParserConstants
RegularExpression Id.
leaveClass(AsmClass) - Method in class org.sonar.java.bytecode.check.ArchitectureCheck
 
leaveClass(AsmClass) - Method in class org.sonar.java.bytecode.visitor.BytecodeVisitor
 
leaveClass(AsmClass) - Method in class org.sonar.java.bytecode.visitor.LCOM4Visitor
 
leaveClass(AsmClass) - Method in class org.sonar.java.bytecode.visitor.RFCVisitor
 
leaveFile(DetailAST) - Method in class org.sonar.java.ast.visitor.FileVisitor
 
leaveFile(DetailAST) - Method in class org.sonar.java.ast.visitor.JavaAstVisitor
 
leaveFile(DetailAST) - Method in class org.sonar.java.ast.visitor.LinesOfCodeVisitor
 
leaveFile(DetailAST) - Method in class org.sonar.java.ast.visitor.PackageVisitor
 
leaveToken(DetailAST) - Method in class org.sonar.java.ast.CheckstyleSquidBridge
 
leaveToken(DetailAST) - Method in class org.sonar.java.ast.visitor.AccessorVisitor
 
leaveToken(DetailAST) - Method in class org.sonar.java.ast.visitor.AnonymousInnerClassVisitor
 
leaveToken(DetailAST) - Method in class org.sonar.java.ast.visitor.ClassVisitor
 
leaveToken(DetailAST) - Method in class org.sonar.java.ast.visitor.ComplexityVisitor
 
leaveToken(DetailAST) - Method in class org.sonar.java.ast.visitor.JavaAstVisitor
 
leaveToken(DetailAST) - Method in class org.sonar.java.ast.visitor.MethodVisitor
 
length() - Method in class org.sonar.channel.CodeBuffer
Returns the relative length of the string (i.e.
LengthComparator - Static variable in class org.sonar.duplications.cpd.Match
 
lengthOfShortestIn(String[]) - Static method in class net.sourceforge.pmd.util.StringUtil
Return the length of the shortest string in the array.
LESSTHAN - Static variable in interface net.sourceforge.pmd.cpd.cppast.CPPParserConstants
RegularExpression Id.
LESSTHANOREQUALTO - Static variable in interface net.sourceforge.pmd.cpd.cppast.CPPParserConstants
RegularExpression Id.
LexicalError(boolean, int, int, int, String, char) - Static method in error net.sourceforge.pmd.cpd.cppast.TokenMgrError
Returns a detailed message for the Error when it is thrown by the token manager to indicate a lexical error.
lexStateNames - Static variable in class net.sourceforge.pmd.cpd.cppast.CPPParserTokenManager
Lexer state names.
LIBRARIES_PROPERTY - Static variable in class org.sonar.api.batch.bootstrap.ProjectDefinition
 
LibrariesPage - Class in org.sonar.plugins.design.ui.libraries.client
 
LibrariesPage() - Constructor for class org.sonar.plugins.design.ui.libraries.client.LibrariesPage
 
Library - Class in org.sonar.api.resources
 
Library(String, String) - Constructor for class org.sonar.api.resources.Library
 
LIBRARY - Static variable in class org.sonar.api.resources.Qualifiers
Library, for example a JAR dependency of Java projects.
Library - Class in org.sonar.plugins.design.ui.libraries.client
 
Library(DependencyTree) - Constructor for class org.sonar.plugins.design.ui.libraries.client.Library
 
LIMIT - Static variable in class org.sonar.plugins.core.hotspots.client.widget.AbstractHotspot
 
line - Static variable in class net.sourceforge.pmd.cpd.cppast.SimpleCharStream
 
LINE_COVERAGE - Static variable in class org.sonar.api.measures.CoreMetrics
 
LINE_COVERAGE - Static variable in interface org.sonar.gwt.Metrics
 
LINE_COVERAGE_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
lineChecksum(String) - Static method in class org.sonar.plugins.core.timemachine.SourceChecksum
 
lineChecksumsOfFile(String) - Static method in class org.sonar.plugins.core.timemachine.SourceChecksum
 
LineCoverageDecorator - Class in org.sonar.plugins.core.sensors
 
LineCoverageDecorator() - Constructor for class org.sonar.plugins.core.sensors.LineCoverageDecorator
 
lineNumberForViolation(SMInputCursor) - Method in class org.sonar.api.batch.AbstractViolationsStaxParser
Deprecated.  
LINES - Static variable in class org.sonar.api.measures.CoreMetrics
 
LINES - Static variable in interface org.sonar.gwt.Metrics
 
LINES_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
LINES_TO_COVER - Static variable in class org.sonar.api.measures.CoreMetrics
Use CoverageMeasuresBuilder to build measure for this metric.
LINES_TO_COVER - Static variable in interface org.sonar.gwt.Metrics
 
LINES_TO_COVER_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
LinesComparator - Static variable in class org.sonar.duplications.cpd.Match
 
LinesOfCodeVisitor - Class in org.sonar.java.ast.visitor
 
LinesOfCodeVisitor() - Constructor for class org.sonar.java.ast.visitor.LinesOfCodeVisitor
 
LinesVisitor - Class in org.sonar.java.ast.visitor
 
LinesVisitor() - Constructor for class org.sonar.java.ast.visitor.LinesVisitor
 
LinkPersister - Class in org.sonar.batch.index
 
LinkPersister(DatabaseSession, ResourcePersister) - Constructor for class org.sonar.batch.index.LinkPersister
 
Links - Class in org.sonar.gwt
 
linkTo(AsmMethod) - Method in class org.sonar.java.bytecode.asm.AsmMethod
 
ListCallback<MODEL extends Model> - Interface in org.sonar.wsclient.gwt
 
LiteralTokenizer - Class in org.sonar.colorizer
 
LiteralTokenizer(String, String) - Constructor for class org.sonar.colorizer.LiteralTokenizer
 
LiteralTokenizer() - Constructor for class org.sonar.colorizer.LiteralTokenizer
 
LiteralValueHandler - Class in org.sonar.squid.text
 
LiteralValueHandler(char) - Constructor for class org.sonar.squid.text.LiteralValueHandler
 
load() - Method in class net.sourceforge.pmd.cpd.SourceCode.CodeLoader
 
load() - Method in class org.sonar.api.database.configuration.DatabaseConfiguration
 
load() - Method in class org.sonar.batch.config.BatchSettings
 
load() - Method in class org.sonar.batch.config.ProjectSettings
 
load(Project) - Method in class org.sonar.batch.DefaultProfileLoader
 
load(Project) - Method in interface org.sonar.batch.ProfileLoader
Loads quality profile for specified project.
load() - Method in class org.sonar.batch.ResourceDatabaseConfiguration
 
load() - Method in class org.sonar.server.platform.ServerSettings
 
loadClass(String, boolean) - Method in class org.sonar.batch.bootstrapper.BootstrapClassLoader
Same behavior as in ClassLoader.loadClass(String, boolean), except loading from parent.
loadData() - Method in class org.sonar.plugins.core.hotspots.client.widget.AbstractHotspot
 
Loading - Class in org.sonar.gwt.ui
 
Loading() - Constructor for class org.sonar.gwt.ui.Loading
 
Loading(String) - Constructor for class org.sonar.gwt.ui.Loading
 
loadSquidResources(Squid, SensorContext, Project) - Method in class org.sonar.plugins.squid.bridges.ResourceIndex
 
loadTemplateFromCache() - Method in class org.sonar.api.web.AbstractRubyTemplate
 
loadVersion() - Method in class org.sonar.jpa.session.AbstractDatabaseConnector
 
LocalFilter - Class in org.sonar.plugins.findbugs.xml
 
LocalFilter() - Constructor for class org.sonar.plugins.findbugs.xml.LocalFilter
 
LocalFilter(String) - Constructor for class org.sonar.plugins.findbugs.xml.LocalFilter
 
LocalizedMessages - Class in org.sonar.api.utils
 
LocalizedMessages(Locale, String...) - Constructor for class org.sonar.api.utils.LocalizedMessages
Constructs a resource bundle from a list of other resource bundles.
lock() - Method in interface org.sonar.api.batch.ResourceCreationLock
Forbids the creation of resources when saving violations and measures.
lock() - Method in class org.sonar.batch.DefaultResourceCreationLock
 
log(Logger) - Method in class org.sonar.api.utils.ValidationMessages
 
LOG - Static variable in class org.sonar.jpa.session.AbstractDatabaseConnector
 
LOG - Static variable in class org.sonar.plugins.jacoco.JaCoCoUtils
 
log(CheckMessage) - Method in class org.sonar.squid.api.SourceCode
 
Logback - Class in org.sonar.core.config
Configure Logback
logError(String) - Method in class org.sonar.server.ui.JRubyFacade
 
LoginPasswordAuthenticator - Interface in org.sonar.api.security
 
Logs - Class in org.sonar.api.utils
Predefined SLF4j loggers
LONG - Static variable in interface net.sourceforge.pmd.cpd.cppast.CPPParserConstants
RegularExpression Id.
lpad(String, int) - Static method in class net.sourceforge.pmd.util.StringUtil
Left pads a string.
LPARENTHESIS - Static variable in interface net.sourceforge.pmd.cpd.cppast.CPPParserConstants
RegularExpression Id.
LSQUAREBRACKET - Static variable in interface net.sourceforge.pmd.cpd.cppast.CPPParserConstants
RegularExpression Id.

M

main(String[]) - Static method in class org.sonar.application.StartServer
 
mainFiles(String...) - Method in class org.sonar.api.resources.DefaultProjectFileSystem
Deprecated.  
mainFiles(String...) - Method in interface org.sonar.api.resources.ProjectFileSystem
Source files, excluding unit tests and files matching project exclusion patterns.
MAINTAINABILITY - Static variable in class org.sonar.api.measures.CoreMetrics
Deprecated. since 2.5 See http://jira.codehaus.org/browse/SONAR-2007
MAINTAINABILITY - Static variable in class org.sonar.api.rules.Iso9126RulesCategories
Deprecated.  
MAINTAINABILITY - Static variable in interface org.sonar.gwt.Metrics
 
MAINTAINABILITY_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
Deprecated. since 2.5 See http://jira.codehaus.org/browse/SONAR-2007
MAJOR_VIOLATIONS - Static variable in class org.sonar.api.measures.CoreMetrics
 
MAJOR_VIOLATIONS - Static variable in interface org.sonar.gwt.Metrics
 
MAJOR_VIOLATIONS_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
makeJSONRequest(int, String, JsonUtils.JSONHandler) - Static method in class org.sonar.gwt.JsonUtils
 
ManifestUtils - Class in org.sonar.api.utils
 
ManualMeasure - Class in org.sonar.jpa.entity
 
ManualMeasure() - Constructor for class org.sonar.jpa.entity.ManualMeasure
 
ManualMeasure - Class in org.sonar.wsclient.services
 
ManualMeasure() - Constructor for class org.sonar.wsclient.services.ManualMeasure
 
ManualMeasureCreateQuery - Class in org.sonar.wsclient.services
 
ManualMeasureDecorator - Class in org.sonar.plugins.core.sensors
 
ManualMeasureDecorator(DatabaseSession, MetricFinder) - Constructor for class org.sonar.plugins.core.sensors.ManualMeasureDecorator
 
ManualMeasureDeleteQuery - Class in org.sonar.wsclient.services
 
ManualMeasureQuery - Class in org.sonar.wsclient.services
 
ManualMeasureUnmarshaller - Class in org.sonar.wsclient.unmarshallers
 
ManualMeasureUnmarshaller() - Constructor for class org.sonar.wsclient.unmarshallers.ManualMeasureUnmarshaller
 
mark(int) - Method in class org.sonar.squid.text.StringArrayReader
 
Markdown - Class in org.sonar.markdown
Entry point of the Markdown library
markdownToHtml(String) - Static method in class org.sonar.server.ui.JRubyFacade
 
markSupported() - Method in class org.sonar.squid.text.StringArrayReader
 
marshal() - Method in class org.sonar.core.plugins.RemotePlugin
 
MATCH - Static variable in interface net.sourceforge.pmd.cpd.CPDListener
 
match(String) - Method in class org.sonar.api.utils.WildcardPattern
Returns true if specified value matches this pattern.
match(WildcardPattern[], String) - Static method in class org.sonar.api.utils.WildcardPattern
Returns true if specified value matches one of specified patterns.
match(int) - Method in interface org.sonar.channel.EndMatcher
 
Match - Class in org.sonar.duplications.cpd
 
Match(int, TokenEntry, TokenEntry) - Constructor for class org.sonar.duplications.cpd.Match
 
Match - Class in org.sonar.plugins.findbugs.xml
 
Match() - Constructor for class org.sonar.plugins.findbugs.xml.Match
 
Match(Bug, Priority) - Constructor for class org.sonar.plugins.findbugs.xml.Match
 
Match(Bug) - Constructor for class org.sonar.plugins.findbugs.xml.Match
 
Match(ClassFilter) - Constructor for class org.sonar.plugins.findbugs.xml.Match
 
match(SourceCode) - Method in interface org.sonar.squid.api.Query
 
match(SourceCode) - Method in class org.sonar.squid.indexer.QueryByMeasure
 
match(SourceCode) - Method in class org.sonar.squid.indexer.QueryByName
 
match(SourceCode) - Method in class org.sonar.squid.indexer.QueryByParent
 
match(SourceCode) - Method in class org.sonar.squid.indexer.QueryByType
 
Match.MatchCode - Class in org.sonar.duplications.cpd
 
Match.MatchCode() - Constructor for class org.sonar.duplications.cpd.Match.MatchCode
 
Match.MatchCode(TokenEntry, TokenEntry) - Constructor for class org.sonar.duplications.cpd.Match.MatchCode
 
MatchAlgorithm - Class in org.sonar.duplications.cpd
 
MatchAlgorithm(Map<String, SourceCode>, Tokens, int) - Constructor for class org.sonar.duplications.cpd.MatchAlgorithm
 
MatchAlgorithm(Map<String, SourceCode>, Tokens, int, CPDListener) - Constructor for class org.sonar.duplications.cpd.MatchAlgorithm
 
MatchCollector - Class in org.sonar.duplications.cpd
 
MatchCollector(MatchAlgorithm) - Constructor for class org.sonar.duplications.cpd.MatchCollector
 
matches() - Method in class org.sonar.duplications.cpd.MatchAlgorithm
 
matches(Object) - Method in class org.sonar.test.channel.ChannelMatcher
 
matches(Object) - Method in class org.sonar.test.channel.ReaderHasNextCharMatcher
 
matches(Object) - Method in class org.sonar.test.i18n.BundleSynchronizedMatcher
 
MatchesComparator - Static variable in class org.sonar.duplications.cpd.Match
 
matchesJdbcURL(String) - Method in class org.sonar.jpa.dialect.Derby
 
matchesJdbcURL(String) - Method in interface org.sonar.jpa.dialect.Dialect
Used to autodetect a dialect for a given driver URL
matchesJdbcURL(String) - Method in class org.sonar.jpa.dialect.HsqlDb
 
matchesJdbcURL(String) - Method in class org.sonar.jpa.dialect.MsSql
 
matchesJdbcURL(String) - Method in class org.sonar.jpa.dialect.MySql
 
matchesJdbcURL(String) - Method in class org.sonar.jpa.dialect.Oracle
 
matchesJdbcURL(String) - Method in class org.sonar.jpa.dialect.PostgreSql
 
matchFilePattern(String) - Method in class org.sonar.api.resources.Directory
 
matchFilePattern(String) - Method in class org.sonar.api.resources.File
Check resource against an Ant pattern, like mypackag?/*Foo.java.
matchFilePattern(String) - Method in class org.sonar.api.resources.JavaFile
Check resource against an Ant pattern, like mypackag?/*Foo.java.
matchFilePattern(String) - Method in class org.sonar.api.resources.JavaPackage
Check resource against an Ant pattern, like mypackag?/*Foo.java.
matchFilePattern(String) - Method in class org.sonar.api.resources.Library
 
matchFilePattern(String) - Method in class org.sonar.api.resources.Method
 
matchFilePattern(String) - Method in class org.sonar.api.resources.Project
 
matchFilePattern(String) - Method in class org.sonar.api.resources.Resource
Check resource against an Ant pattern, like mypackag?/*Foo.java.
matchFilePattern(String) - Method in class org.sonar.java.api.JavaClass
 
matchToken(TokenQueue, List<Token>) - Method in class org.sonar.duplications.java.BridgeWithExceptionTokenMatcher
 
matchToken(TokenQueue, List<Token>) - Method in class org.sonar.duplications.statement.matcher.AnyTokenMatcher
 
matchToken(TokenQueue, List<Token>) - Method in class org.sonar.duplications.statement.matcher.BridgeTokenMatcher
 
matchToken(TokenQueue, List<Token>) - Method in class org.sonar.duplications.statement.matcher.ExactTokenMatcher
 
matchToken(TokenQueue, List<Token>) - Method in class org.sonar.duplications.statement.matcher.ForgetLastTokenMatcher
 
matchToken(TokenQueue, List<Token>) - Method in class org.sonar.duplications.statement.matcher.OptTokenMatcher
 
matchToken(TokenQueue, List<Token>) - Method in class org.sonar.duplications.statement.matcher.TokenMatcher
 
matchToken(TokenQueue, List<Token>) - Method in class org.sonar.duplications.statement.matcher.UptoTokenMatcher
 
Maven2PluginExecutor - Class in org.sonar.maven
 
Maven2PluginExecutor(LifecycleExecutor, MavenSession) - Constructor for class org.sonar.maven.Maven2PluginExecutor
 
Maven3PluginExecutor - Class in org.sonar.maven3
 
Maven3PluginExecutor(LifecycleExecutor, MavenSession) - Constructor for class org.sonar.maven3.Maven3PluginExecutor
 
MAVEN_PATH - Static variable in class org.sonar.api.utils.ServerHttpClient
Deprecated.  
MavenDependenciesSensor - Class in org.sonar.plugins.design.batch
 
MavenDependenciesSensor(ArtifactRepository, ArtifactFactory, ArtifactMetadataSource, ArtifactCollector, DependencyTreeBuilder, SonarIndex) - Constructor for class org.sonar.plugins.design.batch.MavenDependenciesSensor
 
MavenInitializer - Class in org.sonar.plugins.core.batch
 
MavenInitializer() - Constructor for class org.sonar.plugins.core.batch.MavenInitializer
 
MavenPhaseExecutor - Class in org.sonar.batch.phases
 
MavenPhaseExecutor(ProjectDefinition, MavenPluginExecutor) - Constructor for class org.sonar.batch.phases.MavenPhaseExecutor
 
MavenPlugin - Class in org.sonar.api.batch.maven
A class to handle maven plugins
MavenPlugin(Plugin) - Constructor for class org.sonar.api.batch.maven.MavenPlugin
Creates a MavenPlugin based on a Plugin
MavenPlugin(String, String, String) - Constructor for class org.sonar.api.batch.maven.MavenPlugin
Creates a Maven plugin based on artifact + group + version
MavenPluginExecutor - Interface in org.sonar.batch
 
MavenPluginHandler - Interface in org.sonar.api.batch.maven
 
MavenPluginsConfigurator - Class in org.sonar.batch.phases
 
MavenPluginsConfigurator(BatchExtensionDictionnary) - Constructor for class org.sonar.batch.phases.MavenPluginsConfigurator
 
MavenProjectConverter - Class in org.sonar.batch
 
MavenRepository - Class in org.sonar.server.mavendeployer
 
MavenRepository(Settings, DefaultServerFileSystem, Server) - Constructor for class org.sonar.server.mavendeployer.MavenRepository
 
MavenRepository(DefaultServerFileSystem, String, File) - Constructor for class org.sonar.server.mavendeployer.MavenRepository
for unit tests
MavenSurefireUtils - Class in org.sonar.api.batch.maven
 
MavenUtils - Class in org.sonar.api.batch.maven
An utility class to manipulate Maven concepts
MAX_HEIGHT - Static variable in class org.sonar.api.charts.ChartParameters
 
MAX_IN_ELEMENTS - Static variable in class org.sonar.plugins.dbcleaner.api.PurgeUtils
Maximum elements in the SQL statement "IN" due to an Oracle limitation (see error ORA-01795)
MAX_TEXT_SIZE - Static variable in interface org.sonar.api.database.DatabaseProperties
 
MAX_TEXT_SIZE - Static variable in class org.sonar.api.measures.Measure
 
MAX_WIDTH - Static variable in class org.sonar.api.charts.ChartParameters
 
maxCommonLeadingWhitespaceForAll(String[]) - Static method in class net.sourceforge.pmd.util.StringUtil
Determine the maximum number of common leading whitespace characters the strings share in the same sequence.
maxNextCharInd - Static variable in class net.sourceforge.pmd.cpd.cppast.SimpleCharStream
 
MeanAggregationFormula - Class in org.sonar.api.measures
 
MeanAggregationFormula(boolean) - Constructor for class org.sonar.api.measures.MeanAggregationFormula
 
MeanAggregationFormula() - Constructor for class org.sonar.api.measures.MeanAggregationFormula
 
MeanAggregationFormula - Class in org.sonar.squid.measures
 
MeanAggregationFormula() - Constructor for class org.sonar.squid.measures.MeanAggregationFormula
 
Measurable<T extends MetricDef> - Interface in org.sonar.squid.measures
 
Measure - Class in org.sonar.api.measures
A class to handle measures.
Measure(String) - Constructor for class org.sonar.api.measures.Measure
 
Measure(Metric) - Constructor for class org.sonar.api.measures.Measure
Creates a measure with a metric
Measure(Metric, Double) - Constructor for class org.sonar.api.measures.Measure
Creates a measure with a metric and a value
Measure(Metric, Double, int) - Constructor for class org.sonar.api.measures.Measure
Creates a measure with a metric, a value and a precision for the value
Measure(Metric, Double, String) - Constructor for class org.sonar.api.measures.Measure
Creates a measure with a metric, a value and a data field
Measure(Metric, String) - Constructor for class org.sonar.api.measures.Measure
* Creates a measure with a metric and a data field
Measure(Metric, Metric.Level) - Constructor for class org.sonar.api.measures.Measure
Creates a measure with a metric and an alert level
Measure() - Constructor for class org.sonar.api.measures.Measure
Creates an empty measure
measure(Measure) - Static method in class org.sonar.api.measures.MeasuresFilters
 
Measure - Class in org.sonar.wsclient.services
 
Measure() - Constructor for class org.sonar.wsclient.services.Measure
 
MeasureBuilder - Interface in org.sonar.api.measures
MeasureBuilder helps to build complex measures.
MeasureCriterion - Class in org.sonar.server.filters
 
MeasureCriterion(Integer, String, Double, Boolean) - Constructor for class org.sonar.server.filters.MeasureCriterion
 
MeasureData - Class in org.sonar.api.database.model
 
MeasureData(MeasureModel) - Constructor for class org.sonar.api.database.model.MeasureData
 
MeasureData(MeasureModel, byte[]) - Constructor for class org.sonar.api.database.model.MeasureData
 
MeasureData(MeasureModel, String) - Constructor for class org.sonar.api.database.model.MeasureData
 
MeasureData() - Constructor for class org.sonar.api.database.model.MeasureData
 
MeasureModel - Class in org.sonar.api.database.model
This class is the Hibernate model to store a measure in the DB
MeasureModel(int, Double) - Constructor for class org.sonar.api.database.model.MeasureModel
Creates a measure based on a metric and a double value
MeasureModel(int, Metric.Level) - Constructor for class org.sonar.api.database.model.MeasureModel
Creates a measure based on a metric and an alert level
MeasureModel(int, String) - Constructor for class org.sonar.api.database.model.MeasureModel
Creates a measure based on a metric and a string value
MeasureModel() - Constructor for class org.sonar.api.database.model.MeasureModel
Creates an empty measure
MeasurePersister - Class in org.sonar.batch.index
 
MeasurePersister(DatabaseSession, ResourcePersister, RuleFinder, MemoryOptimizer) - Constructor for class org.sonar.batch.index.MeasurePersister
 
Measures - Class in org.sonar.squid.measures
 
Measures() - Constructor for class org.sonar.squid.measures.Measures
 
MeasuresDao - Class in org.sonar.api.database.daos
Deprecated. since 2.3
MeasuresDao(MeasuresDao) - Constructor for class org.sonar.api.database.daos.MeasuresDao
Deprecated.  
MeasuresDao - Class in org.sonar.jpa.dao
 
MeasuresDao(DatabaseSession) - Constructor for class org.sonar.jpa.dao.MeasuresDao
 
MeasuresDistribution - Class in org.sonar.squid.math
 
MeasuresDistribution(Collection<SourceCode>) - Constructor for class org.sonar.squid.math.MeasuresDistribution
 
MeasuresFilter<M> - Interface in org.sonar.api.measures
 
MeasuresFilters - Class in org.sonar.api.measures
 
MeasuresFilters.MetricFilter<M> - Class in org.sonar.api.measures
Used for internal optimizations.
MeasuresFilters.MetricFilter(Metric) - Constructor for class org.sonar.api.measures.MeasuresFilters.MetricFilter
 
MeasuresFilters.MetricFilter(String) - Constructor for class org.sonar.api.measures.MeasuresFilters.MetricFilter
 
MeasureUtils - Class in org.sonar.api.measures
An utility class to manipulate measures
MemoryCloneIndex - Class in org.sonar.duplications.index
 
MemoryCloneIndex() - Constructor for class org.sonar.duplications.index.MemoryCloneIndex
 
MemoryCloneIndex2 - Class in org.sonar.duplications.index
 
MemoryCloneIndex2() - Constructor for class org.sonar.duplications.index.MemoryCloneIndex2
 
MemoryDatabaseConnector - Class in org.sonar.jpa.session
 
MemoryDatabaseConnector(Database) - Constructor for class org.sonar.jpa.session.MemoryDatabaseConnector
 
MemoryDatabaseConnector(Database, int) - Constructor for class org.sonar.jpa.session.MemoryDatabaseConnector
 
MemoryOptimizer - Class in org.sonar.batch.index
 
MemoryOptimizer(DatabaseSession) - Constructor for class org.sonar.batch.index.MemoryOptimizer
 
merge(Object) - Method in class org.sonar.api.database.DatabaseSession
 
merge(Metric) - Method in class org.sonar.api.measures.Metric
Merge with fields from other metric.
merge(Object) - Method in class org.sonar.jpa.session.JpaDatabaseSession
 
merge(String, String) - Method in class org.sonar.plugins.surefire.data.UnitTestIndex
 
message(Locale, String, String, Object...) - Method in interface org.sonar.api.i18n.I18n
Searches the message of the key for the locale in the list of available bundles.
Message - Interface in org.sonar.check
Deprecated. in 2.3
message(Locale, String, String, Object...) - Method in class org.sonar.core.i18n.I18nManager
 
message(String, String, String, Object...) - Method in class org.sonar.server.ui.JRubyI18n
 
MESSAGE_COLUMN_SIZE - Static variable in class org.sonar.api.database.model.RuleFailureModel
 
messageFor(SMInputCursor) - Method in class org.sonar.api.batch.AbstractViolationsStaxParser
Deprecated.  
Method - Class in org.sonar.api.resources
 
Method(String, String, Language) - Constructor for class org.sonar.api.resources.Method
 
METHOD - Static variable in class org.sonar.api.resources.Qualifiers
 
MethodComplexityCheck - Class in org.sonar.java.squid.check
 
MethodComplexityCheck() - Constructor for class org.sonar.java.squid.check.MethodComplexityCheck
 
MethodFilter - Class in org.sonar.plugins.findbugs.xml
 
MethodFilter() - Constructor for class org.sonar.plugins.findbugs.xml.MethodFilter
 
MethodFilter(String) - Constructor for class org.sonar.plugins.findbugs.xml.MethodFilter
 
methodMatch(AsmMethod) - Static method in class org.sonar.java.bytecode.check.SerializableContract
 
MethodSignature - Class in org.sonar.java.signature
 
MethodSignature(String, Parameter, Parameter...) - Constructor for class org.sonar.java.signature.MethodSignature
 
MethodSignature(String, Parameter, List<Parameter>) - Constructor for class org.sonar.java.signature.MethodSignature
 
MethodSignaturePrinter - Class in org.sonar.java.signature
 
MethodSignatureScanner - Class in org.sonar.java.signature
 
MethodVisitor - Class in org.sonar.java.ast.visitor
 
MethodVisitor() - Constructor for class org.sonar.java.ast.visitor.MethodVisitor
 
metric - Variable in class org.sonar.api.measures.Measure
 
metric(Metric) - Static method in class org.sonar.api.measures.MeasuresFilters
 
metric(String) - Static method in class org.sonar.api.measures.MeasuresFilters
 
Metric - Class in org.sonar.api.measures
 
Metric() - Constructor for class org.sonar.api.measures.Metric
Deprecated. in 1.12. Use the Metric.Builder factory.
Metric(String) - Constructor for class org.sonar.api.measures.Metric
Deprecated. since 2.7 use the Metric.Builder factory.
Metric(String, Metric.ValueType) - Constructor for class org.sonar.api.measures.Metric
Deprecated. since 2.7 use the Metric.Builder factory.
Metric(String, String, String, Metric.ValueType, Integer, Boolean, String) - Constructor for class org.sonar.api.measures.Metric
Deprecated. since 2.7 use the Metric.Builder factory.
Metric(String, String, String, Metric.ValueType, Integer, Boolean, String, boolean) - Constructor for class org.sonar.api.measures.Metric
Deprecated. since 2.7 use the Metric.Builder factory.
Metric(String, String, Metric.ValueType, Integer, Boolean, String, Formula) - Constructor for class org.sonar.api.measures.Metric
Deprecated. since 2.7 use the Metric.Builder factory.
Metric - Enum in org.sonar.squid.measures
 
Metric - Class in org.sonar.wsclient.services
 
Metric() - Constructor for class org.sonar.wsclient.services.Metric
 
Metric.Builder - Class in org.sonar.api.measures
 
Metric.Builder(String, String, Metric.ValueType) - Constructor for class org.sonar.api.measures.Metric.Builder
 
Metric.Level - Enum in org.sonar.api.measures
 
Metric.Origin - Enum in org.sonar.api.measures
 
Metric.ValueType - Enum in org.sonar.api.measures
 
MetricDef - Interface in org.sonar.squid.measures
 
MetricFinder - Interface in org.sonar.api.measures
 
MetricHotspot - Class in org.sonar.plugins.core.hotspots.client.widget
 
MetricHotspot(Resource, String, String) - Constructor for class org.sonar.plugins.core.hotspots.client.widget.MetricHotspot
 
MetricHotspot.HotspotMeasure - Class in org.sonar.plugins.core.hotspots.client.widget
 
MetricHotspot.HotspotMeasure(Resource, Measure) - Constructor for class org.sonar.plugins.core.hotspots.client.widget.MetricHotspot.HotspotMeasure
 
metricKey - Variable in class org.sonar.api.measures.Measure
 
MetricQuery - Class in org.sonar.wsclient.services
 
metrics - Static variable in class org.sonar.api.measures.CoreMetrics
 
METRICS - Static variable in class org.sonar.api.measures.CoverageMeasuresBuilder
Metrics of generated measures
Metrics - Interface in org.sonar.api.measures
 
Metrics - Interface in org.sonar.gwt
Keys of core metrics
MetricsBackup - Class in org.sonar.server.configuration
 
MetricsBackup(DatabaseSession) - Constructor for class org.sonar.server.configuration.MetricsBackup
 
MetricsBackup() - Constructor for class org.sonar.server.configuration.MetricsBackup
 
MetricUnmarshaller - Class in org.sonar.wsclient.unmarshallers
 
MetricUnmarshaller() - Constructor for class org.sonar.wsclient.unmarshallers.MetricUnmarshaller
 
MinimumFeedbackEdgeSetSolver - Class in org.sonar.graph
 
MinimumFeedbackEdgeSetSolver(Set<Cycle>, int) - Constructor for class org.sonar.graph.MinimumFeedbackEdgeSetSolver
 
MinimumFeedbackEdgeSetSolver(Set<Cycle>) - Constructor for class org.sonar.graph.MinimumFeedbackEdgeSetSolver
 
MinimumFeedbackEdgeSetSolver(Set<Cycle>, int, int) - Constructor for class org.sonar.graph.MinimumFeedbackEdgeSetSolver
 
MINOR_VIOLATIONS - Static variable in class org.sonar.api.measures.CoreMetrics
 
MINOR_VIOLATIONS - Static variable in interface org.sonar.gwt.Metrics
 
MINOR_VIOLATIONS_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
MINUS - Static variable in interface net.sourceforge.pmd.cpd.cppast.CPPParserConstants
RegularExpression Id.
MINUSEQUAL - Static variable in interface net.sourceforge.pmd.cpd.cppast.CPPParserConstants
RegularExpression Id.
MINUSMINUS - Static variable in interface net.sourceforge.pmd.cpd.cppast.CPPParserConstants
RegularExpression Id.
MOD - Static variable in interface net.sourceforge.pmd.cpd.cppast.CPPParserConstants
RegularExpression Id.
Model - Class in org.sonar.api.qualitymodel
 
Model - Class in org.sonar.wsclient.services
 
Model() - Constructor for class org.sonar.wsclient.services.Model
 
ModelDefinition - Class in org.sonar.api.qualitymodel
This extension point must be implemented to define a new quality model.
ModelDefinition(String) - Constructor for class org.sonar.api.qualitymodel.ModelDefinition
 
ModelFinder - Interface in org.sonar.api.qualitymodel
 
ModelManager - Interface in org.sonar.server.qualitymodel
 
MODEQUAL - Static variable in interface net.sourceforge.pmd.cpd.cppast.CPPParserConstants
RegularExpression Id.
MODULE - Static variable in class org.sonar.api.resources.Qualifiers
Module of a multi-modules project.
Module - Class in org.sonar.batch.bootstrap
Module describes group of components - Module.configure().
Module() - Constructor for class org.sonar.batch.bootstrap.Module
 
Mojo - Class in org.sonar.server.mavendeployer
 
MONTHS_BEFORE_DELETING_ALL_SNAPSHOTS - Static variable in interface org.sonar.plugins.dbcleaner.api.DbCleanerConstants
 
MONTHS_BEFORE_KEEPING_ONLY_ONE_SNAPSHOT_BY_MONTH - Static variable in interface org.sonar.plugins.dbcleaner.api.DbCleanerConstants
 
MONTHS_BEFORE_KEEPING_ONLY_ONE_SNAPSHOT_BY_WEEK - Static variable in interface org.sonar.plugins.dbcleaner.api.DbCleanerConstants
 
MostBadlyDesignedFiles - Class in org.sonar.plugins.core.hotspots.client.widget
 
MostBadlyDesignedFiles(Resource) - Constructor for class org.sonar.plugins.core.hotspots.client.widget.MostBadlyDesignedFiles
 
MostViolatedResources - Class in org.sonar.plugins.core.hotspots.client.widget
 
MostViolatedResources(Resource) - Constructor for class org.sonar.plugins.core.hotspots.client.widget.MostViolatedResources
 
MostViolatedRules - Class in org.sonar.plugins.core.hotspots.client.widget
 
MostViolatedRules(Resource) - Constructor for class org.sonar.plugins.core.hotspots.client.widget.MostViolatedRules
 
MsSql - Class in org.sonar.jpa.dialect
 
MsSql() - Constructor for class org.sonar.jpa.dialect.MsSql
 
MsSql.MsSqlDialect - Class in org.sonar.jpa.dialect
 
MsSql.MsSqlDialect() - Constructor for class org.sonar.jpa.dialect.MsSql.MsSqlDialect
 
MultiLinesCommentHandler - Class in org.sonar.squid.text
 
MultiLinesCommentHandler() - Constructor for class org.sonar.squid.text.MultiLinesCommentHandler
 
MultilinesDocTokenizer - Class in org.sonar.colorizer
 
MultilinesDocTokenizer(String, String, String) - Constructor for class org.sonar.colorizer.MultilinesDocTokenizer
Deprecated. endToken is hardcoded to star-slash, whatever the startToken !
MultilinesDocTokenizer(String, String, String, String) - Constructor for class org.sonar.colorizer.MultilinesDocTokenizer
 
mustJoinMeasuresTable() - Method in class org.sonar.server.filters.Filter
 
mustReturnEmptyResult() - Method in class org.sonar.server.filters.Filter
 
MyBatis - Class in org.sonar.persistence
 
MyBatis(Database) - Constructor for class org.sonar.persistence.MyBatis
 
MySql - Class in org.sonar.jpa.dialect
 
MySql() - Constructor for class org.sonar.jpa.dialect.MySql
 
MySql.MySqlWithDecimalDialect - Class in org.sonar.jpa.dialect
 
MySql.MySqlWithDecimalDialect() - Constructor for class org.sonar.jpa.dialect.MySql.MySqlWithDecimalDialect
 

N

NAME_COLUMN_SIZE - Static variable in class org.sonar.api.database.model.ResourceModel
 
NAME_COLUMN_SIZE - Static variable in class org.sonar.api.resources.ProjectLink
 
NavigationSection - Annotation Type in org.sonar.api.web
The Page is displayed only in listed sections.
NCLOC - Static variable in class org.sonar.api.measures.CoreMetrics
 
NCLOC - Static variable in interface org.sonar.gwt.Metrics
 
NCLOC_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
needsBytecode() - Method in class org.sonar.plugins.squid.bridges.Bridge
 
net.sourceforge.pmd.cpd - package net.sourceforge.pmd.cpd
 
net.sourceforge.pmd.cpd.cppast - package net.sourceforge.pmd.cpd.cppast
 
net.sourceforge.pmd.util - package net.sourceforge.pmd.util
 
net.sourceforge.pmd.util.filter - package net.sourceforge.pmd.util.filter
 
NEW - Static variable in interface net.sourceforge.pmd.cpd.cppast.CPPParserConstants
RegularExpression Id.
NEW_BLOCKER_VIOLATIONS - Static variable in class org.sonar.api.measures.CoreMetrics
 
NEW_BLOCKER_VIOLATIONS_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
NEW_BRANCH_COVERAGE - Static variable in class org.sonar.api.measures.CoreMetrics
 
NEW_BRANCH_COVERAGE_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
NEW_CONDITIONS_TO_COVER - Static variable in class org.sonar.api.measures.CoreMetrics
 
NEW_CONDITIONS_TO_COVER_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
NEW_COVERAGE - Static variable in class org.sonar.api.measures.CoreMetrics
 
NEW_COVERAGE_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
NEW_CRITICAL_VIOLATIONS - Static variable in class org.sonar.api.measures.CoreMetrics
 
NEW_CRITICAL_VIOLATIONS_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
NEW_INFO_VIOLATIONS - Static variable in class org.sonar.api.measures.CoreMetrics
 
NEW_INFO_VIOLATIONS_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
NEW_IT_BRANCH_COVERAGE - Static variable in class org.sonar.api.measures.CoreMetrics
 
NEW_IT_BRANCH_COVERAGE_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
NEW_IT_CONDITIONS_TO_COVER - Static variable in class org.sonar.api.measures.CoreMetrics
 
NEW_IT_CONDITIONS_TO_COVER_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
NEW_IT_COVERAGE - Static variable in class org.sonar.api.measures.CoreMetrics
 
NEW_IT_COVERAGE_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
NEW_IT_LINE_COVERAGE - Static variable in class org.sonar.api.measures.CoreMetrics
 
NEW_IT_LINE_COVERAGE_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
NEW_IT_LINES_TO_COVER - Static variable in class org.sonar.api.measures.CoreMetrics
 
NEW_IT_LINES_TO_COVER_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
NEW_IT_UNCOVERED_CONDITIONS - Static variable in class org.sonar.api.measures.CoreMetrics
 
NEW_IT_UNCOVERED_CONDITIONS_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
NEW_IT_UNCOVERED_LINES - Static variable in class org.sonar.api.measures.CoreMetrics
 
NEW_IT_UNCOVERED_LINES_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
NEW_LINE_COVERAGE - Static variable in class org.sonar.api.measures.CoreMetrics
 
NEW_LINE_COVERAGE_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
NEW_LINES_TO_COVER - Static variable in class org.sonar.api.measures.CoreMetrics
 
NEW_LINES_TO_COVER_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
NEW_MAJOR_VIOLATIONS - Static variable in class org.sonar.api.measures.CoreMetrics
 
NEW_MAJOR_VIOLATIONS_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
NEW_MINOR_VIOLATIONS - Static variable in class org.sonar.api.measures.CoreMetrics
 
NEW_MINOR_VIOLATIONS_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
NEW_UNCOVERED_CONDITIONS - Static variable in class org.sonar.api.measures.CoreMetrics
 
NEW_UNCOVERED_CONDITIONS_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
NEW_UNCOVERED_LINES - Static variable in class org.sonar.api.measures.CoreMetrics
 
NEW_UNCOVERED_LINES_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
NEW_VIOLATIONS - Static variable in class org.sonar.api.measures.CoreMetrics
 
NEW_VIOLATIONS_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
NewCoverageAggregator - Class in org.sonar.plugins.core.timemachine
 
NewCoverageAggregator() - Constructor for class org.sonar.plugins.core.timemachine.NewCoverageAggregator
 
NewCoverageFileAnalyzer - Class in org.sonar.plugins.core.timemachine
 
NewCoverageFileAnalyzer(TimeMachineConfiguration) - Constructor for class org.sonar.plugins.core.timemachine.NewCoverageFileAnalyzer
 
NewItCoverageFileAnalyzer - Class in org.sonar.plugins.core.timemachine
 
NewItCoverageFileAnalyzer(TimeMachineConfiguration) - Constructor for class org.sonar.plugins.core.timemachine.NewItCoverageFileAnalyzer
 
newToken(int, String) - Static method in class net.sourceforge.pmd.cpd.cppast.Token
Returns a new Token object, by default.
newToken(int) - Static method in class net.sourceforge.pmd.cpd.cppast.Token
 
NewViolationsDecorator - Class in org.sonar.plugins.core.timemachine
 
NewViolationsDecorator(TimeMachineConfiguration) - Constructor for class org.sonar.plugins.core.timemachine.NewViolationsDecorator
 
next - Variable in class net.sourceforge.pmd.cpd.cppast.Token
A reference to the next regular (non-special) token from the input stream.
NoAggregationFormula - Class in org.sonar.squid.measures
 
NoAggregationFormula() - Constructor for class org.sonar.squid.measures.NoAggregationFormula
 
NOCVisitor - Class in org.sonar.java.bytecode.visitor
 
NOCVisitor() - Constructor for class org.sonar.java.bytecode.visitor.NOCVisitor
 
Node - Class in org.sonar.api.utils.dag
 
Node(Object) - Constructor for class org.sonar.api.utils.dag.Node
 
NoSonarCheck - Class in org.sonar.java.squid.check
 
NoSonarCheck() - Constructor for class org.sonar.java.squid.check.NoSonarCheck
 
NoSonarFilter - Class in org.sonar.api.checks
 
NoSonarFilter() - Constructor for class org.sonar.api.checks.NoSonarFilter
 
NoSonarFilterLoader - Class in org.sonar.plugins.squid.bridges
 
NoSonarFilterLoader(NoSonarFilter) - Constructor for class org.sonar.plugins.squid.bridges.NoSonarFilterLoader
 
NOT - Static variable in interface net.sourceforge.pmd.cpd.cppast.CPPParserConstants
RegularExpression Id.
NotDryRun - Annotation Type in org.sonar.core
Disables component on dry runs.
NOTEQUAL - Static variable in interface net.sourceforge.pmd.cpd.cppast.CPPParserConstants
RegularExpression Id.
NotFilter<T> - Class in net.sourceforge.pmd.util.filter
A logical NEGATION of a Filter.
NotFilter() - Constructor for class net.sourceforge.pmd.util.filter.NotFilter
 
NotFilter(Filter<T>) - Constructor for class net.sourceforge.pmd.util.filter.NotFilter
 
Notification - Class in org.sonar.api.notifications
 
Notification(String) - Constructor for class org.sonar.api.notifications.Notification
 
NotificationChannel - Class in org.sonar.api.notifications
Provides logic to deliver notification.
NotificationChannel() - Constructor for class org.sonar.api.notifications.NotificationChannel
 
NotificationDispatcher - Class in org.sonar.api.notifications
Provides logic to determine which users are interested in receiving notification.
NotificationDispatcher() - Constructor for class org.sonar.api.notifications.NotificationDispatcher
 
NotificationDispatcher.Context - Interface in org.sonar.api.notifications
 
NotificationManager - Interface in org.sonar.api.notifications
 
NotificationQueueElement - Class in org.sonar.jpa.entity
 
NotificationQueueElement() - Constructor for class org.sonar.jpa.entity.NotificationQueueElement
 
NotificationService - Class in org.sonar.server.notifications
 
NotificationService(Settings, DefaultNotificationManager, NotificationDispatcher[]) - Constructor for class org.sonar.server.notifications.NotificationService
Default constructor when no channels.
NotificationService(Settings, DefaultNotificationManager, NotificationDispatcher[], NotificationChannel[]) - Constructor for class org.sonar.server.notifications.NotificationService
 
notifyChanged(Long, String, Map<String, String>, Map<String, String>) - Method in class org.sonar.server.notifications.reviews.ReviewsNotificationManager
 
notifyStart() - Method in class org.sonar.server.platform.ServerLifecycleNotifier
 
notifyVisitors(SquidIndex) - Method in class org.sonar.java.bytecode.BytecodeVisitorNotifier
 
notifyVisitors() - Method in class org.sonar.java.squid.SquidVisitorNotifier
 
NotThreadSafeTokenizer - Class in org.sonar.colorizer
A thread safe Tokenizer.
NotThreadSafeTokenizer() - Constructor for class org.sonar.colorizer.NotThreadSafeTokenizer
 
NUMBER_OF_CHILDREN - Static variable in class org.sonar.api.measures.CoreMetrics
 
NUMBER_OF_CHILDREN - Static variable in interface org.sonar.gwt.Metrics
 
NUMBER_OF_CHILDREN_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
numberAxis - Variable in class org.sonar.server.charts.deprecated.BarChart
 

O

OCTALINT - Static variable in interface net.sourceforge.pmd.cpd.cppast.CPPParserConstants
RegularExpression Id.
OCTALLONG - Static variable in interface net.sourceforge.pmd.cpd.cppast.CPPParserConstants
RegularExpression Id.
onCellClicked(int, int) - Method in class org.sonar.plugins.design.ui.page.client.Dsm
 
onClass(SourceClass, JavaClass) - Method in class org.sonar.plugins.squid.bridges.Bridge
 
onClass(SourceClass, JavaClass) - Method in class org.sonar.plugins.squid.bridges.CopyBasicMeasuresBridge
 
onClass(SourceClass, JavaClass) - Method in class org.sonar.plugins.squid.bridges.PublicUndocumentedApiBridge
 
onClick(ClickEvent) - Method in class org.sonar.gwt.ui.SourcePanel
 
onClick(ClickEvent) - Method in class org.sonar.plugins.design.ui.libraries.client.LibrariesPage
 
onDecoratorExecution(DecoratorExecutionHandler.DecoratorExecutionEvent) - Method in interface org.sonar.api.batch.events.DecoratorExecutionHandler
Called before and after execution of Decorator.
onDecoratorExecution(DecoratorExecutionHandler.DecoratorExecutionEvent) - Method in class org.sonar.batch.index.MemoryOptimizer
 
onDecoratorExecution(DecoratorExecutionHandler.DecoratorExecutionEvent) - Method in class org.sonar.batch.phases.PhasesTimeProfiler
 
onDecoratorsPhase(DecoratorsPhaseHandler.DecoratorsPhaseEvent) - Method in interface org.sonar.api.batch.events.DecoratorsPhaseHandler
Called before and after execution of all Decorators.
onDecoratorsPhase(DecoratorsPhaseHandler.DecoratorsPhaseEvent) - Method in class org.sonar.batch.index.MemoryOptimizer
 
onDecoratorsPhase(DecoratorsPhaseHandler.DecoratorsPhaseEvent) - Method in class org.sonar.batch.phases.PhasesTimeProfiler
 
ONE_MONTH - Static variable in interface org.sonar.plugins.dbcleaner.api.DbCleanerConstants
 
ONE_YEAR - Static variable in interface org.sonar.plugins.dbcleaner.api.DbCleanerConstants
 
onError(int, String) - Method in interface org.sonar.gwt.JsonUtils.JSONHandler
 
onError(int, String) - Method in class org.sonar.wsclient.gwt.AbstractCallback
 
onError(int, String) - Method in class org.sonar.wsclient.gwt.AbstractListCallback
 
onError(int, String) - Method in interface org.sonar.wsclient.gwt.Callback
 
onError(int, String) - Method in interface org.sonar.wsclient.gwt.ListCallback
 
onFile(SourceFile, Resource) - Method in class org.sonar.plugins.squid.bridges.Bridge
 
onFile(SourceFile, Resource) - Method in class org.sonar.plugins.squid.bridges.ChecksBridge
 
onFile(SourceFile, Resource) - Method in class org.sonar.plugins.squid.bridges.ChidamberKemererBridge
 
onFile(SourceFile, Resource) - Method in class org.sonar.plugins.squid.bridges.CopyBasicMeasuresBridge
 
onFile(SourceFile, Resource) - Method in class org.sonar.plugins.squid.bridges.Lcom4BlocksBridge
 
onFile(SourceFile, Resource) - Method in class org.sonar.plugins.squid.bridges.NoSonarFilterLoader
 
onFile(SourceFile, Resource) - Method in class org.sonar.plugins.squid.bridges.PublicUndocumentedApiBridge
 
onFile(SourceFile, Resource) - Method in class org.sonar.plugins.squid.bridges.RobertCMartinBridge
 
onFinished() - Method in class org.sonar.api.batch.AbstractSourceImporter
 
onKeyUp(KeyUpEvent) - Method in class org.sonar.plugins.design.ui.libraries.client.LibrariesPage
 
onLoad() - Method in class org.sonar.plugins.core.hotspots.client.widget.AbstractHotspot
 
ONLY_SYNTAX - Static variable in class org.sonar.colorizer.HtmlOptions
 
onMethod(SourceMethod, JavaMethod) - Method in class org.sonar.plugins.squid.bridges.Bridge
 
onMethod(SourceMethod, JavaMethod) - Method in class org.sonar.plugins.squid.bridges.CopyBasicMeasuresBridge
 
onMethod(SourceMethod, JavaMethod) - Method in class org.sonar.plugins.squid.bridges.PublicUndocumentedApiBridge
 
onModuleLoad() - Method in class org.sonar.gwt.ui.Page
 
onPackage(SourcePackage, Resource) - Method in class org.sonar.plugins.squid.bridges.Bridge
 
onPackage(SourcePackage, Resource) - Method in class org.sonar.plugins.squid.bridges.DesignBridge
 
onPackage(SourcePackage, Resource) - Method in class org.sonar.plugins.squid.bridges.PackagesBridge
 
onPackage(SourcePackage, Resource) - Method in class org.sonar.plugins.squid.bridges.RobertCMartinBridge
 
onProject(SourceProject, Project) - Method in class org.sonar.plugins.squid.bridges.Bridge
 
onProject(SourceProject, Project) - Method in class org.sonar.plugins.squid.bridges.DesignBridge
 
onProject(SourceProject, Project) - Method in class org.sonar.plugins.squid.bridges.PackagesBridge
 
onProjectAnalysis(ProjectAnalysisHandler.ProjectAnalysisEvent) - Method in interface org.sonar.api.batch.events.ProjectAnalysisHandler
Called before and after analysis of project.
onResourceLoad() - Method in class org.sonar.gwt.ui.Page
 
onResponse(JavaScriptObject) - Method in interface org.sonar.gwt.JsonUtils.JSONHandler
 
onResponse(MODEL, JavaScriptObject) - Method in class org.sonar.wsclient.gwt.AbstractCallback
 
onResponse(List<MODEL>, JavaScriptObject) - Method in class org.sonar.wsclient.gwt.AbstractListCallback
 
onResponse(MODEL, JavaScriptObject) - Method in interface org.sonar.wsclient.gwt.Callback
 
onResponse(List<MODEL>, JavaScriptObject) - Method in interface org.sonar.wsclient.gwt.ListCallback
 
onSensorExecution(SensorExecutionHandler.SensorExecutionEvent) - Method in interface org.sonar.api.batch.events.SensorExecutionHandler
Called before and after execution of Sensor.
onSensorExecution(SensorExecutionHandler.SensorExecutionEvent) - Method in class org.sonar.batch.index.MemoryOptimizer
 
onSensorExecution(SensorExecutionHandler.SensorExecutionEvent) - Method in class org.sonar.batch.phases.PhasesTimeProfiler
 
onSensorsPhase(SensorsPhaseHandler.SensorsPhaseEvent) - Method in interface org.sonar.api.batch.events.SensorsPhaseHandler
Called before and after execution of all Sensors.
onSensorsPhase(SensorsPhaseHandler.SensorsPhaseEvent) - Method in class org.sonar.batch.phases.PhasesTimeProfiler
 
onServerStart(Server) - Method in interface org.sonar.api.platform.ServerStartHandler
 
onServerStop(Server) - Method in interface org.sonar.api.platform.ServerStopHandler
 
onTimeout() - Method in interface org.sonar.gwt.JsonUtils.JSONHandler
 
onTimeout() - Method in class org.sonar.wsclient.gwt.AbstractCallback
 
onTimeout() - Method in class org.sonar.wsclient.gwt.AbstractListCallback
 
onTimeout() - Method in interface org.sonar.wsclient.gwt.Callback
 
onTimeout() - Method in interface org.sonar.wsclient.gwt.ListCallback
 
onTitleClicked(int) - Method in class org.sonar.plugins.design.ui.page.client.Dsm
 
openMeasurePopup(String, String) - Static method in class org.sonar.gwt.Links
Open the resource in a popup with HTML features like: height=800,width=900,scrollbars=1,resizable=1
openMeasurePopup(String, String, String) - Static method in class org.sonar.gwt.Links
 
openProperties(File) - Static method in class org.sonar.core.config.ConfigurationUtils
 
openResourcePage(String, String, String) - Static method in class org.sonar.gwt.Links
 
openResourcePopup(String) - Static method in class org.sonar.gwt.Links
 
openRulePopup(String) - Static method in class org.sonar.gwt.Links
 
openRulePopup(String, String) - Static method in class org.sonar.gwt.Links
 
openSession() - Method in class org.sonar.persistence.MyBatis
 
openSession(ExecutorType) - Method in class org.sonar.persistence.MyBatis
 
openStream(URI) - Method in class org.sonar.api.utils.HttpDownloader
 
OPERATOR - Static variable in interface net.sourceforge.pmd.cpd.cppast.CPPParserConstants
RegularExpression Id.
OPERATOR_EQUALS - Static variable in class org.sonar.api.profiles.Alert
Operator equals
OPERATOR_GREATER - Static variable in class org.sonar.api.profiles.Alert
Operator strictly greater than
OPERATOR_NOT_EQUALS - Static variable in class org.sonar.api.profiles.Alert
Operator not equals
OPERATOR_SMALLER - Static variable in class org.sonar.api.profiles.Alert
Operator strictly lesser than
opt(TokenMatcher) - Static method in class org.sonar.duplications.statement.TokenMatcherFactory
 
OptTokenMatcher - Class in org.sonar.duplications.statement.matcher
Delegates consumption to another matcher.
OptTokenMatcher(TokenMatcher) - Constructor for class org.sonar.duplications.statement.matcher.OptTokenMatcher
 
OR - Static variable in interface net.sourceforge.pmd.cpd.cppast.CPPParserConstants
RegularExpression Id.
Oracle - Class in org.sonar.jpa.dialect
 
Oracle() - Constructor for class org.sonar.jpa.dialect.Oracle
 
Oracle.Oracle10gWithDecimalDialect - Class in org.sonar.jpa.dialect
 
Oracle.Oracle10gWithDecimalDialect() - Constructor for class org.sonar.jpa.dialect.Oracle.Oracle10gWithDecimalDialect
 
OracleSequenceGenerator - Class in org.sonar.jpa.dialect
 
OracleSequenceGenerator() - Constructor for class org.sonar.jpa.dialect.OracleSequenceGenerator
 
OrFilter<T> - Class in net.sourceforge.pmd.util.filter
A logical OR of a list of Filters.
OrFilter() - Constructor for class net.sourceforge.pmd.util.filter.OrFilter
 
OrFilter(Filter<T>...) - Constructor for class net.sourceforge.pmd.util.filter.OrFilter
 
OrFilter - Class in org.sonar.plugins.findbugs.xml
 
OrFilter() - Constructor for class org.sonar.plugins.findbugs.xml.OrFilter
 
org.sonar.api - package org.sonar.api
 
org.sonar.api.batch - package org.sonar.api.batch
 
org.sonar.api.batch.bootstrap - package org.sonar.api.batch.bootstrap
 
org.sonar.api.batch.events - package org.sonar.api.batch.events
 
org.sonar.api.batch.maven - package org.sonar.api.batch.maven
 
org.sonar.api.charts - package org.sonar.api.charts
 
org.sonar.api.checks - package org.sonar.api.checks
 
org.sonar.api.config - package org.sonar.api.config
 
org.sonar.api.database - package org.sonar.api.database
 
org.sonar.api.database.configuration - package org.sonar.api.database.configuration
 
org.sonar.api.database.daos - package org.sonar.api.database.daos
 
org.sonar.api.database.model - package org.sonar.api.database.model
 
org.sonar.api.design - package org.sonar.api.design
 
org.sonar.api.i18n - package org.sonar.api.i18n
 
org.sonar.api.measures - package org.sonar.api.measures
 
org.sonar.api.notifications - package org.sonar.api.notifications
 
org.sonar.api.platform - package org.sonar.api.platform
 
org.sonar.api.profiles - package org.sonar.api.profiles
 
org.sonar.api.qualitymodel - package org.sonar.api.qualitymodel
 
org.sonar.api.resources - package org.sonar.api.resources
 
org.sonar.api.rules - package org.sonar.api.rules
 
org.sonar.api.rules.xml - package org.sonar.api.rules.xml
 
org.sonar.api.security - package org.sonar.api.security
 
org.sonar.api.utils - package org.sonar.api.utils
 
org.sonar.api.utils.command - package org.sonar.api.utils.command
 
org.sonar.api.utils.dag - package org.sonar.api.utils.dag
 
org.sonar.api.violations - package org.sonar.api.violations
 
org.sonar.api.web - package org.sonar.api.web
 
org.sonar.application - package org.sonar.application
 
org.sonar.batch - package org.sonar.batch
 
org.sonar.batch.bootstrap - package org.sonar.batch.bootstrap
 
org.sonar.batch.bootstrapper - package org.sonar.batch.bootstrapper
Provides API to bootstrap Sonar Batch.
org.sonar.batch.components - package org.sonar.batch.components
 
org.sonar.batch.config - package org.sonar.batch.config
 
org.sonar.batch.events - package org.sonar.batch.events
 
org.sonar.batch.index - package org.sonar.batch.index
 
org.sonar.batch.phases - package org.sonar.batch.phases
 
org.sonar.channel - package org.sonar.channel
Provides a basic framework to sequentially read any kind of character stream in order to feed a generic OUTPUT.
org.sonar.check - package org.sonar.check
 
org.sonar.colorizer - package org.sonar.colorizer
 
org.sonar.core - package org.sonar.core
 
org.sonar.core.components - package org.sonar.core.components
 
org.sonar.core.config - package org.sonar.core.config
 
org.sonar.core.i18n - package org.sonar.core.i18n
 
org.sonar.core.notifications - package org.sonar.core.notifications
 
org.sonar.core.plugins - package org.sonar.core.plugins
 
org.sonar.core.purge - package org.sonar.core.purge
 
org.sonar.duplications - package org.sonar.duplications
 
org.sonar.duplications.block - package org.sonar.duplications.block
 
org.sonar.duplications.cpd - package org.sonar.duplications.cpd
 
org.sonar.duplications.detector.original - package org.sonar.duplications.detector.original
 
org.sonar.duplications.index - package org.sonar.duplications.index
 
org.sonar.duplications.java - package org.sonar.duplications.java
 
org.sonar.duplications.statement - package org.sonar.duplications.statement
Provides a basic framework to create list of statements from list of tokens.
org.sonar.duplications.statement.matcher - package org.sonar.duplications.statement.matcher
 
org.sonar.duplications.token - package org.sonar.duplications.token
Provides a basic framework to sequentially read any kind of character stream and create list of tokens.
org.sonar.duplications.utils - package org.sonar.duplications.utils
 
org.sonar.graph - package org.sonar.graph
 
org.sonar.gwt - package org.sonar.gwt
 
org.sonar.gwt.ui - package org.sonar.gwt.ui
 
org.sonar.java - package org.sonar.java
 
org.sonar.java.api - package org.sonar.java.api
 
org.sonar.java.ast - package org.sonar.java.ast
 
org.sonar.java.ast.check - package org.sonar.java.ast.check
 
org.sonar.java.ast.visitor - package org.sonar.java.ast.visitor
 
org.sonar.java.bytecode - package org.sonar.java.bytecode
 
org.sonar.java.bytecode.asm - package org.sonar.java.bytecode.asm
 
org.sonar.java.bytecode.check - package org.sonar.java.bytecode.check
 
org.sonar.java.bytecode.loader - package org.sonar.java.bytecode.loader
 
org.sonar.java.bytecode.visitor - package org.sonar.java.bytecode.visitor
 
org.sonar.java.recognizer - package org.sonar.java.recognizer
 
org.sonar.java.signature - package org.sonar.java.signature
 
org.sonar.java.squid - package org.sonar.java.squid
 
org.sonar.java.squid.check - package org.sonar.java.squid.check
 
org.sonar.java.squid.visitor - package org.sonar.java.squid.visitor
 
org.sonar.jpa.dao - package org.sonar.jpa.dao
 
org.sonar.jpa.dialect - package org.sonar.jpa.dialect
 
org.sonar.jpa.entity - package org.sonar.jpa.entity
 
org.sonar.jpa.session - package org.sonar.jpa.session
 
org.sonar.markdown - package org.sonar.markdown
Basic implementation of the Markdown markup language (see http://en.wikipedia.org/wiki/Markdown)
org.sonar.maven - package org.sonar.maven
 
org.sonar.maven2 - package org.sonar.maven2
 
org.sonar.maven3 - package org.sonar.maven3
 
org.sonar.persistence - package org.sonar.persistence
 
org.sonar.persistence.dao - package org.sonar.persistence.dao
 
org.sonar.persistence.model - package org.sonar.persistence.model
 
org.sonar.plugins.checkstyle - package org.sonar.plugins.checkstyle
 
org.sonar.plugins.cobertura - package org.sonar.plugins.cobertura
 
org.sonar.plugins.cobertura.api - package org.sonar.plugins.cobertura.api
 
org.sonar.plugins.core - package org.sonar.plugins.core
 
org.sonar.plugins.core.batch - package org.sonar.plugins.core.batch
 
org.sonar.plugins.core.charts - package org.sonar.plugins.core.charts
 
org.sonar.plugins.core.colorizers - package org.sonar.plugins.core.colorizers
 
org.sonar.plugins.core.hotspots - package org.sonar.plugins.core.hotspots
 
org.sonar.plugins.core.hotspots.client - package org.sonar.plugins.core.hotspots.client
 
org.sonar.plugins.core.hotspots.client.widget - package org.sonar.plugins.core.hotspots.client.widget
 
org.sonar.plugins.core.metrics - package org.sonar.plugins.core.metrics
 
org.sonar.plugins.core.security - package org.sonar.plugins.core.security
 
org.sonar.plugins.core.sensors - package org.sonar.plugins.core.sensors
 
org.sonar.plugins.core.testdetailsviewer - package org.sonar.plugins.core.testdetailsviewer
 
org.sonar.plugins.core.testdetailsviewer.client - package org.sonar.plugins.core.testdetailsviewer.client
 
org.sonar.plugins.core.timemachine - package org.sonar.plugins.core.timemachine
 
org.sonar.plugins.core.widgets - package org.sonar.plugins.core.widgets
 
org.sonar.plugins.cpd - package org.sonar.plugins.cpd
 
org.sonar.plugins.cpd.decorators - package org.sonar.plugins.cpd.decorators
 
org.sonar.plugins.cpd.index - package org.sonar.plugins.cpd.index
 
org.sonar.plugins.dbcleaner - package org.sonar.plugins.dbcleaner
 
org.sonar.plugins.dbcleaner.api - package org.sonar.plugins.dbcleaner.api
 
org.sonar.plugins.dbcleaner.period - package org.sonar.plugins.dbcleaner.period
 
org.sonar.plugins.dbcleaner.purges - package org.sonar.plugins.dbcleaner.purges
 
org.sonar.plugins.dbcleaner.runner - package org.sonar.plugins.dbcleaner.runner
 
org.sonar.plugins.design - package org.sonar.plugins.design
 
org.sonar.plugins.design.batch - package org.sonar.plugins.design.batch
 
org.sonar.plugins.design.ui.dependencies - package org.sonar.plugins.design.ui.dependencies
 
org.sonar.plugins.design.ui.dependencies.client - package org.sonar.plugins.design.ui.dependencies.client
 
org.sonar.plugins.design.ui.lcom4 - package org.sonar.plugins.design.ui.lcom4
 
org.sonar.plugins.design.ui.lcom4.client - package org.sonar.plugins.design.ui.lcom4.client
 
org.sonar.plugins.design.ui.libraries - package org.sonar.plugins.design.ui.libraries
 
org.sonar.plugins.design.ui.libraries.client - package org.sonar.plugins.design.ui.libraries.client
 
org.sonar.plugins.design.ui.page - package org.sonar.plugins.design.ui.page
 
org.sonar.plugins.design.ui.page.client - package org.sonar.plugins.design.ui.page.client
 
org.sonar.plugins.design.ui.widgets - package org.sonar.plugins.design.ui.widgets
 
org.sonar.plugins.emailnotifications - package org.sonar.plugins.emailnotifications
 
org.sonar.plugins.emailnotifications.api - package org.sonar.plugins.emailnotifications.api
 
org.sonar.plugins.emailnotifications.reviews - package org.sonar.plugins.emailnotifications.reviews
 
org.sonar.plugins.findbugs - package org.sonar.plugins.findbugs
 
org.sonar.plugins.findbugs.xml - package org.sonar.plugins.findbugs.xml
 
org.sonar.plugins.jacoco - package org.sonar.plugins.jacoco
 
org.sonar.plugins.l10n - package org.sonar.plugins.l10n
 
org.sonar.plugins.pmd - package org.sonar.plugins.pmd
 
org.sonar.plugins.pmd.xml - package org.sonar.plugins.pmd.xml
 
org.sonar.plugins.squid - package org.sonar.plugins.squid
 
org.sonar.plugins.squid.bridges - package org.sonar.plugins.squid.bridges
 
org.sonar.plugins.squid.decorators - package org.sonar.plugins.squid.decorators
 
org.sonar.plugins.surefire - package org.sonar.plugins.surefire
 
org.sonar.plugins.surefire.api - package org.sonar.plugins.surefire.api
 
org.sonar.plugins.surefire.data - package org.sonar.plugins.surefire.data
 
org.sonar.server.charts - package org.sonar.server.charts
 
org.sonar.server.charts.deprecated - package org.sonar.server.charts.deprecated
 
org.sonar.server.charts.jruby - package org.sonar.server.charts.jruby
 
org.sonar.server.configuration - package org.sonar.server.configuration
 
org.sonar.server.database - package org.sonar.server.database
 
org.sonar.server.filters - package org.sonar.server.filters
 
org.sonar.server.mavendeployer - package org.sonar.server.mavendeployer
 
org.sonar.server.notifications - package org.sonar.server.notifications
 
org.sonar.server.notifications.reviews - package org.sonar.server.notifications.reviews
 
org.sonar.server.platform - package org.sonar.server.platform
 
org.sonar.server.plugins - package org.sonar.server.plugins
 
org.sonar.server.qualitymodel - package org.sonar.server.qualitymodel
 
org.sonar.server.rules - package org.sonar.server.rules
 
org.sonar.server.startup - package org.sonar.server.startup
 
org.sonar.server.ui - package org.sonar.server.ui
 
org.sonar.squid - package org.sonar.squid
 
org.sonar.squid.api - package org.sonar.squid.api
 
org.sonar.squid.indexer - package org.sonar.squid.indexer
 
org.sonar.squid.math - package org.sonar.squid.math
 
org.sonar.squid.measures - package org.sonar.squid.measures
 
org.sonar.squid.recognizer - package org.sonar.squid.recognizer
 
org.sonar.squid.text - package org.sonar.squid.text
 
org.sonar.test - package org.sonar.test
 
org.sonar.test.channel - package org.sonar.test.channel
 
org.sonar.test.i18n - package org.sonar.test.i18n
 
org.sonar.test.persistence - package org.sonar.test.persistence
 
org.sonar.wsclient - package org.sonar.wsclient
 
org.sonar.wsclient.connectors - package org.sonar.wsclient.connectors
 
org.sonar.wsclient.gwt - package org.sonar.wsclient.gwt
 
org.sonar.wsclient.services - package org.sonar.wsclient.services
 
org.sonar.wsclient.unmarshallers - package org.sonar.wsclient.unmarshallers
 
ORGANISATION - Static variable in interface org.sonar.api.CoreProperties
 
OriginalCloneDetectionAlgorithm - Class in org.sonar.duplications.detector.original
Implementation of algorithm described in paper Index-Based Code Clone Detection: Incremental, Distributed, Scalable by Benjamin Hummel, Elmar Juergens, Michael Conradt and Lars Heinemann.
OUTGOING_DIRECTION - Static variable in class org.sonar.wsclient.services.DependencyQuery
 
OUTLINE_COLOR - Static variable in class org.sonar.api.charts.AbstractChart
 
OUTPUT_HTML - Static variable in class org.sonar.wsclient.services.ReviewQuery
 
OUTPUT_PLAIN - Static variable in class org.sonar.wsclient.services.ReviewQuery
 
OVERRIDES - Static variable in class org.sonar.api.rules.ActiveRule
 

P

PACKAGE - Static variable in class org.sonar.api.resources.Qualifiers
 
PACKAGE_CYCLES - Static variable in class org.sonar.api.measures.CoreMetrics
 
PACKAGE_CYCLES - Static variable in interface org.sonar.gwt.Metrics
 
PACKAGE_CYCLES_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
PACKAGE_EDGES_WEIGHT - Static variable in class org.sonar.api.measures.CoreMetrics
 
PACKAGE_EDGES_WEIGHT - Static variable in interface org.sonar.gwt.Metrics
 
PACKAGE_EDGES_WEIGHT_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
PACKAGE_FEEDBACK_EDGES - Static variable in class org.sonar.api.measures.CoreMetrics
 
PACKAGE_FEEDBACK_EDGES - Static variable in interface org.sonar.gwt.Metrics
 
PACKAGE_FEEDBACK_EDGES_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
PACKAGE_SEPARATOR - Static variable in class org.sonar.java.api.JavaUtils
 
PACKAGE_TANGLE_INDEX - Static variable in class org.sonar.api.measures.CoreMetrics
 
PACKAGE_TANGLE_INDEX - Static variable in interface org.sonar.gwt.Metrics
 
PACKAGE_TANGLE_INDEX_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
PACKAGE_TANGLES - Static variable in class org.sonar.api.measures.CoreMetrics
 
PACKAGE_TANGLES - Static variable in interface org.sonar.gwt.Metrics
 
PACKAGE_TANGLES_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
PackageDesignWidget - Class in org.sonar.plugins.design.ui.widgets
 
PackageDesignWidget() - Constructor for class org.sonar.plugins.design.ui.widgets.PackageDesignWidget
 
PackageFilter - Class in org.sonar.plugins.findbugs.xml
 
PackageFilter() - Constructor for class org.sonar.plugins.findbugs.xml.PackageFilter
 
PackageFilter(String) - Constructor for class org.sonar.plugins.findbugs.xml.PackageFilter
 
PACKAGES - Static variable in class org.sonar.api.measures.CoreMetrics
 
PACKAGES - Static variable in interface org.sonar.gwt.Metrics
 
PACKAGES_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
PackagesBridge - Class in org.sonar.plugins.squid.bridges
 
PackagesBridge() - Constructor for class org.sonar.plugins.squid.bridges.PackagesBridge
 
PackageTangleIndexDecorator - Class in org.sonar.plugins.design.batch
 
PackageTangleIndexDecorator() - Constructor for class org.sonar.plugins.design.batch.PackageTangleIndexDecorator
 
PackageVisitor - Class in org.sonar.java.ast.visitor
 
PackageVisitor(SquidIndex) - Constructor for class org.sonar.java.ast.visitor.PackageVisitor
 
PackedMemoryCloneIndex - Class in org.sonar.duplications.index
Provides an index optimized by memory.
PackedMemoryCloneIndex() - Constructor for class org.sonar.duplications.index.PackedMemoryCloneIndex
 
PackedMemoryCloneIndex(int, int) - Constructor for class org.sonar.duplications.index.PackedMemoryCloneIndex
 
Page - Interface in org.sonar.api.web
 
Page - Class in org.sonar.gwt.ui
 
Page() - Constructor for class org.sonar.gwt.ui.Page
 
PAIR_SEPARATOR - Static variable in class org.sonar.api.utils.KeyValueFormat
 
PARAGRAPH - Static variable in class org.sonar.api.resources.Qualifiers
 
PARAGRAPH_COMPLEXITY - Static variable in class org.sonar.api.measures.CoreMetrics
 
PARAGRAPH_COMPLEXITY - Static variable in interface org.sonar.gwt.Metrics
 
PARAGRAPH_COMPLEXITY_DISTRIBUTION - Static variable in class org.sonar.api.measures.CoreMetrics
 
PARAGRAPH_COMPLEXITY_DISTRIBUTION_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
PARAGRAPH_COMPLEXITY_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
PARAGRAPHS - Static variable in class org.sonar.api.measures.CoreMetrics
 
PARAGRAPHS - Static variable in interface org.sonar.gwt.Metrics
 
PARAGRAPHS_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
PARAM_BACKGROUND_COLOR - Static variable in class org.sonar.api.charts.ChartParameters
 
PARAM_COLOR - Static variable in class org.sonar.plugins.core.charts.XradarChart
see an example of complete URL in XradarChartTest
PARAM_COLORS - Static variable in class org.sonar.plugins.core.charts.DistributionBarChart
 
PARAM_DATE - Static variable in class org.sonar.api.resources.Project
Deprecated. since version 1.11. Constant moved to CoreProperties
PARAM_DYNAMIC_ANALYSIS - Static variable in class org.sonar.api.resources.Project
Deprecated. since version 1.11. Constant moved to CoreProperties
PARAM_EXCLUSIONS - Static variable in class org.sonar.api.resources.Project
Deprecated. since version 1.11. Constant moved to CoreProperties
PARAM_FILTER - Static variable in class org.sonar.plugins.design.ui.libraries.client.KeywordFilter
 
PARAM_FONT_SIZE - Static variable in class org.sonar.plugins.core.charts.DistributionBarChart
 
PARAM_HEIGHT - Static variable in class org.sonar.api.charts.ChartParameters
 
PARAM_INTERIOR_GAP - Static variable in class org.sonar.plugins.core.charts.XradarChart
 
PARAM_LABELS - Static variable in class org.sonar.plugins.core.charts.XradarChart
 
PARAM_LANGUAGE - Static variable in class org.sonar.api.resources.Project
Deprecated. since version 1.11. Constant moved to CoreProperties
PARAM_LOCALE - Static variable in class org.sonar.api.charts.ChartParameters
 
PARAM_MAX_VALUE - Static variable in class org.sonar.plugins.core.charts.XradarChart
 
PARAM_PLUGIN - Static variable in class org.sonar.api.batch.AbstractCoverageExtension
Deprecated. The plugin key to retrieve the coverage engine to be used
PARAM_REUSE_RULES_CONFIG - Static variable in class org.sonar.api.resources.Project
Deprecated. since version 1.11. Constant moved to CoreProperties
PARAM_VALUES - Static variable in class org.sonar.plugins.core.charts.DistributionBarChart
 
PARAM_VALUES - Static variable in class org.sonar.plugins.core.charts.XradarChart
 
PARAM_VERSION - Static variable in class org.sonar.api.resources.Project
Deprecated. since version 1.11. Constant moved to CoreProperties
PARAM_WIDTH - Static variable in class org.sonar.api.charts.ChartParameters
 
PARAM_X_SUFFIX - Static variable in class org.sonar.plugins.core.charts.DistributionBarChart
 
PARAM_Y_SUFFIX - Static variable in class org.sonar.plugins.core.charts.DistributionBarChart
 
Parameter - Class in org.sonar.java.signature
 
Parameter(JvmJavaType, boolean) - Constructor for class org.sonar.java.signature.Parameter
 
Parameter(String, boolean) - Constructor for class org.sonar.java.signature.Parameter
 
Parameter(Parameter) - Constructor for class org.sonar.java.signature.Parameter
 
ParameterSignaturePrinter - Class in org.sonar.java.signature
 
ParameterSignatureScanner - Class in org.sonar.java.signature
 
params - Variable in class org.sonar.server.charts.deprecated.BaseChartWeb
 
parse(File) - Method in class org.sonar.api.batch.AbstractViolationsStaxParser
Deprecated.  
parse(InputStream) - Method in class org.sonar.api.batch.AbstractViolationsStaxParser
Deprecated.  
parse(String, String, String, Collection<Class>, ValidationMessages) - Method in class org.sonar.api.profiles.AnnotationProfileParser
 
parse(Reader, ValidationMessages) - Method in class org.sonar.api.profiles.XMLProfileParser
 
parse(String, Collection<Class>) - Method in class org.sonar.api.rules.AnnotationRuleParser
 
parse(File) - Method in class org.sonar.api.rules.XMLRuleParser
 
parse(InputStream) - Method in class org.sonar.api.rules.XMLRuleParser
Warning : the input stream is closed in this method
parse(Reader) - Method in class org.sonar.api.rules.XMLRuleParser
 
parse(String, KeyValueFormat.Converter<K>, KeyValueFormat.Converter<V>) - Static method in class org.sonar.api.utils.KeyValueFormat
 
parse(String) - Static method in class org.sonar.api.utils.KeyValueFormat
 
parse(String, KeyValueFormat.Transformer<KEY, VALUE>) - Static method in class org.sonar.api.utils.KeyValueFormat
Deprecated. since 2.7
parse(File) - Method in class org.sonar.api.utils.StaxParser
 
parse(InputStream) - Method in class org.sonar.api.utils.StaxParser
 
parse(Reader) - Method in class org.sonar.api.utils.StaxParser
 
parse(URL) - Method in class org.sonar.api.utils.StaxParser
 
parse(File) - Method in class org.sonar.api.utils.XpathParser
 
parse(InputStream) - Method in class org.sonar.api.utils.XpathParser
 
parse(String) - Method in class org.sonar.api.utils.XpathParser
 
parse(String) - Static method in class org.sonar.plugins.design.ui.lcom4.client.Data
 
parse(String) - Static method in class org.sonar.plugins.design.ui.page.client.DsmData
 
parse(String) - Method in class org.sonar.wsclient.gwt.GwtUtils
 
parse(String) - Method in class org.sonar.wsclient.JdkUtils
 
parse(String) - Method in class org.sonar.wsclient.services.WSUtils
 
parse(Object) - Method in class org.sonar.wsclient.unmarshallers.AbstractUnmarshaller
 
parse(Object) - Method in class org.sonar.wsclient.unmarshallers.DependencyTreeUnmarshaller
 
parse(Object) - Method in class org.sonar.wsclient.unmarshallers.DependencyUnmarshaller
 
parse(Object) - Method in class org.sonar.wsclient.unmarshallers.EventUnmarshaller
 
parse(Object) - Method in class org.sonar.wsclient.unmarshallers.FavouriteUnmarshaller
 
parse(Object) - Method in class org.sonar.wsclient.unmarshallers.ManualMeasureUnmarshaller
 
parse(Object) - Method in class org.sonar.wsclient.unmarshallers.MetricUnmarshaller
 
parse(Object) - Method in class org.sonar.wsclient.unmarshallers.PluginUnmarshaller
 
parse(Object) - Method in class org.sonar.wsclient.unmarshallers.ProfileUnmarshaller
 
parse(Object) - Method in class org.sonar.wsclient.unmarshallers.PropertyUnmarshaller
 
parse(Object) - Method in class org.sonar.wsclient.unmarshallers.ResourceUnmarshaller
 
parse(Object) - Method in class org.sonar.wsclient.unmarshallers.ReviewUnmarshaller
 
parse(Object) - Method in class org.sonar.wsclient.unmarshallers.RuleUnmarshaller
 
parse(Object) - Method in class org.sonar.wsclient.unmarshallers.SourceUnmarshaller
 
parse(Object) - Method in class org.sonar.wsclient.unmarshallers.TimeMachineUnmarshaller
 
parse(Object) - Method in class org.sonar.wsclient.unmarshallers.ViolationUnmarshaller
 
parseDate(String) - Static method in class org.sonar.api.utils.DateUtils
 
parseDateTime(String) - Static method in class org.sonar.api.utils.DateUtils
 
parseDateTime(String) - Static method in class org.sonar.gwt.JsonUtils
 
parseDirs(SensorContext, List<File>, List<File>, boolean, Charset) - Method in class org.sonar.api.batch.AbstractSourceImporter
 
ParseException - Exception in net.sourceforge.pmd.cpd.cppast
This exception is thrown when parse errors are encountered.
ParseException(Token, int[][], String[]) - Constructor for exception net.sourceforge.pmd.cpd.cppast.ParseException
This constructor is used by the method "generateParseException" in the generated parser.
ParseException() - Constructor for exception net.sourceforge.pmd.cpd.cppast.ParseException
The following constructors are for use by you for whatever purpose you can think of.
ParseException(String) - Constructor for exception net.sourceforge.pmd.cpd.cppast.ParseException
Constructor with message.
parseIntDate(String) - Static method in class org.sonar.api.utils.KeyValueFormat
 
parseIntDateTime(String) - Static method in class org.sonar.api.utils.KeyValueFormat
 
parseIntDouble(String) - Static method in class org.sonar.api.utils.KeyValueFormat
 
parseIntegerMultiset(String) - Static method in class org.sonar.api.utils.KeyValueFormat
 
parseIntInt(String) - Static method in class org.sonar.api.utils.KeyValueFormat
 
parseIntString(String) - Static method in class org.sonar.api.utils.KeyValueFormat
 
parseKey(String) - Static method in class org.sonar.api.resources.Directory
 
parseLineIndex(String) - Static method in class org.sonar.api.batch.AbstractViolationsStaxParser
Deprecated.  
parseMultiset(String, KeyValueFormat.Converter<K>) - Static method in class org.sonar.api.utils.KeyValueFormat
 
parseMultiset(String) - Static method in class org.sonar.api.utils.KeyValueFormat
 
parseNumber(String, Locale) - Static method in class org.sonar.api.utils.ParsingUtils
Parses a string with a locale and returns the corresponding number
parseNumber(String) - Static method in class org.sonar.api.utils.ParsingUtils
Parses a string with the default locale and returns the corresponding number
parsePmdRuleset(Reader, ValidationMessages) - Method in class org.sonar.plugins.pmd.PmdProfileImporter
 
parseReport(File, SensorContext) - Method in class org.sonar.plugins.cobertura.api.AbstractCoberturaParser
 
parseReport(File, SensorContext) - Method in class org.sonar.plugins.cobertura.CoberturaSensor
 
parseResource(ClassLoader, String, ValidationMessages) - Method in class org.sonar.api.profiles.XMLProfileParser
 
parseStringDouble(String) - Static method in class org.sonar.api.utils.KeyValueFormat
 
parseStringInt(String) - Static method in class org.sonar.api.utils.KeyValueFormat
 
ParsingUtils - Class in org.sonar.api.utils
Utility to parse various inputs
PastMeasuresLoader - Class in org.sonar.batch.components
 
PastMeasuresLoader(DatabaseSession, MetricFinder) - Constructor for class org.sonar.batch.components.PastMeasuresLoader
 
PastSnapshot - Class in org.sonar.batch.components
 
PastSnapshot(String, Date, Snapshot) - Constructor for class org.sonar.batch.components.PastSnapshot
 
PastSnapshot(String, Date) - Constructor for class org.sonar.batch.components.PastSnapshot
 
PastSnapshot(String) - Constructor for class org.sonar.batch.components.PastSnapshot
See SONAR-2428 : even if previous analysis does not exist (no snapshot and no target date), we should perform comparison.
PastSnapshotFinder - Class in org.sonar.batch.components
 
PastSnapshotFinder(PastSnapshotFinderByDays, PastSnapshotFinderByVersion, PastSnapshotFinderByDate, PastSnapshotFinderByPreviousAnalysis) - Constructor for class org.sonar.batch.components.PastSnapshotFinder
 
PastSnapshotFinderByDate - Class in org.sonar.batch.components
 
PastSnapshotFinderByDate(DatabaseSession) - Constructor for class org.sonar.batch.components.PastSnapshotFinderByDate
 
PastSnapshotFinderByDays - Class in org.sonar.batch.components
 
PastSnapshotFinderByDays(DatabaseSession) - Constructor for class org.sonar.batch.components.PastSnapshotFinderByDays
 
PastSnapshotFinderByPreviousAnalysis - Class in org.sonar.batch.components
 
PastSnapshotFinderByPreviousAnalysis(DatabaseSession) - Constructor for class org.sonar.batch.components.PastSnapshotFinderByPreviousAnalysis
 
PastSnapshotFinderByVersion - Class in org.sonar.batch.components
 
PastSnapshotFinderByVersion(DatabaseSession) - Constructor for class org.sonar.batch.components.PastSnapshotFinderByVersion
 
pattern - Variable in class net.sourceforge.pmd.util.filter.RegexStringFilter
 
PatternUtils - Class in org.sonar.java
 
peek() - Method in class org.sonar.channel.CodeBuffer
Looks at the next character without consuming it
peek(int) - Method in class org.sonar.channel.CodeReader
Read without consuming the next characters
peek() - Method in class org.sonar.duplications.token.TokenQueue
Retrieves, but does not remove, token from this queue.
peekParentClass() - Method in class org.sonar.java.ast.visitor.JavaAstVisitor
 
peekParentPackage() - Method in class org.sonar.java.ast.visitor.JavaAstVisitor
 
peekSourceCode() - Method in class org.sonar.java.ast.visitor.JavaAstVisitor
 
peekTo(EndMatcher, Appendable) - Method in class org.sonar.channel.CodeReader
Read without consuming the next characters until a condition is reached (EndMatcher)
peekTo(EndMatcher) - Method in class org.sonar.channel.CodeReader
Deprecated. in 2.2, use CodeReader.peekTo(EndMatcher matcher, Appendable appendable) instead
PER_BATCH - Static variable in annotation type org.sonar.api.batch.InstantiationStrategy
Shared extension.
PER_PROJECT - Static variable in annotation type org.sonar.api.batch.InstantiationStrategy
Created and initialized for each project and sub-project (a project is a module in Maven terminology).
PERIOD_IN_MILLISECONDS - Static variable in class org.sonar.server.plugins.UpdateCenterClient
 
PeriodCleaner - Interface in org.sonar.plugins.dbcleaner.api
 
PeriodPurge - Class in org.sonar.plugins.dbcleaner.period
 
PeriodPurge(DatabaseSession, PeriodCleaner) - Constructor for class org.sonar.plugins.dbcleaner.period.PeriodPurge
 
Periods - Class in org.sonar.plugins.dbcleaner.period
 
Periods(Date, Date, Date) - Constructor for class org.sonar.plugins.dbcleaner.period.Periods
 
Periods(Project) - Constructor for class org.sonar.plugins.dbcleaner.period.Periods
 
PERMANENT_SERVER_ID - Static variable in interface org.sonar.api.CoreProperties
 
permute(int, int) - Method in class org.sonar.graph.Dsm
 
PersistenceManager - Interface in org.sonar.batch.index
 
persistenceMode - Variable in class org.sonar.api.measures.Measure
 
PersistenceMode - Enum in org.sonar.api.measures
Mode of persistence for resources and measures.
persistMetric(Metric) - Method in class org.sonar.api.database.daos.MeasuresDao
Deprecated.  
persistMetric(Metric) - Method in class org.sonar.jpa.dao.MeasuresDao
 
Phase - Annotation Type in org.sonar.api.batch
 
Phase.Name - Enum in org.sonar.api.batch
 
Phases - Class in org.sonar.batch.phases
 
Phases(DecoratorsExecutor, MavenPhaseExecutor, MavenPluginsConfigurator, InitializersExecutor, PostJobsExecutor, SensorsExecutor, PersistenceManager, SensorContext, DefaultIndex, EventBus, UpdateStatusJob) - Constructor for class org.sonar.batch.phases.Phases
 
Phases(DecoratorsExecutor, MavenPhaseExecutor, MavenPluginsConfigurator, InitializersExecutor, PostJobsExecutor, SensorsExecutor, PersistenceManager, SensorContext, DefaultIndex, EventBus) - Constructor for class org.sonar.batch.phases.Phases
 
PhasesTimeProfiler - Class in org.sonar.batch.phases
 
PhasesTimeProfiler() - Constructor for class org.sonar.batch.phases.PhasesTimeProfiler
 
phaseUpdate(int) - Method in interface net.sourceforge.pmd.cpd.CPDListener
 
phaseUpdate(int) - Method in class net.sourceforge.pmd.cpd.CPDNullListener
 
PIE_CHART - Static variable in class org.sonar.server.charts.deprecated.BaseChartWeb
 
PieChart - Class in org.sonar.server.charts.deprecated
 
PieChart(Map<String, String>) - Constructor for class org.sonar.server.charts.deprecated.PieChart
 
Platform - Class in org.sonar.server.platform
 
PlatformLifecycleListener - Class in org.sonar.server.platform
 
PlatformLifecycleListener() - Constructor for class org.sonar.server.platform.PlatformLifecycleListener
 
Plugin - Interface in org.sonar.api
Deprecated. in 2.8. Use SonarPlugin instead.
Plugin - Class in org.sonar.wsclient.services
 
Plugin() - Constructor for class org.sonar.wsclient.services.Plugin
 
PLUGIN_KEY - Static variable in interface org.sonar.plugins.dbcleaner.api.DbCleanerConstants
 
PLUGIN_KEY - Static variable in class org.sonar.plugins.findbugs.FindbugsConstants
 
PLUGIN_KEY - Static variable in class org.sonar.plugins.pmd.PmdConstants
 
PLUGIN_NAME - Static variable in class org.sonar.plugins.checkstyle.CheckstyleConstants
 
PLUGIN_NAME - Static variable in interface org.sonar.plugins.dbcleaner.api.DbCleanerConstants
 
PLUGIN_NAME - Static variable in class org.sonar.plugins.findbugs.FindbugsConstants
 
PLUGIN_NAME - Static variable in class org.sonar.plugins.pmd.PmdConstants
 
PluginClassloaders - Class in org.sonar.core.plugins
Encapsulates manipulations with ClassLoaders, such as creation and establishing dependencies.
PluginClassloaders(ClassLoader) - Constructor for class org.sonar.core.plugins.PluginClassloaders
 
PluginDeployer - Class in org.sonar.server.plugins
 
PluginDeployer(DefaultServerFileSystem) - Constructor for class org.sonar.server.plugins.PluginDeployer
 
PluginDownloader - Class in org.sonar.server.plugins
 
PluginDownloader(UpdateCenterClient, HttpDownloader, DefaultServerFileSystem) - Constructor for class org.sonar.server.plugins.PluginDownloader
 
PluginFileExtractor - Class in org.sonar.core.plugins
 
PluginFileExtractor() - Constructor for class org.sonar.core.plugins.PluginFileExtractor
 
PluginMetadata - Interface in org.sonar.api.platform
 
PluginRepository - Interface in org.sonar.api.platform
 
Plugins - Class in org.sonar.api
Deprecated. since 2.1
Plugins(PluginRepository) - Constructor for class org.sonar.api.Plugins
Deprecated. Creates the dictionnary of plugins
PluginUnmarshaller - Class in org.sonar.wsclient.unmarshallers
 
PluginUnmarshaller() - Constructor for class org.sonar.wsclient.unmarshallers.PluginUnmarshaller
 
PluginUpdate - Class in org.sonar.server.plugins
 
PluginUpdate() - Constructor for class org.sonar.server.plugins.PluginUpdate
 
PluginUpdate.Status - Enum in org.sonar.server.plugins
 
PLUS - Static variable in interface net.sourceforge.pmd.cpd.cppast.CPPParserConstants
RegularExpression Id.
PLUSEQUAL - Static variable in interface net.sourceforge.pmd.cpd.cppast.CPPParserConstants
RegularExpression Id.
PLUSPLUS - Static variable in interface net.sourceforge.pmd.cpd.cppast.CPPParserConstants
RegularExpression Id.
PMD_PLUGIN - Static variable in interface org.sonar.api.CoreProperties
 
PmdConfiguration - Class in org.sonar.plugins.pmd
 
PmdConfiguration(PmdProfileExporter, RulesProfile, Project) - Constructor for class org.sonar.plugins.pmd.PmdConfiguration
 
PmdConstants - Class in org.sonar.plugins.pmd
 
PmdEngine - Class in org.sonar.plugins.cpd
 
PmdEngine(CpdMapping[]) - Constructor for class org.sonar.plugins.cpd.PmdEngine
 
PmdExecutor - Class in org.sonar.plugins.pmd
 
PmdExecutor(Project, PmdConfiguration) - Constructor for class org.sonar.plugins.pmd.PmdExecutor
 
PmdLevelUtils - Class in org.sonar.plugins.pmd
 
PmdPlugin - Class in org.sonar.plugins.pmd
 
PmdPlugin() - Constructor for class org.sonar.plugins.pmd.PmdPlugin
 
PmdProfileExporter - Class in org.sonar.plugins.pmd
 
PmdProfileExporter() - Constructor for class org.sonar.plugins.pmd.PmdProfileExporter
 
PmdProfileImporter - Class in org.sonar.plugins.pmd
 
PmdProfileImporter(RuleFinder) - Constructor for class org.sonar.plugins.pmd.PmdProfileImporter
 
PmdProperty - Class in org.sonar.plugins.pmd.xml
 
PmdProperty(String, String) - Constructor for class org.sonar.plugins.pmd.xml.PmdProperty
 
PmdRule - Class in org.sonar.plugins.pmd.xml
 
PmdRule(String) - Constructor for class org.sonar.plugins.pmd.xml.PmdRule
 
PmdRule(String, String) - Constructor for class org.sonar.plugins.pmd.xml.PmdRule
 
PmdRuleRepository - Class in org.sonar.plugins.pmd
 
PmdRuleRepository(ServerFileSystem, XMLRuleParser) - Constructor for class org.sonar.plugins.pmd.PmdRuleRepository
 
PmdRuleset - Class in org.sonar.plugins.pmd.xml
 
PmdRuleset() - Constructor for class org.sonar.plugins.pmd.xml.PmdRuleset
 
PmdRuleset(String) - Constructor for class org.sonar.plugins.pmd.xml.PmdRuleset
 
PmdSensor - Class in org.sonar.plugins.pmd
 
PmdSensor(RulesProfile, RuleFinder, PmdExecutor) - Constructor for class org.sonar.plugins.pmd.PmdSensor
 
PmdVersion - Enum in org.sonar.plugins.pmd
 
POINTERTO - Static variable in interface net.sourceforge.pmd.cpd.cppast.CPPParserConstants
RegularExpression Id.
poll() - Method in class org.sonar.duplications.token.TokenQueue
Retrieves and removes token from this queue.
pom - Variable in class org.sonar.api.batch.ProjectClasspath
 
pop() - Method in class org.sonar.channel.CodeBuffer
Read and consume the next character
pop(Appendable) - Method in class org.sonar.channel.CodeReader
Read and consume the next character
popSourceCode() - Method in class org.sonar.java.ast.visitor.JavaAstVisitor
 
popTo(EndMatcher, Appendable) - Method in class org.sonar.channel.CodeReader
Deprecated. in 2.2, use CodeReader.popTo(Matcher matcher, Appendable appendable) instead
popTo(Matcher, Appendable) - Method in class org.sonar.channel.CodeReader
Read and consume the next characters according to a given regular expression
popTo(Matcher, Matcher, Appendable) - Method in class org.sonar.channel.CodeReader
Read and consume the next characters according to a given regular expression.
popup() - Method in class org.sonar.plugins.design.ui.page.client.DependencyInfo
 
PORTABILITY - Static variable in class org.sonar.api.measures.CoreMetrics
Deprecated. since 2.5 See http://jira.codehaus.org/browse/SONAR-2007
PORTABILITY - Static variable in class org.sonar.api.rules.Iso9126RulesCategories
Deprecated.  
PORTABILITY - Static variable in interface org.sonar.gwt.Metrics
 
PORTABILITY_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
Deprecated. since 2.5 See http://jira.codehaus.org/browse/SONAR-2007
PostgreSql - Class in org.sonar.jpa.dialect
 
PostgreSql() - Constructor for class org.sonar.jpa.dialect.PostgreSql
 
PostgreSql.PostgreSQLWithDecimalDialect - Class in org.sonar.jpa.dialect
 
PostgreSql.PostgreSQLWithDecimalDialect() - Constructor for class org.sonar.jpa.dialect.PostgreSql.PostgreSQLWithDecimalDialect
 
PostgreSQLSequenceGenerator - Class in org.sonar.jpa.dialect
if the underlying database is PostgreSQL, the sequence naming convention is different and includes the primary key column name
PostgreSQLSequenceGenerator() - Constructor for class org.sonar.jpa.dialect.PostgreSQLSequenceGenerator
 
PostJob - Interface in org.sonar.api.batch
PostJobs are executed when project is analysed.
PostJobsExecutor - Class in org.sonar.batch.phases
 
PostJobsExecutor(BatchExtensionDictionnary, Project, ProjectDefinition, MavenPluginExecutor) - Constructor for class org.sonar.batch.phases.PostJobsExecutor
 
PREFIX - Static variable in class org.sonar.plugins.emailnotifications.EmailConfiguration
 
PREFIX_DEFAULT - Static variable in class org.sonar.plugins.emailnotifications.EmailConfiguration
 
prepareCache(Resource) - Method in class org.sonar.plugins.cpd.index.DbDuplicationsIndex
 
PREPROCESSOR_OUTPUT - Static variable in interface net.sourceforge.pmd.cpd.cppast.CPPParserConstants
Lexical state.
prevCharIsCR - Static variable in class net.sourceforge.pmd.cpd.cppast.SimpleCharStream
 
prevCharIsLF - Static variable in class net.sourceforge.pmd.cpd.cppast.SimpleCharStream
 
print(Dsm, boolean) - Static method in class org.sonar.graph.DsmPrinter
 
print(Dsm) - Static method in class org.sonar.graph.DsmPrinter
 
print(Writer, Dsm, boolean) - Static method in class org.sonar.graph.DsmPrinter
 
print(MethodSignature) - Static method in class org.sonar.java.signature.MethodSignaturePrinter
 
print(Parameter) - Static method in class org.sonar.java.signature.ParameterSignaturePrinter
 
Priority - Enum in org.sonar.check
 
Priority - Class in org.sonar.plugins.findbugs.xml
 
Priority() - Constructor for class org.sonar.plugins.findbugs.xml.Priority
 
Priority(String) - Constructor for class org.sonar.plugins.findbugs.xml.Priority
 
priorityBlocker() - Method in interface org.sonar.gwt.ui.Icons.IconBundle
 
priorityCritical() - Method in interface org.sonar.gwt.ui.Icons.IconBundle
 
priorityInfo() - Method in interface org.sonar.gwt.ui.Icons.IconBundle
 
priorityMajor() - Method in interface org.sonar.gwt.ui.Icons.IconBundle
 
priorityMinor() - Method in interface org.sonar.gwt.ui.Icons.IconBundle
 
PRIVATE - Static variable in interface net.sourceforge.pmd.cpd.cppast.CPPParserConstants
RegularExpression Id.
probability - Variable in class org.sonar.squid.recognizer.Detector
 
process(AsmMethod) - Method in class org.sonar.java.bytecode.VirtualMethodsLinker
 
processXPathRule(String, PmdRule) - Method in class org.sonar.plugins.pmd.PmdProfileExporter
 
PROFILE - Static variable in class org.sonar.api.measures.CoreMetrics
 
Profile - Class in org.sonar.api.rules.xml
Deprecated. 
Profile() - Constructor for class org.sonar.api.rules.xml.Profile
Deprecated.  
Profile - Class in org.sonar.wsclient.services
 
Profile() - Constructor for class org.sonar.wsclient.services.Profile
 
Profile.Rule - Class in org.sonar.wsclient.services
 
Profile.Rule() - Constructor for class org.sonar.wsclient.services.Profile.Rule
 
PROFILE_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
PROFILE_VERSION - Static variable in class org.sonar.api.measures.CoreMetrics
 
PROFILE_VERSION_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
ProfileDefinition - Class in org.sonar.api.profiles
Define a profile which is automatically registered during sonar startup.
ProfileDefinition() - Constructor for class org.sonar.api.profiles.ProfileDefinition
 
ProfileEventsSensor - Class in org.sonar.plugins.core.sensors
 
ProfileEventsSensor(RulesProfile, TimeMachine) - Constructor for class org.sonar.plugins.core.sensors.ProfileEventsSensor
 
ProfileExporter - Class in org.sonar.api.profiles
 
ProfileExporter(String, String) - Constructor for class org.sonar.api.profiles.ProfileExporter
 
ProfileImporter - Class in org.sonar.api.profiles
 
ProfileImporter(String, String) - Constructor for class org.sonar.api.profiles.ProfileImporter
 
ProfileLoader - Interface in org.sonar.batch
 
ProfileProvider - Class in org.sonar.batch
 
ProfileProvider() - Constructor for class org.sonar.batch.ProfileProvider
 
ProfileQuery - Class in org.sonar.wsclient.services
 
ProfilesBackup - Class in org.sonar.server.configuration
 
ProfilesBackup(DatabaseSession) - Constructor for class org.sonar.server.configuration.ProfilesBackup
 
ProfilesConsole - Class in org.sonar.server.rules
 
ProfilesConsole(DatabaseSessionFactory, XMLProfileParser, XMLProfileSerializer, ProfileExporter[], ProfileImporter[]) - Constructor for class org.sonar.server.rules.ProfilesConsole
 
ProfilesDao - Class in org.sonar.jpa.dao
 
ProfilesDao(DatabaseSession) - Constructor for class org.sonar.jpa.dao.ProfilesDao
 
ProfileSensor - Class in org.sonar.plugins.core.sensors
 
ProfileSensor(RulesProfile, DatabaseSession) - Constructor for class org.sonar.plugins.core.sensors.ProfileSensor
 
ProfilesManager - Class in org.sonar.server.configuration
 
ProfilesManager(DatabaseSession, RulesDao) - Constructor for class org.sonar.server.configuration.ProfilesManager
 
ProfileUnmarshaller - Class in org.sonar.wsclient.unmarshallers
 
ProfileUnmarshaller() - Constructor for class org.sonar.wsclient.unmarshallers.ProfileUnmarshaller
 
PROGRAM_UNIT - Static variable in class org.sonar.api.resources.Scopes
Types like Java classes/interfaces.
Project - Class in org.sonar.api.resources
A class that manipulates Projects in the Sonar way.
Project(String) - Constructor for class org.sonar.api.resources.Project
 
Project(String, String, String) - Constructor for class org.sonar.api.resources.Project
 
PROJECT - Static variable in class org.sonar.api.resources.Qualifiers
Single project or root of multi-modules projects Scope is Scopes.PROJECT
PROJECT - Static variable in class org.sonar.api.resources.Scopes
For example view, subview, project, module or library.
Project.AnalysisType - Enum in org.sonar.api.resources
Enumerates the type of possible analysis
PROJECT_BRANCH_PROPERTY - Static variable in interface org.sonar.api.CoreProperties
 
PROJECT_DATE_PROPERTY - Static variable in interface org.sonar.api.CoreProperties
Value format is yyyy-MM-dd
PROJECT_DESCRIPTION_PROPERTY - Static variable in interface org.sonar.api.CoreProperties
 
PROJECT_EXCLUSIONS_PROPERTY - Static variable in interface org.sonar.api.CoreProperties
 
PROJECT_KEY_PROPERTY - Static variable in interface org.sonar.api.CoreProperties
 
PROJECT_LANGUAGE_PROPERTY - Static variable in interface org.sonar.api.CoreProperties
 
PROJECT_NAME_PROPERTY - Static variable in interface org.sonar.api.CoreProperties
 
PROJECT_VERSION_PROPERTY - Static variable in interface org.sonar.api.CoreProperties
 
ProjectAnalysisHandler - Interface in org.sonar.api.batch.events
 
ProjectAnalysisHandler.ProjectAnalysisEvent - Interface in org.sonar.api.batch.events
This interface is not intended to be implemented by clients.
ProjectBuilder - Class in org.sonar.api.batch.bootstrap
This extension point allows to change project structure at runtime.
ProjectBuilder(ProjectReactor) - Constructor for class org.sonar.api.batch.bootstrap.ProjectBuilder
 
ProjectClasspath - Class in org.sonar.api.batch
 
ProjectClasspath(MavenProject) - Constructor for class org.sonar.api.batch.ProjectClasspath
 
ProjectConfigurator - Class in org.sonar.batch
 
ProjectConfigurator(DatabaseSession, Settings) - Constructor for class org.sonar.batch.ProjectConfigurator
 
ProjectDefinition - Class in org.sonar.api.batch.bootstrap
Defines project metadata (key, name, source directories, ...).
ProjectDefinition - Class in org.sonar.batch.bootstrapper
Deprecated. since 2.9. Move into org.sonar.api.batch.bootstrap
ProjectDefinition(File, File, Properties) - Constructor for class org.sonar.batch.bootstrapper.ProjectDefinition
Deprecated.  
ProjectDeleteQuery - Class in org.sonar.wsclient.services
 
ProjectDsmDecorator - Class in org.sonar.plugins.design.batch
For performance reasons, this decorator is currently limited to matrix between modules.
ProjectDsmDecorator(SonarIndex) - Constructor for class org.sonar.plugins.design.batch.ProjectDsmDecorator
 
ProjectExtensionInstaller - Class in org.sonar.batch.bootstrap
 
ProjectExtensionInstaller(BatchPluginRepository, EnvironmentInformation, DryRun, Project, ProjectSettings) - Constructor for class org.sonar.batch.bootstrap.ProjectExtensionInstaller
 
ProjectFileSystem - Interface in org.sonar.api.resources
 
ProjectFileSystemLogger - Class in org.sonar.plugins.core.batch
 
ProjectFileSystemLogger() - Constructor for class org.sonar.plugins.core.batch.ProjectFileSystemLogger
 
ProjectFilter - Class in org.sonar.batch.bootstrap
Filter projects to analyze by using the properties sonar.skippedModules and sonar.includedModules
ProjectFilter(Settings) - Constructor for class org.sonar.batch.bootstrap.ProjectFilter
 
ProjectLink - Class in org.sonar.api.resources
 
ProjectLink() - Constructor for class org.sonar.api.resources.ProjectLink
 
ProjectLink(String, String, String) - Constructor for class org.sonar.api.resources.ProjectLink
 
ProjectLinksSensor - Class in org.sonar.plugins.core.sensors
 
ProjectLinksSensor(MavenProject) - Constructor for class org.sonar.plugins.core.sensors.ProjectLinksSensor
 
ProjectModule - Class in org.sonar.batch.bootstrap
 
ProjectModule(Project, boolean) - Constructor for class org.sonar.batch.bootstrap.ProjectModule
 
ProjectPanel - Class in org.sonar.plugins.design.ui.libraries.client
 
ProjectPanel(Resource, Filters) - Constructor for class org.sonar.plugins.design.ui.libraries.client.ProjectPanel
 
ProjectReactor - Class in org.sonar.api.batch.bootstrap
 
ProjectReactor(ProjectDefinition) - Constructor for class org.sonar.api.batch.bootstrap.ProjectReactor
 
ProjectSettings - Class in org.sonar.batch.config
 
ProjectSettings(PropertyDefinitions, ProjectDefinition, DatabaseSessionFactory, Project) - Constructor for class org.sonar.batch.config.ProjectSettings
 
ProjectTree - Class in org.sonar.batch
 
ProjectTree(ProjectReactor, ProjectConfigurator, ProjectFilter, ProjectBuilder[]) - Constructor for class org.sonar.batch.ProjectTree
 
ProjectTree(ProjectReactor, ProjectConfigurator, ProjectFilter) - Constructor for class org.sonar.batch.ProjectTree
 
ProjectUtils - Class in org.sonar.api.resources
 
PROP_DAYS_DESCRIPTION - Static variable in class org.sonar.plugins.core.timemachine.TendencyDecorator
 
PROP_DIALECT - Static variable in interface org.sonar.api.database.DatabaseProperties
 
PROP_DIALECT_CLASS - Static variable in interface org.sonar.api.database.DatabaseProperties
 
PROP_DRIVER - Static variable in interface org.sonar.api.database.DatabaseProperties
 
PROP_DRIVER_DEFAULT_VALUE - Static variable in interface org.sonar.api.database.DatabaseProperties
 
PROP_DRIVER_DEPRECATED - Static variable in interface org.sonar.api.database.DatabaseProperties
 
PROP_EMBEDDED_DATA_DIR - Static variable in interface org.sonar.api.database.DatabaseProperties
 
PROP_EMBEDDED_PORT - Static variable in interface org.sonar.api.database.DatabaseProperties
 
PROP_HIBERNATE_DEFAULT_SCHEMA - Static variable in interface org.sonar.api.database.DatabaseProperties
 
PROP_HIBERNATE_GENERATE_STATISTICS - Static variable in interface org.sonar.api.database.DatabaseProperties
 
PROP_HIBERNATE_HBM2DLL - Static variable in interface org.sonar.api.database.DatabaseProperties
 
PROP_ISOLATION - Static variable in interface org.sonar.api.database.DatabaseProperties
 
PROP_KEY_MINIMUM_PERIOD_IN_HOURS - Static variable in class org.sonar.plugins.dbcleaner.api.PurgeUtils
 
PROP_PASSWORD - Static variable in interface org.sonar.api.database.DatabaseProperties
 
PROP_PASSWORD_DEFAULT_VALUE - Static variable in interface org.sonar.api.database.DatabaseProperties
 
PROP_PHASE - Static variable in class org.sonar.batch.phases.MavenPhaseExecutor
 
PROP_URL - Static variable in interface org.sonar.api.database.DatabaseProperties
 
PROP_URL_DEFAULT_VALUE - Static variable in interface org.sonar.api.database.DatabaseProperties
 
PROP_USER - Static variable in interface org.sonar.api.database.DatabaseProperties
 
PROP_USER_DEFAULT_VALUE - Static variable in interface org.sonar.api.database.DatabaseProperties
 
PROP_USER_DEPRECATED - Static variable in interface org.sonar.api.database.DatabaseProperties
 
properties - Variable in class org.sonar.api.config.Settings
 
Properties - Annotation Type in org.sonar.api
Plugin properties.
PropertiesBackup - Class in org.sonar.server.configuration
 
PropertiesBackup(DatabaseSession) - Constructor for class org.sonar.server.configuration.PropertiesBackup
 
PropertiesBuilder<KEY,VALUE> - Class in org.sonar.api.measures
 
PropertiesBuilder(Metric, Map<KEY, VALUE>) - Constructor for class org.sonar.api.measures.PropertiesBuilder
 
PropertiesBuilder(Metric) - Constructor for class org.sonar.api.measures.PropertiesBuilder
 
PropertiesBuilder() - Constructor for class org.sonar.api.measures.PropertiesBuilder
 
Property - Class in org.sonar.api.database.configuration
IMPORTANT : This class can't be moved to org.sonar.jpa.dao for backward-compatibility reasons.
Property(String, String) - Constructor for class org.sonar.api.database.configuration.Property
 
Property(String, String, Integer) - Constructor for class org.sonar.api.database.configuration.Property
 
Property() - Constructor for class org.sonar.api.database.configuration.Property
 
Property - Annotation Type in org.sonar.api
Property value can be set in different ways : System property Maven command-line (-Dfoo=bar) Maven pom.xml (element ) Maven settings.xml Sonar web interface

Value is accessible in batch extensions via the Configuration object of class org.sonar.api.resources.Project (see method getConfiguration()).

Property - Class in org.sonar.api.rules.xml
Deprecated. 
Property(String, String) - Constructor for class org.sonar.api.rules.xml.Property
Deprecated.  
Property - Class in org.sonar.wsclient.services
 
Property(String, String) - Constructor for class org.sonar.wsclient.services.Property
 
Property() - Constructor for class org.sonar.wsclient.services.Property
 
PROPERTY_DELAY - Static variable in class org.sonar.server.notifications.NotificationService
 
PROPERTY_GENERATE_XML - Static variable in class org.sonar.plugins.checkstyle.CheckstyleConfiguration
 
PropertyCreateQuery - Class in org.sonar.wsclient.services
 
PropertyCreateQuery() - Constructor for class org.sonar.wsclient.services.PropertyCreateQuery
 
PropertyCreateQuery(String, String) - Constructor for class org.sonar.wsclient.services.PropertyCreateQuery
 
PropertyCreateQuery(String, String, String) - Constructor for class org.sonar.wsclient.services.PropertyCreateQuery
 
PropertyCreateQuery(Property) - Constructor for class org.sonar.wsclient.services.PropertyCreateQuery
 
PropertyDefinitions - Class in org.sonar.api.config
Metadata of all the properties declared by plugins
PropertyDefinitions(Object...) - Constructor for class org.sonar.api.config.PropertyDefinitions
 
PropertyDeleteQuery - Class in org.sonar.wsclient.services
 
PropertyDeleteQuery(String) - Constructor for class org.sonar.wsclient.services.PropertyDeleteQuery
 
PropertyDeleteQuery(String, String) - Constructor for class org.sonar.wsclient.services.PropertyDeleteQuery
 
PropertyDeleteQuery(Property) - Constructor for class org.sonar.wsclient.services.PropertyDeleteQuery
 
PropertyQuery - Class in org.sonar.wsclient.services
 
PropertyQuery() - Constructor for class org.sonar.wsclient.services.PropertyQuery
 
PropertyUnmarshaller - Class in org.sonar.wsclient.unmarshallers
 
PropertyUnmarshaller() - Constructor for class org.sonar.wsclient.unmarshallers.PropertyUnmarshaller
 
PropertyUpdateQuery - Class in org.sonar.wsclient.services
 
PropertyUpdateQuery() - Constructor for class org.sonar.wsclient.services.PropertyUpdateQuery
 
PropertyUpdateQuery(String, String) - Constructor for class org.sonar.wsclient.services.PropertyUpdateQuery
 
PropertyUpdateQuery(String, String, String) - Constructor for class org.sonar.wsclient.services.PropertyUpdateQuery
 
PropertyUpdateQuery(Property) - Constructor for class org.sonar.wsclient.services.PropertyUpdateQuery
 
PROTECTED - Static variable in interface net.sourceforge.pmd.cpd.cppast.CPPParserConstants
RegularExpression Id.
provide() - Method in class org.sonar.api.ExtensionProvider
 
provide(Project, ProfileLoader) - Method in class org.sonar.batch.ProfileProvider
 
provide(DatabaseSessionFactory) - Method in class org.sonar.jpa.session.DatabaseSessionProvider
 
PUBLIC - Static variable in interface net.sourceforge.pmd.cpd.cppast.CPPParserConstants
RegularExpression Id.
PUBLIC_API - Static variable in class org.sonar.api.measures.CoreMetrics
 
PUBLIC_API - Static variable in interface org.sonar.gwt.Metrics
 
PUBLIC_API_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
PUBLIC_DOCUMENTED_API_DENSITY - Static variable in class org.sonar.api.measures.CoreMetrics
 
PUBLIC_DOCUMENTED_API_DENSITY - Static variable in interface org.sonar.gwt.Metrics
 
PUBLIC_DOCUMENTED_API_DENSITY_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
PUBLIC_UNDOCUMENTED_API - Static variable in class org.sonar.api.measures.CoreMetrics
 
PUBLIC_UNDOCUMENTED_API - Static variable in interface org.sonar.gwt.Metrics
 
PUBLIC_UNDOCUMENTED_API_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
PublicApiVisitor - Class in org.sonar.java.ast.visitor
 
PublicApiVisitor() - Constructor for class org.sonar.java.ast.visitor.PublicApiVisitor
 
PublicDocumentedApiDensityFormula - Class in org.sonar.squid.measures
 
PublicDocumentedApiDensityFormula() - Constructor for class org.sonar.squid.measures.PublicDocumentedApiDensityFormula
 
PublicUndocumentedApiBridge - Class in org.sonar.plugins.squid.bridges
 
PublicUndocumentedApiBridge() - Constructor for class org.sonar.plugins.squid.bridges.PublicUndocumentedApiBridge
 
publish() - Method in class org.sonar.server.startup.GwtPublisher
 
Purge - Interface in org.sonar.api.batch
Deprecated. since 2.5. The DBCleaner plugin implements all required purge taks.
purge(PurgeContext) - Method in interface org.sonar.api.batch.Purge
Deprecated. Snapshots include the current snapshot (flagged as last) and optionally the penultimate one.
purge(Project, int) - Method in interface org.sonar.plugins.dbcleaner.api.PeriodCleaner
 
Purge - Class in org.sonar.plugins.dbcleaner.api
Implement this component in order to define your own rules to cleanup database.
Purge(DatabaseSession) - Constructor for class org.sonar.plugins.dbcleaner.api.Purge
 
purge(PurgeContext) - Method in class org.sonar.plugins.dbcleaner.api.Purge
Snapshots include the current snapshot (flagged as last) and optionally the penultimate one.
purge(Project, int) - Method in class org.sonar.plugins.dbcleaner.period.DefaultPeriodCleaner
 
purge(PurgeContext) - Method in class org.sonar.plugins.dbcleaner.period.PeriodPurge
 
purge(PurgeContext) - Method in class org.sonar.plugins.dbcleaner.purges.PurgeDeletedResources
 
purge(PurgeContext) - Method in class org.sonar.plugins.dbcleaner.purges.PurgeDependencies
 
purge(PurgeContext) - Method in class org.sonar.plugins.dbcleaner.purges.PurgeDeprecatedLast
 
purge(PurgeContext) - Method in class org.sonar.plugins.dbcleaner.purges.PurgeDisabledResources
 
purge(PurgeContext) - Method in class org.sonar.plugins.dbcleaner.purges.PurgeEntities
 
purge(PurgeContext) - Method in class org.sonar.plugins.dbcleaner.purges.PurgeEventOrphans
 
purge(PurgeContext) - Method in class org.sonar.plugins.dbcleaner.purges.PurgeOrphanResources
 
purge(PurgeContext) - Method in class org.sonar.plugins.dbcleaner.purges.PurgeOrphanReviews
 
purge(PurgeContext) - Method in class org.sonar.plugins.dbcleaner.purges.PurgePropertyOrphans
 
purge(PurgeContext) - Method in class org.sonar.plugins.dbcleaner.purges.PurgeResourceRoles
 
purge(PurgeContext) - Method in class org.sonar.plugins.dbcleaner.purges.PurgeRuleMeasures
 
purge(PurgeContext) - Method in class org.sonar.plugins.dbcleaner.purges.PurgeUnprocessed
 
purge() - Method in class org.sonar.plugins.dbcleaner.runner.PurgeRunner
 
PurgeContext - Interface in org.sonar.api.batch
Deprecated. since 2.5
PurgeContext - Interface in org.sonar.plugins.dbcleaner.api
 
PurgeDeletedResources - Class in org.sonar.plugins.dbcleaner.purges
 
PurgeDeletedResources(DatabaseSession) - Constructor for class org.sonar.plugins.dbcleaner.purges.PurgeDeletedResources
 
PurgeDependencies - Class in org.sonar.plugins.dbcleaner.purges
 
PurgeDependencies(DatabaseSession) - Constructor for class org.sonar.plugins.dbcleaner.purges.PurgeDependencies
 
PurgeDeprecatedLast - Class in org.sonar.plugins.dbcleaner.purges
 
PurgeDeprecatedLast(DatabaseSession) - Constructor for class org.sonar.plugins.dbcleaner.purges.PurgeDeprecatedLast
 
PurgeDisabledResources - Class in org.sonar.plugins.dbcleaner.purges
 
PurgeDisabledResources(DatabaseSession) - Constructor for class org.sonar.plugins.dbcleaner.purges.PurgeDisabledResources
 
PurgeEntities - Class in org.sonar.plugins.dbcleaner.purges
 
PurgeEntities(DatabaseSession, Configuration) - Constructor for class org.sonar.plugins.dbcleaner.purges.PurgeEntities
 
PurgeEventOrphans - Class in org.sonar.plugins.dbcleaner.purges
 
PurgeEventOrphans(DatabaseSession) - Constructor for class org.sonar.plugins.dbcleaner.purges.PurgeEventOrphans
 
PurgeOrphanResources - Class in org.sonar.plugins.dbcleaner.purges
 
PurgeOrphanResources(DatabaseSession) - Constructor for class org.sonar.plugins.dbcleaner.purges.PurgeOrphanResources
 
PurgeOrphanReviews - Class in org.sonar.plugins.dbcleaner.purges
Purge Review that are attached to projects that have been deleted.
PurgeOrphanReviews(DatabaseSession) - Constructor for class org.sonar.plugins.dbcleaner.purges.PurgeOrphanReviews
 
PurgePropertyOrphans - Class in org.sonar.plugins.dbcleaner.purges
 
PurgePropertyOrphans(DatabaseSession) - Constructor for class org.sonar.plugins.dbcleaner.purges.PurgePropertyOrphans
 
PurgeResourceRoles - Class in org.sonar.plugins.dbcleaner.purges
 
PurgeResourceRoles(DatabaseSession) - Constructor for class org.sonar.plugins.dbcleaner.purges.PurgeResourceRoles
 
PurgeRuleMeasures - Class in org.sonar.plugins.dbcleaner.purges
see SONAR-522
PurgeRuleMeasures(DatabaseSession) - Constructor for class org.sonar.plugins.dbcleaner.purges.PurgeRuleMeasures
 
PurgeRunner - Class in org.sonar.plugins.dbcleaner.runner
 
PurgeRunner(DatabaseSession, Project, Snapshot, Purge[]) - Constructor for class org.sonar.plugins.dbcleaner.runner.PurgeRunner
 
PurgeRunner(DatabaseSession, Project, Snapshot, Purge[], Purge[]) - Constructor for class org.sonar.plugins.dbcleaner.runner.PurgeRunner
 
PurgeUnprocessed - Class in org.sonar.plugins.dbcleaner.purges
 
PurgeUnprocessed(DatabaseSession, Configuration) - Constructor for class org.sonar.plugins.dbcleaner.purges.PurgeUnprocessed
 
PurgeUtils - Class in org.sonar.plugins.dbcleaner.api
 
pushForward(List<Token>) - Method in class org.sonar.duplications.token.TokenQueue
 

Q

qualifier - Variable in class org.sonar.api.resources.Method
 
QUALIFIER - Static variable in class org.sonar.java.api.JavaClass
 
QUALIFIER - Static variable in class org.sonar.java.api.JavaMethod
 
QUALIFIER_CLASS - Static variable in class org.sonar.api.resources.Resource
Deprecated. since 2.6. Use Qualifiers.CLASS.
QUALIFIER_CLASS - Static variable in class org.sonar.wsclient.services.Resource
 
QUALIFIER_DIRECTORY - Static variable in class org.sonar.api.resources.Resource
Deprecated. since 2.6. Use Qualifiers.DIRECTORY.
QUALIFIER_DIRECTORY - Static variable in class org.sonar.wsclient.services.Resource
 
QUALIFIER_FIELD - Static variable in class org.sonar.api.resources.Resource
Deprecated. since 2.6. Use Qualifiers.FIELD.
QUALIFIER_FILE - Static variable in class org.sonar.api.resources.Resource
Deprecated. since 2.6. Use Qualifiers.FILE.
QUALIFIER_FILE - Static variable in class org.sonar.wsclient.services.Resource
 
QUALIFIER_LIB - Static variable in class org.sonar.api.resources.Resource
Deprecated. since 2.6. Use Qualifiers.LIBRARY.
QUALIFIER_LIB - Static variable in class org.sonar.wsclient.services.Resource
 
QUALIFIER_METHOD - Static variable in class org.sonar.api.resources.Resource
Deprecated. since 2.6. Use Qualifiers.METHOD.
QUALIFIER_MODULE - Static variable in class org.sonar.api.resources.Resource
Deprecated. since 2.6. Use Qualifiers.MODULE.
QUALIFIER_MODULE - Static variable in class org.sonar.wsclient.services.Resource
 
QUALIFIER_PACKAGE - Static variable in class org.sonar.api.resources.Resource
Deprecated. since 2.6. Use Qualifiers.PACKAGE.
QUALIFIER_PACKAGE - Static variable in class org.sonar.wsclient.services.Resource
 
QUALIFIER_PROJECT - Static variable in class org.sonar.api.resources.Resource
Deprecated. since 2.6. Use Qualifiers.PROJECT.
QUALIFIER_PROJECT - Static variable in class org.sonar.wsclient.services.Resource
 
QUALIFIER_PROJECT_TRUNK - Static variable in class org.sonar.api.database.model.ResourceModel
 
QUALIFIER_SUBVIEW - Static variable in class org.sonar.api.resources.Resource
Deprecated. since 2.6. Use Qualifiers.SUBVIEW.
QUALIFIER_SUBVIEW - Static variable in class org.sonar.wsclient.services.Resource
 
QUALIFIER_UNIT_TEST_CLASS - Static variable in class org.sonar.api.resources.Resource
Deprecated. since 2.6. Use Qualifiers.UNIT_TEST_FILE.
QUALIFIER_UNIT_TEST_CLASS - Static variable in class org.sonar.wsclient.services.Resource
 
QUALIFIER_VIEW - Static variable in class org.sonar.api.resources.Resource
Deprecated. since 2.6. Use Qualifiers.VIEW.
QUALIFIER_VIEW - Static variable in class org.sonar.wsclient.services.Resource
 
qualifierClass() - Method in interface org.sonar.gwt.ui.Icons.IconBundle
 
qualifierDirectory() - Method in interface org.sonar.gwt.ui.Icons.IconBundle
 
qualifierField() - Method in interface org.sonar.gwt.ui.Icons.IconBundle
 
qualifierFile() - Method in interface org.sonar.gwt.ui.Icons.IconBundle
 
qualifierLibrary() - Method in interface org.sonar.gwt.ui.Icons.IconBundle
 
qualifierMethod() - Method in interface org.sonar.gwt.ui.Icons.IconBundle
 
qualifierModule() - Method in interface org.sonar.gwt.ui.Icons.IconBundle
 
qualifierPackage() - Method in interface org.sonar.gwt.ui.Icons.IconBundle
 
qualifierProject() - Method in interface org.sonar.gwt.ui.Icons.IconBundle
 
Qualifiers - Class in org.sonar.api.resources
The qualifier determines the exact type of a resource.
qualifierUnitTest() - Method in interface org.sonar.gwt.ui.Icons.IconBundle
 
Query - Interface in org.sonar.squid.api
 
Query<MODEL extends Model> - Class in org.sonar.wsclient.services
 
Query() - Constructor for class org.sonar.wsclient.services.Query
 
QueryByMeasure - Class in org.sonar.squid.indexer
 
QueryByMeasure(Metric, QueryByMeasure.Operator, double) - Constructor for class org.sonar.squid.indexer.QueryByMeasure
Deprecated. use QueryByMeasure.QueryByMeasure(MetricDef, Operator, double) instead
QueryByMeasure(MetricDef, QueryByMeasure.Operator, double) - Constructor for class org.sonar.squid.indexer.QueryByMeasure
 
QueryByMeasure.Operator - Enum in org.sonar.squid.indexer
 
QueryByName - Class in org.sonar.squid.indexer
 
QueryByName(String) - Constructor for class org.sonar.squid.indexer.QueryByName
 
QueryByParent - Class in org.sonar.squid.indexer
 
QueryByParent(SourceCode) - Constructor for class org.sonar.squid.indexer.QueryByParent
 
QueryByType - Class in org.sonar.squid.indexer
 
QueryByType(Class<? extends SourceCode>) - Constructor for class org.sonar.squid.indexer.QueryByType
 
QUESTIONMARK - Static variable in interface net.sourceforge.pmd.cpd.cppast.CPPParserConstants
RegularExpression Id.

R

RangeDistributionBuilder - Class in org.sonar.api.measures
Utility to build a distribution based on defined ranges

RangeDistributionBuilder(Metric, Number[]) - Constructor for class org.sonar.api.measures.RangeDistributionBuilder
RangeDistributionBuilder for a metric and a defined range Each entry is initialized at zero
RangeDistributionBuilder(Metric) - Constructor for class org.sonar.api.measures.RangeDistributionBuilder
 
RCURLYBRACE - Static variable in interface net.sourceforge.pmd.cpd.cppast.CPPParserConstants
RegularExpression Id.
Reactor - Class in org.sonar.batch.bootstrapper
Describes order of projects.
Reactor(ProjectDefinition) - Constructor for class org.sonar.batch.bootstrapper.Reactor
 
Reactor(List<ProjectDefinition>) - Constructor for class org.sonar.batch.bootstrapper.Reactor
 
read(char[], int, int) - Method in class org.sonar.channel.ChannelCodeReaderFilter
This method implements the filtering logic, that is: get the characters from the reader, filter the character flow (and grab more characters from the reader if the filtering removes some), and fill the given buffer to its full capacity with the filtered data.
read(char[], int, int) - Method in class org.sonar.channel.CodeReaderFilter
This method implements the filtering logic, that is: get the characters from the reader, filter the character flow (and grab more characters from the reader if the filtering removes some), and fill the given buffer to its full capacity with the filtered data.
read(char[], int, int) - Method in class org.sonar.squid.text.StringArrayReader
 
READ_TIMEOUT_MILLISECONDS - Static variable in class org.sonar.batch.bootstrapper.Bootstrapper
 
readChar() - Static method in class net.sourceforge.pmd.cpd.cppast.SimpleCharStream
Read a character.
ReaderHasNextCharMatcher - Class in org.sonar.test.channel
 
ReaderHasNextCharMatcher(char) - Constructor for class org.sonar.test.channel.ReaderHasNextCharMatcher
 
readExecutionData(File, File, SensorContext) - Method in class org.sonar.plugins.jacoco.AbstractAnalyzer
 
readInputStream(InputStream) - Static method in class org.sonar.core.config.ConfigurationUtils
Note that the input stream is closed in this method.
ReadOnlyPersistenceManager - Class in org.sonar.batch.index
 
ReadOnlyPersistenceManager() - Constructor for class org.sonar.batch.index.ReadOnlyPersistenceManager
 
readVersion(InputStream) - Static method in class org.sonar.server.platform.ServerImpl
 
ready() - Method in class org.sonar.squid.text.StringArrayReader
 
reassign(long, String) - Static method in class org.sonar.wsclient.services.ReviewUpdateQuery
Creates query to reassign review.
reattach(Class<T>, Object) - Method in class org.sonar.api.database.DatabaseSession
 
reattach(Class<T>, Object) - Method in class org.sonar.jpa.session.JpaDatabaseSession
 
recognition(String) - Method in class org.sonar.squid.recognizer.CodeRecognizer
 
recognition(String) - Method in class org.sonar.squid.recognizer.Detector
 
REDECLARED - Static variable in interface net.sourceforge.pmd.cpd.cppast.CPPParserConstants
RegularExpression Id.
ReferenceAnalysis - Class in org.sonar.plugins.core.timemachine
 
ReferenceAnalysis(DatabaseSession) - Constructor for class org.sonar.plugins.core.timemachine.ReferenceAnalysis
 
refresh() - Method in class org.sonar.gwt.ui.SourcePanel
 
regex - Variable in class net.sourceforge.pmd.util.filter.RegexStringFilter
 
RegexChannel<OUTPUT> - Class in org.sonar.channel
The RegexChannel can be used to be called each time the next characters in the character stream match a regular expression
RegexChannel(String) - Constructor for class org.sonar.channel.RegexChannel
Create a RegexChannel object with the required regular expression
RegexDetector - Class in org.sonar.squid.recognizer
 
RegexDetector(String, double) - Constructor for class org.sonar.squid.recognizer.RegexDetector
 
RegexpTokenizer - Class in org.sonar.colorizer
 
RegexpTokenizer(String, String, String) - Constructor for class org.sonar.colorizer.RegexpTokenizer
 
RegexStringFilter - Class in net.sourceforge.pmd.util.filter
A filter to which uses a regular expression to match upon Strings.
RegexStringFilter() - Constructor for class net.sourceforge.pmd.util.filter.RegexStringFilter
 
RegexStringFilter(String) - Constructor for class net.sourceforge.pmd.util.filter.RegexStringFilter
 
REGISTER - Static variable in interface net.sourceforge.pmd.cpd.cppast.CPPParserConstants
RegularExpression Id.
register(List<Metric>) - Method in class org.sonar.server.startup.RegisterMetrics
 
register(Class<SCANNER>) - Method in class org.sonar.squid.Squid
 
registerDefinitions() - Method in class org.sonar.server.qualitymodel.DefaultModelManager
Executed when the server starts
registerDefinitions() - Method in interface org.sonar.server.qualitymodel.ModelManager
 
registerExtensions(ComponentContainer) - Method in class org.sonar.server.plugins.ServerExtensionInstaller
 
registerInstalledPlugin(String, Version) - Method in class org.sonar.server.plugins.UpdateCenterMatrix
 
registerMetrics(Collection<Metric>) - Method in class org.sonar.api.database.daos.MeasuresDao
Deprecated.  
registerMetrics(Collection<Metric>) - Method in class org.sonar.jpa.dao.MeasuresDao
 
registerMetrics(SonarConfig) - Method in class org.sonar.server.configuration.MetricsBackup
 
RegisterMetrics - Class in org.sonar.server.startup
 
RegisterMetrics(DatabaseSession, MeasuresDao, Metrics[]) - Constructor for class org.sonar.server.startup.RegisterMetrics
 
registerPendingPluginsByFilename(String) - Method in class org.sonar.server.plugins.UpdateCenterMatrix
 
registerPlugin(MavenProject, String, String, String, boolean) - Static method in class org.sonar.api.batch.maven.MavenPlugin
Registers a plugin in a project pom

RegisterProvidedProfiles - Class in org.sonar.server.startup
 
RegisterProvidedProfiles(RuleFinder, DatabaseSessionFactory, RegisterRules, ProfileDefinition[]) - Constructor for class org.sonar.server.startup.RegisterProvidedProfiles
 
RegisterProvidedProfiles(RuleFinder, DatabaseSessionFactory, RegisterRules) - Constructor for class org.sonar.server.startup.RegisterProvidedProfiles
 
RegisterQualityModels - Class in org.sonar.server.startup
 
RegisterQualityModels(ModelManager, RegisterRules) - Constructor for class org.sonar.server.startup.RegisterQualityModels
 
RegisterRules - Class in org.sonar.server.startup
 
RegisterRules(DatabaseSessionFactory, RuleRepository[]) - Constructor for class org.sonar.server.startup.RegisterRules
 
RegisterRules(DatabaseSessionFactory) - Constructor for class org.sonar.server.startup.RegisterRules
 
registerVisitor(CodeVisitor) - Method in class org.sonar.squid.Squid
 
registerVisitor(Class<? extends CodeVisitor>) - Method in class org.sonar.squid.Squid
 
ReInit(SimpleCharStream) - Static method in class net.sourceforge.pmd.cpd.cppast.CPPParserTokenManager
Reinitialise parser.
ReInit(SimpleCharStream, int) - Static method in class net.sourceforge.pmd.cpd.cppast.CPPParserTokenManager
Reinitialise parser.
ReInit(Reader, int, int, int) - Method in class net.sourceforge.pmd.cpd.cppast.SimpleCharStream
Reinitialise.
ReInit(Reader, int, int) - Method in class net.sourceforge.pmd.cpd.cppast.SimpleCharStream
Reinitialise.
ReInit(Reader) - Method in class net.sourceforge.pmd.cpd.cppast.SimpleCharStream
Reinitialise.
ReInit(InputStream, String, int, int, int) - Method in class net.sourceforge.pmd.cpd.cppast.SimpleCharStream
Reinitialise.
ReInit(InputStream, int, int, int) - Method in class net.sourceforge.pmd.cpd.cppast.SimpleCharStream
Reinitialise.
ReInit(InputStream, String) - Method in class net.sourceforge.pmd.cpd.cppast.SimpleCharStream
Reinitialise.
ReInit(InputStream) - Method in class net.sourceforge.pmd.cpd.cppast.SimpleCharStream
Reinitialise.
ReInit(InputStream, String, int, int) - Method in class net.sourceforge.pmd.cpd.cppast.SimpleCharStream
Reinitialise.
ReInit(InputStream, int, int) - Method in class net.sourceforge.pmd.cpd.cppast.SimpleCharStream
Reinitialise.
RELIABILITY - Static variable in class org.sonar.api.measures.CoreMetrics
Deprecated. since 2.5 See http://jira.codehaus.org/browse/SONAR-2007
RELIABILITY - Static variable in class org.sonar.api.rules.Iso9126RulesCategories
Deprecated.  
RELIABILITY - Static variable in interface org.sonar.gwt.Metrics
 
RELIABILITY_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
Deprecated. since 2.5 See http://jira.codehaus.org/browse/SONAR-2007
reloadConfiguration() - Method in class org.sonar.server.ui.JRubyFacade
 
reloadMeasure(Measure) - Method in class org.sonar.batch.index.DefaultPersistenceManager
 
reloadMeasure(Measure) - Method in class org.sonar.batch.index.MeasurePersister
 
reloadMeasure(Measure) - Method in class org.sonar.batch.index.MemoryOptimizer
 
reloadMeasure(Measure) - Method in interface org.sonar.batch.index.PersistenceManager
 
reloadMeasure(Measure) - Method in class org.sonar.batch.index.ReadOnlyPersistenceManager
 
RemotePlugin - Class in org.sonar.core.plugins
 
RemotePlugin(String, boolean) - Constructor for class org.sonar.core.plugins.RemotePlugin
 
remove(Object) - Method in class org.sonar.api.database.DatabaseSession
 
remove(Object) - Method in class org.sonar.jpa.session.JpaDatabaseSession
 
remove(String) - Method in class org.sonar.plugins.surefire.data.UnitTestIndex
 
removeActiveRule(ActiveRule) - Method in class org.sonar.api.profiles.RulesProfile
 
removeCharacteristic(Characteristic) - Method in class org.sonar.api.qualitymodel.Model
 
removeChild() - Method in class org.sonar.api.platform.ComponentContainer
 
removeFromParent() - Method in class org.sonar.api.resources.Project
For internal use only.
removeMeasure(MetricDef) - Method in class org.sonar.squid.api.SourceCode
 
removeMeasure(MetricDef) - Method in class org.sonar.squid.measures.Measures
 
removeParameter(String) - Method in class org.sonar.api.batch.maven.MavenPlugin
Remove a parameter from the maven plugin based on its key
removeParameters() - Method in class org.sonar.api.batch.maven.MavenPlugin
Removes all parameters from the maven plugin
removeProperty(String) - Method in class org.sonar.api.config.Settings
 
removeProperty(String) - Method in class org.sonar.plugins.pmd.xml.PmdRule
 
removeUnvalidRows() - Method in class org.sonar.server.filters.FilterResult
 
removeWithoutFlush(Object) - Method in class org.sonar.api.database.DatabaseSession
 
removeWithoutFlush(Object) - Method in class org.sonar.jpa.session.JpaDatabaseSession
 
renameProfile(int, String) - Method in class org.sonar.server.configuration.ProfilesManager
 
renameProfile(int, String) - Method in class org.sonar.server.ui.JRubyFacade
 
render(Reader, List<? extends Channel<HtmlCodeBuilder>>) - Method in class org.sonar.colorizer.HtmlRenderer
 
render(Reader, List<? extends Channel<HtmlCodeBuilder>>) - Method in class org.sonar.colorizer.Renderer
 
render(Widget) - Method in class org.sonar.plugins.core.hotspots.client.widget.AbstractHotspot
 
renderEmptyResults() - Method in class org.sonar.plugins.core.hotspots.client.widget.AbstractHotspot
 
Renderer - Class in org.sonar.colorizer
 
Renderer() - Constructor for class org.sonar.colorizer.Renderer
 
renderGraphCell(Grid, Measure, Measure, int, int) - Method in class org.sonar.plugins.core.hotspots.client.widget.AbstractHotspot
 
renderNameCell(Grid, Resource, String, int, int) - Method in class org.sonar.plugins.core.hotspots.client.widget.AbstractHotspot
 
renderRule(Grid, Measure, int) - Method in class org.sonar.plugins.core.hotspots.client.widget.MostViolatedRules
 
renderValueCell(Grid, Measure, int, int) - Method in class org.sonar.plugins.core.hotspots.client.widget.AbstractHotspot
 
reopen(long) - Static method in class org.sonar.wsclient.services.ReviewUpdateQuery
Creates query to reopen review.
reopenReviews(Resource, int) - Method in class org.sonar.plugins.core.sensors.CloseReviewsDecorator
Reopen reviews that had been set to resolved but for which the violation is still here.
replaceString(String, char, String) - Static method in class net.sourceforge.pmd.util.StringUtil
 
replaceString(String, String, String) - Static method in class net.sourceforge.pmd.util.StringUtil
 
report(String) - Method in class net.sourceforge.pmd.cpd.FileReporter
 
REPORT_PATH_DEFAULT_VALUE - Static variable in class org.sonar.plugins.jacoco.JacocoConfiguration
 
REPORT_PATH_PROPERTY - Static variable in class org.sonar.plugins.jacoco.JacocoConfiguration
 
ReportException - Exception in net.sourceforge.pmd.cpd
 
ReportException(Throwable) - Constructor for exception net.sourceforge.pmd.cpd.ReportException
 
REPOSITORY_KEY - Static variable in class org.sonar.plugins.checkstyle.CheckstyleConstants
 
REPOSITORY_KEY - Static variable in class org.sonar.plugins.findbugs.FindbugsConstants
 
REPOSITORY_KEY - Static variable in class org.sonar.plugins.pmd.PmdConstants
 
REPOSITORY_KEY - Static variable in class org.sonar.plugins.squid.SquidConstants
 
REPOSITORY_NAME - Static variable in class org.sonar.plugins.checkstyle.CheckstyleConstants
 
REPOSITORY_NAME - Static variable in class org.sonar.plugins.findbugs.FindbugsConstants
 
REPOSITORY_NAME - Static variable in class org.sonar.plugins.pmd.PmdConstants
 
REPOSITORY_NAME - Static variable in class org.sonar.plugins.squid.SquidConstants
 
requestJson(String, JsonUtils.JSONHandler) - Static method in class org.sonar.gwt.JsonUtils
 
requiresPluginUpgrades() - Method in class org.sonar.server.plugins.SonarUpdate
 
requiresSonarUpgrade() - Method in class org.sonar.server.plugins.PluginUpdate
 
reset() - Method in class org.sonar.api.measures.CoverageMeasuresBuilder
 
reset() - Method in class org.sonar.api.utils.dag.Node
 
reset(String) - Method in class org.sonar.server.qualitymodel.DefaultModelManager
 
reset(String) - Method in interface org.sonar.server.qualitymodel.ModelManager
 
reset() - Method in class org.sonar.squid.text.StringArrayReader
 
resetQuery(Project, Resource) - Method in class org.sonar.plugins.core.timemachine.TendencyDecorator
 
resetSourceDirs() - Method in class org.sonar.api.batch.bootstrap.ProjectDefinition
 
resetTestDirs() - Method in class org.sonar.api.batch.bootstrap.ProjectDefinition
 
resolve(long, String) - Static method in class org.sonar.wsclient.services.ReviewUpdateQuery
Creates query to resolve review.
resolveOrder() - Method in class org.sonar.api.utils.dag.Node
 
resolvePath(String) - Method in class org.sonar.api.resources.DefaultProjectFileSystem
Deprecated.  
resolvePath(String) - Method in interface org.sonar.api.resources.ProjectFileSystem
 
resolvePaths(List<String>) - Method in class org.sonar.api.resources.DefaultProjectFileSystem
Deprecated.  
Resource<PARENT extends Resource> - Class in org.sonar.api.resources
The interface to implement to create a resource in Sonar
Resource() - Constructor for class org.sonar.api.resources.Resource
 
RESOURCE - Static variable in annotation type org.sonar.api.web.NavigationSection
 
Resource - Class in org.sonar.wsclient.services
 
Resource() - Constructor for class org.sonar.wsclient.services.Resource
 
RESOURCE_TAB - Static variable in annotation type org.sonar.api.web.NavigationSection
 
ResourceCreationLock - Interface in org.sonar.api.batch
This lock is used to ensure that Sonar resources (files, packages, directories) are not created by buggy plugins when saving measures/violations on unknown resources.
ResourceDatabaseConfiguration - Class in org.sonar.batch
 
ResourceDatabaseConfiguration(DatabaseSession, ResourceModel) - Constructor for class org.sonar.batch.ResourceDatabaseConfiguration
 
ResourceDatabaseConfiguration(DatabaseSession, Integer) - Constructor for class org.sonar.batch.ResourceDatabaseConfiguration
 
ResourceDatabaseConfiguration(DatabaseSession, String) - Constructor for class org.sonar.batch.ResourceDatabaseConfiguration
 
ResourceFilter - Interface in org.sonar.api.batch
Filter resources to save.
ResourceFilters - Class in org.sonar.batch
 
ResourceFilters(ResourceFilter[]) - Constructor for class org.sonar.batch.ResourceFilters
 
ResourceFilters() - Constructor for class org.sonar.batch.ResourceFilters
 
ResourceIndex - Class in org.sonar.plugins.squid.bridges
 
ResourceIndex() - Constructor for class org.sonar.plugins.squid.bridges.ResourceIndex
 
ResourceLanguage - Annotation Type in org.sonar.api.web
The view is displayed only if the selected resource has the same language.
ResourceModel - Class in org.sonar.api.database.model
Class to map resource with hibernate model
ResourceModel() - Constructor for class org.sonar.api.database.model.ResourceModel
Default constructor
ResourceModel(String, String, String, Integer, String) - Constructor for class org.sonar.api.database.model.ResourceModel
Creates a resource model
ResourceNotIndexedException - Exception in org.sonar.batch.index
 
ResourceNotIndexedException(Resource) - Constructor for exception org.sonar.batch.index.ResourceNotIndexedException
 
ResourceNotPersistedException - Exception in org.sonar.batch.index
 
ResourceNotPersistedException(Resource) - Constructor for exception org.sonar.batch.index.ResourceNotPersistedException
 
ResourcePersister - Interface in org.sonar.batch.index
 
ResourceQualifier - Annotation Type in org.sonar.api.web
The view is displayed only if the selected resource has the same qualifier.
ResourceQuery - Class in org.sonar.wsclient.services
 
ResourceQuery() - Constructor for class org.sonar.wsclient.services.ResourceQuery
 
ResourceQuery(String) - Constructor for class org.sonar.wsclient.services.ResourceQuery
 
ResourceQuery(long) - Constructor for class org.sonar.wsclient.services.ResourceQuery
 
ResourcesClassloader - Class in org.sonar.core.plugins
This class loader is used to load resources from a list of URLs - see SONAR-1861.
ResourcesClassloader(Collection<URL>, ClassLoader) - Constructor for class org.sonar.core.plugins.ResourcesClassloader
 
ResourceScope - Annotation Type in org.sonar.api.web
The view is displayed only if the selected resource has the same qualifier.
ResourceUnmarshaller - Class in org.sonar.wsclient.unmarshallers
 
ResourceUnmarshaller() - Constructor for class org.sonar.wsclient.unmarshallers.ResourceUnmarshaller
 
ResourceUtils - Class in org.sonar.api.resources
 
restoreProfile(String) - Method in class org.sonar.server.rules.ProfilesConsole
 
restoreProfile(String) - Method in class org.sonar.server.ui.JRubyFacade
 
retrieveMissingTranslations(File, File) - Method in class org.sonar.test.i18n.BundleSynchronizedMatcher
 
RETURN - Static variable in interface net.sourceforge.pmd.cpd.cppast.CPPParserConstants
RegularExpression Id.
REUSE_RULES_CONFIGURATION_PROPERTY - Static variable in interface org.sonar.api.CoreProperties
Deprecated. since 2.5. See discussion from http://jira.codehaus.org/browse/SONAR-1873
revert(int, int, String) - Method in class org.sonar.server.configuration.ProfilesManager
 
revertRule(int, int, String) - Method in class org.sonar.server.ui.JRubyFacade
 
Review - Class in org.sonar.jpa.entity
 
Review() - Constructor for class org.sonar.jpa.entity.Review
 
Review - Class in org.sonar.wsclient.services
 
Review() - Constructor for class org.sonar.wsclient.services.Review
 
Review.Comment - Class in org.sonar.wsclient.services
 
ReviewCreateQuery - Class in org.sonar.wsclient.services
 
ReviewCreateQuery() - Constructor for class org.sonar.wsclient.services.ReviewCreateQuery
 
ReviewEmailTemplate - Class in org.sonar.plugins.emailnotifications.reviews
Creates email message for notification "review-changed".
ReviewEmailTemplate(EmailConfiguration, UserFinder) - Constructor for class org.sonar.plugins.emailnotifications.reviews.ReviewEmailTemplate
 
ReviewQuery - Class in org.sonar.wsclient.services
 
ReviewQuery() - Constructor for class org.sonar.wsclient.services.ReviewQuery
 
ReviewsNotificationManager - Class in org.sonar.server.notifications.reviews
 
ReviewsNotificationManager(NotificationManager) - Constructor for class org.sonar.server.notifications.reviews.ReviewsNotificationManager
 
ReviewUnmarshaller - Class in org.sonar.wsclient.unmarshallers
 
ReviewUnmarshaller() - Constructor for class org.sonar.wsclient.unmarshallers.ReviewUnmarshaller
 
ReviewUpdateQuery - Class in org.sonar.wsclient.services
 
RFC - Static variable in class org.sonar.api.measures.CoreMetrics
 
RFC - Static variable in interface org.sonar.gwt.Metrics
 
RFC_DISTRIBUTION - Static variable in class org.sonar.api.measures.CoreMetrics
 
RFC_DISTRIBUTION - Static variable in interface org.sonar.gwt.Metrics
 
RFC_DISTRIBUTION_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
RFC_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
RFCVisitor - Class in org.sonar.java.bytecode.visitor
 
RFCVisitor() - Constructor for class org.sonar.java.bytecode.visitor.RFCVisitor
 
RobertCMartinBridge - Class in org.sonar.plugins.squid.bridges
 
RobertCMartinBridge() - Constructor for class org.sonar.plugins.squid.bridges.RobertCMartinBridge
 
RoleManager - Class in org.sonar.plugins.core.security
 
RoleManager(DatabaseSession) - Constructor for class org.sonar.plugins.core.security.RoleManager
 
rollback() - Method in class org.sonar.api.database.DatabaseSession
 
rollback() - Method in class org.sonar.jpa.session.JpaDatabaseSession
 
ROOT - Static variable in class org.sonar.api.resources.Directory
 
ROOT_DEPTH - Static variable in class org.sonar.api.qualitymodel.Characteristic
 
RPARENTHESIS - Static variable in interface net.sourceforge.pmd.cpd.cppast.CPPParserConstants
RegularExpression Id.
RSQUAREBRACKET - Static variable in interface net.sourceforge.pmd.cpd.cppast.CPPParserConstants
RegularExpression Id.
RubyRailsPage - Interface in org.sonar.api.web
 
RubyRailsWebservice - Interface in org.sonar.api.web
EXPERIMENTAL

Interface to create a ruby web service extension point using the Ruby On Rails controller API (ActionController) The method getTemplate() return the ROR controller code, the name of the controller class defined in the template MUST match the following name scheme : Api::$Webservice.getId()Controller I.E : Webservice.getId() = TestWS > Api::TestWSController.

RubyRailsWidget - Interface in org.sonar.api.web
Widget in project dashboard page.
rule(Metric, Rule) - Static method in class org.sonar.api.measures.MeasuresFilters
 
Rule - Class in org.sonar.api.rules
 
Rule() - Constructor for class org.sonar.api.rules.Rule
Deprecated. since 2.3. Use the factory method Rule.create()
Rule(String, String) - Constructor for class org.sonar.api.rules.Rule
Deprecated. since 2.3. Use the factory method Rule.create()
Rule(String, String, String, RulesCategory, RulePriority) - Constructor for class org.sonar.api.rules.Rule
Deprecated. since 2.3. Use the factory method Rule.create()
Rule(String, String, RulesCategory, String, String) - Constructor for class org.sonar.api.rules.Rule
Deprecated. since 2.3. Use the factory method Rule.create()
Rule(String, String, String, RulesCategory, String, String) - Constructor for class org.sonar.api.rules.Rule
Deprecated. since 2.3. Use the factory method Rule.create()
Rule - Class in org.sonar.api.rules.xml
Deprecated. 
Rule(String) - Constructor for class org.sonar.api.rules.xml.Rule
Deprecated.  
Rule(String, String) - Constructor for class org.sonar.api.rules.xml.Rule
Deprecated.  
Rule - Annotation Type in org.sonar.check
 
Rule - Class in org.sonar.persistence.model
 
Rule() - Constructor for class org.sonar.persistence.model.Rule
 
Rule - Class in org.sonar.wsclient.services
 
Rule() - Constructor for class org.sonar.wsclient.services.Rule
 
ruleActivated(int, int, String) - Method in class org.sonar.server.ui.JRubyFacade
 
RuleAnnotationUtils - Class in org.sonar.api.rules
 
ruleCategories(Metric) - Static method in class org.sonar.api.measures.MeasuresFilters
Deprecated. since 2.5. See http://jira.codehaus.org/browse/SONAR-2007
ruleCategory(Metric, Integer) - Static method in class org.sonar.api.measures.MeasuresFilters
Deprecated. since 2.5. See http://jira.codehaus.org/browse/SONAR-2007
RuleDao - Class in org.sonar.persistence.dao
 
RuleDao(MyBatis) - Constructor for class org.sonar.persistence.dao.RuleDao
 
ruleDeactivated(int, int, String) - Method in class org.sonar.server.ui.JRubyFacade
 
RuleFailureModel - Class in org.sonar.api.database.model
 
RuleFailureModel() - Constructor for class org.sonar.api.database.model.RuleFailureModel
 
RuleFinder - Interface in org.sonar.api.rules
 
RuleI18nManager - Class in org.sonar.core.i18n
 
RuleI18nManager(I18nManager) - Constructor for class org.sonar.core.i18n.RuleI18nManager
 
RuleI18nManager.RuleKey - Class in org.sonar.core.i18n
 
ruleKey(SMInputCursor) - Method in class org.sonar.api.batch.AbstractViolationsStaxParser
Deprecated.  
RuleMapper - Interface in org.sonar.persistence.model
 
RuleMeasure - Class in org.sonar.api.measures
 
RuleMeasure(Metric, Rule, RulePriority, Integer) - Constructor for class org.sonar.api.measures.RuleMeasure
This constructor is for internal use only.
RuleParam - Class in org.sonar.api.rules
 
RuleParam() - Constructor for class org.sonar.api.rules.RuleParam
Deprecated. since 2.3 use the factory method Rule.setParameter()
RuleParam(Rule, String, String, String) - Constructor for class org.sonar.api.rules.RuleParam
Deprecated. since 2.3 use the factory method setParameter()
RuleParam - Class in org.sonar.wsclient.services
 
RuleParam() - Constructor for class org.sonar.wsclient.services.RuleParam
 
ruleParamChanged(int, int, String, String, String, String) - Method in class org.sonar.server.configuration.ProfilesManager
Rule param was changed
ruleParamChanged(int, int, String, String, String, String) - Method in class org.sonar.server.ui.JRubyFacade
 
rulePriority(Metric, RulePriority) - Static method in class org.sonar.api.measures.MeasuresFilters
 
RulePriority - Enum in org.sonar.api.rules
A class to hold rules priority
RuleProperty - Annotation Type in org.sonar.check
 
RuleQuery - Class in org.sonar.api.rules
 
RuleQuery - Class in org.sonar.wsclient.services
 
RuleQuery(String) - Constructor for class org.sonar.wsclient.services.RuleQuery
 
RuleRepository - Class in org.sonar.api.rules
 
RuleRepository(String, String) - Constructor for class org.sonar.api.rules.RuleRepository
 
rules(Metric) - Static method in class org.sonar.api.measures.MeasuresFilters
 
RulesBackup - Class in org.sonar.server.configuration
 
RulesBackup(DatabaseSession) - Constructor for class org.sonar.server.configuration.RulesBackup
 
RulesCategory - Class in org.sonar.api.rules
Deprecated. since 2.5 See http://jira.codehaus.org/browse/SONAR-2007
RulesCategory(String) - Constructor for class org.sonar.api.rules.RulesCategory
Deprecated. Creates a RuleCategory based on the category name
RulesCategory(String, String) - Constructor for class org.sonar.api.rules.RulesCategory
Deprecated. Creates a category based on the category name and description
RulesCategory() - Constructor for class org.sonar.api.rules.RulesCategory
Deprecated. Creates an empty category
RulesConsole - Class in org.sonar.server.rules
 
RulesConsole(RuleRepository[]) - Constructor for class org.sonar.server.rules.RulesConsole
 
RulesDao - Class in org.sonar.jpa.dao
 
RulesDao(DatabaseSession) - Constructor for class org.sonar.jpa.dao.RulesDao
 
ruleSeverityChanged(int, int, RulePriority, RulePriority, String) - Method in class org.sonar.server.configuration.ProfilesManager
Rule severity was changed
ruleSeverityChanged(int, int, int, int, String) - Method in class org.sonar.server.ui.JRubyFacade
 
rulesManager - Variable in class org.sonar.api.batch.AbstractViolationsStaxParser
Deprecated.  
RulesManager - Class in org.sonar.api.rules
Deprecated. since 2.3
RulesManager() - Constructor for class org.sonar.api.rules.RulesManager
Deprecated.  
RulesProfile - Class in org.sonar.api.profiles
This class is badly named.
RulesProfile() - Constructor for class org.sonar.api.profiles.RulesProfile
Deprecated. use the factory method create()
RulesProfile(String, String) - Constructor for class org.sonar.api.profiles.RulesProfile
Deprecated. since 2.3. Use the factory method create()
RulesProfile(String, String, boolean, boolean) - Constructor for class org.sonar.api.profiles.RulesProfile
Deprecated. since 2.3. Use the factory method create()
RulesWidget - Class in org.sonar.plugins.core.widgets
 
RulesWidget() - Constructor for class org.sonar.plugins.core.widgets.RulesWidget
 
RuleUnmarshaller - Class in org.sonar.wsclient.unmarshallers
 
RuleUnmarshaller() - Constructor for class org.sonar.wsclient.unmarshallers.RuleUnmarshaller
 
RuleUtils - Class in org.sonar.api.rules
A utility class to manipulate concepts around rules

S

save(T) - Method in class org.sonar.api.database.DatabaseSession
 
save(Object...) - Method in class org.sonar.api.database.DatabaseSession
 
save(DatabaseSession) - Method in class org.sonar.api.database.model.MeasureModel
Saves the current object to database
save(DatabaseSession) - Method in class org.sonar.api.database.model.Snapshot
 
save(T) - Method in class org.sonar.jpa.session.JpaDatabaseSession
 
save(Object...) - Method in class org.sonar.jpa.session.JpaDatabaseSession
 
save(Project, Violation, RuleFailureModel) - Method in class org.sonar.plugins.core.timemachine.ViolationPersisterDecorator
 
save() - Method in class org.sonar.plugins.cpd.DuplicationsData
 
save(Project, SensorContext, NoSonarFilter) - Method in class org.sonar.plugins.squid.SquidExecutor
 
saveDependency(Dependency) - Method in interface org.sonar.api.batch.DecoratorContext
 
saveDependency(Dependency) - Method in interface org.sonar.api.batch.SensorContext
Build a new dependency : from depends upon to.
saveDependency(Dependency) - Method in class org.sonar.batch.DefaultDecoratorContext
 
saveDependency(Dependency) - Method in class org.sonar.batch.DefaultSensorContext
 
saveDependency(Project, Dependency, Dependency) - Method in class org.sonar.batch.index.DefaultPersistenceManager
 
saveDependency(Project, Dependency, Dependency) - Method in class org.sonar.batch.index.DependencyPersister
 
saveDependency(Project, Dependency, Dependency) - Method in interface org.sonar.batch.index.PersistenceManager
 
saveDependency(Project, Dependency, Dependency) - Method in class org.sonar.batch.index.ReadOnlyPersistenceManager
 
saveDependency(DependencyNode, SensorContext) - Method in class org.sonar.plugins.design.batch.MavenDependenciesSensor
 
saveEvent(Resource, Event) - Method in class org.sonar.batch.index.DefaultPersistenceManager
 
saveEvent(Resource, Event) - Method in class org.sonar.batch.index.EventPersister
 
saveEvent(Resource, Event) - Method in interface org.sonar.batch.index.PersistenceManager
 
saveEvent(Resource, Event) - Method in class org.sonar.batch.index.ReadOnlyPersistenceManager
 
saveExcludeConfigXml() - Method in class org.sonar.plugins.findbugs.FindbugsConfiguration
 
saveFileDependencies(Set<SourceCode>) - Method in class org.sonar.plugins.squid.bridges.DesignBridge
Save file dependencies
saveIncludeConfigXml() - Method in class org.sonar.plugins.findbugs.FindbugsConfiguration
 
saveLink(ProjectLink) - Method in interface org.sonar.api.batch.SensorContext
add a link to an external page like project homepage, sources (subversion, ...), continuous integration server...
saveLink(ProjectLink) - Method in class org.sonar.batch.DefaultSensorContext
 
saveLink(Project, ProjectLink) - Method in class org.sonar.batch.index.DefaultPersistenceManager
 
saveLink(Project, ProjectLink) - Method in class org.sonar.batch.index.LinkPersister
 
saveLink(Project, ProjectLink) - Method in interface org.sonar.batch.index.PersistenceManager
 
saveLink(Project, ProjectLink) - Method in class org.sonar.batch.index.ReadOnlyPersistenceManager
 
saveMeasure(Measure) - Method in interface org.sonar.api.batch.DecoratorContext
Add a measure on the current resource.
saveMeasure(Metric, Double) - Method in interface org.sonar.api.batch.DecoratorContext
Add a measure on the current resource.
saveMeasure(Measure) - Method in interface org.sonar.api.batch.SensorContext
Add a measure on project
saveMeasure(Metric, Double) - Method in interface org.sonar.api.batch.SensorContext
Add a measure on project
saveMeasure(Resource, Metric, Double) - Method in interface org.sonar.api.batch.SensorContext
Add or update a measure.
saveMeasure(Resource, Measure) - Method in interface org.sonar.api.batch.SensorContext
Add or update a measure.
saveMeasure(Measure) - Method in class org.sonar.batch.DefaultDecoratorContext
 
saveMeasure(Metric, Double) - Method in class org.sonar.batch.DefaultDecoratorContext
 
saveMeasure(Measure) - Method in class org.sonar.batch.DefaultSensorContext
 
saveMeasure(Metric, Double) - Method in class org.sonar.batch.DefaultSensorContext
 
saveMeasure(Resource, Metric, Double) - Method in class org.sonar.batch.DefaultSensorContext
 
saveMeasure(Resource, Measure) - Method in class org.sonar.batch.DefaultSensorContext
 
saveMeasure(Resource, Measure) - Method in class org.sonar.batch.index.DefaultPersistenceManager
 
saveMeasure(Resource, Measure) - Method in class org.sonar.batch.index.MeasurePersister
 
saveMeasure(Resource, Measure) - Method in interface org.sonar.batch.index.PersistenceManager
 
saveMeasure(Resource, Measure) - Method in class org.sonar.batch.index.ReadOnlyPersistenceManager
 
saveMeasures(SensorContext, JavaFile, Collection<Measure>) - Method in class org.sonar.plugins.jacoco.AbstractAnalyzer
 
saveMetadata(File) - Method in class org.sonar.server.mavendeployer.Artifact
 
savePackageDependencies(Set<SourceCode>) - Method in class org.sonar.plugins.squid.bridges.DesignBridge
Save package dependencies, including root file dependencies
savePom(Project) - Method in class org.sonar.batch.phases.MavenPluginsConfigurator
 
saveProject(Project, Project) - Method in class org.sonar.batch.index.DefaultPersistenceManager
 
saveProject(Project, Project) - Method in class org.sonar.batch.index.DefaultResourcePersister
 
saveProject(Project, Project) - Method in interface org.sonar.batch.index.PersistenceManager
 
saveProject(Project, Project) - Method in class org.sonar.batch.index.ReadOnlyPersistenceManager
 
saveProject(Project, Project) - Method in interface org.sonar.batch.index.ResourcePersister
 
saveResource(Resource) - Method in interface org.sonar.api.batch.SensorContext
Deprecated. use the methods index()
saveResource(Resource) - Method in class org.sonar.batch.DefaultSensorContext
 
saveResource(Resource, Resource) - Method in class org.sonar.batch.DefaultSensorContext
 
saveResource(Project, Resource, Resource) - Method in class org.sonar.batch.index.DefaultPersistenceManager
 
saveResource(Project, Resource) - Method in class org.sonar.batch.index.DefaultResourcePersister
 
saveResource(Project, Resource, Resource) - Method in class org.sonar.batch.index.DefaultResourcePersister
 
saveResource(Project, Resource, Resource) - Method in interface org.sonar.batch.index.PersistenceManager
 
saveResource(Project, Resource, Resource) - Method in class org.sonar.batch.index.ReadOnlyPersistenceManager
 
saveResource(Project, Resource, Resource) - Method in interface org.sonar.batch.index.ResourcePersister
Persist a resource in database.
saveResource(Project, Resource) - Method in interface org.sonar.batch.index.ResourcePersister
Persist a resource in database.
saveSource(Resource, String) - Method in interface org.sonar.api.batch.SensorContext
Save the source code of a file.
saveSource(Resource, String) - Method in class org.sonar.batch.DefaultSensorContext
 
saveSource(Resource, String) - Method in class org.sonar.batch.index.SourcePersister
 
saveViolation(Violation, boolean) - Method in interface org.sonar.api.batch.DecoratorContext
Save a coding rule violation.
saveViolation(Violation) - Method in interface org.sonar.api.batch.DecoratorContext
Save a coding rule violation.
saveViolation(Violation, boolean) - Method in interface org.sonar.api.batch.SensorContext
Save a coding rule violation.
saveViolation(Violation) - Method in interface org.sonar.api.batch.SensorContext
Save a coding rule violation.
saveViolation(Violation, boolean) - Method in class org.sonar.batch.DefaultDecoratorContext
 
saveViolation(Violation) - Method in class org.sonar.batch.DefaultDecoratorContext
 
saveViolation(Violation, boolean) - Method in class org.sonar.batch.DefaultSensorContext
 
saveViolation(Violation) - Method in class org.sonar.batch.DefaultSensorContext
 
saveViolations(Collection<Violation>) - Method in interface org.sonar.api.batch.SensorContext
Saves a list of violations.
saveViolations(Collection<Violation>) - Method in class org.sonar.batch.DefaultSensorContext
 
saveWithoutFlush(Object) - Method in class org.sonar.api.database.DatabaseSession
 
saveWithoutFlush(Object) - Method in class org.sonar.jpa.session.JpaDatabaseSession
 
scaleValue(double) - Static method in class org.sonar.api.utils.ParsingUtils
Scales a double value, taking into account 2 decimals
scaleValue(double, int) - Static method in class org.sonar.api.utils.ParsingUtils
Scales a double value with decimals
scan(String) - Static method in class org.sonar.graph.DsmScanner
 
scan(Reader) - Static method in class org.sonar.graph.DsmScanner
 
scan(Collection<File>) - Method in class org.sonar.java.bytecode.BytecodeScanner
 
scan(Collection<SourceCode>, AsmClassProvider) - Method in class org.sonar.java.bytecode.BytecodeScanner
 
scan(String) - Static method in class org.sonar.java.signature.MethodSignatureScanner
 
scan(String) - Static method in class org.sonar.java.signature.ParameterSignatureScanner
 
scan() - Method in class org.sonar.java.squid.SquidScanner
 
scan(Collection<InputFile>, Collection<File>) - Method in class org.sonar.plugins.squid.SquidExecutor
 
scan(String) - Method in class org.sonar.squid.recognizer.CamelCaseDetector
 
scan(String) - Method in class org.sonar.squid.recognizer.ContainsDetector
 
scan(String) - Method in class org.sonar.squid.recognizer.Detector
 
scan(String) - Method in class org.sonar.squid.recognizer.EndWithDetector
 
scan(String) - Method in class org.sonar.squid.recognizer.KeywordsDetector
 
scan(String) - Method in class org.sonar.squid.recognizer.RegexDetector
 
scanArguments(String) - Static method in class org.sonar.java.signature.ParameterSignatureScanner
 
scanDirectory(File) - Method in class org.sonar.java.ast.JavaAstScanner
 
scanDirectory(File) - Method in class org.sonar.java.bytecode.BytecodeScanner
 
scanFile(InputFile) - Method in class org.sonar.java.ast.JavaAstScanner
 
scanFiles(Collection<InputFile>) - Method in class org.sonar.java.ast.JavaAstScanner
 
scheduleForSending(Notification) - Method in interface org.sonar.api.notifications.NotificationManager
 
scheduleForSending(Notification) - Method in class org.sonar.core.notifications.DefaultNotificationManager
 
SchemaMigration - Class in org.sonar.jpa.entity
 
SchemaMigration() - Constructor for class org.sonar.jpa.entity.SchemaMigration
 
SCM_AUTHORS_BY_LINE - Static variable in class org.sonar.api.measures.CoreMetrics
 
SCM_AUTHORS_BY_LINE_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
SCM_COMMITS - Static variable in class org.sonar.api.measures.CoreMetrics
 
SCM_COMMITS_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
SCM_LAST_COMMIT_DATE - Static variable in class org.sonar.api.measures.CoreMetrics
 
SCM_LAST_COMMIT_DATE_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
SCM_LAST_COMMIT_DATETIMES_BY_LINE - Static variable in class org.sonar.api.measures.CoreMetrics
 
SCM_LAST_COMMIT_DATETIMES_BY_LINE_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
SCM_REVISION - Static variable in class org.sonar.api.measures.CoreMetrics
 
SCM_REVISION_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
SCM_REVISIONS_BY_LINE - Static variable in class org.sonar.api.measures.CoreMetrics
 
SCM_REVISIONS_BY_LINE_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
SCOPE - Static variable in interface net.sourceforge.pmd.cpd.cppast.CPPParserConstants
RegularExpression Id.
SCOPE - Static variable in class org.sonar.api.resources.File
 
SCOPE - Static variable in class org.sonar.api.resources.Method
 
SCOPE - Static variable in class org.sonar.api.resources.Project
 
SCOPE - Static variable in class org.sonar.java.api.JavaClass
 
SCOPE_ENTITY - Static variable in class org.sonar.api.resources.Resource
Deprecated. since 2.6. Use Scopes.FILE.
SCOPE_ENTITY - Static variable in class org.sonar.wsclient.services.Resource
 
SCOPE_PROJECT - Static variable in class org.sonar.api.database.model.ResourceModel
 
SCOPE_SET - Static variable in class org.sonar.api.resources.Resource
Deprecated. since 2.6. Use Scopes.PROJECT.
SCOPE_SET - Static variable in class org.sonar.wsclient.services.Resource
 
SCOPE_SPACE - Static variable in class org.sonar.api.resources.Resource
Deprecated. since 2.6. Use Scopes.DIRECTORY.
SCOPE_SPACE - Static variable in class org.sonar.wsclient.services.Resource
 
Scopes - Class in org.sonar.api.resources
Resource scopes are used to group some types of resources.
search(String) - Method in interface org.sonar.squid.api.SourceCodeSearchEngine
 
search(Query...) - Method in interface org.sonar.squid.api.SourceCodeSearchEngine
 
search(Query...) - Method in class org.sonar.squid.indexer.SquidIndex
 
search(String) - Method in class org.sonar.squid.indexer.SquidIndex
 
search(String) - Method in class org.sonar.squid.Squid
 
search(Query...) - Method in class org.sonar.squid.Squid
 
searchNames(String, Locale) - Method in class org.sonar.core.i18n.RuleI18nManager
 
searchRuleName(String, String) - Method in class org.sonar.server.ui.JRubyFacade
 
searchRuleName(String, String) - Method in class org.sonar.server.ui.JRubyI18n
 
Section - Enum in org.sonar.api.web
Deprecated. add annotation org.sonar.api.web.NavigationSection to View extensions
select(Class<T>) - Method in class org.sonar.api.batch.BatchExtensionDictionnary
 
select(Class<T>, Project, boolean) - Method in class org.sonar.api.batch.BatchExtensionDictionnary
 
select(Project) - Method in class org.sonar.batch.DecoratorsSelector
 
selectAll() - Method in class org.sonar.persistence.dao.RuleDao
 
selectAll() - Method in interface org.sonar.persistence.model.RuleMapper
 
selectById(Long) - Method in class org.sonar.persistence.dao.RuleDao
 
selectById(Long) - Method in interface org.sonar.persistence.model.RuleMapper
 
selectCandidates(int, Integer) - Method in class org.sonar.persistence.dao.DuplicationDao
 
selectCandidates(int, Integer) - Method in interface org.sonar.persistence.model.DuplicationMapper
 
selectIds(Query) - Method in class org.sonar.core.purge.AbstractPurge
Deprecated.  
selectMavenPluginHandlers(Project) - Method in class org.sonar.api.batch.BatchExtensionDictionnary
 
SEMICOLON - Static variable in interface net.sourceforge.pmd.cpd.cppast.CPPParserConstants
RegularExpression Id.
sendTestEmail(String, String, String) - Method in class org.sonar.plugins.emailnotifications.EmailNotificationChannel
Send test email.
Sensor - Interface in org.sonar.api.batch
A Sensor is invoked once during the analysis of a project.
SensorContext - Interface in org.sonar.api.batch
 
SensorExecutionHandler - Interface in org.sonar.api.batch.events
 
SensorExecutionHandler.SensorExecutionEvent - Interface in org.sonar.api.batch.events
This interface is not intended to be implemented by clients.
SensorsExecutor - Class in org.sonar.batch.phases
 
SensorsExecutor(BatchExtensionDictionnary, Project, ProjectDefinition, MavenPluginExecutor, EventBus) - Constructor for class org.sonar.batch.phases.SensorsExecutor
 
SensorsPhaseHandler - Interface in org.sonar.api.batch.events
 
SensorsPhaseHandler.SensorsPhaseEvent - Interface in org.sonar.api.batch.events
This interface is not intended to be implemented by clients.
SEPARATOR - Static variable in class org.sonar.api.resources.Directory
 
SEQUENCE_NAME_SEPARATOR - Static variable in class org.sonar.jpa.dialect.PostgreSQLSequenceGenerator
 
SEQUENCE_NAME_SUFFIX - Static variable in class org.sonar.jpa.dialect.OracleSequenceGenerator
 
SEQUENCE_NAME_SUFFIX - Static variable in class org.sonar.jpa.dialect.PostgreSQLSequenceGenerator
 
SerializableContract - Class in org.sonar.java.bytecode.check
 
serialize(Dsm<Resource>) - Static method in class org.sonar.plugins.design.batch.DsmSerializer
 
serialize(Dsm<SourceCode>, DependencyIndex, ResourceIndex) - Static method in class org.sonar.plugins.squid.bridges.DsmSerializer
 
serialize(List<Set<AsmResource>>) - Method in class org.sonar.plugins.squid.bridges.Lcom4BlocksBridge
 
SERIE_BORDER_COLOR - Static variable in class org.sonar.server.charts.deprecated.BaseChart
 
Server - Class in org.sonar.api.platform
 
Server() - Constructor for class org.sonar.api.platform.Server
 
Server - Class in org.sonar.wsclient.services
 
Server() - Constructor for class org.sonar.wsclient.services.Server
 
Server.Status - Enum in org.sonar.wsclient.services
 
SERVER_API_PATH - Static variable in class org.sonar.api.utils.ServerHttpClient
Deprecated.  
SERVER_BASE_URL - Static variable in interface org.sonar.api.CoreProperties
 
SERVER_BASE_URL_DEFAULT_VALUE - Static variable in interface org.sonar.api.CoreProperties
 
SERVER_ID - Static variable in interface org.sonar.api.CoreProperties
 
SERVER_ID_IP_ADDRESS - Static variable in interface org.sonar.api.CoreProperties
 
SERVER_STARTTIME - Static variable in interface org.sonar.api.CoreProperties
 
SERVER_VERSION - Static variable in interface org.sonar.api.CoreProperties
 
ServerComponent - Interface in org.sonar.api
Dependency Injection : all the classes implementing this interface are available in the server IoC container.
ServerExtension - Interface in org.sonar.api
Server extension point.
ServerExtensionInstaller - Class in org.sonar.server.plugins
 
ServerExtensionInstaller(PluginRepository) - Constructor for class org.sonar.server.plugins.ServerExtensionInstaller
 
ServerFileSystem - Interface in org.sonar.api.platform
 
ServerHttpClient - Class in org.sonar.api.utils
Deprecated. use org.sonar.api.plaform.Server instead
ServerHttpClient(String) - Constructor for class org.sonar.api.utils.ServerHttpClient
Deprecated.  
ServerHttpClient(String, Integer, Integer) - Constructor for class org.sonar.api.utils.ServerHttpClient
Deprecated.  
ServerHttpClient(Configuration) - Constructor for class org.sonar.api.utils.ServerHttpClient
Deprecated.  
ServerHttpClient.ServerApiEmptyContentException - Exception in org.sonar.api.utils
Deprecated.  
ServerHttpClient.ServerApiEmptyContentException(String) - Constructor for exception org.sonar.api.utils.ServerHttpClient.ServerApiEmptyContentException
Deprecated.  
ServerHttpClient.ServerConnectionException - Exception in org.sonar.api.utils
Deprecated.  
ServerHttpClient.ServerConnectionException(String) - Constructor for exception org.sonar.api.utils.ServerHttpClient.ServerConnectionException
Deprecated.  
ServerHttpClient.ServerConnectionException(String, Throwable) - Constructor for exception org.sonar.api.utils.ServerHttpClient.ServerConnectionException
Deprecated.  
ServerIdGenerator - Class in org.sonar.server.platform
 
ServerIdGenerator() - Constructor for class org.sonar.server.platform.ServerIdGenerator
 
ServerImpl - Class in org.sonar.server.platform
 
ServerImpl(DatabaseSessionFactory) - Constructor for class org.sonar.server.platform.ServerImpl
 
ServerLifecycleNotifier - Class in org.sonar.server.platform
 
ServerLifecycleNotifier(Server, ServerStartHandler[], ServerStopHandler[]) - Constructor for class org.sonar.server.platform.ServerLifecycleNotifier
 
ServerLifecycleNotifier(Server, ServerStartHandler[]) - Constructor for class org.sonar.server.platform.ServerLifecycleNotifier
 
ServerLifecycleNotifier(Server, ServerStopHandler[]) - Constructor for class org.sonar.server.platform.ServerLifecycleNotifier
 
ServerLifecycleNotifier(Server) - Constructor for class org.sonar.server.platform.ServerLifecycleNotifier
 
ServerMetadata - Class in org.sonar.batch
 
ServerMetadata(Settings) - Constructor for class org.sonar.batch.ServerMetadata
 
ServerMetadataPersister - Class in org.sonar.server.startup
 
ServerMetadataPersister(Server, DatabaseSession) - Constructor for class org.sonar.server.startup.ServerMetadataPersister
 
ServerPluginRepository - Interface in org.sonar.api.platform
 
ServerQuery - Class in org.sonar.wsclient.services
 
ServerQuery() - Constructor for class org.sonar.wsclient.services.ServerQuery
 
ServerSettings - Class in org.sonar.server.platform
Load settings in the following order (the last override the first) : general settings persisted in database file $SONAR_HOME/conf/sonar.properties environment variables system properties
ServerSettings(PropertyDefinitions, Configuration, ServletContext) - Constructor for class org.sonar.server.platform.ServerSettings
 
ServerSetup - Class in org.sonar.wsclient.services
 
ServerSetup() - Constructor for class org.sonar.wsclient.services.ServerSetup
 
ServerSetupQuery - Class in org.sonar.wsclient.services
 
ServerSetupQuery() - Constructor for class org.sonar.wsclient.services.ServerSetupQuery
 
ServerSetupUnmarshaller - Class in org.sonar.wsclient.unmarshallers
 
ServerSetupUnmarshaller() - Constructor for class org.sonar.wsclient.unmarshallers.ServerSetupUnmarshaller
 
ServerStartException - Exception in org.sonar.server.platform
 
ServerStartException(String) - Constructor for exception org.sonar.server.platform.ServerStartException
 
ServerStartException(String, Throwable) - Constructor for exception org.sonar.server.platform.ServerStartException
 
ServerStartHandler - Interface in org.sonar.api.platform
 
ServerStopHandler - Interface in org.sonar.api.platform
 
ServerUnmarshaller - Class in org.sonar.wsclient.unmarshallers
 
ServerUnmarshaller() - Constructor for class org.sonar.wsclient.unmarshallers.ServerUnmarshaller
 
ServerUpgradeStatus - Interface in org.sonar.api.platform
 
setAccessor(boolean) - Method in class org.sonar.java.api.JavaMethod.Builder
 
setActive(boolean) - Method in class org.sonar.wsclient.services.Rule
 
setActive(Boolean) - Method in class org.sonar.wsclient.services.RuleQuery
 
setActiveRule(ActiveRule) - Method in class org.sonar.api.rules.ActiveRuleParam
Deprecated. visibility should be decreased to protected or package
setActiveRuleParams(List<ActiveRuleParam>) - Method in class org.sonar.api.rules.ActiveRule
Deprecated. use setParameter()
setActiveRules(List<ActiveRule>) - Method in class org.sonar.api.profiles.RulesProfile
Set the list of active rules
setAlerts(List<Alert>) - Method in class org.sonar.api.profiles.RulesProfile
Sets the list of alerts for the profile
setAlertStatus(Metric.Level) - Method in class org.sonar.api.database.model.MeasureModel
Sets the measure alert status
setAlertStatus(Metric.Level) - Method in class org.sonar.api.measures.Measure
Set the alert status of the measure
setAlertText(String) - Method in class org.sonar.api.database.model.MeasureModel
Sets the text for the alert
setAlertText(String) - Method in class org.sonar.api.measures.Measure
Sets the text associated to the alert on the measure
setAllDepths() - Method in class org.sonar.wsclient.services.ResourceQuery
 
setAnalysisDate(Date) - Method in class org.sonar.api.resources.Project
For internal use only.
setAnalysisType(Project.AnalysisType) - Method in class org.sonar.api.resources.Project
 
setAnalysisVersion(String) - Method in class org.sonar.api.resources.Project
For internal use only.
setAscendingSort(boolean) - Method in class org.sonar.server.filters.Filter
 
setAssignee(String) - Method in class org.sonar.wsclient.services.ReviewCreateQuery
 
setAssignee(String) - Method in class org.sonar.wsclient.services.ReviewUpdateQuery
 
setAssigneeId(Integer) - Method in class org.sonar.jpa.entity.Review
 
setAssigneeLogin(String) - Method in class org.sonar.wsclient.services.Review
 
setAssigneeLoginsOrIds(String...) - Method in class org.sonar.wsclient.services.ReviewQuery
 
setAuthorLogin(String) - Method in class org.sonar.wsclient.services.Review
 
setAuthorLoginsOrIds(String...) - Method in class org.sonar.wsclient.services.ReviewQuery
 
setBaseDir(File) - Method in class org.sonar.api.batch.bootstrap.ProjectDefinition
 
setBasePlugin(String) - Method in class org.sonar.core.plugins.DefaultPluginMetadata
 
setBestValue(Double) - Method in class org.sonar.api.measures.Metric.Builder
Sets the best value.
setBestValue(Double) - Method in class org.sonar.api.measures.Metric
 
setBranch(String) - Method in class org.sonar.api.resources.Project
For internal use only.
setBufferCapacity(int) - Method in class org.sonar.channel.CodeReaderConfiguration
Deprecated. in 2.12, do not use anymore.
setBug(Bug) - Method in class org.sonar.plugins.findbugs.xml.Match
 
setBugs(List<Bug>) - Method in class org.sonar.plugins.findbugs.xml.OrFilter
 
setBypassExclusion(boolean) - Method in class org.sonar.squid.api.CheckMessage
 
setCardinality(Cardinality) - Method in class org.sonar.api.rules.Rule
 
setCaseInsensitive(boolean) - Method in class org.sonar.colorizer.KeywordsTokenizer
 
setCategories(String[]) - Method in class org.sonar.wsclient.services.EventQuery
 
setCategories(String...) - Method in class org.sonar.wsclient.services.ViolationQuery
 
setCategory(String) - Method in class org.sonar.api.batch.Event
 
setCategory(String) - Method in class org.sonar.plugins.findbugs.xml.Bug
 
setCategory(String) - Method in class org.sonar.wsclient.services.Event
 
setCdataValue(String) - Method in class org.sonar.plugins.pmd.xml.PmdProperty
 
setCharacteristic(Characteristic) - Method in class org.sonar.api.database.model.MeasureModel
 
setCharacteristic(Characteristic) - Method in class org.sonar.api.measures.Measure
 
setCharacteristicKey(String) - Method in class org.sonar.wsclient.services.Measure
 
setCharacteristicKeys(String, String...) - Method in class org.sonar.wsclient.services.ResourceQuery
 
setCharacteristicKeys(String, String...) - Method in class org.sonar.wsclient.services.TimeMachineQuery
 
setCharacteristicName(String) - Method in class org.sonar.wsclient.services.Measure
 
setCheckFactory(CheckFactory) - Method in class org.sonar.plugins.squid.bridges.Bridge
 
setChecksum(String) - Method in class org.sonar.api.database.model.RuleFailureModel
 
setChecksum(String) - Method in class org.sonar.api.rules.Violation
For internal use only.
setClass(String) - Method in class org.sonar.java.api.JavaMethod.Builder
 
setClass(JavaClass) - Method in class org.sonar.java.api.JavaMethod.Builder
 
setClasses(List<ClassFilter>) - Method in class org.sonar.plugins.findbugs.xml.OrFilter
 
setClazz(String) - Method in class org.sonar.plugins.pmd.xml.PmdRule
 
setCode(String) - Method in class org.sonar.plugins.findbugs.xml.Bug
 
setCodeReaderFilters(CodeReaderFilter<?>...) - Method in class org.sonar.channel.CodeReaderConfiguration
 
setColors(Paint[]) - Method in class org.sonar.server.charts.deprecated.CustomBarRenderer
 
setColumn1(String) - Method in class org.sonar.gwt.ui.SourcePanel.Row
 
setColumn2(String) - Method in class org.sonar.gwt.ui.SourcePanel.Row
 
setColumn3(String) - Method in class org.sonar.gwt.ui.SourcePanel.Row
 
setColumn4(String) - Method in class org.sonar.gwt.ui.SourcePanel.Row
 
setColumnPosition(int) - Method in class org.sonar.channel.CodeBuffer
Overrides the current column position
setComment(String) - Method in class org.sonar.wsclient.services.ReviewCreateQuery
 
setComment(String) - Method in class org.sonar.wsclient.services.ReviewUpdateQuery
 
setConditions(int, int, int) - Method in class org.sonar.api.measures.CoverageMeasuresBuilder
 
setConfigKey(String) - Method in class org.sonar.api.rules.Rule
Sets the configuration key
setConfigKey(String) - Method in class org.sonar.wsclient.services.Rule
 
setConfiguration(Configuration) - Method in class org.sonar.api.resources.Project
For internal use only.
setConfiguration(CodeReaderConfiguration) - Method in class org.sonar.channel.CodeReaderFilter
Sets the configuration that must be used by the CodeReader
setContext(SensorContext) - Method in class org.sonar.plugins.squid.bridges.Bridge
 
setCopy(Integer) - Method in class org.sonar.wsclient.services.Resource
 
setCopyResourceId(Integer) - Method in class org.sonar.api.database.model.ResourceModel
 
setCore(boolean) - Method in class org.sonar.core.plugins.DefaultPluginMetadata
 
setCost(Double) - Method in class org.sonar.api.database.model.RuleFailureModel
 
setCost(Double) - Method in class org.sonar.api.rules.Violation
The cost to fix a violation can't be precisely computed without this information.
setCost(double) - Method in class org.sonar.squid.api.CheckMessage
 
setCpdListener(CPDListener) - Method in class org.sonar.duplications.cpd.CPD
 
setCreatedAt(Date) - Method in class org.sonar.api.batch.Event
 
setCreatedAt(Date) - Method in class org.sonar.api.database.model.RuleFailureModel
 
setCreatedAt(Date) - Method in class org.sonar.api.database.model.Snapshot
 
setCreatedAt(Date) - Method in class org.sonar.api.rules.Violation
For internal use only
setCreatedAt(Date) - Method in class org.sonar.jpa.entity.NotificationQueueElement
 
setCreatedAt(Date) - Method in class org.sonar.wsclient.services.ManualMeasure
 
setCreatedAt(Date) - Method in class org.sonar.wsclient.services.Review
 
setCreatedAt(Date) - Method in class org.sonar.wsclient.services.Violation
 
setCurrentProject(Project, ResourceFilters, ViolationFilters, RulesProfile) - Method in class org.sonar.batch.index.DefaultIndex
 
setData(byte[]) - Method in class org.sonar.api.database.model.MeasureData
 
setData(String) - Method in class org.sonar.api.database.model.MeasureModel
Sets the measure data
setData(String) - Method in class org.sonar.api.database.model.SnapshotSource
 
setData(String) - Method in class org.sonar.api.measures.Measure
Sets the data field of the measure.
setData(Metric.Level) - Method in class org.sonar.api.measures.Measure
Sets an alert level as the data field
setData(MetricDef, Object) - Method in class org.sonar.squid.measures.Measures
 
setData(String) - Method in class org.sonar.wsclient.services.Event
 
setData(String) - Method in class org.sonar.wsclient.services.Measure
 
setDate(Date) - Method in class org.sonar.api.batch.Event
 
setDate(Date) - Method in class org.sonar.api.measures.Measure
Sets the date of the measure - Used only in TimeMachine queries
setDate(Date) - Method in class org.sonar.server.configuration.SonarConfig
 
setDate(Date) - Method in class org.sonar.server.filters.DateCriterion
 
setDate(int) - Method in class org.sonar.server.filters.DateCriterion
 
setDate(Date) - Method in class org.sonar.server.plugins.UpdateCenterMatrix
 
setDate(Date) - Method in class org.sonar.wsclient.services.Event
 
setDate(Date) - Method in class org.sonar.wsclient.services.Resource
 
setDateCriterion(DateCriterion) - Method in class org.sonar.server.filters.Filter
 
setDateCriterion(String, Integer) - Method in class org.sonar.server.filters.Filter
 
setDbLog(PrintWriter) - Method in class org.sonar.server.database.EmbeddedDatabase
 
setDebugStream(PrintStream) - Static method in class net.sourceforge.pmd.cpd.cppast.CPPParserTokenManager
Set debug output.
setDecoratorContext(DecoratorContext) - Method in class org.sonar.api.batch.DefaultFormulaContext
 
setDefaultProfile(Boolean) - Method in class org.sonar.api.profiles.RulesProfile
Set whether this is the default profile for the language.
setDefaultProfile(boolean) - Method in class org.sonar.wsclient.services.Profile
 
setDefaultValue(String) - Method in class org.sonar.api.rules.RuleParam
 
setDelayedMode(boolean) - Method in class org.sonar.batch.index.DefaultPersistenceManager
 
setDelayedMode(boolean) - Method in class org.sonar.batch.index.MeasurePersister
 
setDelayedMode(boolean) - Method in interface org.sonar.batch.index.PersistenceManager
 
setDelayedMode(boolean) - Method in class org.sonar.batch.index.ReadOnlyPersistenceManager
 
setDependencies(List<Dependency>) - Method in class org.sonar.plugins.design.ui.dependencies.client.Data
 
setDepId(String) - Method in class org.sonar.wsclient.services.DependencyTree
 
setDeprecatedExtensions(List<File>) - Method in class org.sonar.core.plugins.DefaultPluginMetadata
 
setDepth(Integer) - Method in class org.sonar.api.database.model.Snapshot
Sets the depth of the snapshot
setDepth(Integer) - Method in class org.sonar.wsclient.services.ResourceQuery
 
setDepth(int) - Method in class org.sonar.wsclient.services.ViolationQuery
 
setDescription(String) - Method in class org.sonar.api.batch.bootstrap.ProjectDefinition
 
setDescription(String) - Method in class org.sonar.api.batch.Event
 
setDescription(String) - Method in class org.sonar.api.database.model.MeasureModel
Sets the measure description
setDescription(String) - Method in class org.sonar.api.database.model.ResourceModel
Sets the resource description, truncated to DESCRIPTION_COLUMN_SIZE
setDescription(String) - Method in class org.sonar.api.measures.Measure
Sets the measure description
setDescription(String) - Method in class org.sonar.api.measures.Metric.Builder
Sets the metric description.
setDescription(String) - Method in class org.sonar.api.measures.Metric
Sets the metric description
setDescription(String) - Method in class org.sonar.api.qualitymodel.Characteristic
 
setDescription(String) - Method in class org.sonar.api.resources.Library
 
setDescription(String) - Method in class org.sonar.api.resources.Project
For internal use only.
setDescription(String) - Method in class org.sonar.api.rules.Rule
Sets the rule description
setDescription(String) - Method in class org.sonar.api.rules.RuleParam
 
setDescription(String) - Method in class org.sonar.api.rules.RulesCategory
Deprecated. Sets the cay description
setDescription(String) - Method in class org.sonar.core.plugins.DefaultPluginMetadata
 
setDescription(String) - Method in class org.sonar.persistence.model.Rule
 
setDescription(String) - Method in class org.sonar.plugins.pmd.xml.PmdRuleset
 
setDescription(String) - Method in class org.sonar.wsclient.services.Event
 
setDescription(String) - Method in class org.sonar.wsclient.services.ManualMeasureCreateQuery
 
setDescription(String) - Method in class org.sonar.wsclient.services.Metric
 
setDescription(String) - Method in class org.sonar.wsclient.services.Resource
 
setDescription(String) - Method in class org.sonar.wsclient.services.Rule
 
setDescription(String) - Method in class org.sonar.wsclient.services.RuleParam
 
setDirection(Integer) - Method in class org.sonar.api.measures.Metric.Builder
Sets the metric direction.
setDirection(Integer) - Method in class org.sonar.api.measures.Metric
Sets the metric direction.
setDirection(String) - Method in class org.sonar.wsclient.services.DependencyQuery
 
setDirection(int) - Method in class org.sonar.wsclient.services.Metric
 
setDirectory(File) - Method in class org.sonar.api.utils.command.Command
 
setDomain(String) - Method in class org.sonar.api.measures.Metric.Builder
Sets the domain for the metric (General, Complexity...).
setDomain(String) - Method in class org.sonar.api.measures.Metric
Sets the domain for the metric (General, Complexity...)
setDomain(String) - Method in class org.sonar.wsclient.services.Metric
 
setDoSaveViolationsOnUnexistedResource(boolean) - Method in class org.sonar.api.batch.AbstractViolationsStaxParser
Deprecated. Specify if violations must be saved even if when the Resource associated to a violation doesn't yet exist.
setDurationMilliseconds(long) - Method in class org.sonar.plugins.surefire.data.UnitTestResult
 
setEffectiveKey(String) - Method in class org.sonar.api.resources.Resource
Internal use only
setEmail(String) - Method in class org.sonar.api.database.model.User
 
setEnabled(Boolean) - Method in class org.sonar.api.database.model.ResourceModel
 
setEnabled(Boolean) - Method in class org.sonar.api.measures.Metric
Sets whether the metric is enabled
setEnabled(Boolean) - Method in class org.sonar.api.profiles.RulesProfile
 
setEnabled(Boolean) - Method in class org.sonar.api.qualitymodel.Characteristic
 
setEnabled(Boolean) - Method in class org.sonar.api.rules.ActiveRuleChange
 
setEnabled(Boolean) - Method in class org.sonar.api.rules.Rule
Do not call.
setEnabled(boolean) - Method in class org.sonar.persistence.model.Rule
 
setEncoding(String) - Method in class org.sonar.duplications.cpd.CPD
 
setEndAtLine(int) - Method in class org.sonar.squid.api.SourceCode
 
setEndLine(int) - Method in class org.sonar.persistence.model.DuplicationUnit
 
setEntityManagerFactory(EntityManagerFactory) - Method in class org.sonar.jpa.session.AbstractDatabaseConnector
 
setExcluded(boolean) - Method in class org.sonar.api.resources.Resource
Deprecated. since 2.6 should use SensorContext#isExcluded(resource). It will make inheritance of Resource easier.
setExcludeRuleCategories(boolean) - Method in class org.sonar.wsclient.services.ResourceQuery
Deprecated. since 2.5 not used anymore
setExcludeRulePriorities(boolean) - Method in class org.sonar.wsclient.services.ResourceQuery
Deprecated. since 2.5 use ResourceQuery.setExcludeRuleSeverities(boolean) instead. See http://jira.codehaus.org/browse/SONAR-1829
setExcludeRules(boolean) - Method in class org.sonar.wsclient.services.ResourceQuery
 
setExcludeRuleSeverities(boolean) - Method in class org.sonar.wsclient.services.ResourceQuery
 
setExclusionPatterns(String[]) - Method in class org.sonar.api.resources.Project
Set exclusion patterns.
setFailWhenLocked(boolean) - Method in class org.sonar.batch.DefaultResourceCreationLock
 
setFavouriteIds(Set<Integer>) - Method in class org.sonar.server.filters.Filter
 
setFavouriteIds(Integer...) - Method in class org.sonar.server.filters.Filter
 
setFields(List<FieldFilter>) - Method in class org.sonar.plugins.findbugs.xml.OrFilter
 
setFieldValue(String, String) - Method in class org.sonar.api.notifications.Notification
 
setFile(File) - Method in class org.sonar.core.plugins.DefaultPluginMetadata
 
setFileContents(FileContents) - Method in class org.sonar.java.ast.visitor.JavaAstVisitor
 
setFileName(String) - Static method in class net.sourceforge.pmd.cpd.cppast.CPPParserTokenManager
 
setFileSystem(ProjectFileSystem) - Method in class org.sonar.api.resources.Project
Deprecated. since 2.6. See http://jira.codehaus.org/browse/SONAR-2126
setFilter(Filter<T>) - Method in class net.sourceforge.pmd.util.filter.AbstractDelegateFilter
 
setFilters(List<Filter<T>>) - Method in class net.sourceforge.pmd.util.filter.AbstractCompoundFilter
 
setFirst(int) - Method in class org.sonar.duplications.cpd.Match.MatchCode
 
setFirstLineId(int) - Method in class org.sonar.colorizer.HtmlOptions
 
setForClasses(String) - Method in class org.sonar.java.ast.check.UndocumentedApiCheck
 
setFormattedValue(String) - Method in class org.sonar.wsclient.services.Measure
 
setFormula(Formula) - Method in class org.sonar.api.measures.Metric.Builder
 
setFormula(Formula) - Method in class org.sonar.api.measures.Metric
Sets the metric formula
setFrom(Date) - Method in class org.sonar.api.batch.TimeMachineQuery
Sets the from date to be used in the query
setFrom(String) - Method in class org.sonar.plugins.emailnotifications.api.EmailMessage
 
setFrom(Date, boolean) - Method in class org.sonar.wsclient.services.EventQuery
 
setFrom(Date) - Method in class org.sonar.wsclient.services.TimeMachineQuery
 
setFromClasses(String) - Method in class org.sonar.java.bytecode.check.ArchitectureCheck
 
setFromCurrentAnalysis(boolean) - Method in class org.sonar.api.batch.TimeMachineQuery
 
setFromId(long) - Method in class org.sonar.wsclient.services.Dependency
 
setFromKey(String) - Method in class org.sonar.wsclient.services.Dependency
 
setFromLine(int) - Method in class org.sonar.java.api.JavaClass.Builder
 
setFromLine(int) - Method in class org.sonar.java.api.JavaMethod.Builder
 
setFromLineToLine(int, int) - Method in class org.sonar.wsclient.services.SourceQuery
Get only a few lines
setFromName(String) - Method in class org.sonar.wsclient.services.Dependency
 
setFromQualifier(String) - Method in class org.sonar.wsclient.services.Dependency
 
setFromResourceId(Integer) - Method in class org.sonar.api.design.DependencyDto
 
setFromScope(String) - Method in class org.sonar.api.design.DependencyDto
 
setFromSnapshotId(Integer) - Method in class org.sonar.api.design.DependencyDto
 
setGenerateHtmlHeader(boolean) - Method in class org.sonar.colorizer.HtmlOptions
Defines if the HTML header, including CSS, must be generated.
setGenerateTable(boolean) - Method in class org.sonar.colorizer.HtmlOptions
 
setGroupId(Integer) - Method in class org.sonar.api.security.GroupRole
 
setHash(String) - Method in class org.sonar.persistence.model.DuplicationUnit
 
setHashCode(int) - Method in class net.sourceforge.pmd.cpd.TokenEntry
 
setHeight(int) - Method in class org.sonar.server.charts.deprecated.BaseChart
 
setHidden(boolean) - Method in class org.sonar.api.measures.Metric.Builder
Sets whether the metric should be hidden in UI (e.g.
setHidden(Boolean) - Method in class org.sonar.api.measures.Metric
 
setHidden(Boolean) - Method in class org.sonar.wsclient.services.Metric
 
setHighlightedSyntax(boolean) - Method in class org.sonar.wsclient.services.SourceQuery
 
setHits(int, int) - Method in class org.sonar.api.measures.CoverageMeasuresBuilder
 
setHomepage(String) - Method in class org.sonar.core.plugins.DefaultPluginMetadata
 
setHost(String) - Method in class org.sonar.wsclient.Host
 
setHref(String) - Method in class org.sonar.api.resources.ProjectLink
 
setId(Integer) - Method in class org.sonar.api.database.BaseIdentifiable
 
setId(Long) - Method in class org.sonar.api.database.model.MeasureModel
 
setId(Long) - Method in class org.sonar.api.design.Dependency
Internal use only.
setId(Long) - Method in class org.sonar.api.design.DependencyDto
 
setId(Long) - Method in class org.sonar.api.measures.Measure
Sets the measure id - Internal use only
setId(Integer) - Method in class org.sonar.api.measures.Metric
For internal use only
setId(Integer) - Method in class org.sonar.api.resources.Resource
Internal use only
setId(Integer) - Method in class org.sonar.api.rules.ActiveRule
Deprecated. visibility should be decreased to protected or package
setId(Integer) - Method in class org.sonar.api.rules.Rule
Deprecated. since 2.3. visibility should be decreased to protected or package
setId(Integer) - Method in class org.sonar.jpa.entity.NotificationQueueElement
 
setId(Long) - Method in class org.sonar.jpa.entity.Review
 
setId(Long) - Method in class org.sonar.persistence.model.DuplicationUnit
 
setId(Long) - Method in class org.sonar.persistence.model.Rule
 
setId(String) - Method in class org.sonar.wsclient.services.Dependency
 
setId(String) - Method in class org.sonar.wsclient.services.DependencyQuery
 
setId(String) - Method in class org.sonar.wsclient.services.Event
 
setId(Integer) - Method in class org.sonar.wsclient.services.Favourite
 
setId(long) - Method in class org.sonar.wsclient.services.ManualMeasure
 
setId(Integer) - Method in class org.sonar.wsclient.services.Resource
 
setId(Long) - Method in class org.sonar.wsclient.services.Review
 
setId(Long) - Method in class org.sonar.wsclient.services.ReviewQuery
 
setId(String) - Method in class org.sonar.wsclient.services.Server
 
setId(Long) - Method in class org.sonar.wsclient.services.Violation
 
setIds(Long...) - Method in class org.sonar.wsclient.services.ReviewQuery
 
setIncludeReview(Boolean) - Method in class org.sonar.wsclient.services.ViolationQuery
 
setIncludeTrends(Boolean) - Method in class org.sonar.wsclient.services.ResourceQuery
 
setIndex(int) - Method in class org.sonar.batch.components.PastSnapshot
 
setIndexInFile(int) - Method in class org.sonar.persistence.model.DuplicationUnit
 
setInheritance(String) - Method in class org.sonar.api.rules.ActiveRule
For internal use only.
setInheritance(String) - Method in class org.sonar.wsclient.services.Profile.Rule
 
setInputFile(InputFile) - Method in class org.sonar.java.ast.visitor.JavaAstVisitor
 
setInputFiles(Collection<InputFile>) - Static method in class org.sonar.java.ast.CheckstyleSquidBridge
 
setInstance(WSUtils) - Static method in class org.sonar.wsclient.services.WSUtils
 
setIntValue(Integer) - Method in class org.sonar.api.measures.Measure
Sets the measure value as an int
setIntValue(Integer) - Method in class org.sonar.wsclient.services.ManualMeasureCreateQuery
 
setKey(String) - Method in class org.sonar.api.batch.bootstrap.ProjectDefinition
 
setKey(String) - Method in class org.sonar.api.database.configuration.Property
 
setKey(String) - Method in class org.sonar.api.database.model.ResourceModel
 
setKey(String) - Method in class org.sonar.api.measures.Metric
Sets the metric key
setKey(String) - Method in class org.sonar.api.profiles.ProfileExporter
 
setKey(String) - Method in class org.sonar.api.profiles.ProfileImporter
 
setKey(String) - Method in class org.sonar.api.qualitymodel.Characteristic
 
setKey(String) - Method in class org.sonar.api.qualitymodel.CharacteristicProperty
 
setKey(String) - Method in class org.sonar.api.resources.ProjectLink
 
setKey(String) - Method in class org.sonar.api.resources.Resource
 
setKey(String) - Method in class org.sonar.api.rules.Rule
Sets the rule key
setKey(String) - Method in class org.sonar.api.rules.RuleParam
 
setKey(KEY) - Method in class org.sonar.api.utils.KeyValue
Sets the key of the couple
setKey(String) - Method in class org.sonar.core.plugins.DefaultPluginMetadata
 
setKey(String) - Method in class org.sonar.java.api.JavaMethod.Builder
 
setKey(String) - Method in class org.sonar.wsclient.services.Favourite
 
setKey(String) - Method in class org.sonar.wsclient.services.Metric
 
setKey(String) - Method in class org.sonar.wsclient.services.Plugin
 
setKey(String) - Method in class org.sonar.wsclient.services.Profile.Rule
 
setKey(String) - Method in class org.sonar.wsclient.services.Property
 
setKey(String) - Method in class org.sonar.wsclient.services.PropertyCreateQuery
 
setKey(String) - Method in class org.sonar.wsclient.services.PropertyDeleteQuery
 
setKey(String) - Method in class org.sonar.wsclient.services.PropertyQuery
 
setKey(String) - Method in class org.sonar.wsclient.services.PropertyUpdateQuery
 
setKey(String) - Method in class org.sonar.wsclient.services.Resource
 
setKey(String) - Method in class org.sonar.wsclient.services.Rule
 
setKey(String) - Method in class org.sonar.wsclient.services.UserPropertyCreateQuery
 
setKey(String) - Method in class org.sonar.wsclient.services.UserPropertyDeleteQuery
 
setKey(String) - Method in class org.sonar.wsclient.services.UserPropertyQuery
 
setKeyRegexp(String) - Method in class org.sonar.server.filters.Filter
 
setLabel(String) - Method in class org.sonar.duplications.cpd.Match
 
setLanguage(String) - Method in class org.sonar.api.profiles.RulesProfile
Set the profile language
setLanguage(Language) - Method in class org.sonar.api.resources.File
Sets the language of the file
setLanguage(Language) - Method in class org.sonar.api.resources.Project
 
setLanguage(String) - Method in class org.sonar.api.rules.xml.Profile
Deprecated.  
setLanguage(String) - Method in class org.sonar.wsclient.services.Favourite
 
setLanguage(String) - Method in class org.sonar.wsclient.services.Profile
 
setLanguage(String) - Method in class org.sonar.wsclient.services.Resource
 
setLanguage(String) - Method in class org.sonar.wsclient.services.RuleQuery
 
setLanguageKey(String) - Method in class org.sonar.api.database.model.ResourceModel
 
setLanguageKey(String) - Method in class org.sonar.api.resources.Project
For internal use only.
setLanguages(Set<String>) - Method in class org.sonar.server.filters.Filter
 
setLanguages(String...) - Method in class org.sonar.server.filters.Filter
 
setLast(Boolean) - Method in class org.sonar.api.database.model.Snapshot
 
setLastSnapshotId(Integer) - Method in class org.sonar.plugins.dbcleaner.runner.DefaultPurgeContext
 
setLatestAnalysis(boolean) - Method in class org.sonar.api.resources.Project
For internal use only.
setLevel(RulePriority) - Method in class org.sonar.api.database.model.RuleFailureModel
Deprecated. since 2.7. Replace by setPriority()
setLevelToDebug() - Method in class org.sonar.api.utils.TimeProfiler
 
setLicense(String) - Method in class org.sonar.core.plugins.DefaultPluginMetadata
 
setLimit(Integer) - Method in class org.sonar.wsclient.services.ResourceQuery
 
setLimit(Integer) - Method in class org.sonar.wsclient.services.ViolationQuery
 
setLine(Integer) - Method in class org.sonar.api.database.model.RuleFailureModel
 
setLine(int) - Method in class org.sonar.squid.api.CheckMessage
 
setLine(Integer) - Method in class org.sonar.wsclient.services.Review
 
setLine(Integer) - Method in class org.sonar.wsclient.services.Violation
 
setLineCount(int) - Method in class org.sonar.duplications.cpd.Match
 
setLineId(Integer) - Method in class org.sonar.api.rules.Violation
Sets the violation line.
setLineIndex(int, String) - Method in class org.sonar.gwt.ui.SourcePanel.Row
 
setLinePosition(int) - Method in class org.sonar.channel.CodeBuffer
Overrides the current line position
setLinesFromLine(int, int) - Method in class org.sonar.wsclient.services.SourceQuery
 
setListener(CPDListener) - Method in class org.sonar.duplications.cpd.MatchAlgorithm
 
setLoadSourceCodeSlices(boolean) - Method in class org.sonar.duplications.cpd.CPD
 
setLoadSourceCodeSlices(boolean) - Method in class org.sonar.duplications.cpd.MatchAlgorithm
 
setLocale(String) - Method in class org.sonar.wsclient.services.AbstractQuery
Set the Accepted-language HTTP parameter
setLocals(List<LocalFilter>) - Method in class org.sonar.plugins.findbugs.xml.OrFilter
 
setLogger(Logger) - Method in class org.sonar.api.utils.TimeProfiler
 
setLogin(String) - Method in class org.sonar.api.database.model.User
 
setLongName(String) - Method in class org.sonar.api.database.model.ResourceModel
Sets the long name of the resource, truncated to NAME_COLUMN_SIZE
setLongName(String) - Method in class org.sonar.wsclient.services.Resource
 
setMainClass(String) - Method in class org.sonar.core.plugins.DefaultPluginMetadata
 
setMarkSet(Set<TokenEntry>) - Method in class org.sonar.duplications.cpd.Match
 
setMatchs(List<Match>) - Method in class org.sonar.plugins.findbugs.xml.FindBugsFilter
 
setMax(int) - Method in class org.sonar.java.squid.check.ClassComplexityCheck
 
setMax(int) - Method in class org.sonar.java.squid.check.DITCheck
 
setMax(int) - Method in class org.sonar.java.squid.check.MethodComplexityCheck
 
setMeasure(MeasureModel) - Method in class org.sonar.api.database.model.MeasureData
 
setMeasure(MetricDef, double) - Method in class org.sonar.squid.api.SourceCode
setMeasure(MetricDef, int) - Method in class org.sonar.squid.api.SourceCode
setMeasure(T, double) - Method in interface org.sonar.squid.measures.Measurable
 
setMeasure(T, int) - Method in interface org.sonar.squid.measures.Measurable
 
setMeasureCriteria(List<MeasureCriterion>) - Method in class org.sonar.server.filters.Filter
 
setMeasureData(MeasureData) - Method in class org.sonar.api.database.model.MeasureModel
Use setData() instead
setMeasureDate(Date) - Method in class org.sonar.api.database.model.MeasureModel
Sets the date for the measure
setMeasures(Resource) - Method in class org.sonar.plugins.design.ui.dependencies.client.Data
 
setMeasures(List<Measure>) - Method in class org.sonar.wsclient.services.Resource
 
setMessage(String) - Method in class org.sonar.api.database.model.RuleFailureModel
 
setMessage(String) - Method in class org.sonar.api.rules.Violation
Sets the violation message
setMessage(String) - Method in class org.sonar.plugins.emailnotifications.api.EmailMessage
 
setMessage(String) - Method in class org.sonar.plugins.pmd.xml.PmdRule
 
setMessage(String) - Method in class org.sonar.plugins.surefire.data.UnitTestResult
 
setMessage(String) - Method in class org.sonar.wsclient.services.ServerSetup
 
setMessage(String) - Method in class org.sonar.wsclient.services.Violation
 
setMessageId(String) - Method in class org.sonar.plugins.emailnotifications.api.EmailMessage
 
setMethods(List<MethodFilter>) - Method in class org.sonar.plugins.findbugs.xml.OrFilter
 
setMetric(Metric) - Method in class org.sonar.api.batch.DefaultFormulaContext
 
setMetric(Metric) - Method in class org.sonar.api.measures.Measure
Set the underlying metric
setMetric(Metric) - Method in class org.sonar.api.measures.PropertiesBuilder
 
setMetric(Metric) - Method in class org.sonar.api.profiles.Alert
Sets the alert metric
setMetricId(Integer) - Method in class org.sonar.api.database.model.MeasureModel
 
setMetricId(Integer) - Method in class org.sonar.server.filters.MeasureCriterion
 
setMetricKey(String) - Method in class org.sonar.wsclient.services.ManualMeasure
 
setMetricKey(String) - Method in class org.sonar.wsclient.services.ManualMeasureQuery
 
setMetricKey(String) - Method in class org.sonar.wsclient.services.Measure
 
setMetricKeys(String...) - Method in class org.sonar.api.batch.TimeMachineQuery
 
setMetricKeys(List<String>) - Method in class org.sonar.api.batch.TimeMachineQuery
 
setMetricName(String) - Method in class org.sonar.wsclient.services.Measure
 
setMetrics(List<Metric>) - Method in class org.sonar.api.batch.TimeMachineQuery
Sets the metrics to return
setMetrics(Metric...) - Method in class org.sonar.api.batch.TimeMachineQuery
Sets the metrics to return
setMetrics(Collection<Metric>) - Method in class org.sonar.server.configuration.SonarConfig
 
setMetrics(String...) - Method in class org.sonar.wsclient.services.ResourceQuery
 
setMetrics(String...) - Method in class org.sonar.wsclient.services.TimeMachineQuery
 
setMimeType(String) - Method in class org.sonar.api.profiles.ProfileExporter
 
setMinimumScopeToPersist(String) - Method in class org.sonar.api.measures.SumChildDistributionFormula
 
setModeParameter(String) - Method in class org.sonar.batch.components.PastSnapshot
 
setName(String) - Method in class org.sonar.api.batch.bootstrap.ProjectDefinition
 
setName(String) - Method in class org.sonar.api.batch.Event
 
setName(String) - Method in class org.sonar.api.database.model.ResourceModel
Sets the resource name, truncated to NAME_COLUMN_SIZE
setName(String) - Method in class org.sonar.api.database.model.User
 
setName(String) - Method in class org.sonar.api.measures.Metric
Sets the metric name
setName(String) - Method in class org.sonar.api.profiles.ProfileExporter
 
setName(String) - Method in class org.sonar.api.profiles.ProfileImporter
 
setName(String) - Method in class org.sonar.api.profiles.RulesProfile
Set the profile name.
setName(String) - Method in class org.sonar.api.qualitymodel.Characteristic
 
setName(String, boolean) - Method in class org.sonar.api.qualitymodel.Characteristic
 
setName(String) - Method in class org.sonar.api.qualitymodel.Model
 
setName(String) - Method in class org.sonar.api.resources.AbstractLanguage
Sets the language name
setName(String) - Method in class org.sonar.api.resources.Library
 
setName(String) - Method in class org.sonar.api.resources.Project
For internal use only.
setName(String) - Method in class org.sonar.api.resources.ProjectLink
 
setName(String) - Method in class org.sonar.api.rules.Rule
Sets the rule name
setName(String) - Method in class org.sonar.api.rules.RuleRepository
 
setName(String) - Method in class org.sonar.api.rules.RulesCategory
Deprecated. Sets the category name
setName(String) - Method in class org.sonar.api.rules.xml.Profile
Deprecated.  
setName(String) - Method in class org.sonar.core.plugins.DefaultPluginMetadata
 
setName(String) - Method in class org.sonar.java.api.JavaClass.Builder
 
setName(String, String) - Method in class org.sonar.java.api.JavaClass.Builder
 
setName(String) - Method in class org.sonar.persistence.model.Rule
 
setName(String) - Method in class org.sonar.plugins.findbugs.xml.ClassFilter
 
setName(String) - Method in class org.sonar.plugins.findbugs.xml.FieldFilter
 
setName(String) - Method in class org.sonar.plugins.findbugs.xml.LocalFilter
 
setName(String) - Method in class org.sonar.plugins.findbugs.xml.MethodFilter
 
setName(String) - Method in class org.sonar.plugins.findbugs.xml.PackageFilter
 
setName(String) - Method in class org.sonar.plugins.pmd.xml.PmdRule
 
setName(String) - Method in class org.sonar.plugins.surefire.data.UnitTestResult
 
setName(String) - Method in class org.sonar.wsclient.services.Event
 
setName(String) - Method in class org.sonar.wsclient.services.Favourite
 
setName(String) - Method in class org.sonar.wsclient.services.Metric
 
setName(String) - Method in class org.sonar.wsclient.services.Plugin
 
setName(String) - Method in class org.sonar.wsclient.services.Profile
 
setName(String) - Method in class org.sonar.wsclient.services.ProfileQuery
 
setName(String) - Method in class org.sonar.wsclient.services.Resource
 
setName(String) - Method in class org.sonar.wsclient.services.RuleParam
 
setNameRegexp(String) - Method in class org.sonar.server.filters.Filter
 
setNew(boolean) - Method in class org.sonar.api.rules.Violation
For internal use only.
setNewSeverity(RulePriority) - Method in class org.sonar.api.rules.ActiveRuleChange
 
setNotification(Notification) - Method in class org.sonar.jpa.entity.NotificationQueueElement
 
setOldSeverity(RulePriority) - Method in class org.sonar.api.rules.ActiveRuleChange
 
setOnlyLastAnalysis(boolean) - Method in class org.sonar.api.batch.TimeMachineQuery
 
setOperator(String) - Method in class org.sonar.api.profiles.Alert
Sets the alert operator
setOperator(String) - Method in class org.sonar.server.filters.DateCriterion
 
setOperator(String) - Method in class org.sonar.server.filters.MeasureCriterion
 
setOptimizedBestValue(boolean) - Method in class org.sonar.api.measures.Metric.Builder
 
setOptimizedBestValue(Boolean) - Method in class org.sonar.api.measures.Metric
 
setOrganization(String) - Method in class org.sonar.core.plugins.DefaultPluginMetadata
 
setOrganizationUrl(String) - Method in class org.sonar.core.plugins.DefaultPluginMetadata
 
setOrigin(Metric.Origin) - Method in class org.sonar.api.measures.Metric
Set the origin of the metric - Internal use only
setOrs(List<OrFilter>) - Method in class org.sonar.plugins.findbugs.xml.Match
 
setOutput(OUTPUT) - Method in class org.sonar.channel.CodeReaderFilter
Sets the output object
setOutput(String) - Method in class org.sonar.wsclient.services.ReviewQuery
 
setOutput(String) - Method in class org.sonar.wsclient.services.ViolationQuery
 
setPackages(List<PackageFilter>) - Method in class org.sonar.plugins.findbugs.xml.OrFilter
 
setPackaging(String) - Method in class org.sonar.api.resources.Project
Deprecated. in 2.8. See http://jira.codehaus.org/browse/SONAR-2341
setParameter(String, String) - Method in class org.sonar.api.batch.maven.MavenPlugin
Sets a parameter for the maven plugin.
setParameter(String, String, boolean) - Method in class org.sonar.api.batch.maven.MavenPlugin
Sets a parameter to the maven plugin.
setParameter(String, String) - Method in class org.sonar.api.rules.ActiveRule
 
setParameter(String, String) - Static method in class org.sonar.gwt.Configuration
 
setParameterChange(String, String, String) - Method in class org.sonar.api.rules.ActiveRuleChange
 
setParams(List<RuleParam>) - Method in class org.sonar.api.rules.Rule
Sets the rule parameters
setParams(String) - Method in class org.sonar.plugins.findbugs.xml.MethodFilter
 
setParams(List<RuleParam>) - Method in class org.sonar.wsclient.services.Rule
 
setParent(Dependency) - Method in class org.sonar.api.design.Dependency
 
setParent(Project) - Method in class org.sonar.api.resources.Project
For internal use only.
setParent(Rule) - Method in class org.sonar.api.rules.Rule
 
setParent(Bucket) - Method in class org.sonar.batch.index.Bucket
 
setParent(SourceCodeEdge) - Method in class org.sonar.squid.api.SourceCodeEdge
 
setParentDependencyId(Long) - Method in class org.sonar.api.design.DependencyDto
 
setParentId(Integer) - Method in class org.sonar.api.database.model.Snapshot
 
setParentId(String) - Method in class org.sonar.wsclient.services.DependencyQuery
 
setParentName(String) - Method in class org.sonar.api.profiles.RulesProfile
For internal use only.
setParentName(String) - Method in class org.sonar.wsclient.services.Profile
 
setParticularClass(ClassFilter) - Method in class org.sonar.plugins.findbugs.xml.Match
 
setParticularField(FieldFilter) - Method in class org.sonar.plugins.findbugs.xml.Match
 
setParticularLocal(LocalFilter) - Method in class org.sonar.plugins.findbugs.xml.Match
 
setParticularMethod(MethodFilter) - Method in class org.sonar.plugins.findbugs.xml.Match
 
setParticularPackage(PackageFilter) - Method in class org.sonar.plugins.findbugs.xml.Match
 
setPassword(String) - Method in class org.sonar.wsclient.Host
 
setPath(String) - Method in class org.sonar.api.database.model.Snapshot
 
setPath(Integer, Integer, String, boolean) - Method in class org.sonar.server.filters.Filter
 
setPathsToInternalDeps(String[]) - Method in class org.sonar.core.plugins.DefaultPluginMetadata
 
setPattern(String) - Method in class org.sonar.plugins.findbugs.xml.Bug
 
setPeriod1Date(Date) - Method in class org.sonar.api.database.model.Snapshot
For internal use.
setPeriod1Date(Date) - Method in class org.sonar.wsclient.services.Resource
 
setPeriod1Mode(String) - Method in class org.sonar.api.database.model.Snapshot
For internal use.
setPeriod1Mode(String) - Method in class org.sonar.wsclient.services.Resource
 
setPeriod1Param(String) - Method in class org.sonar.api.database.model.Snapshot
For internal use.
setPeriod1Param(String) - Method in class org.sonar.wsclient.services.Resource
 
setPeriod2Date(Date) - Method in class org.sonar.api.database.model.Snapshot
For internal use.
setPeriod2Date(Date) - Method in class org.sonar.wsclient.services.Resource
 
setPeriod2Mode(String) - Method in class org.sonar.api.database.model.Snapshot
For internal use.
setPeriod2Mode(String) - Method in class org.sonar.wsclient.services.Resource
 
setPeriod2Param(String) - Method in class org.sonar.api.database.model.Snapshot
For internal use.
setPeriod2Param(String) - Method in class org.sonar.wsclient.services.Resource
 
setPeriod3Date(Date) - Method in class org.sonar.api.database.model.Snapshot
For internal use.
setPeriod3Date(Date) - Method in class org.sonar.wsclient.services.Resource
 
setPeriod3Mode(String) - Method in class org.sonar.api.database.model.Snapshot
For internal use.
setPeriod3Mode(String) - Method in class org.sonar.wsclient.services.Resource
 
setPeriod3Param(String) - Method in class org.sonar.api.database.model.Snapshot
For internal use.
setPeriod3Param(String) - Method in class org.sonar.wsclient.services.Resource
 
setPeriod4Date(Date) - Method in class org.sonar.api.database.model.Snapshot
For internal use.
setPeriod4Date(Date) - Method in class org.sonar.wsclient.services.Resource
 
setPeriod4Mode(String) - Method in class org.sonar.api.database.model.Snapshot
For internal use.
setPeriod4Mode(String) - Method in class org.sonar.wsclient.services.Resource
 
setPeriod4Param(String) - Method in class org.sonar.api.database.model.Snapshot
For internal use.
setPeriod4Param(String) - Method in class org.sonar.wsclient.services.Resource
 
setPeriod5Date(Date) - Method in class org.sonar.api.database.model.Snapshot
For internal use.
setPeriod5Date(Date) - Method in class org.sonar.wsclient.services.Resource
 
setPeriod5Mode(String) - Method in class org.sonar.api.database.model.Snapshot
For internal use.
setPeriod5Mode(String) - Method in class org.sonar.wsclient.services.Resource
 
setPeriod5Param(String) - Method in class org.sonar.api.database.model.Snapshot
For internal use.
setPeriod5Param(String) - Method in class org.sonar.wsclient.services.Resource
 
setPeriodDate(int, Date) - Method in class org.sonar.api.database.model.Snapshot
For internal use.
setPeriodIndex(int) - Method in class org.sonar.server.filters.Filter
 
setPeriodMode(int, String) - Method in class org.sonar.api.database.model.Snapshot
For internal use.
setPeriodModeParameter(int, String) - Method in class org.sonar.api.database.model.Snapshot
For internal use.
setPermanentId(Integer) - Method in class org.sonar.api.database.model.RuleFailureModel
 
setPersistenceMode(PersistenceMode) - Method in class org.sonar.api.measures.Measure
Sets the persistence mode of a measure.
setPluginName(String) - Method in class org.sonar.api.rules.Rule
Deprecated. since 2.5 use Rule.setRepositoryKey(String) instead
setPom(MavenProject) - Method in class org.sonar.api.resources.Project
For internal use only.
setPopupMode(boolean) - Method in class org.sonar.plugins.design.ui.page.client.DependencyInfo
 
setPriorities(String...) - Method in class org.sonar.wsclient.services.ViolationQuery
Deprecated. since 2.5 use ViolationQuery.setSeverities(String...) instead. See http://jira.codehaus.org/browse/SONAR-1829
setPriority(RulePriority) - Method in class org.sonar.api.database.model.RuleFailureModel
 
setPriority(RulePriority) - Method in class org.sonar.api.rules.ActiveRule
Deprecated. since 2.5 use ActiveRule.setSeverity(RulePriority) instead. See http://jira.codehaus.org/browse/SONAR-1829
setPriority(RulePriority) - Method in class org.sonar.api.rules.Rule
Deprecated. since 2.5 use Rule.setSeverity(RulePriority) instead. See http://jira.codehaus.org/browse/SONAR-1829
setPriority(RulePriority) - Method in class org.sonar.api.rules.Violation
Deprecated. since 2.5 use Violation.setSeverity(RulePriority) instead. See http://jira.codehaus.org/browse/SONAR-1829
setPriority(String) - Method in class org.sonar.api.rules.xml.Rule
Deprecated.  
setPriority(Priority) - Method in class org.sonar.plugins.findbugs.xml.Match
 
setPriority(String) - Method in class org.sonar.plugins.pmd.xml.PmdRule
 
setPriority(String) - Method in class org.sonar.wsclient.services.Violation
Deprecated. since 2.5 use Violation.setSeverity(String) instead. See http://jira.codehaus.org/browse/SONAR-1829
setProfile(String) - Method in class org.sonar.wsclient.services.RuleQuery
 
setProfiles(Collection<RulesProfile>) - Method in class org.sonar.server.configuration.SonarConfig
 
setProjectId(Integer) - Method in class org.sonar.api.database.model.MeasureModel
Sets the project id
setProjectKeysOrIds(String...) - Method in class org.sonar.wsclient.services.ReviewQuery
 
setProjectLinks(List<ProjectLink>) - Method in class org.sonar.api.database.model.ResourceModel
 
setProjects(List<ResourceModel>) - Method in class org.sonar.api.profiles.RulesProfile
Sets the list of projects attached to the profile
setProjectSnapshotId(Integer) - Method in class org.sonar.api.design.DependencyDto
 
setProjectSnapshotId(Integer) - Method in class org.sonar.persistence.model.DuplicationUnit
 
setProperties(Properties) - Method in class org.sonar.api.batch.bootstrap.ProjectDefinition
Copies specified properties into this object.
setProperties(Map<String, String>) - Method in class org.sonar.api.config.Settings
 
setProperties(List<Property>) - Method in class org.sonar.api.rules.xml.Rule
Deprecated.  
setProperties(List<PmdProperty>) - Method in class org.sonar.plugins.pmd.xml.PmdRule
 
setProperties(Collection<Property>) - Method in class org.sonar.server.configuration.SonarConfig
 
setProperty(String, String) - Method in class org.sonar.api.batch.bootstrap.ProjectDefinition
 
setProperty(String, String) - Method in class org.sonar.api.config.Settings
 
setProperty(String, Boolean) - Method in class org.sonar.api.config.Settings
 
setProperty(String, Integer) - Method in class org.sonar.api.config.Settings
 
setProperty(String, Long) - Method in class org.sonar.api.config.Settings
 
setProperty(String, Double) - Method in class org.sonar.api.config.Settings
 
setProperty(String, Date) - Method in class org.sonar.api.config.Settings
 
setProperty(String, Date, boolean) - Method in class org.sonar.api.config.Settings
 
setProperty(String, String) - Method in class org.sonar.api.qualitymodel.Characteristic
 
setProperty(String, Double) - Method in class org.sonar.api.qualitymodel.Characteristic
 
setProvided(Boolean) - Method in class org.sonar.api.profiles.RulesProfile
Set whether the profile is provided by a plugin
setProvided(boolean) - Method in class org.sonar.wsclient.services.Profile
 
setQualifier(String) - Method in class org.sonar.api.database.model.ResourceModel
 
setQualifier(String) - Method in class org.sonar.api.database.model.Snapshot
 
setQualifier(String) - Method in class org.sonar.api.resources.File
 
setQualifier(String) - Method in class org.sonar.wsclient.services.Favourite
 
setQualifier(String) - Method in class org.sonar.wsclient.services.Resource
 
setQualifiers(Set<String>) - Method in class org.sonar.server.filters.Filter
 
setQualifiers(String...) - Method in class org.sonar.server.filters.Filter
 
setQualifiers(String...) - Method in class org.sonar.wsclient.services.ResourceQuery
 
setQualifiers(String...) - Method in class org.sonar.wsclient.services.ViolationQuery
 
setQualitative(Boolean) - Method in class org.sonar.api.measures.Metric.Builder
Sets whether the metric is qualitative.
setQualitative(Boolean) - Method in class org.sonar.api.measures.Metric
Sets whether the metric is qualitative
setReader(Reader) - Method in class org.sonar.channel.ChannelCodeReaderFilter
Sets the reader from which this class will read the character stream.
setReader(Reader) - Method in class org.sonar.channel.CodeReaderFilter
Sets the reader from which this class will read the character stream.
setReadOnly(boolean) - Method in class org.sonar.batch.DefaultDecoratorContext
 
setRef(String) - Method in class org.sonar.plugins.pmd.xml.PmdRule
 
setRegex(String) - Method in class net.sourceforge.pmd.util.filter.RegexStringFilter
 
setRelease(Release) - Method in class org.sonar.server.plugins.PluginUpdate
 
setRepositories(String...) - Method in class org.sonar.wsclient.services.RuleQuery
 
setRepository(String) - Method in class org.sonar.wsclient.services.Profile.Rule
 
setRepository(String) - Method in class org.sonar.wsclient.services.Rule
 
setRepositoryKey(String) - Method in class org.sonar.api.rules.Rule
 
setRepositoryKey(String) - Method in class org.sonar.persistence.model.Rule
 
setResolution(String) - Method in class org.sonar.jpa.entity.Review
 
setResolution(String) - Method in class org.sonar.wsclient.services.Review
 
setResolution(String) - Method in class org.sonar.wsclient.services.ReviewCreateQuery
 
setResolution(String) - Method in class org.sonar.wsclient.services.ReviewUpdateQuery
 
setResolutions(String...) - Method in class org.sonar.wsclient.services.ReviewQuery
 
setResource(Resource) - Method in class org.sonar.api.batch.TimeMachineQuery
Sets the resource of the query
setResource(ResourceModel) - Method in class org.sonar.api.database.model.Snapshot
 
setResource(ResourceModel) - Method in class org.sonar.api.resources.ProjectLink
 
setResource(Resource) - Method in class org.sonar.api.rules.Violation
Sets the resource the violation applies to
setResourceId(Integer) - Method in class org.sonar.api.batch.Event
 
setResourceId(Integer) - Method in class org.sonar.api.database.configuration.Property
 
setResourceId(Integer) - Method in class org.sonar.api.database.model.Snapshot
 
setResourceId(Integer) - Method in class org.sonar.api.security.GroupRole
 
setResourceId(Integer) - Method in class org.sonar.api.security.UserRole
 
setResourceId(long) - Method in class org.sonar.wsclient.services.DependencyQuery
 
setResourceId(String) - Method in class org.sonar.wsclient.services.DependencyTree
 
setResourceId(String) - Method in class org.sonar.wsclient.services.DependencyTreeQuery
 
setResourceId(int) - Method in class org.sonar.wsclient.services.ResourceQuery
 
setResourceIdOrKey(String) - Method in class org.sonar.wsclient.services.DependencyQuery
 
setResourceIndex(ResourceIndex) - Method in class org.sonar.plugins.squid.bridges.Bridge
 
setResourceKee(String) - Method in class org.sonar.wsclient.services.Review
 
setResourceKey(String) - Method in class org.sonar.persistence.model.DuplicationUnit
 
setResourceKey(String) - Method in class org.sonar.wsclient.services.DependencyTree
 
setResourceKey(String) - Method in class org.sonar.wsclient.services.Event
 
setResourceKey(String) - Method in class org.sonar.wsclient.services.EventQuery
 
setResourceKey(String) - Method in class org.sonar.wsclient.services.ManualMeasure
 
setResourceKey(String) - Method in class org.sonar.wsclient.services.Violation
 
setResourceKeyOrId(String) - Method in class org.sonar.wsclient.services.PropertyCreateQuery
 
setResourceKeyOrId(String) - Method in class org.sonar.wsclient.services.PropertyDeleteQuery
 
setResourceKeyOrId(String) - Method in class org.sonar.wsclient.services.PropertyQuery
 
setResourceKeyOrId(String) - Method in class org.sonar.wsclient.services.PropertyUpdateQuery
 
setResourceKeyOrId(String) - Method in class org.sonar.wsclient.services.ResourceQuery
 
setResourceKeyOrId(String) - Method in class org.sonar.wsclient.services.SourceQuery
 
setResourceKeysOrIds(String...) - Method in class org.sonar.wsclient.services.ReviewQuery
 
setResourceName(String) - Method in class org.sonar.wsclient.services.DependencyTree
 
setResourceName(String) - Method in class org.sonar.wsclient.services.Violation
 
setResourceQualifier(String) - Method in class org.sonar.wsclient.services.DependencyTree
 
setResourceQualifier(String) - Method in class org.sonar.wsclient.services.Violation
 
setResourceScope(String) - Method in class org.sonar.wsclient.services.DependencyTree
 
setResourceScope(String) - Method in class org.sonar.wsclient.services.Violation
 
setResourceVersion(String) - Method in class org.sonar.wsclient.services.DependencyTree
 
setReturns(String) - Method in class org.sonar.plugins.findbugs.xml.MethodFilter
 
setReview(Review) - Method in class org.sonar.wsclient.services.Violation
 
setReviewType(String) - Method in class org.sonar.wsclient.services.ReviewQuery
Deprecated. since 2.9
setRole(String) - Method in class org.sonar.api.security.GroupRole
 
setRole(String) - Method in class org.sonar.api.security.UserRole
 
setRootId(Integer) - Method in class org.sonar.api.database.model.ResourceModel
 
setRootId(Integer) - Method in class org.sonar.api.database.model.Snapshot
 
setRootProjectId(Integer) - Method in class org.sonar.api.database.model.Snapshot
 
setRule(Rule) - Method in class org.sonar.api.measures.RuleMeasure
 
setRule(Rule) - Method in class org.sonar.api.qualitymodel.Characteristic
 
setRule(Rule) - Method in class org.sonar.api.rules.ActiveRule
Deprecated. visibility should be reduced to protected or package
setRule(Rule) - Method in class org.sonar.api.rules.Violation
Sets the rule violated
setRuleCategories(String...) - Method in class org.sonar.wsclient.services.ResourceQuery
Deprecated. since 2.5 See http://jira.codehaus.org/browse/SONAR-2007
setRuleCategory(Integer) - Method in class org.sonar.api.measures.RuleMeasure
Deprecated. since 2.5 See http://jira.codehaus.org/browse/SONAR-2007
setRuleCategory(String) - Method in class org.sonar.wsclient.services.Measure
Deprecated. since 2.5 See http://jira.codehaus.org/browse/SONAR-2007
setRuleId(Integer) - Method in class org.sonar.api.database.model.MeasureModel
Sets the rule for the measure
setRuleId(Integer) - Method in class org.sonar.api.database.model.RuleFailureModel
 
setRuleKey(String) - Method in class org.sonar.persistence.model.Rule
 
setRuleKey(String) - Method in class org.sonar.wsclient.services.Measure
 
setRuleKey(String) - Method in class org.sonar.wsclient.services.Violation
 
setRuleKeys(String...) - Method in class org.sonar.wsclient.services.ViolationQuery
 
setRuleName(String) - Method in class org.sonar.wsclient.services.Measure
 
setRuleName(String) - Method in class org.sonar.wsclient.services.Violation
 
setRuleParam(RuleParam) - Method in class org.sonar.api.rules.ActiveRuleParam
Deprecated. visibility should be decreased to protected or package
setRulePriorities(String...) - Method in class org.sonar.wsclient.services.ResourceQuery
Deprecated. since 2.5 use ResourceQuery.setRuleSeverities(String...) instead. See http://jira.codehaus.org/browse/SONAR-1829
setRulePriority(RulePriority) - Method in class org.sonar.api.database.model.MeasureModel
Sets the rule priority
setRulePriority(RulePriority) - Method in class org.sonar.api.measures.RuleMeasure
 
setRulePriority(String) - Method in class org.sonar.wsclient.services.Measure
Deprecated. since 2.5 use Measure.setRuleSeverity(String) instead. See http://jira.codehaus.org/browse/SONAR-1829
setRuleRepositories(String[]) - Method in class org.sonar.wsclient.services.ProfileQuery
 
setRules(List<Rule>) - Method in class org.sonar.api.rules.xml.Profile
Deprecated.  
setRules(List<PmdRule>) - Method in class org.sonar.plugins.pmd.xml.PmdRuleset
 
setRules(Collection<Rule>) - Method in class org.sonar.server.configuration.SonarConfig
 
setRules(String...) - Method in class org.sonar.wsclient.services.ResourceQuery
 
setRulesCategory(RulesCategory) - Method in class org.sonar.api.rules.Rule
Deprecated. since 2.5 See http://jira.codehaus.org/browse/SONAR-2007
setRulesCategoryId(Integer) - Method in class org.sonar.api.database.model.MeasureModel
Deprecated. since 2.5 See http://jira.codehaus.org/browse/SONAR-2007
setRuleSeverities(String[]) - Method in class org.sonar.wsclient.services.ProfileQuery
 
setRuleSeverities(String...) - Method in class org.sonar.wsclient.services.ResourceQuery
 
setRuleSeverity(String) - Method in class org.sonar.wsclient.services.Measure
 
setRulesProfile(RulesProfile) - Method in class org.sonar.api.database.model.ResourceModel
 
setRulesProfile(RulesProfile) - Method in class org.sonar.api.profiles.Alert
Sets the alert profile
setRulesProfile(RulesProfile) - Method in class org.sonar.api.rules.ActiveRule
Deprecated. visibility should be reduced to protected or package
setScope(String) - Method in class org.sonar.api.database.model.ResourceModel
 
setScope(String) - Method in class org.sonar.api.database.model.Snapshot
 
setScope(String) - Method in class org.sonar.wsclient.services.Favourite
 
setScope(String) - Method in class org.sonar.wsclient.services.Resource
 
setScopes(Set<String>) - Method in class org.sonar.server.filters.Filter
 
setScopes(String...) - Method in class org.sonar.server.filters.Filter
 
setScopes(String...) - Method in class org.sonar.wsclient.services.DependencyTreeQuery
 
setScopes(String...) - Method in class org.sonar.wsclient.services.ResourceQuery
 
setScopes(String...) - Method in class org.sonar.wsclient.services.ViolationQuery
 
setSearchText(String) - Method in class org.sonar.wsclient.services.RuleQuery
 
setSecond(int) - Method in class org.sonar.duplications.cpd.Match.MatchCode
 
setSessionFactory(DatabaseSessionFactory) - Method in class org.sonar.server.platform.ServerSettings
 
setSeverities(String...) - Method in class org.sonar.wsclient.services.ReviewQuery
 
setSeverities(String...) - Method in class org.sonar.wsclient.services.RuleQuery
 
setSeverities(String...) - Method in class org.sonar.wsclient.services.ViolationQuery
 
setSeverity(RulePriority) - Method in class org.sonar.api.rules.ActiveRule
 
setSeverity(RulePriority) - Method in class org.sonar.api.rules.Rule
 
setSeverity(RulePriority) - Method in class org.sonar.api.rules.Violation
For internal use only.
setSeverity(String) - Method in class org.sonar.wsclient.services.Profile.Rule
 
setSeverity(String) - Method in class org.sonar.wsclient.services.Review
 
setSeverity(String) - Method in class org.sonar.wsclient.services.Rule
 
setSeverity(String) - Method in class org.sonar.wsclient.services.Violation
 
setSignature(String) - Method in class org.sonar.java.api.JavaMethod.Builder
 
setSignature(String) - Method in class org.sonar.java.bytecode.asm.AsmMethod
 
setSnapshot(Snapshot) - Method in class org.sonar.api.batch.Event
 
setSnapshot(Snapshot) - Method in class org.sonar.api.database.model.SnapshotSource
 
setSnapshotId(Integer) - Method in class org.sonar.api.database.model.MeasureData
 
setSnapshotId(Integer) - Method in class org.sonar.api.database.model.MeasureModel
Sets the snapshot id
setSnapshotId(Integer) - Method in class org.sonar.api.database.model.RuleFailureModel
 
setSnapshotId(Integer) - Method in class org.sonar.persistence.model.DuplicationUnit
 
setSortedByDate() - Method in class org.sonar.server.filters.Filter
 
setSortedByLanguage() - Method in class org.sonar.server.filters.Filter
 
setSortedByName() - Method in class org.sonar.server.filters.Filter
 
setSortedByVersion() - Method in class org.sonar.server.filters.Filter
 
setSortedMetricId(Integer, boolean, Boolean) - Method in class org.sonar.server.filters.Filter
 
setSource(Resource, String) - Method in class org.sonar.api.batch.SonarIndex
Save the source code of a file.
setSource(Resource, String) - Method in class org.sonar.batch.index.DefaultIndex
 
setSource(Resource, String) - Method in class org.sonar.batch.index.DefaultPersistenceManager
 
setSource(Resource, String) - Method in interface org.sonar.batch.index.PersistenceManager
 
setSource(Resource, String) - Method in class org.sonar.batch.index.ReadOnlyPersistenceManager
 
setSource(String, String) - Method in class org.sonar.gwt.ui.SourcePanel.Row
 
setSource(Source) - Method in class org.sonar.java.ast.visitor.JavaAstVisitor
 
setSourceCode(SourceCode) - Method in class org.sonar.squid.api.CheckMessage
 
setSourceCodeIndexer(SourceCodeIndexer) - Method in class org.sonar.squid.api.SourceCode
 
setSourceCodeSlice(String) - Method in class org.sonar.duplications.cpd.Match
 
setSourceCodeStack(Stack<SourceCode>) - Method in class org.sonar.java.ast.visitor.JavaAstVisitor
 
setSourceDirs(String...) - Method in class org.sonar.api.batch.bootstrap.ProjectDefinition
 
setSourceDirs(File...) - Method in class org.sonar.api.batch.bootstrap.ProjectDefinition
 
setSquid(Squid) - Method in class org.sonar.plugins.squid.bridges.Bridge
 
setSquidIndex(SquidIndex) - Method in class org.sonar.java.bytecode.visitor.BytecodeVisitor
 
setStackTrace(String) - Method in class org.sonar.plugins.surefire.data.UnitTestResult
 
setStartAtLine(int) - Method in class org.sonar.squid.api.SourceCode
 
setStarted() - Method in class org.sonar.gwt.ui.SourcePanel
 
setStartLine(int) - Method in class org.sonar.persistence.model.DuplicationUnit
 
setStatus(String) - Method in class org.sonar.api.database.model.Snapshot
 
setStatus(String) - Method in class org.sonar.jpa.entity.Review
 
setStatus(String) - Method in class org.sonar.plugins.surefire.data.UnitTestResult
 
setStatus(PluginUpdate.Status) - Method in class org.sonar.server.plugins.PluginUpdate
 
setStatus(String) - Method in class org.sonar.wsclient.services.Review
 
setStatus(String) - Method in class org.sonar.wsclient.services.ReviewCreateQuery
 
setStatus(Server.Status) - Method in class org.sonar.wsclient.services.Server
 
setStatus(String) - Method in class org.sonar.wsclient.services.ServerSetup
 
setStatuses(String...) - Method in class org.sonar.wsclient.services.ReviewQuery
 
setStatusMessage(String) - Method in class org.sonar.wsclient.services.Server
 
setStopSquidOnException(boolean) - Method in class org.sonar.squid.api.SquidConfiguration
 
setSubject(String) - Method in class org.sonar.plugins.emailnotifications.api.EmailMessage
 
setSupportedLanguages(String...) - Method in class org.sonar.api.profiles.ProfileExporter
 
setSupportedLanguages(String...) - Method in class org.sonar.api.profiles.ProfileImporter
 
setSuppressWarnings(boolean) - Method in class org.sonar.squid.api.SourceClass
 
setSuppressWarnings(boolean) - Method in class org.sonar.squid.api.SourceMethod
 
setSwitchedOff(boolean) - Method in class org.sonar.api.database.model.RuleFailureModel
 
setSwitchedOff(boolean) - Method in class org.sonar.api.rules.Violation
Switches off the current violation.
setSwitchedOff(boolean) - Method in class org.sonar.api.violations.ViolationQuery
Specifies if the query should return only switched-off violations.
setSwitchedOff(Boolean) - Method in class org.sonar.wsclient.services.Violation
 
setSwitchMode(ViolationQuery.SwitchMode) - Method in class org.sonar.api.violations.ViolationQuery
 
setTableId(String) - Method in class org.sonar.colorizer.HtmlOptions
Used only if isGenerateTable() is true.
setTabSize(int) - Static method in class net.sourceforge.pmd.cpd.cppast.SimpleCharStream
 
setTabWidth(int) - Method in class org.sonar.channel.CodeReaderConfiguration
 
setTendency(Integer) - Method in class org.sonar.api.database.model.MeasureModel
Sets the measure tendency
setTendency(Integer) - Method in class org.sonar.api.measures.Measure
Sets the tendency for the measure - Internal use only
setTestDirs(String...) - Method in class org.sonar.api.batch.bootstrap.ProjectDefinition
 
setTestDirs(File...) - Method in class org.sonar.api.batch.bootstrap.ProjectDefinition
 
setTextValue(String) - Method in class org.sonar.api.database.model.MeasureModel
Use setData() instead
setTextValue(String) - Method in class org.sonar.api.qualitymodel.CharacteristicProperty
 
setTextValue(String) - Method in class org.sonar.wsclient.services.ManualMeasure
 
setTextValue(String) - Method in class org.sonar.wsclient.services.ManualMeasureCreateQuery
 
setTimeoutMilliseconds(int) - Method in class org.sonar.wsclient.services.AbstractQuery
Set the timeout for waiting data, in milliseconds.
Settings - Class in org.sonar.api.config
Project Settings on batch side, Global Settings on server side.
Settings() - Constructor for class org.sonar.api.config.Settings
 
Settings(PropertyDefinitions) - Constructor for class org.sonar.api.config.Settings
 
setTitle(String) - Method in class org.sonar.jpa.entity.Review
 
setTitle(String) - Method in class org.sonar.wsclient.services.Review
 
setTitle(String) - Method in class org.sonar.wsclient.services.Rule
 
setTo(Date) - Method in class org.sonar.api.batch.TimeMachineQuery
Sets the to date to be used in the query
setTo(String) - Method in class org.sonar.plugins.emailnotifications.api.EmailMessage
 
setTo(List<DependencyTree>) - Method in class org.sonar.wsclient.services.DependencyTree
 
setTo(Date, boolean) - Method in class org.sonar.wsclient.services.EventQuery
 
setTo(Date) - Method in class org.sonar.wsclient.services.TimeMachineQuery
 
setToClasses(String) - Method in class org.sonar.java.bytecode.check.ArchitectureCheck
 
setToCurrentAnalysis(boolean) - Method in class org.sonar.api.batch.TimeMachineQuery
 
setToId(long) - Method in class org.sonar.wsclient.services.Dependency
 
setToKey(String) - Method in class org.sonar.wsclient.services.Dependency
 
setToLine(int) - Method in class org.sonar.java.api.JavaClass.Builder
 
setToLine(int) - Method in class org.sonar.java.api.JavaMethod.Builder
 
setToName(String) - Method in class org.sonar.wsclient.services.Dependency
 
setToQualifier(String) - Method in class org.sonar.wsclient.services.Dependency
 
setToResourceId(Integer) - Method in class org.sonar.api.design.DependencyDto
 
setToScope(String) - Method in class org.sonar.api.design.DependencyDto
 
setToSnapshotId(Integer) - Method in class org.sonar.api.design.DependencyDto
 
setTrend(Integer) - Method in class org.sonar.wsclient.services.Measure
 
setType(Metric.ValueType) - Method in class org.sonar.api.measures.Metric
Sets the metric type
setType(String) - Method in class org.sonar.api.rules.RuleParam
 
setType(String) - Method in class org.sonar.plugins.findbugs.xml.FieldFilter
 
setType(String) - Method in class org.sonar.wsclient.services.Metric
 
setType(String) - Method in class org.sonar.wsclient.services.Review
Deprecated. since 2.9.
setUniqueKey(String, String) - Method in class org.sonar.api.rules.Rule
 
setupData(String...) - Method in class org.sonar.test.persistence.DatabaseTestCase
 
setUpdatedAt(Date) - Method in class org.sonar.wsclient.services.ManualMeasure
 
setUpdatedAt(Date) - Method in class org.sonar.wsclient.services.Review
 
setupSchemaVersion(int) - Method in class org.sonar.jpa.session.MemoryDatabaseConnector
 
setUrl(String) - Method in class org.sonar.api.database.model.MeasureModel
Sets the measure URL
setUrl(String) - Method in class org.sonar.api.measures.Measure
Sets the URL of the measure
setUsage(String) - Method in class org.sonar.api.design.Dependency
 
setUsage(String) - Method in class org.sonar.api.design.DependencyDto
 
setUsage(String) - Method in class org.sonar.wsclient.services.Dependency
 
setUsage(String) - Method in class org.sonar.wsclient.services.DependencyTree
 
setUseChildFirstClassLoader(boolean) - Method in class org.sonar.core.plugins.DefaultPluginMetadata
 
setUsed(Boolean) - Method in class org.sonar.api.profiles.RulesProfile
 
setUsed(boolean) - Method in class org.sonar.java.bytecode.asm.AsmResource
 
setUserId(Integer) - Method in class org.sonar.api.database.configuration.Property
 
setUserId(Integer) - Method in class org.sonar.api.security.UserRole
 
setUserId(Integer) - Method in class org.sonar.jpa.entity.Review
 
setUserLogin(String) - Method in class org.sonar.wsclient.services.ManualMeasure
 
setUserManaged(boolean) - Method in class org.sonar.api.measures.Metric.Builder
Values of user-managed metrics can be set online in the "Manual measures" page.
setUserManaged(Boolean) - Method in class org.sonar.api.measures.Metric
Sets whether the metric is managed by users ("manual metric")
setUserManaged(Boolean) - Method in class org.sonar.wsclient.services.Metric
 
setUsername(String) - Method in class org.sonar.wsclient.Host
 
setUsername(String) - Method in class org.sonar.wsclient.services.ManualMeasure
 
setValue(String) - Method in class org.sonar.api.database.configuration.Property
 
setValue(Double) - Method in class org.sonar.api.database.model.MeasureModel
Sets the measure value
setValue(Double) - Method in class org.sonar.api.measures.Measure
Sets the measure value with the default precision of 1
setValue(Double, int) - Method in class org.sonar.api.measures.Measure
Sets the measure value with a given precision
setValue(Double) - Method in class org.sonar.api.measures.RuleMeasure
 
setValue(Double) - Method in class org.sonar.api.qualitymodel.CharacteristicProperty
 
setValue(String) - Method in class org.sonar.api.rules.ActiveRuleParam
 
setValue(VALUE) - Method in class org.sonar.api.utils.KeyValue
Sets the value of the couple
setValue(String, String) - Method in class org.sonar.gwt.ui.SourcePanel.Row
 
setValue(String) - Method in class org.sonar.plugins.findbugs.xml.Priority
 
setValue(String) - Method in class org.sonar.plugins.pmd.xml.PmdProperty
 
setValue(Double) - Method in class org.sonar.server.filters.MeasureCriterion
 
setValue(MetricDef, double) - Method in class org.sonar.squid.measures.Measures
 
setValue(Double) - Method in class org.sonar.wsclient.services.ManualMeasure
 
setValue(Double) - Method in class org.sonar.wsclient.services.ManualMeasureCreateQuery
 
setValue(Double) - Method in class org.sonar.wsclient.services.Measure
 
setValue(String) - Method in class org.sonar.wsclient.services.Property
 
setValue(String) - Method in class org.sonar.wsclient.services.PropertyCreateQuery
 
setValue(String) - Method in class org.sonar.wsclient.services.PropertyUpdateQuery
 
setValue(String) - Method in class org.sonar.wsclient.services.RuleParam
 
setValue(String) - Method in class org.sonar.wsclient.services.UserPropertyCreateQuery
 
setValue2(String, String) - Method in class org.sonar.gwt.ui.SourcePanel.Row
 
setValueError(String) - Method in class org.sonar.api.profiles.Alert
Sets the error value if any
setValueWarning(String) - Method in class org.sonar.api.profiles.Alert
Sets the warning value if any
setVar(Integer) - Method in class org.sonar.wsclient.services.Measure
 
setVariable(Object, Object) - Method in class org.sonar.colorizer.HtmlCodeBuilder
Save a stateful variable.
setVariation(int, Double) - Method in class org.sonar.api.measures.Measure
Internal use only
setVariation(Boolean) - Method in class org.sonar.server.filters.MeasureCriterion
 
setVariation1(Double) - Method in class org.sonar.api.measures.Measure
Internal use only
setVariation1(Double) - Method in class org.sonar.wsclient.services.Measure
 
setVariation2(Double) - Method in class org.sonar.api.measures.Measure
Internal use only
setVariation2(Double) - Method in class org.sonar.wsclient.services.Measure
 
setVariation3(Double) - Method in class org.sonar.api.measures.Measure
Internal use only
setVariation3(Double) - Method in class org.sonar.wsclient.services.Measure
 
setVariation4(Double) - Method in class org.sonar.api.measures.Measure
Internal use only
setVariation4(Double) - Method in class org.sonar.wsclient.services.Measure
 
setVariation5(Double) - Method in class org.sonar.api.measures.Measure
Internal use only
setVariation5(Double) - Method in class org.sonar.wsclient.services.Measure
 
setVariationValue1(Double) - Method in class org.sonar.api.database.model.MeasureModel
 
setVariationValue2(Double) - Method in class org.sonar.api.database.model.MeasureModel
 
setVariationValue3(Double) - Method in class org.sonar.api.database.model.MeasureModel
 
setVariationValue4(Double) - Method in class org.sonar.api.database.model.MeasureModel
 
setVariationValue5(Double) - Method in class org.sonar.api.database.model.MeasureModel
 
setVerbose(Boolean) - Method in class org.sonar.wsclient.services.ResourceQuery
 
setVersion(String) - Method in class org.sonar.api.batch.bootstrap.ProjectDefinition
 
setVersion(String) - Method in class org.sonar.api.batch.maven.MavenPlugin
Sets the maven plugin version
setVersion(String) - Method in class org.sonar.api.database.model.Snapshot
 
setVersion(int) - Method in class org.sonar.api.profiles.RulesProfile
 
setVersion(String) - Method in class org.sonar.core.plugins.DefaultPluginMetadata
 
setVersion(String) - Method in class org.sonar.jpa.entity.SchemaMigration
 
setVersion(int) - Method in class org.sonar.jpa.entity.SchemaMigration
 
setVersion(Integer) - Method in class org.sonar.server.configuration.SonarConfig
 
setVersion(String) - Method in class org.sonar.wsclient.services.Plugin
 
setVersion(String) - Method in class org.sonar.wsclient.services.Resource
 
setVersion(String) - Method in class org.sonar.wsclient.services.Server
 
setViewContext(boolean) - Method in class org.sonar.server.filters.Filter
 
setViolationId(Long) - Method in class org.sonar.wsclient.services.Review
 
setViolationId(Long) - Method in class org.sonar.wsclient.services.ReviewCreateQuery
 
setWeight(int) - Method in class org.sonar.api.design.Dependency
 
setWeight(Integer) - Method in class org.sonar.api.design.DependencyDto
 
setWeight(Integer) - Method in class org.sonar.wsclient.services.Dependency
 
setWeight(int) - Method in class org.sonar.wsclient.services.DependencyTree
 
setWidth(int) - Method in class org.sonar.server.charts.deprecated.BaseChart
 
setWorkDir(File) - Method in class org.sonar.api.batch.bootstrap.ProjectDefinition
 
setWorstValue(Double) - Method in class org.sonar.api.measures.Metric.Builder
Sets the worst value.
setWorstValue(Double) - Method in class org.sonar.api.measures.Metric
 
SHIFTLEFT - Static variable in interface net.sourceforge.pmd.cpd.cppast.CPPParserConstants
RegularExpression Id.
SHIFTLEFTEQUAL - Static variable in interface net.sourceforge.pmd.cpd.cppast.CPPParserConstants
RegularExpression Id.
SHIFTRIGHT - Static variable in interface net.sourceforge.pmd.cpd.cppast.CPPParserConstants
RegularExpression Id.
SHIFTRIGHTEQUAL - Static variable in interface net.sourceforge.pmd.cpd.cppast.CPPParserConstants
RegularExpression Id.
SHORT - Static variable in interface net.sourceforge.pmd.cpd.cppast.CPPParserConstants
RegularExpression Id.
shouldDecorate(Resource, DecoratorContext) - Method in class org.sonar.plugins.core.sensors.AbstractCoverageDecorator
 
shouldDecorateLine(int) - Method in class org.sonar.gwt.ui.SourcePanel
 
shouldDecorateResource(DecoratorContext) - Method in class org.sonar.api.batch.AbstractDivisionDecorator
 
shouldDecorateResource(Resource) - Method in class org.sonar.api.batch.AbstractSumChildrenDecorator
 
shouldDecorateResource(Resource, DecoratorContext) - Method in class org.sonar.plugins.core.sensors.UnitTestDecorator
 
shouldDecorateResource(DecoratorContext) - Method in class org.sonar.plugins.core.sensors.ViolationsDensityDecorator
 
shouldDecorateResource(Resource) - Method in class org.sonar.plugins.cpd.decorators.SumDuplicationsDecorator
 
shouldExecuteOnProject(Project) - Method in class org.sonar.api.batch.AbstractCoverageExtension
Deprecated. Whether to implement the extension on the project
shouldExecuteOnProject(Project) - Method in class org.sonar.api.batch.AbstractDirectoriesDecorator
Deprecated. 
shouldExecuteOnProject(Project) - Method in class org.sonar.api.batch.AbstractDivisionDecorator
shouldExecuteOnProject(Project) - Method in class org.sonar.api.batch.AbstractFileComplexityDecorator
Deprecated. 
shouldExecuteOnProject(Project) - Method in class org.sonar.api.batch.AbstractFilesDecorator
Deprecated. 
shouldExecuteOnProject(Project) - Method in class org.sonar.api.batch.AbstractFunctionComplexityDecorator
Deprecated. 
shouldExecuteOnProject(Project) - Method in class org.sonar.api.batch.AbstractFunctionComplexityDistributionDecorator
Deprecated.  
shouldExecuteOnProject(Project) - Method in class org.sonar.api.batch.AbstractSourceImporter
shouldExecuteOnProject(Project) - Method in class org.sonar.api.batch.AbstractSumChildrenDecorator
shouldExecuteOnProject(Project) - Method in interface org.sonar.api.batch.CheckProject
 
shouldExecuteOnProject(Project) - Method in class org.sonar.api.batch.Initializer
 
shouldExecuteOnProject(Project) - Method in class org.sonar.batch.FormulaDecorator
shouldExecuteOnProject(Project) - Method in class org.sonar.plugins.checkstyle.CheckstyleSensor
 
shouldExecuteOnProject(Project) - Method in class org.sonar.plugins.cobertura.CoberturaMavenInitializer
 
shouldExecuteOnProject(Project) - Method in class org.sonar.plugins.cobertura.CoberturaSensor
 
shouldExecuteOnProject(Project) - Method in class org.sonar.plugins.core.security.ApplyProjectRolesDecorator
 
shouldExecuteOnProject(Project) - Method in class org.sonar.plugins.core.sensors.AbstractCoverageDecorator
 
shouldExecuteOnProject(Project) - Method in class org.sonar.plugins.core.sensors.CheckAlertThresholds
 
shouldExecuteOnProject(Project) - Method in class org.sonar.plugins.core.sensors.CloseReviewsDecorator
 
shouldExecuteOnProject(Project) - Method in class org.sonar.plugins.core.sensors.CommentDensityDecorator
 
shouldExecuteOnProject(Project) - Method in class org.sonar.plugins.core.sensors.DirectoriesDecorator
 
shouldExecuteOnProject(Project) - Method in class org.sonar.plugins.core.sensors.FilesDecorator
 
shouldExecuteOnProject(Project) - Method in class org.sonar.plugins.core.sensors.GenerateAlertEvents
 
shouldExecuteOnProject(Project) - Method in class org.sonar.plugins.core.sensors.ManualMeasureDecorator
 
shouldExecuteOnProject(Project) - Method in class org.sonar.plugins.core.sensors.ProfileEventsSensor
 
shouldExecuteOnProject(Project) - Method in class org.sonar.plugins.core.sensors.ProfileSensor
 
shouldExecuteOnProject(Project) - Method in class org.sonar.plugins.core.sensors.ProjectLinksSensor
 
shouldExecuteOnProject(Project) - Method in class org.sonar.plugins.core.sensors.UnitTestDecorator
 
shouldExecuteOnProject(Project) - Method in class org.sonar.plugins.core.sensors.VersionEventsSensor
 
shouldExecuteOnProject(Project) - Method in class org.sonar.plugins.core.sensors.ViolationsDecorator
 
shouldExecuteOnProject(Project) - Method in class org.sonar.plugins.core.sensors.ViolationsDensityDecorator
 
shouldExecuteOnProject(Project) - Method in class org.sonar.plugins.core.sensors.WeightedViolationsDecorator
 
shouldExecuteOnProject(Project) - Method in class org.sonar.plugins.core.timemachine.AbstractNewCoverageFileAnalyzer
 
shouldExecuteOnProject(Project) - Method in class org.sonar.plugins.core.timemachine.NewCoverageAggregator
 
shouldExecuteOnProject(Project) - Method in class org.sonar.plugins.core.timemachine.NewViolationsDecorator
 
shouldExecuteOnProject(Project) - Method in class org.sonar.plugins.core.timemachine.TendencyDecorator
 
shouldExecuteOnProject(Project) - Method in class org.sonar.plugins.core.timemachine.TimeMachineConfigurationPersister
 
shouldExecuteOnProject(Project) - Method in class org.sonar.plugins.core.timemachine.VariationDecorator
 
shouldExecuteOnProject(Project) - Method in class org.sonar.plugins.core.timemachine.ViolationPersisterDecorator
 
shouldExecuteOnProject(Project) - Method in class org.sonar.plugins.core.timemachine.ViolationTrackingDecorator
 
shouldExecuteOnProject(Project) - Method in class org.sonar.plugins.cpd.CpdSensor
 
shouldExecuteOnProject(Project) - Method in class org.sonar.plugins.cpd.decorators.DuplicationDensityDecorator
 
shouldExecuteOnProject(Project) - Method in class org.sonar.plugins.cpd.decorators.SumDuplicationsDecorator
 
shouldExecuteOnProject(Project) - Method in class org.sonar.plugins.design.batch.MavenDependenciesSensor
 
shouldExecuteOnProject(Project) - Method in class org.sonar.plugins.design.batch.ProjectDsmDecorator
 
shouldExecuteOnProject(Project) - Method in class org.sonar.plugins.design.batch.SuspectLcom4DensityDecorator
 
shouldExecuteOnProject(Project) - Method in class org.sonar.plugins.design.batch.TangleIndexDecorator
 
shouldExecuteOnProject(Project) - Method in class org.sonar.plugins.findbugs.FindbugsSensor
 
shouldExecuteOnProject(Project) - Method in class org.sonar.plugins.jacoco.JacocoAntInitializer
 
shouldExecuteOnProject(Project) - Method in class org.sonar.plugins.jacoco.JaCoCoItSensor
 
shouldExecuteOnProject(Project) - Method in class org.sonar.plugins.jacoco.JacocoMavenInitializer
 
shouldExecuteOnProject(Project) - Method in class org.sonar.plugins.jacoco.JaCoCoSensor
 
shouldExecuteOnProject(Project) - Method in class org.sonar.plugins.pmd.PmdSensor
 
shouldExecuteOnProject(Project) - Method in class org.sonar.plugins.squid.decorators.ChidamberKemererDistributionBuilder
 
shouldExecuteOnProject(Project) - Method in class org.sonar.plugins.squid.decorators.ClassComplexityDistributionBuilder
 
shouldExecuteOnProject(Project) - Method in class org.sonar.plugins.squid.decorators.ClassesDecorator
 
shouldExecuteOnProject(Project) - Method in class org.sonar.plugins.squid.decorators.FunctionComplexityDistributionBuilder
 
shouldExecuteOnProject(Project) - Method in class org.sonar.plugins.squid.decorators.FunctionsDecorator
 
shouldExecuteOnProject(Project) - Method in class org.sonar.plugins.squid.JavaSourceImporter
shouldExecuteOnProject(Project) - Method in class org.sonar.plugins.squid.SquidSensor
 
shouldExecuteOnProject(Project) - Method in class org.sonar.plugins.surefire.SurefireSensor
 
shouldSaveZeroIfNoChildMeasures() - Method in class org.sonar.api.batch.AbstractSumChildrenDecorator
 
shouldSaveZeroIfNoChildMeasures() - Method in class org.sonar.plugins.cpd.decorators.SumDuplicationsDecorator
 
show(String) - Method in class org.sonar.plugins.design.ui.page.client.DependencyInfo
 
showError(String) - Static method in class org.sonar.gwt.Utils
 
showInfo(String) - Static method in class org.sonar.gwt.Utils
 
showMoreButton() - Method in class org.sonar.gwt.ui.SourcePanel
 
showOrPopup(String) - Method in class org.sonar.plugins.design.ui.page.client.DependencyInfo
 
showWarning(String) - Static method in class org.sonar.gwt.Utils
 
SIGNED - Static variable in interface net.sourceforge.pmd.cpd.cppast.CPPParserConstants
RegularExpression Id.
SimpleCharStream - Class in net.sourceforge.pmd.cpd.cppast
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
SimpleCharStream(Reader, int, int, int) - Constructor for class net.sourceforge.pmd.cpd.cppast.SimpleCharStream
Constructor.
SimpleCharStream(Reader, int, int) - Constructor for class net.sourceforge.pmd.cpd.cppast.SimpleCharStream
Constructor.
SimpleCharStream(Reader) - Constructor for class net.sourceforge.pmd.cpd.cppast.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, String, int, int, int) - Constructor for class net.sourceforge.pmd.cpd.cppast.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, int, int, int) - Constructor for class net.sourceforge.pmd.cpd.cppast.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, String, int, int) - Constructor for class net.sourceforge.pmd.cpd.cppast.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, int, int) - Constructor for class net.sourceforge.pmd.cpd.cppast.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, String) - Constructor for class net.sourceforge.pmd.cpd.cppast.SimpleCharStream
Constructor.
SimpleCharStream(InputStream) - Constructor for class net.sourceforge.pmd.cpd.cppast.SimpleCharStream
Constructor.
SingleLineCommentHandler - Class in org.sonar.squid.text
 
SingleLineCommentHandler(String) - Constructor for class org.sonar.squid.text.SingleLineCommentHandler
 
SingleLineCommentHandler(String, String) - Constructor for class org.sonar.squid.text.SingleLineCommentHandler
 
size() - Method in class net.sourceforge.pmd.cpd.Tokens
 
size() - Method in interface org.sonar.duplications.index.DataUtils.Sortable
 
size() - Method in class org.sonar.duplications.token.TokenQueue
 
size() - Method in class org.sonar.graph.Cycle
 
size() - Method in class org.sonar.plugins.design.ui.lcom4.client.Data.Block
 
size() - Method in class org.sonar.plugins.design.ui.lcom4.client.Data.Blocks
 
size() - Method in class org.sonar.plugins.design.ui.page.client.DsmData.Row
 
size() - Method in class org.sonar.plugins.design.ui.page.client.DsmData.Rows
 
size() - Method in class org.sonar.plugins.surefire.data.UnitTestIndex
 
size() - Method in class org.sonar.server.filters.FilterResult
 
size() - Method in class org.sonar.wsclient.services.Source
 
SIZEOF - Static variable in interface net.sourceforge.pmd.cpd.cppast.CPPParserConstants
RegularExpression Id.
SizeWidget - Class in org.sonar.plugins.core.widgets
 
SizeWidget() - Constructor for class org.sonar.plugins.core.widgets.SizeWidget
 
SKIP_TENDENCIES_DEFAULT_VALUE - Static variable in interface org.sonar.api.CoreProperties
 
SKIP_TENDENCIES_PROPERTY - Static variable in interface org.sonar.api.CoreProperties
 
SKIPPED_TESTS - Static variable in class org.sonar.api.measures.CoreMetrics
 
SKIPPED_TESTS - Static variable in interface org.sonar.gwt.Metrics
 
SKIPPED_TESTS_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
skipTendencies() - Method in class org.sonar.batch.components.TimeMachineConfiguration
 
SMTP_HOST - Static variable in class org.sonar.plugins.emailnotifications.EmailConfiguration
 
SMTP_HOST_DEFAULT - Static variable in class org.sonar.plugins.emailnotifications.EmailConfiguration
 
SMTP_PASSWORD - Static variable in class org.sonar.plugins.emailnotifications.EmailConfiguration
 
SMTP_PASSWORD_DEFAULT - Static variable in class org.sonar.plugins.emailnotifications.EmailConfiguration
 
SMTP_PORT - Static variable in class org.sonar.plugins.emailnotifications.EmailConfiguration
 
SMTP_PORT_DEFAULT - Static variable in class org.sonar.plugins.emailnotifications.EmailConfiguration
 
SMTP_SECURE_CONNECTION - Static variable in class org.sonar.plugins.emailnotifications.EmailConfiguration
 
SMTP_SECURE_CONNECTION_DEFAULT - Static variable in class org.sonar.plugins.emailnotifications.EmailConfiguration
 
SMTP_USERNAME - Static variable in class org.sonar.plugins.emailnotifications.EmailConfiguration
 
SMTP_USERNAME_DEFAULT - Static variable in class org.sonar.plugins.emailnotifications.EmailConfiguration
 
Snapshot - Class in org.sonar.api.database.model
A class to map a snapshot with its hibernate model
Snapshot() - Constructor for class org.sonar.api.database.model.Snapshot
 
Snapshot(ResourceModel, Snapshot) - Constructor for class org.sonar.api.database.model.Snapshot
 
Snapshot(ResourceModel, boolean, String, Date) - Constructor for class org.sonar.api.database.model.Snapshot
 
snapshotId - Variable in class org.sonar.api.database.model.RuleFailureModel
 
SnapshotSource - Class in org.sonar.api.database.model
 
SnapshotSource() - Constructor for class org.sonar.api.database.model.SnapshotSource
 
SnapshotSource(Snapshot, String) - Constructor for class org.sonar.api.database.model.SnapshotSource
 
SnapshotSource(Integer, String) - Constructor for class org.sonar.api.database.model.SnapshotSource
 
Sonar - Class in org.sonar.wsclient.gwt
 
Sonar(String) - Constructor for class org.sonar.wsclient.gwt.Sonar
 
Sonar - Class in org.sonar.wsclient
 
Sonar(Connector) - Constructor for class org.sonar.wsclient.Sonar
 
SONAR_HOME - Static variable in interface org.sonar.api.CoreProperties
 
SONAR_WAY_FINDBUGS_NAME - Static variable in class org.sonar.api.profiles.RulesProfile
Name of the default java profile "Sonar way with Findbugs"
SONAR_WAY_NAME - Static variable in class org.sonar.api.profiles.RulesProfile
Name of the default profile "Sonar Way"
SonarConfig - Class in org.sonar.server.configuration
 
SonarConfig() - Constructor for class org.sonar.server.configuration.SonarConfig
 
SonarConfig(Integer, Date) - Constructor for class org.sonar.server.configuration.SonarConfig
 
SonarDuplicationsIndex - Class in org.sonar.plugins.cpd.index
 
SonarDuplicationsIndex() - Constructor for class org.sonar.plugins.cpd.index.SonarDuplicationsIndex
 
SonarDuplicationsIndex(DbDuplicationsIndex) - Constructor for class org.sonar.plugins.cpd.index.SonarDuplicationsIndex
 
SonarEngine - Class in org.sonar.plugins.cpd
 
SonarEngine() - Constructor for class org.sonar.plugins.cpd.SonarEngine
For dry run, where is no access to database.
SonarEngine(ResourcePersister, DuplicationDao) - Constructor for class org.sonar.plugins.cpd.SonarEngine
 
SonarException - Exception in org.sonar.api.utils
Because we don't like checked exceptions !
SonarException() - Constructor for exception org.sonar.api.utils.SonarException
 
SonarException(String) - Constructor for exception org.sonar.api.utils.SonarException
 
SonarException(String, Throwable) - Constructor for exception org.sonar.api.utils.SonarException
 
SonarException(Throwable) - Constructor for exception org.sonar.api.utils.SonarException
 
SonarIndex - Class in org.sonar.api.batch
 
SonarIndex() - Constructor for class org.sonar.api.batch.SonarIndex
 
SonarMojo - Class in org.sonar.maven
 
SonarMojo() - Constructor for class org.sonar.maven.SonarMojo
 
SonarMojo - Class in org.sonar.maven3
 
SonarMojo() - Constructor for class org.sonar.maven3.SonarMojo
 
SonarPlugin - Class in org.sonar.api
A plugin is a group of extensions.
SonarPlugin() - Constructor for class org.sonar.api.SonarPlugin
 
SonarUpdate - Class in org.sonar.server.plugins
 
SonarUpdate(Release) - Constructor for class org.sonar.server.plugins.SonarUpdate
 
SonarWayProfile - Class in org.sonar.plugins.checkstyle
 
SonarWayProfile(XMLProfileParser) - Constructor for class org.sonar.plugins.checkstyle.SonarWayProfile
 
SonarWayProfile - Class in org.sonar.plugins.pmd
 
SonarWayProfile(PmdProfileImporter) - Constructor for class org.sonar.plugins.pmd.SonarWayProfile
 
SonarWayWithFindbugsProfile - Class in org.sonar.plugins.checkstyle
 
SonarWayWithFindbugsProfile(SonarWayProfile) - Constructor for class org.sonar.plugins.checkstyle.SonarWayWithFindbugsProfile
 
SonarWayWithFindbugsProfile - Class in org.sonar.plugins.findbugs
 
SonarWayWithFindbugsProfile(FindbugsProfileImporter) - Constructor for class org.sonar.plugins.findbugs.SonarWayWithFindbugsProfile
 
SonarWayWithFindbugsProfile - Class in org.sonar.plugins.pmd
 
SonarWayWithFindbugsProfile(SonarWayProfile) - Constructor for class org.sonar.plugins.pmd.SonarWayWithFindbugsProfile
 
sort(Collection<T>) - Method in class org.sonar.api.batch.BatchExtensionDictionnary
 
sort() - Method in class org.sonar.api.utils.dag.DirectAcyclicGraph
 
sort(DataUtils.Sortable) - Static method in class org.sonar.duplications.index.DataUtils
 
sort(Dsm<V>, List<V>) - Static method in class org.sonar.graph.DsmManualSorter
 
sort(Dsm<V>, V...) - Static method in class org.sonar.graph.DsmManualSorter
 
sort(Dsm<V>) - Static method in class org.sonar.graph.DsmTopologicalSorter
 
sort() - Method in class org.sonar.server.filters.FilterResult
 
sortBlocks(List<Set<AsmResource>>) - Method in class org.sonar.plugins.squid.bridges.Lcom4BlocksBridge
 
SORTED_COLUMN_INDEX - Static variable in class org.sonar.server.filters.FilterResult
 
SORTED_SCOPES - Static variable in class org.sonar.api.resources.Scopes
 
SortedListsUtils - Class in org.sonar.duplications.utils
Provides utility methods for sorted lists.
sortResourcesInBlock(Set<AsmResource>) - Method in class org.sonar.plugins.squid.bridges.Lcom4BlocksBridge
 
Source - Class in org.sonar.squid.text
 
Source(Reader, CodeRecognizer, String...) - Constructor for class org.sonar.squid.text.Source
 
Source(String[], CodeRecognizer) - Constructor for class org.sonar.squid.text.Source
 
Source - Class in org.sonar.wsclient.services
 
Source() - Constructor for class org.sonar.wsclient.services.Source
 
SOURCE_DIRS_PROPERTY - Static variable in class org.sonar.api.batch.bootstrap.ProjectDefinition
 
SOURCE_FILES_PROPERTY - Static variable in class org.sonar.api.batch.bootstrap.ProjectDefinition
 
SourceChecksum - Class in org.sonar.plugins.core.timemachine
 
SourceClass - Class in org.sonar.squid.api
 
SourceClass(String) - Constructor for class org.sonar.squid.api.SourceClass
 
SourceClass(String, String) - Constructor for class org.sonar.squid.api.SourceClass
 
SourceCode - Class in net.sourceforge.pmd.cpd
 
SourceCode(SourceCode.CodeLoader) - Constructor for class net.sourceforge.pmd.cpd.SourceCode
 
SourceCode - Class in org.sonar.squid.api
 
SourceCode(String) - Constructor for class org.sonar.squid.api.SourceCode
 
SourceCode(String, String) - Constructor for class org.sonar.squid.api.SourceCode
 
SourceCode.CodeLoader - Class in net.sourceforge.pmd.cpd
 
SourceCode.CodeLoader() - Constructor for class net.sourceforge.pmd.cpd.SourceCode.CodeLoader
 
SourceCode.FileCodeLoader - Class in net.sourceforge.pmd.cpd
 
SourceCode.FileCodeLoader(File, String) - Constructor for class net.sourceforge.pmd.cpd.SourceCode.FileCodeLoader
 
SourceCode.StringCodeLoader - Class in net.sourceforge.pmd.cpd
 
SourceCode.StringCodeLoader(String) - Constructor for class net.sourceforge.pmd.cpd.SourceCode.StringCodeLoader
 
SourceCode.StringCodeLoader(String, String) - Constructor for class net.sourceforge.pmd.cpd.SourceCode.StringCodeLoader
 
SourceCodeEdge - Class in org.sonar.squid.api
 
SourceCodeEdge(SourceCode, SourceCode, SourceCodeEdgeUsage) - Constructor for class org.sonar.squid.api.SourceCodeEdge
 
SourceCodeEdge(SourceCode, SourceCode, SourceCodeEdgeUsage, SourceCodeEdge) - Constructor for class org.sonar.squid.api.SourceCodeEdge
 
SourceCodeEdgeUsage - Enum in org.sonar.squid.api
 
SourceCodeIndexer - Interface in org.sonar.squid.api
 
SourceCodeSearchEngine - Interface in org.sonar.squid.api
 
SourceCodeTreeDecorator - Class in org.sonar.squid.api
 
SourceCodeTreeDecorator(SourceProject) - Constructor for class org.sonar.squid.api.SourceCodeTreeDecorator
 
SourceFile - Class in org.sonar.squid.api
 
SourceFile(String) - Constructor for class org.sonar.squid.api.SourceFile
 
SourceFile(String, String) - Constructor for class org.sonar.squid.api.SourceFile
 
SourceFunction - Class in org.sonar.squid.api
 
SourceFunction(String) - Constructor for class org.sonar.squid.api.SourceFunction
 
SourceFunction(SourceFile, String, int) - Constructor for class org.sonar.squid.api.SourceFunction
 
SourceMethod - Class in org.sonar.squid.api
 
SourceMethod(String) - Constructor for class org.sonar.squid.api.SourceMethod
 
SourceMethod(SourceClass, String, int) - Constructor for class org.sonar.squid.api.SourceMethod
 
SourcePackage - Class in org.sonar.squid.api
 
SourcePackage(String) - Constructor for class org.sonar.squid.api.SourcePackage
 
SourcePanel - Class in org.sonar.gwt.ui
 
SourcePanel(Resource) - Constructor for class org.sonar.gwt.ui.SourcePanel
 
SourcePanel(Resource, int, int) - Constructor for class org.sonar.gwt.ui.SourcePanel
 
SourcePanel.Row - Class in org.sonar.gwt.ui
 
SourcePanel.Row(String, String, String) - Constructor for class org.sonar.gwt.ui.SourcePanel.Row
 
SourcePanel.Row(String, String, String, String) - Constructor for class org.sonar.gwt.ui.SourcePanel.Row
 
SourcePanel.Row(int, String) - Constructor for class org.sonar.gwt.ui.SourcePanel.Row
 
SourcePanel.Row() - Constructor for class org.sonar.gwt.ui.SourcePanel.Row
 
SourcePersister - Class in org.sonar.batch.index
 
SourcePersister(DatabaseSession, ResourcePersister) - Constructor for class org.sonar.batch.index.SourcePersister
 
SourceProject - Class in org.sonar.squid.api
 
SourceProject(String) - Constructor for class org.sonar.squid.api.SourceProject
 
SourceQuery - Class in org.sonar.wsclient.services
 
SourceQuery(String) - Constructor for class org.sonar.wsclient.services.SourceQuery
 
SourceUnmarshaller - Class in org.sonar.wsclient.unmarshallers
 
SourceUnmarshaller() - Constructor for class org.sonar.wsclient.unmarshallers.SourceUnmarshaller
 
SPARKLINES_CHART - Static variable in class org.sonar.server.charts.deprecated.BaseChartWeb
 
SparkLinesChart - Class in org.sonar.server.charts.deprecated
 
SparkLinesChart(Map<String, String>) - Constructor for class org.sonar.server.charts.deprecated.SparkLinesChart
 
specialConstructor - Variable in exception net.sourceforge.pmd.cpd.cppast.ParseException
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).
specialToken - Variable in class net.sourceforge.pmd.cpd.cppast.Token
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
Squid - Class in org.sonar.squid
 
Squid(SquidConfiguration) - Constructor for class org.sonar.squid.Squid
 
Squid() - Constructor for class org.sonar.squid.Squid
 
SQUID_ANALYSE_ACCESSORS_DEFAULT_VALUE - Static variable in class org.sonar.plugins.squid.SquidPluginProperties
 
SQUID_ANALYSE_ACCESSORS_PROPERTY - Static variable in class org.sonar.plugins.squid.SquidPluginProperties
 
SQUID_PLUGIN - Static variable in interface org.sonar.api.CoreProperties
 
SquidBrigeException - Exception in org.sonar.plugins.squid.bridges
 
SquidBrigeException(String, Throwable) - Constructor for exception org.sonar.plugins.squid.bridges.SquidBrigeException
 
SquidCheck - Class in org.sonar.java.squid.check
 
SquidCheck() - Constructor for class org.sonar.java.squid.check.SquidCheck
 
SquidClassLoader - Class in org.sonar.java.bytecode.loader
Class loader, which is able to load classes from a list of JAR files and directories.
SquidClassLoader(Collection<File>) - Constructor for class org.sonar.java.bytecode.loader.SquidClassLoader
 
SquidConfiguration - Class in org.sonar.squid.api
 
SquidConfiguration() - Constructor for class org.sonar.squid.api.SquidConfiguration
 
SquidConfiguration(Charset) - Constructor for class org.sonar.squid.api.SquidConfiguration
 
SquidConstants - Class in org.sonar.plugins.squid
 
SquidExecutor - Class in org.sonar.plugins.squid
 
SquidExecutor(boolean, String, CheckFactory, Charset) - Constructor for class org.sonar.plugins.squid.SquidExecutor
 
SquidIndex - Class in org.sonar.squid.indexer
 
SquidIndex() - Constructor for class org.sonar.squid.indexer.SquidIndex
 
SquidPlugin - Class in org.sonar.plugins.squid
 
SquidPlugin() - Constructor for class org.sonar.plugins.squid.SquidPlugin
 
SquidPluginProperties - Class in org.sonar.plugins.squid
 
SquidRuleRepository - Class in org.sonar.plugins.squid
 
SquidRuleRepository(AnnotationRuleParser) - Constructor for class org.sonar.plugins.squid.SquidRuleRepository
 
SquidScanner - Class in org.sonar.java.squid
 
SquidScanner(SquidIndex) - Constructor for class org.sonar.java.squid.SquidScanner
 
SquidSensor - Class in org.sonar.plugins.squid
 
SquidSensor(RulesProfile, NoSonarFilter, ProjectClasspath, ResourceCreationLock) - Constructor for class org.sonar.plugins.squid.SquidSensor
 
SquidUtils - Class in org.sonar.api.batch
 
SquidVisitor - Interface in org.sonar.java.squid.visitor
 
SquidVisitorNotifier - Class in org.sonar.java.squid
 
SquidVisitorNotifier(SourceFile, SquidVisitor...) - Constructor for class org.sonar.java.squid.SquidVisitorNotifier
 
STACKED_BAR_CHART - Static variable in class org.sonar.server.charts.deprecated.BaseChartWeb
 
STAR - Static variable in interface net.sourceforge.pmd.cpd.cppast.CPPParserConstants
RegularExpression Id.
start() - Method in class org.sonar.api.batch.bootstrap.ProjectBuilder
 
start() - Method in class org.sonar.api.database.DatabaseSession
 
start(String) - Method in class org.sonar.api.utils.TimeProfiler
 
start() - Method in class org.sonar.application.JettyEmbedder
 
start() - Method in class org.sonar.batch.bootstrap.BatchPluginRepository
 
start() - Method in class org.sonar.batch.bootstrap.Module
 
start() - Method in class org.sonar.batch.config.BatchSettingsEnhancer
 
start() - Method in class org.sonar.batch.index.DefaultIndex
 
start() - Method in class org.sonar.batch.ProjectTree
 
start() - Method in class org.sonar.core.components.CacheMetricFinder
 
start() - Method in class org.sonar.core.i18n.GwtI18n
 
start() - Method in class org.sonar.core.i18n.I18nManager
 
start() - Method in class org.sonar.core.i18n.RuleI18nManager
 
start() - Method in class org.sonar.jpa.session.AbstractDatabaseConnector
 
start() - Method in class org.sonar.jpa.session.DefaultDatabaseConnector
 
start() - Method in class org.sonar.jpa.session.JpaDatabaseSession
 
start() - Method in class org.sonar.jpa.session.MemoryDatabaseConnector
 
start() - Method in interface org.sonar.persistence.Database
 
start() - Method in class org.sonar.persistence.DefaultDatabase
 
start() - Method in class org.sonar.persistence.MyBatis
 
start() - Method in class org.sonar.plugins.findbugs.FindbugsConfiguration
Invoked by PicoContainer to extract additional FindBugs libraries into temporary files.
start() - Method in class org.sonar.server.database.EmbeddedDatabase
 
start() - Method in class org.sonar.server.database.EmbeddedDatabaseFactory
 
start() - Method in class org.sonar.server.mavendeployer.MavenRepository
 
start() - Method in class org.sonar.server.notifications.NotificationService
 
start() - Method in class org.sonar.server.platform.DefaultServerFileSystem
 
start() - Method in class org.sonar.server.platform.DefaultServerUpgradeStatus
 
start() - Method in class org.sonar.server.platform.Platform
 
start() - Method in class org.sonar.server.platform.ServerImpl
 
start() - Method in class org.sonar.server.platform.ServerLifecycleNotifier
 
start() - Method in class org.sonar.server.plugins.DefaultServerPluginRepository
 
start() - Method in class org.sonar.server.plugins.PluginDeployer
 
start() - Method in class org.sonar.server.startup.ActivateDefaultProfiles
 
start() - Method in class org.sonar.server.startup.DeleteDeprecatedMeasures
 
start() - Method in class org.sonar.server.startup.EnableProfiles
 
start() - Method in class org.sonar.server.startup.GeneratePluginIndex
 
start() - Method in class org.sonar.server.startup.GwtPublisher
 
start() - Method in class org.sonar.server.startup.JdbcDriverDeployer
 
start() - Method in class org.sonar.server.startup.RegisterMetrics
 
start() - Method in class org.sonar.server.startup.RegisterProvidedProfiles
 
start() - Method in class org.sonar.server.startup.RegisterQualityModels
 
start() - Method in class org.sonar.server.startup.RegisterRules
 
start() - Method in class org.sonar.server.startup.ServerMetadataPersister
 
start() - Method in class org.sonar.server.ui.AuthenticatorFactory
Start the authenticator selected in sonar configuration.
START_VIOLATION_TRACKING - Static variable in interface org.sonar.api.batch.DecoratorBarriers
Extensions which call the method Violation#setSwitchedOff must be executed before this barrier (@DependedUpon(value=DecoratorBarriers.VIOLATION_TRACKING) This barrier is after END_OF_VIOLATIONS_GENERATION
START_VIOLATIONS_GENERATION - Static variable in interface org.sonar.api.batch.DecoratorBarriers
 
startComponents() - Method in class org.sonar.api.platform.ComponentContainer
This method MUST NOT be renamed start() because the container is registered itself in picocontainer.
startDatabase() - Static method in class org.sonar.test.persistence.DatabaseTestCase
 
startRecording() - Method in class org.sonar.channel.CodeBuffer
 
StartServer - Class in org.sonar.application
 
Statement - Class in org.sonar.duplications.statement
 
Statement(int, int, String) - Constructor for class org.sonar.duplications.statement.Statement
 
Statement(List<Token>) - Constructor for class org.sonar.duplications.statement.Statement
 
statement(TokenMatcher...) - Method in class org.sonar.duplications.statement.StatementChunker.Builder
Defines that sequence of tokens, which is matched specified list of matchers, is a statement.
StatementChannel - Class in org.sonar.duplications.statement
 
StatementChannelDisptacher - Class in org.sonar.duplications.statement
 
StatementChannelDisptacher(List<StatementChannel>) - Constructor for class org.sonar.duplications.statement.StatementChannelDisptacher
 
StatementChunker - Class in org.sonar.duplications.statement
 
StatementChunker.Builder - Class in org.sonar.duplications.statement
Note that order is important, e.g.
STATEMENTS - Static variable in class org.sonar.api.measures.CoreMetrics
 
STATEMENTS - Static variable in interface org.sonar.gwt.Metrics
 
STATEMENTS_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
StatementVisitor - Class in org.sonar.java.ast.visitor
 
StatementVisitor() - Constructor for class org.sonar.java.ast.visitor.StatementVisitor
 
STATIC - Static variable in interface net.sourceforge.pmd.cpd.cppast.CPPParserConstants
RegularExpression Id.
staticFlag - Static variable in class net.sourceforge.pmd.cpd.cppast.SimpleCharStream
Whether parser is static.
StaticResourcesServlet - Class in org.sonar.server.plugins
 
StaticResourcesServlet() - Constructor for class org.sonar.server.plugins.StaticResourcesServlet
 
STATUS_ERROR - Static variable in class org.sonar.plugins.surefire.data.UnitTestResult
 
STATUS_FAILURE - Static variable in class org.sonar.plugins.surefire.data.UnitTestResult
 
STATUS_OK - Static variable in class org.sonar.plugins.surefire.data.UnitTestResult
 
STATUS_PROCESSED - Static variable in class org.sonar.api.database.model.Snapshot
This status is set on the snapshot at the end of the batch
STATUS_SKIPPED - Static variable in class org.sonar.plugins.surefire.data.UnitTestResult
 
STATUS_UNPROCESSED - Static variable in class org.sonar.api.database.model.Snapshot
This status is set on the snapshot at the beginning of the batch
statusError() - Method in interface org.sonar.gwt.ui.Icons.IconBundle
 
statusOk() - Method in interface org.sonar.gwt.ui.Icons.IconBundle
 
statusWarning() - Method in interface org.sonar.gwt.ui.Icons.IconBundle
 
StaxParser - Class in org.sonar.api.utils
 
StaxParser(StaxParser.XmlStreamHandler) - Constructor for class org.sonar.api.utils.StaxParser
Stax parser for a given stream handler and iso control chars set awarness to off
StaxParser(StaxParser.XmlStreamHandler, boolean) - Constructor for class org.sonar.api.utils.StaxParser
Stax parser for a given stream handler and iso control chars set awarness to on.
StaxParser.XmlStreamHandler - Interface in org.sonar.api.utils
Simple interface for handling XML stream to parse
stop() - Method in class org.sonar.api.database.DatabaseSession
 
stop() - Method in class org.sonar.api.utils.TimeProfiler
 
stop() - Method in class org.sonar.batch.bootstrap.BatchPluginRepository
 
stop() - Method in class org.sonar.batch.bootstrap.JdbcDriverHolder
This method automatically invoked by PicoContainer and deregisters JDBC drivers, which were forgotten.
stop() - Method in class org.sonar.batch.bootstrap.Module
 
stop() - Method in class org.sonar.batch.bootstrap.TempDirectories
This method is executed by picocontainer during shutdown.
stop() - Method in class org.sonar.jpa.session.AbstractDatabaseConnector
 
stop() - Method in class org.sonar.jpa.session.JpaDatabaseSession
 
stop() - Method in class org.sonar.jpa.session.ThreadLocalDatabaseSessionFactory
 
stop() - Method in interface org.sonar.persistence.Database
 
stop() - Method in class org.sonar.persistence.DefaultDatabase
 
stop() - Method in class org.sonar.plugins.findbugs.FindbugsConfiguration
Invoked by PicoContainer to remove temporary files.
stop() - Method in class org.sonar.server.database.EmbeddedDatabase
 
stop() - Method in class org.sonar.server.database.EmbeddedDatabaseFactory
 
stop() - Method in class org.sonar.server.notifications.NotificationService
 
stop() - Method in class org.sonar.server.platform.Platform
 
stop() - Method in class org.sonar.server.platform.ServerLifecycleNotifier
 
stop() - Method in class org.sonar.server.plugins.DefaultServerPluginRepository
 
stopComponents() - Method in class org.sonar.api.platform.ComponentContainer
This method MUST NOT be renamed stop() because the container is registered itself in picocontainer.
stopDatabase() - Static method in class org.sonar.test.persistence.DatabaseTestCase
 
stopRecording() - Method in class org.sonar.channel.CodeBuffer
 
stopSquidOnException() - Method in class org.sonar.squid.api.SquidConfiguration
 
stream(SMHierarchicCursor) - Method in interface org.sonar.api.utils.StaxParser.XmlStreamHandler
 
stream(SMHierarchicCursor) - Method in class org.sonar.plugins.surefire.data.SurefireStaxHandler
 
STRING - Static variable in interface net.sourceforge.pmd.cpd.cppast.CPPParserConstants
RegularExpression Id.
StringArrayReader - Class in org.sonar.squid.text
 
StringArrayReader(String[]) - Constructor for class org.sonar.squid.text.StringArrayReader
 
StringArrayReader(String[], StringArrayReader.EndOfLineDelimiter) - Constructor for class org.sonar.squid.text.StringArrayReader
 
StringEdge - Class in org.sonar.graph
 
StringEdge(String, String) - Constructor for class org.sonar.graph.StringEdge
 
StringEdge(String, String, int) - Constructor for class org.sonar.graph.StringEdge
 
StringEdgeFactory - Class in org.sonar.graph
 
StringEdgeFactory() - Constructor for class org.sonar.graph.StringEdgeFactory
 
StringTokenizer - Class in org.sonar.colorizer
 
StringTokenizer(String, String) - Constructor for class org.sonar.colorizer.StringTokenizer
 
StringTokenizer() - Constructor for class org.sonar.colorizer.StringTokenizer
 
StringUtil - Class in net.sourceforge.pmd.util
 
StringUtil() - Constructor for class net.sourceforge.pmd.util.StringUtil
 
STRUCT - Static variable in interface net.sourceforge.pmd.cpd.cppast.CPPParserConstants
RegularExpression Id.
subSequence(int, int) - Method in class org.sonar.channel.CodeBuffer
 
substringsOf(String, char) - Static method in class net.sourceforge.pmd.util.StringUtil
Parses the input source using the delimiter specified.
substringsOf(String, String) - Static method in class net.sourceforge.pmd.util.StringUtil
Much more efficient than StringTokenizer.
SUBVIEW - Static variable in class org.sonar.api.resources.Qualifiers
Sub-views, defined in root views.
SUFFIXES - Static variable in class org.sonar.api.resources.Java
Java files knows suffixes
sum(boolean, Collection<Measure>) - Static method in class org.sonar.api.measures.MeasureUtils
Sums a series of measures
sum(boolean, Measure...) - Static method in class org.sonar.api.measures.MeasureUtils
Sums a series of measures
SumAggregationFormula - Class in org.sonar.squid.measures
 
SumAggregationFormula() - Constructor for class org.sonar.squid.measures.SumAggregationFormula
 
SumChildDistributionFormula - Class in org.sonar.api.measures
 
SumChildDistributionFormula() - Constructor for class org.sonar.api.measures.SumChildDistributionFormula
 
SumChildValuesFormula - Class in org.sonar.api.measures
 
SumChildValuesFormula(boolean) - Constructor for class org.sonar.api.measures.SumChildValuesFormula
 
SumDuplicationsDecorator - Class in org.sonar.plugins.cpd.decorators
 
SumDuplicationsDecorator() - Constructor for class org.sonar.plugins.cpd.decorators.SumDuplicationsDecorator
 
SUN_CONVENTIONS_NAME - Static variable in class org.sonar.api.profiles.RulesProfile
Name of the default java profile "Sun checks"
SunConventionsProfile - Class in org.sonar.plugins.checkstyle
 
SunConventionsProfile(XMLProfileParser) - Constructor for class org.sonar.plugins.checkstyle.SunConventionsProfile
 
SunConventionsProfile - Class in org.sonar.plugins.pmd
 
SunConventionsProfile(PmdProfileImporter) - Constructor for class org.sonar.plugins.pmd.SunConventionsProfile
 
SupportedEnvironment - Annotation Type in org.sonar.api.batch
This annotation allows to specify in which environments BatchExtension would be active.
supportsDialect(String) - Static method in class org.sonar.persistence.DdlUtils
 
supportsMetric(String) - Method in class org.sonar.server.ui.ViewProxy
 
SuppressWarningsAnnotationUtils - Class in org.sonar.java.ast.visitor
Inspired by com.puppycrawl.tools.checkstyle.checks.annotation.SuppressWarningsCheck
SUREFIRE_PLUGIN - Static variable in interface org.sonar.api.CoreProperties
 
SUREFIRE_REPORTS_PATH_PROPERTY - Static variable in interface org.sonar.api.CoreProperties
 
SurefirePlugin - Class in org.sonar.plugins.surefire
 
SurefirePlugin() - Constructor for class org.sonar.plugins.surefire.SurefirePlugin
 
SurefireSensor - Class in org.sonar.plugins.surefire
 
SurefireSensor() - Constructor for class org.sonar.plugins.surefire.SurefireSensor
 
SurefireStaxHandler - Class in org.sonar.plugins.surefire.data
 
SurefireStaxHandler(UnitTestIndex) - Constructor for class org.sonar.plugins.surefire.data.SurefireStaxHandler
 
SurefireUtils - Class in org.sonar.plugins.surefire.api
 
SUSPECT_LCOM4_DENSITY - Static variable in class org.sonar.api.measures.CoreMetrics
 
SUSPECT_LCOM4_DENSITY_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
SuspectLcom4DensityDecorator - Class in org.sonar.plugins.design.batch
 
SuspectLcom4DensityDecorator() - Constructor for class org.sonar.plugins.design.batch.SuspectLcom4DensityDecorator
 
swap(int, int) - Method in interface org.sonar.duplications.index.DataUtils.Sortable
Swaps elements in positions i and j.
SWITCH - Static variable in interface net.sourceforge.pmd.cpd.cppast.CPPParserConstants
RegularExpression Id.
SwitchTo(int) - Static method in class net.sourceforge.pmd.cpd.cppast.CPPParserTokenManager
Switch to specified lex state.
synchronizeFileSystem(MavenProject, ProjectDefinition) - Static method in class org.sonar.batch.MavenProjectConverter
 
SynhtaxHighlightingException - Exception in org.sonar.colorizer
 
SynhtaxHighlightingException(String, Throwable) - Constructor for exception org.sonar.colorizer.SynhtaxHighlightingException
 
SynhtaxHighlightingException(String) - Constructor for exception org.sonar.colorizer.SynhtaxHighlightingException
 
SynhtaxHighlightingException(Throwable) - Constructor for exception org.sonar.colorizer.SynhtaxHighlightingException
 

T

TABLE_NAME - Static variable in class org.sonar.jpa.entity.SchemaMigration
 
tabSize - Static variable in class net.sourceforge.pmd.cpd.cppast.SimpleCharStream
 
TangleIndexDecorator - Class in org.sonar.plugins.design.batch
 
TangleIndexDecorator(Metric, Metric, Metric) - Constructor for class org.sonar.plugins.design.batch.TangleIndexDecorator
 
TempDirectories - Class in org.sonar.batch.bootstrap
 
TempDirectories() - Constructor for class org.sonar.batch.bootstrap.TempDirectories
 
TempFileUtils - Class in org.sonar.api.utils
 
TEMPLATE - Static variable in interface net.sourceforge.pmd.cpd.cppast.CPPParserConstants
RegularExpression Id.
tendency - Variable in class org.sonar.api.measures.Measure
 
TENDENCY_BIG_DOWN - Static variable in class org.sonar.plugins.core.timemachine.TendencyAnalyser
 
TENDENCY_BIG_UP - Static variable in class org.sonar.plugins.core.timemachine.TendencyAnalyser
 
TENDENCY_DOWN - Static variable in class org.sonar.plugins.core.timemachine.TendencyAnalyser
 
TENDENCY_NEUTRAL - Static variable in class org.sonar.plugins.core.timemachine.TendencyAnalyser
 
TENDENCY_UP - Static variable in class org.sonar.plugins.core.timemachine.TendencyAnalyser
 
TendencyAnalyser - Class in org.sonar.plugins.core.timemachine
 
TendencyAnalyser() - Constructor for class org.sonar.plugins.core.timemachine.TendencyAnalyser
 
TendencyDecorator - Class in org.sonar.plugins.core.timemachine
 
TendencyDecorator(TimeMachine, MetricFinder, TimeMachineConfiguration) - Constructor for class org.sonar.plugins.core.timemachine.TendencyDecorator
 
TEST_DATA - Static variable in class org.sonar.api.measures.CoreMetrics
 
TEST_DATA - Static variable in interface org.sonar.gwt.Metrics
 
TEST_DATA_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
TEST_DIRS_PROPERTY - Static variable in class org.sonar.api.batch.bootstrap.ProjectDefinition
 
TEST_ERRORS - Static variable in class org.sonar.api.measures.CoreMetrics
 
TEST_ERRORS - Static variable in interface org.sonar.gwt.Metrics
 
TEST_ERRORS_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
TEST_EXECUTION_TIME - Static variable in class org.sonar.api.measures.CoreMetrics
 
TEST_EXECUTION_TIME - Static variable in interface org.sonar.gwt.Metrics
 
TEST_EXECUTION_TIME_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
TEST_FAILURES - Static variable in class org.sonar.api.measures.CoreMetrics
 
TEST_FAILURES - Static variable in interface org.sonar.gwt.Metrics
 
TEST_FAILURES_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
TEST_FILES_PROPERTY - Static variable in class org.sonar.api.batch.bootstrap.ProjectDefinition
 
TEST_SUCCESS_DENSITY - Static variable in class org.sonar.api.measures.CoreMetrics
 
TEST_SUCCESS_DENSITY - Static variable in interface org.sonar.gwt.Metrics
 
TEST_SUCCESS_DENSITY_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
testFiles(String...) - Method in class org.sonar.api.resources.DefaultProjectFileSystem
Deprecated.  
testFiles(String...) - Method in interface org.sonar.api.resources.ProjectFileSystem
Source files of unit tests.
TESTS - Static variable in class org.sonar.api.measures.CoreMetrics
Value of measure for this metric can be saved from Sensor, taking into account following rules: If tool (like Maven Surefire Plugin) has not been activated to run unit tests, then Sensor should not save anything.
TESTS - Static variable in interface org.sonar.gwt.Metrics
 
TESTS_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
TestsPanel - Class in org.sonar.plugins.core.testdetailsviewer.client
 
TestsPanel(Resource) - Constructor for class org.sonar.plugins.core.testdetailsviewer.client.TestsPanel
 
TestsViewer - Class in org.sonar.plugins.core.testdetailsviewer.client
 
TestsViewer() - Constructor for class org.sonar.plugins.core.testdetailsviewer.client.TestsViewer
 
TestsViewerDefinition - Class in org.sonar.plugins.core.testdetailsviewer
 
TestsViewerDefinition() - Constructor for class org.sonar.plugins.core.testdetailsviewer.TestsViewerDefinition
 
TestUtils - Class in org.sonar.test
Utilities for unit tests
TEXT_VALUE_LENGTH - Static variable in class org.sonar.api.database.model.MeasureModel
 
THIS - Static variable in interface net.sourceforge.pmd.cpd.cppast.CPPParserConstants
RegularExpression Id.
ThreadLocalDatabaseSessionFactory - Class in org.sonar.jpa.session
 
ThreadLocalDatabaseSessionFactory(DatabaseConnector) - Constructor for class org.sonar.jpa.session.ThreadLocalDatabaseSessionFactory
 
THROW - Static variable in interface net.sourceforge.pmd.cpd.cppast.CPPParserConstants
RegularExpression Id.
TILDE - Static variable in interface net.sourceforge.pmd.cpd.cppast.CPPParserConstants
RegularExpression Id.
TimelineWidget - Class in org.sonar.plugins.core.widgets
 
TimelineWidget() - Constructor for class org.sonar.plugins.core.widgets.TimelineWidget
 
TimeMachine - Interface in org.sonar.api.batch
The TimeMachine extension point
TimeMachine - Class in org.sonar.wsclient.services
Past values of a given resource
TimeMachine(TimeMachineColumn[], TimeMachineCell[]) - Constructor for class org.sonar.wsclient.services.TimeMachine
 
TIMEMACHINE_DEFAULT_PERIOD_1 - Static variable in interface org.sonar.api.CoreProperties
 
TIMEMACHINE_DEFAULT_PERIOD_2 - Static variable in interface org.sonar.api.CoreProperties
 
TIMEMACHINE_DEFAULT_PERIOD_3 - Static variable in interface org.sonar.api.CoreProperties
 
TIMEMACHINE_DEFAULT_PERIOD_4 - Static variable in interface org.sonar.api.CoreProperties
 
TIMEMACHINE_DEFAULT_PERIOD_5 - Static variable in interface org.sonar.api.CoreProperties
 
TIMEMACHINE_MODE_DATE - Static variable in interface org.sonar.api.CoreProperties
 
TIMEMACHINE_MODE_DAYS - Static variable in interface org.sonar.api.CoreProperties
 
TIMEMACHINE_MODE_PREVIOUS_ANALYSIS - Static variable in interface org.sonar.api.CoreProperties
 
TIMEMACHINE_MODE_VERSION - Static variable in interface org.sonar.api.CoreProperties
 
TIMEMACHINE_PERIOD_PREFIX - Static variable in interface org.sonar.api.CoreProperties
 
TimeMachineCell - Class in org.sonar.wsclient.services
 
TimeMachineCell(Date, Object[]) - Constructor for class org.sonar.wsclient.services.TimeMachineCell
 
TimeMachineColumn - Class in org.sonar.wsclient.services
 
TimeMachineColumn(int, String, String, String) - Constructor for class org.sonar.wsclient.services.TimeMachineColumn
 
TimeMachineConfiguration - Class in org.sonar.batch.components
 
TimeMachineConfiguration(DatabaseSession, Project, Configuration, PastSnapshotFinder) - Constructor for class org.sonar.batch.components.TimeMachineConfiguration
 
TimeMachineConfigurationPersister - Class in org.sonar.plugins.core.timemachine
 
TimeMachineConfigurationPersister(TimeMachineConfiguration, Snapshot, DatabaseSession) - Constructor for class org.sonar.plugins.core.timemachine.TimeMachineConfigurationPersister
 
TimeMachineQuery - Class in org.sonar.api.batch
A class to query TimeMachine on a given resource

TimeMachineQuery(Resource) - Constructor for class org.sonar.api.batch.TimeMachineQuery
Create a TimeMachine query for a given resource
TimeMachineQuery - Class in org.sonar.wsclient.services
 
TimeMachineQuery(String) - Constructor for class org.sonar.wsclient.services.TimeMachineQuery
 
TimeMachineUnmarshaller - Class in org.sonar.wsclient.unmarshallers
 
TimeMachineUnmarshaller() - Constructor for class org.sonar.wsclient.unmarshallers.TimeMachineUnmarshaller
 
TimeMachineWidget - Class in org.sonar.plugins.core.widgets
 
TimeMachineWidget() - Constructor for class org.sonar.plugins.core.widgets.TimeMachineWidget
 
TIMEOUT_MILLISECONDS - Static variable in class org.sonar.api.utils.HttpDownloader
 
TimeProfiler - Class in org.sonar.api.utils
A very simple profiler to log the time elapsed performing some tasks.
TimeProfiler(Logger) - Constructor for class org.sonar.api.utils.TimeProfiler
 
TimeProfiler(Class) - Constructor for class org.sonar.api.utils.TimeProfiler
 
TimeProfiler() - Constructor for class org.sonar.api.utils.TimeProfiler
Use the default Sonar logger
TIMESEQUAL - Static variable in interface net.sourceforge.pmd.cpd.cppast.CPPParserConstants
RegularExpression Id.
to(String...) - Static method in class org.sonar.duplications.statement.TokenMatcherFactory
 
toBooleanValueString(boolean) - Method in class org.sonar.jpa.dialect.Derby.DerbyWithDecimalDialect
 
toCheckPriority() - Method in enum org.sonar.api.rules.RulePriority
 
toCommandLine() - Method in class org.sonar.api.utils.command.Command
 
toFileFilter(FilenameFilter) - Static method in class net.sourceforge.pmd.util.filter.Filters
Given a FilenameFilter, expose as a File Filter.
toFilenameFilter(Filter<File>) - Static method in class net.sourceforge.pmd.util.filter.Filters
Given a File Filter, expose as a FilenameFilter.
toFiles(Collection<InputFile>) - Static method in class org.sonar.api.resources.InputFileUtils
 
toggle() - Method in class org.sonar.gwt.ui.ExpandCollapseLink
 
toHexString() - Method in class org.sonar.duplications.block.ByteArray
 
toHtml(Reader) - Method in class org.sonar.colorizer.CodeColorizer
 
toHtml(Reader, HtmlOptions) - Method in class org.sonar.colorizer.CodeColorizer
 
toHtml(String, String) - Method in class org.sonar.server.ui.CodeColorizers
 
toIntArray() - Method in class org.sonar.duplications.block.ByteArray
 
toIoFiles(Collection<InputFile>) - Static method in class org.sonar.api.resources.ProjectUtils
 
toIsoCategory() - Method in class org.sonar.api.rules.RulesCategory
Deprecated.  
Token - Class in net.sourceforge.pmd.cpd.cppast
Describes the input token stream.
Token() - Constructor for class net.sourceforge.pmd.cpd.cppast.Token
No-argument constructor
Token(int) - Constructor for class net.sourceforge.pmd.cpd.cppast.Token
Constructs a new token for the specified Image.
Token(int, String) - Constructor for class net.sourceforge.pmd.cpd.cppast.Token
Constructs a new token for the specified Image and Kind.
token(String) - Static method in class org.sonar.duplications.statement.TokenMatcherFactory
 
Token - Class in org.sonar.duplications.token
 
Token(String, int, int) - Constructor for class org.sonar.duplications.token.Token
 
token(String) - Method in class org.sonar.duplications.token.TokenChunker.Builder
Defines that sequence of characters, which is matched specified regular expression, is a token.
token(String, String) - Method in class org.sonar.duplications.token.TokenChunker.Builder
Defines that sequence of characters, which is matched specified regular expression, is a token with specified value.
tokenAt(int, TokenEntry) - Method in class org.sonar.duplications.cpd.MatchAlgorithm
 
TokenChunker - Class in org.sonar.duplications.token
 
TokenChunker.Builder - Class in org.sonar.duplications.token
Note that order is important, e.g.
TokenEntry - Class in net.sourceforge.pmd.cpd
 
TokenEntry(String, String, int) - Constructor for class net.sourceforge.pmd.cpd.TokenEntry
 
tokenImage - Static variable in interface net.sourceforge.pmd.cpd.cppast.CPPParserConstants
Literal token values.
tokenImage - Variable in exception net.sourceforge.pmd.cpd.cppast.ParseException
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
tokenize(SourceCode, Tokens) - Method in class net.sourceforge.pmd.cpd.AnyTokenizer
 
tokenize(SourceCode, Tokens) - Method in interface net.sourceforge.pmd.cpd.Tokenizer
 
Tokenizer - Interface in net.sourceforge.pmd.cpd
 
Tokenizer - Class in org.sonar.colorizer
A token highlighter is in charge to optionally consume the next characters (token) of a CodeReader and to add the highlighted token to an HtmlCodeBuilder.
Tokenizer() - Constructor for class org.sonar.colorizer.Tokenizer
 
TokenizerDispatcher - Class in org.sonar.colorizer
 
TokenizerDispatcher(Channel<HtmlCodeBuilder>...) - Constructor for class org.sonar.colorizer.TokenizerDispatcher
 
TokenizerDispatcher(List<Channel<HtmlCodeBuilder>>) - Constructor for class org.sonar.colorizer.TokenizerDispatcher
 
TokenMatcher - Class in org.sonar.duplications.statement.matcher
 
TokenMatcher() - Constructor for class org.sonar.duplications.statement.matcher.TokenMatcher
 
TokenMatcherFactory - Class in org.sonar.duplications.statement
 
TokenMgrError - Error in net.sourceforge.pmd.cpd.cppast
Token Manager Error.
TokenMgrError() - Constructor for error net.sourceforge.pmd.cpd.cppast.TokenMgrError
No arg constructor.
TokenMgrError(String, int) - Constructor for error net.sourceforge.pmd.cpd.cppast.TokenMgrError
Constructor with message and reason.
TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for error net.sourceforge.pmd.cpd.cppast.TokenMgrError
Full Constructor.
TokenQueue - Class in org.sonar.duplications.token
 
TokenQueue(List<Token>) - Constructor for class org.sonar.duplications.token.TokenQueue
 
TokenQueue() - Constructor for class org.sonar.duplications.token.TokenQueue
 
TOKENS - Static variable in class net.sourceforge.pmd.cpd.AnyTokenizer
 
Tokens - Class in net.sourceforge.pmd.cpd
 
Tokens() - Constructor for class net.sourceforge.pmd.cpd.Tokens
 
TOKENS - Static variable in class org.sonar.java.ast.visitor.PublicApiVisitor
 
toLevel(RulePriority) - Static method in class org.sonar.plugins.pmd.PmdLevelUtils
 
toModel(String) - Method in class org.sonar.wsclient.unmarshallers.AbstractUnmarshaller
 
toModel(String) - Method in class org.sonar.wsclient.unmarshallers.ServerSetupUnmarshaller
 
toModel(String) - Method in class org.sonar.wsclient.unmarshallers.ServerUnmarshaller
 
toModel(String) - Method in interface org.sonar.wsclient.unmarshallers.Unmarshaller
 
toModels(String) - Method in class org.sonar.wsclient.unmarshallers.AbstractUnmarshaller
 
toModels(String) - Method in class org.sonar.wsclient.unmarshallers.ServerSetupUnmarshaller
 
toModels(String) - Method in class org.sonar.wsclient.unmarshallers.ServerUnmarshaller
 
toModels(String) - Method in interface org.sonar.wsclient.unmarshallers.Unmarshaller
 
toNewProjectDefinition() - Method in class org.sonar.batch.bootstrapper.ProjectDefinition
Deprecated.  
toNormalizedFileFilter(Filter<String>) - Static method in class net.sourceforge.pmd.util.filter.Filters
Given a String Filter, expose as a File Filter.
toProjectReactor() - Method in class org.sonar.batch.bootstrapper.Reactor
 
toResource(SMInputCursor) - Method in class org.sonar.api.batch.AbstractViolationsStaxParser
Deprecated. Transforms a given xml resource to a resource Object
toResource(File) - Method in class org.sonar.api.resources.DefaultProjectFileSystem
Deprecated.  
toResource(File) - Method in interface org.sonar.api.resources.ProjectFileSystem
 
toResource(Artifact, SensorContext) - Static method in class org.sonar.plugins.design.batch.MavenDependenciesSensor
 
toSeverity(RulePriority) - Static method in class org.sonar.plugins.checkstyle.CheckstyleSeverityUtils
 
toString() - Method in class net.sourceforge.pmd.cpd.cppast.Token
Returns the image.
toString() - Method in class net.sourceforge.pmd.util.filter.AbstractCompoundFilter
 
toString() - Method in class net.sourceforge.pmd.util.filter.AbstractDelegateFilter
 
toString() - Method in class net.sourceforge.pmd.util.filter.NotFilter
 
toString() - Method in class net.sourceforge.pmd.util.filter.RegexStringFilter
 
toString() - Method in class org.sonar.api.batch.AbstractFunctionComplexityDistributionDecorator
Deprecated.  
toString() - Method in class org.sonar.api.batch.AbstractSumChildrenDecorator
 
toString() - Method in class org.sonar.api.batch.Event
 
toString() - Method in class org.sonar.api.batch.Initializer
 
toString() - Method in class org.sonar.api.batch.maven.MavenPlugin
 
toString() - Method in class org.sonar.api.batch.TimeMachineQuery
 
toString() - Method in class org.sonar.api.charts.AbstractChart
 
toString() - Method in class org.sonar.api.database.configuration.Property
 
toString() - Method in class org.sonar.api.database.model.MeasureData
 
toString() - Method in class org.sonar.api.database.model.MeasureModel
 
toString() - Method in class org.sonar.api.database.model.ResourceModel
 
toString() - Method in class org.sonar.api.database.model.RuleFailureModel
 
toString() - Method in class org.sonar.api.database.model.Snapshot
 
toString() - Method in class org.sonar.api.database.model.SnapshotSource
 
toString() - Method in class org.sonar.api.database.model.User
 
toString() - Method in class org.sonar.api.design.Dependency
 
toString() - Method in class org.sonar.api.design.DependencyDto
 
toString() - Method in class org.sonar.api.measures.Measure
 
toString() - Method in class org.sonar.api.measures.Metric
 
toString() - Method in class org.sonar.api.measures.RuleMeasure
 
toString() - Method in class org.sonar.api.notifications.Notification
 
toString() - Method in class org.sonar.api.notifications.NotificationChannel
 
toString() - Method in class org.sonar.api.notifications.NotificationDispatcher
 
toString() - Method in class org.sonar.api.profiles.ProfileExporter
 
toString() - Method in class org.sonar.api.profiles.ProfileImporter
 
toString() - Method in class org.sonar.api.profiles.RulesProfile
 
toString() - Method in class org.sonar.api.qualitymodel.Characteristic
 
toString() - Method in class org.sonar.api.qualitymodel.Model
 
toString() - Method in class org.sonar.api.qualitymodel.ModelDefinition
 
toString() - Method in class org.sonar.api.resources.AbstractLanguage
 
toString() - Method in class org.sonar.api.resources.Directory
 
toString() - Method in class org.sonar.api.resources.File
 
toString() - Method in class org.sonar.api.resources.JavaFile
 
toString() - Method in class org.sonar.api.resources.JavaPackage
 
toString() - Method in class org.sonar.api.resources.Library
 
toString() - Method in class org.sonar.api.resources.Project
 
toString() - Method in class org.sonar.api.resources.ProjectLink
 
toString() - Method in class org.sonar.api.rules.ActiveRule
 
toString() - Method in class org.sonar.api.rules.ActiveRuleChange
 
toString() - Method in class org.sonar.api.rules.Rule
 
toString() - Method in class org.sonar.api.rules.RuleParam
 
toString() - Method in class org.sonar.api.rules.RuleRepository
 
toString() - Method in class org.sonar.api.rules.RulesCategory
Deprecated.  
toString() - Method in class org.sonar.api.rules.Violation
 
toString() - Method in class org.sonar.api.security.GroupRole
 
toString() - Method in class org.sonar.api.security.UserRole
 
toString() - Method in class org.sonar.api.SonarPlugin
Returns a string representation of the plugin, suitable for debugging purposes only.
toString() - Method in class org.sonar.api.utils.command.Command
 
toString() - Method in class org.sonar.api.utils.dag.Node
 
toString() - Method in class org.sonar.api.utils.ValidationMessages
 
toString() - Method in class org.sonar.api.utils.WildcardPattern
Returns string representation of this pattern.
toString() - Method in class org.sonar.application.JettyEmbedder
 
toString(Reader) - Static method in class org.sonar.batch.bootstrapper.BootstrapperIOUtils
Get the contents of a Reader as a String.
toString() - Method in class org.sonar.batch.components.PastSnapshot
 
toString() - Method in class org.sonar.batch.FormulaDecorator
 
toString() - Method in class org.sonar.channel.CodeBuffer
 
toString() - Method in class org.sonar.colorizer.HtmlCodeBuilder
 
toString() - Method in class org.sonar.core.i18n.RuleI18nManager.RuleKey
 
toString() - Method in class org.sonar.core.plugins.DefaultPluginMetadata
 
toString() - Method in class org.sonar.duplications.block.Block
 
toString() - Method in class org.sonar.duplications.block.ByteArray
 
toString() - Method in class org.sonar.duplications.cpd.Match
 
toString() - Method in class org.sonar.duplications.index.CloneGroup
 
toString() - Method in class org.sonar.duplications.index.ClonePart
 
toString() - Method in class org.sonar.duplications.statement.Statement
 
toString() - Method in class org.sonar.duplications.token.Token
 
toString() - Method in class org.sonar.graph.Cycle
 
toString() - Method in class org.sonar.graph.StringEdge
 
toString() - Method in class org.sonar.java.api.JavaClass
 
toString() - Method in class org.sonar.java.api.JavaMethod
 
toString() - Method in class org.sonar.java.bytecode.asm.AsmField
 
toString() - Method in class org.sonar.java.bytecode.asm.AsmMethod
 
toString() - Method in class org.sonar.jpa.entity.ManualMeasure
 
toString() - Method in class org.sonar.jpa.entity.NotificationQueueElement
 
toString() - Method in class org.sonar.jpa.entity.Review
 
toString() - Method in class org.sonar.jpa.entity.SchemaMigration
 
toString() - Method in class org.sonar.plugins.checkstyle.CheckstyleSensor
 
toString() - Method in class org.sonar.plugins.cobertura.CoberturaSensor
 
toString() - Method in class org.sonar.plugins.core.sensors.CheckAlertThresholds
 
toString() - Method in class org.sonar.plugins.core.sensors.CommentDensityDecorator
 
toString() - Method in class org.sonar.plugins.core.sensors.ManualMeasureDecorator
 
toString() - Method in class org.sonar.plugins.core.sensors.ProfileEventsSensor
 
toString() - Method in class org.sonar.plugins.core.sensors.ProfileSensor
 
toString() - Method in class org.sonar.plugins.core.sensors.ProjectLinksSensor
 
toString() - Method in class org.sonar.plugins.core.sensors.UnitTestDecorator
 
toString() - Method in class org.sonar.plugins.core.sensors.VersionEventsSensor
 
toString() - Method in class org.sonar.plugins.core.sensors.ViolationsDecorator
 
toString() - Method in class org.sonar.plugins.core.sensors.ViolationsDensityDecorator
 
toString() - Method in class org.sonar.plugins.core.timemachine.NewViolationsDecorator
 
toString() - Method in class org.sonar.plugins.core.timemachine.VariationDecorator
 
toString() - Method in class org.sonar.plugins.core.timemachine.ViolationTrackingDecorator
 
toString() - Method in class org.sonar.plugins.cpd.CpdEngine
 
toString() - Method in class org.sonar.plugins.cpd.CpdSensor
 
toString() - Method in class org.sonar.plugins.dbcleaner.api.Purge
 
toString() - Method in class org.sonar.plugins.dbcleaner.runner.DefaultPurgeContext
 
toString() - Method in class org.sonar.plugins.design.batch.FileTangleIndexDecorator
 
toString() - Method in class org.sonar.plugins.design.batch.MavenDependenciesSensor
 
toString() - Method in class org.sonar.plugins.design.batch.PackageTangleIndexDecorator
 
toString() - Method in class org.sonar.plugins.emailnotifications.api.EmailMessage
 
toString() - Method in class org.sonar.plugins.findbugs.FindbugsSensor
 
toString() - Method in class org.sonar.plugins.jacoco.JaCoCoItSensor
 
toString() - Method in class org.sonar.plugins.jacoco.JaCoCoSensor
 
toString() - Method in class org.sonar.plugins.pmd.PmdSensor
 
toString() - Method in class org.sonar.plugins.squid.JavaSourceImporter
 
toString() - Method in class org.sonar.plugins.squid.SquidSensor
 
toString() - Method in class org.sonar.plugins.surefire.SurefireSensor
 
toString() - Method in class org.sonar.server.configuration.SonarConfig
 
toString() - Method in class org.sonar.server.filters.DateCriterion
 
toString() - Method in class org.sonar.server.filters.Filter
 
toString() - Method in class org.sonar.server.filters.MeasureCriterion
 
toString() - Method in class org.sonar.server.mavendeployer.Artifact
 
toString() - Method in class org.sonar.server.platform.DefaultServerUpgradeStatus
 
toString() - Method in class org.sonar.server.ui.ViewProxy
 
toString() - Method in class org.sonar.squid.api.CheckMessage
 
toString() - Method in class org.sonar.squid.api.SourceCode
 
toString() - Method in class org.sonar.squid.api.SourceCodeEdge
 
toString() - Method in class org.sonar.wsclient.services.Dependency
 
toString() - Method in class org.sonar.wsclient.services.ManualMeasure
 
toString() - Method in class org.sonar.wsclient.services.ManualMeasureDeleteQuery
 
toString() - Method in class org.sonar.wsclient.services.Measure
 
toString() - Method in class org.sonar.wsclient.services.Metric
 
toString() - Method in class org.sonar.wsclient.services.Property
 
toString() - Method in class org.sonar.wsclient.services.Resource
 
toUrlParams() - Method in class org.sonar.plugins.design.ui.libraries.client.Filters
 
toValidAddress(String) - Method in class org.sonar.server.platform.ServerIdGenerator
 
toXml() - Method in class org.sonar.plugins.findbugs.xml.FindBugsFilter
 
toXml() - Method in class org.sonar.plugins.surefire.data.UnitTestClassReport
 
toXml() - Method in class org.sonar.plugins.surefire.data.UnitTestResult
 
transform(String, String) - Method in class org.sonar.api.utils.KeyValueFormat.DoubleNumbersPairTransformer
Deprecated.  
transform(String, String) - Method in class org.sonar.api.utils.KeyValueFormat.IntegerNumbersPairTransformer
Deprecated.  
transform(String, String) - Method in class org.sonar.api.utils.KeyValueFormat.RulePriorityNumbersPairTransformer
Deprecated.  
transform(String, String) - Method in class org.sonar.api.utils.KeyValueFormat.StringNumberPairTransformer
Deprecated.  
transform(String, String) - Method in interface org.sonar.api.utils.KeyValueFormat.Transformer
Deprecated.  
transformFromTemplatePath(String) - Method in class org.sonar.server.mavendeployer.Artifact
 
TrendsChart - Class in org.sonar.server.charts.jruby
 
TrendsChart(int, int, String, boolean) - Constructor for class org.sonar.server.charts.jruby.TrendsChart
 
trimStartOn(String[], int) - Static method in class net.sourceforge.pmd.util.StringUtil
Trims off the leading characters off the strings up to the trimDepth specified.
TRUETOK - Static variable in interface net.sourceforge.pmd.cpd.cppast.CPPParserConstants
RegularExpression Id.
truncateTables() - Method in class org.sonar.test.persistence.DatabaseTestCase
 
TRY - Static variable in interface net.sourceforge.pmd.cpd.cppast.CPPParserConstants
RegularExpression Id.
TYPEDEF - Static variable in interface net.sourceforge.pmd.cpd.cppast.CPPParserConstants
RegularExpression Id.

U

UNCOVERED_CONDITIONS - Static variable in class org.sonar.api.measures.CoreMetrics
Use CoverageMeasuresBuilder to build measure for this metric.
UNCOVERED_CONDITIONS - Static variable in interface org.sonar.gwt.Metrics
 
UNCOVERED_CONDITIONS_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
UNCOVERED_LINES - Static variable in class org.sonar.api.measures.CoreMetrics
Use CoverageMeasuresBuilder to build measure for this metric.
UNCOVERED_LINES - Static variable in interface org.sonar.gwt.Metrics
 
UNCOVERED_LINES_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
UndocumentedApiCheck - Class in org.sonar.java.ast.check
 
UndocumentedApiCheck() - Constructor for class org.sonar.java.ast.check.UndocumentedApiCheck
 
uninstall(String) - Method in class org.sonar.server.plugins.PluginDeployer
 
uninstallChild() - Method in class org.sonar.batch.bootstrap.Module
 
uninstallPlugin(String) - Method in class org.sonar.server.ui.JRubyFacade
 
UNION - Static variable in interface net.sourceforge.pmd.cpd.cppast.CPPParserConstants
RegularExpression Id.
UNIT_TEST_FILE - Static variable in class org.sonar.api.resources.Qualifiers
 
UnitTestClassReport - Class in org.sonar.plugins.surefire.data
 
UnitTestClassReport() - Constructor for class org.sonar.plugins.surefire.data.UnitTestClassReport
 
UnitTestDecorator - Class in org.sonar.plugins.core.sensors
 
UnitTestDecorator() - Constructor for class org.sonar.plugins.core.sensors.UnitTestDecorator
 
UnitTestIndex - Class in org.sonar.plugins.surefire.data
 
UnitTestIndex() - Constructor for class org.sonar.plugins.surefire.data.UnitTestIndex
 
UnitTestResult - Class in org.sonar.plugins.surefire.data
 
UnitTestResult() - Constructor for class org.sonar.plugins.surefire.data.UnitTestResult
 
UNKNOWN_LINE - Static variable in class org.sonar.java.api.JavaClass
 
UNKNOWN_LINE - Static variable in class org.sonar.java.api.JavaMethod
 
unlock() - Method in class org.sonar.batch.DefaultResourceCreationLock
Unlocking is for internal use only.
unmarshal(String) - Static method in class org.sonar.core.plugins.RemotePlugin
 
UnmarshalException - Exception in org.sonar.wsclient.unmarshallers
 
UnmarshalException(String) - Constructor for exception org.sonar.wsclient.unmarshallers.UnmarshalException
 
UnmarshalException(AbstractQuery, String, Throwable) - Constructor for exception org.sonar.wsclient.unmarshallers.UnmarshalException
 
Unmarshaller<MODEL extends Model> - Interface in org.sonar.wsclient.unmarshallers
 
Unmarshallers - Class in org.sonar.wsclient.unmarshallers
 
unsetData() - Method in class org.sonar.api.measures.Measure
 
unsetMetrics() - Method in class org.sonar.api.batch.TimeMachineQuery
Unsets the metrics
unsetValue() - Method in class org.sonar.gwt.ui.SourcePanel.Row
 
UNSIGNED - Static variable in interface net.sourceforge.pmd.cpd.cppast.CPPParserConstants
RegularExpression Id.
UNSIGNED_DECIMALINT - Static variable in interface net.sourceforge.pmd.cpd.cppast.CPPParserConstants
RegularExpression Id.
UNSIGNED_DECIMALLONG - Static variable in interface net.sourceforge.pmd.cpd.cppast.CPPParserConstants
RegularExpression Id.
UNSIGNED_HEXADECIMALINT - Static variable in interface net.sourceforge.pmd.cpd.cppast.CPPParserConstants
RegularExpression Id.
UNSIGNED_HEXADECIMALLONG - Static variable in interface net.sourceforge.pmd.cpd.cppast.CPPParserConstants
RegularExpression Id.
UNSIGNED_OCTALINT - Static variable in interface net.sourceforge.pmd.cpd.cppast.CPPParserConstants
RegularExpression Id.
UNSIGNED_OCTALLONG - Static variable in interface net.sourceforge.pmd.cpd.cppast.CPPParserConstants
RegularExpression Id.
UnusedPrivateMethodCheck - Class in org.sonar.java.bytecode.check
 
UnusedPrivateMethodCheck() - Constructor for class org.sonar.java.bytecode.check.UnusedPrivateMethodCheck
 
UnusedProtectedMethodCheck - Class in org.sonar.java.bytecode.check
 
UnusedProtectedMethodCheck() - Constructor for class org.sonar.java.bytecode.check.UnusedProtectedMethodCheck
 
unzip(File, File) - Static method in class org.sonar.api.utils.ZipUtils
Unzip a file into a directory.
unzip(File, File, ZipUtils.ZipEntryFilter) - Static method in class org.sonar.api.utils.ZipUtils
 
unzipToTempDir(File) - Static method in class org.sonar.api.utils.ZipUtils
Unzip a file into a new temporary directory.
update(UpdateQuery<?>) - Method in class org.sonar.wsclient.Sonar
 
UpdateCenterClient - Class in org.sonar.server.plugins
HTTP client to load data from the remote update center hosted at http://update.sonarsource.org.
UpdateCenterClient(HttpDownloader, Settings) - Constructor for class org.sonar.server.plugins.UpdateCenterClient
 
UpdateCenterMatrix - Class in org.sonar.server.plugins
 
UpdateCenterMatrix(UpdateCenter, Version) - Constructor for class org.sonar.server.plugins.UpdateCenterMatrix
 
UpdateCenterMatrix(UpdateCenter, String) - Constructor for class org.sonar.server.plugins.UpdateCenterMatrix
 
UpdateCenterMatrixFactory - Class in org.sonar.server.plugins
 
UpdateCenterMatrixFactory(UpdateCenterClient, PluginRepository, Server, PluginDownloader) - Constructor for class org.sonar.server.plugins.UpdateCenterMatrixFactory
 
UpdateCenterQuery - Class in org.sonar.wsclient.services
 
updateDeprecatedCommonsConfiguration() - Method in class org.sonar.batch.config.BatchSettings
 
UpdateLineColumn(char) - Static method in class net.sourceforge.pmd.cpd.cppast.SimpleCharStream
 
UpdateQuery<MODEL extends Model> - Class in org.sonar.wsclient.services
PUT HTTP request
UpdateQuery() - Constructor for class org.sonar.wsclient.services.UpdateQuery
 
UpdateStatusJob - Class in org.sonar.batch.phases
 
UpdateStatusJob(ServerMetadata, DatabaseSession, ResourcePersister, Snapshot) - Constructor for class org.sonar.batch.phases.UpdateStatusJob
 
updateVersion(String, String) - Method in class org.sonar.server.mavendeployer.Mojo
 
upToDateSchemaVersion() - Method in class org.sonar.jpa.session.AbstractDatabaseConnector
 
UptoTokenMatcher - Class in org.sonar.duplications.statement.matcher
Consumes everything up to one of the specified tokens.
UptoTokenMatcher(String[]) - Constructor for class org.sonar.duplications.statement.matcher.UptoTokenMatcher
 
url - Variable in class org.sonar.api.measures.Measure
 
URL_PROPERTY - Static variable in class org.sonar.server.plugins.UpdateCenterClient
 
urlForDrilldown(String, String) - Static method in class org.sonar.gwt.Links
 
urlForMeasure(String, String) - Static method in class org.sonar.gwt.Links
 
urlForResource(String) - Static method in class org.sonar.gwt.Links
 
urlForResourcePage(String, String, String) - Static method in class org.sonar.gwt.Links
 
urlForRule(String, boolean) - Static method in class org.sonar.gwt.Links
 
USABILITY - Static variable in class org.sonar.api.measures.CoreMetrics
Deprecated. since 2.5 See http://jira.codehaus.org/browse/SONAR-2007
USABILITY - Static variable in class org.sonar.api.rules.Iso9126RulesCategories
Deprecated.  
USABILITY - Static variable in interface org.sonar.gwt.Metrics
 
USABILITY_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
Deprecated. since 2.5 See http://jira.codehaus.org/browse/SONAR-2007
useDatabase() - Method in enum org.sonar.api.measures.PersistenceMode
 
usedMetrics() - Method in class org.sonar.plugins.core.sensors.CoverageDecorator
 
usedMetrics() - Method in class org.sonar.plugins.core.sensors.ItCoverageDecorator
 
useMemory() - Method in enum org.sonar.api.measures.PersistenceMode
 
User - Class in org.sonar.api.database.model
 
User() - Constructor for class org.sonar.api.database.model.User
 
USER - Static variable in annotation type org.sonar.api.web.UserRole
 
UserFinder - Interface in org.sonar.api.security
 
UserManagedMetrics - Class in org.sonar.plugins.core.metrics
 
UserManagedMetrics() - Constructor for class org.sonar.plugins.core.metrics.UserManagedMetrics
 
UserPropertyCreateQuery - Class in org.sonar.wsclient.services
 
UserPropertyCreateQuery() - Constructor for class org.sonar.wsclient.services.UserPropertyCreateQuery
 
UserPropertyCreateQuery(String, String) - Constructor for class org.sonar.wsclient.services.UserPropertyCreateQuery
 
UserPropertyCreateQuery(Property) - Constructor for class org.sonar.wsclient.services.UserPropertyCreateQuery
 
UserPropertyDeleteQuery - Class in org.sonar.wsclient.services
 
UserPropertyDeleteQuery(String) - Constructor for class org.sonar.wsclient.services.UserPropertyDeleteQuery
 
UserPropertyDeleteQuery(Property) - Constructor for class org.sonar.wsclient.services.UserPropertyDeleteQuery
 
UserPropertyQuery - Class in org.sonar.wsclient.services
Get properties of the authenticated user.
UserPropertyQuery() - Constructor for class org.sonar.wsclient.services.UserPropertyQuery
Get all user properties
UserPropertyQuery(String) - Constructor for class org.sonar.wsclient.services.UserPropertyQuery
Get only one specific user property
UserRole - Class in org.sonar.api.security
This JPA model maps the table user_roles
UserRole(Integer, String, Integer) - Constructor for class org.sonar.api.security.UserRole
 
UserRole() - Constructor for class org.sonar.api.security.UserRole
 
UserRole - Annotation Type in org.sonar.api.web
 
Utils - Class in org.sonar.gwt
 

V

ValidationMessages - Class in org.sonar.api.utils
 
value - Variable in class org.sonar.api.measures.Measure
 
valueOf(String) - Static method in enum org.sonar.api.batch.Phase.Name
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.sonar.api.measures.Metric.Level
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.sonar.api.measures.Metric.Origin
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.sonar.api.measures.Metric.ValueType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.sonar.api.measures.PersistenceMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.sonar.api.resources.Project.AnalysisType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.sonar.api.rules.RulePriority
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.sonar.api.violations.ViolationQuery.SwitchMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.sonar.api.web.Section
Deprecated. Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.sonar.api.web.WidgetLayoutType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.sonar.api.web.WidgetPropertyType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.sonar.batch.bootstrapper.BootstrapperVersion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.sonar.check.Cardinality
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.sonar.check.IsoCategory
Deprecated. Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.sonar.check.Priority
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.sonar.colorizer.CodeColorizer.Format
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.sonar.java.bytecode.asm.AsmClassProvider.DETAIL_LEVEL
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.sonar.java.signature.JvmJavaType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.sonar.plugins.checkstyle.CheckstyleVersion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.sonar.plugins.findbugs.FindbugsVersion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.sonar.plugins.pmd.PmdVersion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.sonar.server.plugins.PluginUpdate.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.sonar.squid.api.SourceCodeEdgeUsage
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.sonar.squid.indexer.QueryByMeasure.Operator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.sonar.squid.measures.Metric
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.sonar.wsclient.services.Server.Status
Returns the enum constant of this type with the specified name.
valueOfString(String) - Static method in enum org.sonar.api.rules.RulePriority
A class to map priority level prior to Sonar 1.10 to the new ones
values() - Static method in enum org.sonar.api.batch.Phase.Name
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.sonar.api.measures.Metric.Level
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.sonar.api.measures.Metric.Origin
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.sonar.api.measures.Metric.ValueType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.sonar.api.measures.PersistenceMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.sonar.api.resources.Project.AnalysisType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.sonar.api.rules.RulePriority
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.sonar.api.violations.ViolationQuery.SwitchMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.sonar.api.web.Section
Deprecated. Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.sonar.api.web.WidgetLayoutType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.sonar.api.web.WidgetPropertyType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.sonar.batch.bootstrapper.BootstrapperVersion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.sonar.check.Cardinality
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.sonar.check.IsoCategory
Deprecated. Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.sonar.check.Priority
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.sonar.colorizer.CodeColorizer.Format
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.sonar.java.bytecode.asm.AsmClassProvider.DETAIL_LEVEL
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.sonar.java.signature.JvmJavaType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.sonar.plugins.checkstyle.CheckstyleVersion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.sonar.plugins.findbugs.FindbugsVersion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.sonar.plugins.pmd.PmdVersion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.sonar.server.plugins.PluginUpdate.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.sonar.squid.api.SourceCodeEdgeUsage
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.sonar.squid.indexer.QueryByMeasure.Operator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.sonar.squid.measures.Metric
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.sonar.wsclient.services.Server.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values - Variable in class org.sonar.wsclient.services.TimeMachineCell
 
variation1 - Variable in class org.sonar.api.measures.Measure
 
variation2 - Variable in class org.sonar.api.measures.Measure
 
variation3 - Variable in class org.sonar.api.measures.Measure
 
variation4 - Variable in class org.sonar.api.measures.Measure
 
variation5 - Variable in class org.sonar.api.measures.Measure
 
VariationDecorator - Class in org.sonar.plugins.core.timemachine
 
VariationDecorator(PastMeasuresLoader, MetricFinder, TimeMachineConfiguration) - Constructor for class org.sonar.plugins.core.timemachine.VariationDecorator
 
VERSION - Static variable in class org.sonar.api.batch.maven.MavenSurefireUtils
 
version - Variable in class org.sonar.server.mavendeployer.Artifact
 
VERSION_UNKNOWN - Static variable in class org.sonar.jpa.entity.SchemaMigration
 
VersionEventsSensor - Class in org.sonar.plugins.core.sensors
 
VersionEventsSensor() - Constructor for class org.sonar.plugins.core.sensors.VersionEventsSensor
 
VIEW - Static variable in class org.sonar.api.resources.Qualifiers
Root views.
View - Interface in org.sonar.api.web
 
VIEWER - Static variable in annotation type org.sonar.api.web.UserRole
Deprecated. use the constant USER since 1.12.
ViewerHeader - Class in org.sonar.gwt.ui
 
ViewerHeader(Resource, String[]) - Constructor for class org.sonar.gwt.ui.ViewerHeader
 
ViewerHeader.MeasureLabel - Class in org.sonar.gwt.ui
 
ViewerHeader.MeasureLabel(Measure) - Constructor for class org.sonar.gwt.ui.ViewerHeader.MeasureLabel
 
ViewerHeader.MeasureLabel(Measure, String, String) - Constructor for class org.sonar.gwt.ui.ViewerHeader.MeasureLabel
 
ViewProxy<V extends View> - Class in org.sonar.server.ui
 
ViewProxy(V) - Constructor for class org.sonar.server.ui.ViewProxy
 
Views - Class in org.sonar.server.ui
 
Views() - Constructor for class org.sonar.server.ui.Views
 
Views(View[]) - Constructor for class org.sonar.server.ui.Views
 
Violation - Class in org.sonar.api.rules
A class that represents a violation.
Violation(Rule) - Constructor for class org.sonar.api.rules.Violation
Deprecated. since 2.3. Use the factory method create()
Violation(Rule, Resource) - Constructor for class org.sonar.api.rules.Violation
Deprecated. since 2.3. Use the factory method create()
Violation - Class in org.sonar.wsclient.services
 
Violation() - Constructor for class org.sonar.wsclient.services.Violation
 
ViolationFilter - Interface in org.sonar.api.rules
Filter violations to save.
ViolationFilters - Class in org.sonar.batch
 
ViolationFilters(ViolationFilter[]) - Constructor for class org.sonar.batch.ViolationFilters
 
ViolationFilters() - Constructor for class org.sonar.batch.ViolationFilters
 
ViolationPersisterDecorator - Class in org.sonar.plugins.core.timemachine
 
ViolationPersisterDecorator(ViolationTrackingDecorator, ResourcePersister, RuleFinder, DatabaseSession) - Constructor for class org.sonar.plugins.core.timemachine.ViolationPersisterDecorator
 
ViolationQuery - Class in org.sonar.api.violations
Class that allows to query the Sonar index about violations.
ViolationQuery - Class in org.sonar.wsclient.services
 
ViolationQuery(String) - Constructor for class org.sonar.wsclient.services.ViolationQuery
 
ViolationQuery.SwitchMode - Enum in org.sonar.api.violations
 
VIOLATIONS - Static variable in class org.sonar.api.measures.CoreMetrics
 
VIOLATIONS - Static variable in interface org.sonar.gwt.Metrics
 
VIOLATIONS_DENSITY - Static variable in class org.sonar.api.measures.CoreMetrics
 
VIOLATIONS_DENSITY - Static variable in interface org.sonar.gwt.Metrics
 
VIOLATIONS_DENSITY_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
VIOLATIONS_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
ViolationsDecorator - Class in org.sonar.plugins.core.sensors
 
ViolationsDecorator() - Constructor for class org.sonar.plugins.core.sensors.ViolationsDecorator
 
ViolationsDensityDecorator - Class in org.sonar.plugins.core.sensors
 
ViolationsDensityDecorator() - Constructor for class org.sonar.plugins.core.sensors.ViolationsDensityDecorator
 
ViolationTrackingDecorator - Class in org.sonar.plugins.core.timemachine
 
ViolationTrackingDecorator(Project, ReferenceAnalysis, SonarIndex) - Constructor for class org.sonar.plugins.core.timemachine.ViolationTrackingDecorator
 
ViolationUnmarshaller - Class in org.sonar.wsclient.unmarshallers
 
ViolationUnmarshaller() - Constructor for class org.sonar.wsclient.unmarshallers.ViolationUnmarshaller
 
VIRTUAL - Static variable in interface net.sourceforge.pmd.cpd.cppast.CPPParserConstants
RegularExpression Id.
VirtualMethodsLinker - Class in org.sonar.java.bytecode
 
VirtualMethodsLinker() - Constructor for class org.sonar.java.bytecode.VirtualMethodsLinker
 
visit(int, int, String, String, String, String[]) - Method in class org.sonar.java.bytecode.asm.AsmClassVisitor
 
visitArrayType() - Method in class org.sonar.java.bytecode.asm.AsmSignatureVisitor
visitBaseType(char) - Method in class org.sonar.java.bytecode.asm.AsmSignatureVisitor
visitClass(AsmClass) - Method in class org.sonar.java.bytecode.check.ArchitectureCheck
 
visitClass(AsmClass) - Method in class org.sonar.java.bytecode.check.CallToDeprecatedMethodCheck
 
visitClass(AsmClass) - Method in class org.sonar.java.bytecode.check.UnusedPrivateMethodCheck
 
visitClass(AsmClass) - Method in class org.sonar.java.bytecode.check.UnusedProtectedMethodCheck
 
visitClass(AsmClass) - Method in class org.sonar.java.bytecode.visitor.BytecodeVisitor
 
visitClass(AsmClass) - Method in class org.sonar.java.bytecode.visitor.DependenciesVisitor
 
visitClass(AsmClass) - Method in class org.sonar.java.bytecode.visitor.DITVisitor
 
visitClass(AsmClass) - Method in class org.sonar.java.bytecode.visitor.LCOM4Visitor
 
visitClass(AsmClass) - Method in class org.sonar.java.bytecode.visitor.NOCVisitor
 
visitClass(AsmClass) - Method in class org.sonar.java.bytecode.visitor.RFCVisitor
 
visitClass(SourceClass) - Method in class org.sonar.java.squid.check.ClassComplexityCheck
 
visitClass(SourceClass) - Method in class org.sonar.java.squid.check.DITCheck
 
visitClass(SourceClass) - Method in class org.sonar.java.squid.check.SquidCheck
 
visitClass(SourceClass) - Method in interface org.sonar.java.squid.visitor.SquidVisitor
 
visitClassBound() - Method in class org.sonar.java.bytecode.asm.AsmSignatureVisitor
visitClassType(String) - Method in class org.sonar.java.bytecode.asm.AsmSignatureVisitor
visitEdge(AsmEdge) - Method in class org.sonar.java.bytecode.check.ArchitectureCheck
 
visitEdge(AsmEdge) - Method in class org.sonar.java.bytecode.check.CallToDeprecatedMethodCheck
 
visitEdge(AsmEdge) - Method in class org.sonar.java.bytecode.visitor.BytecodeVisitor
 
visitEdge(AsmEdge) - Method in class org.sonar.java.bytecode.visitor.DependenciesVisitor
 
visitEdge(AsmEdge) - Method in class org.sonar.java.bytecode.visitor.RFCVisitor
 
visitEnd() - Method in class org.sonar.java.bytecode.asm.AsmClassVisitor
 
visitEnd() - Method in class org.sonar.java.bytecode.asm.AsmMethodVisitor
 
visitEnd() - Method in class org.sonar.java.bytecode.asm.AsmSignatureVisitor
visitExceptionType() - Method in class org.sonar.java.bytecode.asm.AsmSignatureVisitor
 
visitField(int, String, String, String, Object) - Method in class org.sonar.java.bytecode.asm.AsmClassVisitor
 
visitField(AsmField) - Method in class org.sonar.java.bytecode.visitor.BytecodeVisitor
 
visitFieldInsn(int, String, String, String) - Method in class org.sonar.java.bytecode.asm.AsmMethodVisitor
 
visitFile(DetailAST) - Method in class org.sonar.java.ast.visitor.BlankLinesVisitor
 
visitFile(DetailAST) - Method in class org.sonar.java.ast.visitor.CommentVisitor
 
visitFile(DetailAST) - Method in class org.sonar.java.ast.visitor.FileVisitor
 
visitFile(DetailAST) - Method in class org.sonar.java.ast.visitor.JavaAstVisitor
 
visitFile(DetailAST) - Method in class org.sonar.java.ast.visitor.LinesVisitor
 
visitFile(DetailAST) - Method in class org.sonar.java.ast.visitor.PackageVisitor
 
visitFile(SourceFile) - Method in class org.sonar.java.squid.check.EmptyFileCheck
 
visitFile(SourceFile) - Method in class org.sonar.java.squid.check.NoSonarCheck
 
visitFile(SourceFile) - Method in class org.sonar.java.squid.check.SquidCheck
 
visitFile(SourceFile) - Method in interface org.sonar.java.squid.visitor.SquidVisitor
 
visitFormalTypeParameter(String) - Method in class org.sonar.java.bytecode.asm.AsmSignatureVisitor
visitFrame(int, int, Object[], int, Object[]) - Method in class org.sonar.java.bytecode.asm.AsmMethodVisitor
 
visitIincInsn(int, int) - Method in class org.sonar.java.bytecode.asm.AsmMethodVisitor
 
visitInnerClassType(String) - Method in class org.sonar.java.bytecode.asm.AsmSignatureVisitor
visitInsn(int) - Method in class org.sonar.java.bytecode.asm.AsmMethodVisitor
 
visitInterface() - Method in class org.sonar.java.bytecode.asm.AsmSignatureVisitor
visitInterfaceBound() - Method in class org.sonar.java.bytecode.asm.AsmSignatureVisitor
visitIntInsn(int, int) - Method in class org.sonar.java.bytecode.asm.AsmMethodVisitor
 
visitJumpInsn(int, Label) - Method in class org.sonar.java.bytecode.asm.AsmMethodVisitor
 
visitLdcInsn(Object) - Method in class org.sonar.java.bytecode.asm.AsmMethodVisitor
 
visitLineNumber(int, Label) - Method in class org.sonar.java.bytecode.asm.AsmMethodVisitor
 
visitLookupSwitchInsn(Label, int[], Label[]) - Method in class org.sonar.java.bytecode.asm.AsmMethodVisitor
 
visitMethod(int, String, String, String, String[]) - Method in class org.sonar.java.bytecode.asm.AsmClassVisitor
 
visitMethod(AsmMethod) - Method in class org.sonar.java.bytecode.check.UnusedPrivateMethodCheck
 
visitMethod(AsmMethod) - Method in class org.sonar.java.bytecode.check.UnusedProtectedMethodCheck
 
visitMethod(AsmMethod) - Method in class org.sonar.java.bytecode.visitor.BytecodeVisitor
 
visitMethod(AsmMethod) - Method in class org.sonar.java.bytecode.visitor.LCOM4Visitor
 
visitMethod(AsmMethod) - Method in class org.sonar.java.bytecode.visitor.RFCVisitor
 
visitMethod(SourceMethod) - Method in class org.sonar.java.squid.check.MethodComplexityCheck
 
visitMethod(SourceMethod) - Method in class org.sonar.java.squid.check.SquidCheck
 
visitMethod(SourceMethod) - Method in interface org.sonar.java.squid.visitor.SquidVisitor
 
visitMethodInsn(int, String, String, String) - Method in class org.sonar.java.bytecode.asm.AsmMethodVisitor
 
visitMultiANewArrayInsn(String, int) - Method in class org.sonar.java.bytecode.asm.AsmMethodVisitor
 
visitParameterType() - Method in class org.sonar.java.bytecode.asm.AsmSignatureVisitor
visitReturnType() - Method in class org.sonar.java.bytecode.asm.AsmSignatureVisitor
visitSuperclass() - Method in class org.sonar.java.bytecode.asm.AsmSignatureVisitor
visitTableSwitchInsn(int, int, Label, Label[]) - Method in class org.sonar.java.bytecode.asm.AsmMethodVisitor
 
visitToken(DetailAST) - Method in class org.sonar.java.ast.check.BreakCheck
 
visitToken(DetailAST) - Method in class org.sonar.java.ast.check.ContinueCheck
 
visitToken(DetailAST) - Method in class org.sonar.java.ast.check.UndocumentedApiCheck
 
visitToken(DetailAST) - Method in class org.sonar.java.ast.CheckstyleSquidBridge
 
visitToken(DetailAST) - Method in class org.sonar.java.ast.visitor.AccessorVisitor
 
visitToken(DetailAST) - Method in class org.sonar.java.ast.visitor.AnonymousInnerClassVisitor
 
visitToken(DetailAST) - Method in class org.sonar.java.ast.visitor.BlankLinesVisitor
 
visitToken(DetailAST) - Method in class org.sonar.java.ast.visitor.BranchVisitor
 
visitToken(DetailAST) - Method in class org.sonar.java.ast.visitor.ClassVisitor
 
visitToken(DetailAST) - Method in class org.sonar.java.ast.visitor.CommentVisitor
 
visitToken(DetailAST) - Method in class org.sonar.java.ast.visitor.EndAtLineVisitor
 
visitToken(DetailAST) - Method in class org.sonar.java.ast.visitor.JavaAstVisitor
 
visitToken(DetailAST) - Method in class org.sonar.java.ast.visitor.LinesOfCodeVisitor
 
visitToken(DetailAST) - Method in class org.sonar.java.ast.visitor.LinesVisitor
 
visitToken(DetailAST) - Method in class org.sonar.java.ast.visitor.MethodVisitor
 
visitToken(DetailAST) - Method in class org.sonar.java.ast.visitor.PublicApiVisitor
 
visitToken(DetailAST) - Method in class org.sonar.java.ast.visitor.StatementVisitor
 
visitTryCatchBlock(Label, Label, Label, String) - Method in class org.sonar.java.bytecode.asm.AsmMethodVisitor
 
visitTypeArgument() - Method in class org.sonar.java.bytecode.asm.AsmSignatureVisitor
visitTypeArgument(char) - Method in class org.sonar.java.bytecode.asm.AsmSignatureVisitor
visitTypeInsn(int, String) - Method in class org.sonar.java.bytecode.asm.AsmMethodVisitor
 
visitTypeVariable(String) - Method in class org.sonar.java.bytecode.asm.AsmSignatureVisitor
visitVarInsn(int, int) - Method in class org.sonar.java.bytecode.asm.AsmMethodVisitor
 
VOID - Static variable in interface net.sourceforge.pmd.cpd.cppast.CPPParserConstants
RegularExpression Id.
VOLATILE - Static variable in interface net.sourceforge.pmd.cpd.cppast.CPPParserConstants
RegularExpression Id.

W

WANTED_TOKENS - Static variable in class org.sonar.java.ast.visitor.ClassVisitor
 
WANTED_TOKENS - Static variable in class org.sonar.java.ast.visitor.MethodVisitor
 
Webservice - Interface in org.sonar.api.web
Interface to create a web service extension point
WEIGHTED_VIOLATIONS - Static variable in class org.sonar.api.measures.CoreMetrics
 
WEIGHTED_VIOLATIONS - Static variable in interface org.sonar.gwt.Metrics
 
WEIGHTED_VIOLATIONS_KEY - Static variable in class org.sonar.api.measures.CoreMetrics
 
WeightedMeanAggregationFormula - Class in org.sonar.api.measures
 
WeightedMeanAggregationFormula(Metric, boolean) - Constructor for class org.sonar.api.measures.WeightedMeanAggregationFormula
 
WeightedViolationsDecorator - Class in org.sonar.plugins.core.sensors
 
WeightedViolationsDecorator() - Constructor for class org.sonar.plugins.core.sensors.WeightedViolationsDecorator
 
WHILE - Static variable in interface net.sourceforge.pmd.cpd.cppast.CPPParserConstants
RegularExpression Id.
Widget - Interface in org.sonar.api.web
 
WidgetCategory - Annotation Type in org.sonar.api.web
 
WidgetLayout - Annotation Type in org.sonar.api.web
 
WidgetLayoutType - Enum in org.sonar.api.web
 
WidgetProperties - Annotation Type in org.sonar.api.web
 
WidgetProperty - Annotation Type in org.sonar.api.web
 
WidgetPropertyType - Enum in org.sonar.api.web
 
WildcardPattern - Class in org.sonar.api.utils
Implementation of Ant-style matching patterns.
WildcardPattern(String, String) - Constructor for class org.sonar.api.utils.WildcardPattern
 
withConfigKey(String) - Method in class org.sonar.api.rules.RuleQuery
 
withKey(String) - Method in class org.sonar.api.rules.RuleQuery
 
withRepositoryKey(String) - Method in class org.sonar.api.rules.RuleQuery
 
write(RulesProfile, Writer) - Method in class org.sonar.api.profiles.XMLProfileSerializer
 
writeToFile(String, File, String) - Static method in class org.sonar.api.resources.DefaultProjectFileSystem
Deprecated.  
writeToWorkingDirectory(String, String) - Method in class org.sonar.api.resources.DefaultProjectFileSystem
Deprecated.  
writeToWorkingDirectory(String, String) - Method in interface org.sonar.api.resources.ProjectFileSystem
Save data into a new file of Sonar working directory.
WSUtils - Class in org.sonar.wsclient.services
Compatibility layer between GWT and plain Java.
WSUtils() - Constructor for class org.sonar.wsclient.services.WSUtils
 

X

XmlParserException - Exception in org.sonar.api.utils
 
XmlParserException() - Constructor for exception org.sonar.api.utils.XmlParserException
 
XmlParserException(String) - Constructor for exception org.sonar.api.utils.XmlParserException
 
XmlParserException(String, Throwable) - Constructor for exception org.sonar.api.utils.XmlParserException
 
XmlParserException(Throwable) - Constructor for exception org.sonar.api.utils.XmlParserException
 
XMLProfileParser - Class in org.sonar.api.profiles
TODO should be an interface
XMLProfileParser(RuleFinder) - Constructor for class org.sonar.api.profiles.XMLProfileParser
Deprecated. since 2.5. Plugins shouldn't directly instantiate this class, because it should be retrieved as an IoC dependency.
XMLProfileParser(RuleFinder, MetricFinder) - Constructor for class org.sonar.api.profiles.XMLProfileParser
Deprecated. since 2.5. Plugins shouldn't directly instantiate this class, because it should be retrieved as an IoC dependency.
XMLProfileSerializer - Class in org.sonar.api.profiles
 
XMLProfileSerializer() - Constructor for class org.sonar.api.profiles.XMLProfileSerializer
 
XMLRuleParser - Class in org.sonar.api.rules
 
XMLRuleParser() - Constructor for class org.sonar.api.rules.XMLRuleParser
 
XPATH_CLASS - Static variable in class org.sonar.plugins.pmd.PmdConstants
 
XPATH_EXPRESSION_PARAM - Static variable in class org.sonar.plugins.pmd.PmdConstants
 
XPATH_MESSAGE_PARAM - Static variable in class org.sonar.plugins.pmd.PmdConstants
 
XpathParser - Class in org.sonar.api.utils
XML Parsing tool using XPATH.
XpathParser() - Constructor for class org.sonar.api.utils.XpathParser
 
XradarChart - Class in org.sonar.plugins.core.charts
 
XradarChart() - Constructor for class org.sonar.plugins.core.charts.XradarChart
 

Z

zipDir(File, File) - Static method in class org.sonar.api.utils.ZipUtils
 
ZipUtils - Class in org.sonar.api.utils
 
ZipUtils.ZipEntryFilter - Interface in org.sonar.api.utils
 
zoom() - Method in interface org.sonar.gwt.ui.Icons.IconBundle
 

_

_DEFAULT - Static variable in interface net.sourceforge.pmd.cpd.cppast.CPPParserConstants
RegularExpression Id.

A B C D E F G H I J K L M N O P Q R S T U V W X Z _

Copyright © 2009-2011 SonarSource. All Rights Reserved.