Tag List Report

The following document contains the listing of user tags found in the code. Below is the summary of the occurrences per tag.

Tag Class Total number of occurrences Tag strings used by tag class
Work items 1 todo, @todo, fix, @fix, @fixme, fixme

Each tag is detailed below:

Work items

Number of occurrences found in the code: 1

org.beiter.michael.db.DataSourceFactory Line
add the pooled data source with the "computeIfAbsent()" method to improve performance in Java 8 DS_POOLS.computeIfAbsent(key, k -> getPoolingDataSource(url, properties, poolSpec)); 186