Toggle navigation
Home
org.apache.commons.dbcp.BasicDataSource to org.sonar.db.profiling.ProfiledDataSource
No. of Instances - 1
No. of Commits - 1
No. of Projects - {'sonarqube'}
Hierarchy/Composition: T_SUPER_R
Primitive Info: -
NameSpace: External -> Internal
Mapping:
Update Class Instacne Creation
new ProfiledDataSource(datasource)
to
new ProfiledDataSource(basicDataSource,NullConnectionInterceptor.INSTANCE)