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 |
|---|---|---|
| NOPMD | 0 | NOPMD |
| NOTE | 0 | NOTE |
| TODO | 6 | TODO |
Each tag is detailed below:
Number of occurrences found in the code: 6
| org.apache.commons.pool.TestPoolUtils | Line |
|---|---|
| Anyone feel motivated to construct a test that verifies proper synchronization? | 572 |
| Anyone feel motivated to construct a test that verifies proper synchronization? | 591 |
| Anyone feel motivated to construct a test that verifies proper synchronization? | 611 |
| Anyone feel motivated to construct a test that verifies proper synchronization? | 631 |
| org.apache.commons.pool.impl.GenericKeyedObjectPool | Line |
| Correctness here depends on control in addObjectToPool. These two methods should be refactored, removing the "behavior flag", decrementNumActive, from addObjectToPool. | 1595 |
| org.apache.commons.pool.impl.GenericObjectPool | Line |
| Correctness here depends on control in addObjectToPool. These two methods should be refactored, removing the "behavior flag", decrementNumActive, from addObjectToPool. | 1401 |