FindBugs Report

Project Information

Project: <<unnamed project>>

FindBugs version: 1.3.5

Code analyzed:



Metrics

1158 lines of code analyzed, in 50 classes, in 1 packages.

Metric Total Density*
High Priority Warnings 0.00
Medium Priority Warnings 8 6.91
Total Warnings 8 6.91

(* Defects per Thousand lines of non-commenting source statements)



Contents

Summary

Warning Type Number
Performance Warnings 8
Total 8

Warnings

Click on a warning row to see full context information.

Performance Warnings

Code Warning
UrF Unread field: com.plumtree.taglib.ptdata.AdvancedSearchDataTag.m_URLSetter
UrF Unread field: com.plumtree.taglib.ptdata.CommunityActionsDataTag.m_URLSetter
UrF Unread field: com.plumtree.taglib.ptdata.CurrentParentCommunityDataTag.m_URLSetter
UrF Unread field: com.plumtree.taglib.ptdata.MyAccountDataTag.m_URLSetter
UrF Unread field: com.plumtree.taglib.ptdata.MyProfileDataTag.m_URLSetter
UrF Unread field: com.plumtree.taglib.ptdata.ParentCommunityDataTag.m_URLSetter
UrF Unread field: com.plumtree.taglib.ptdata.RelatedCommunitiesDataTag.m_URLSetter
UrF Unread field: com.plumtree.taglib.ptdata.RulesDebugDataTag.m_URLSetter

Details

URF_UNREAD_FIELD: Unread field

This field is never read.  Consider removing it from the class.