Project Information
Project:
<<unnamed project>>
FindBugs version: 1.3.5
Code analyzed:
- E:\build\root\Release\portalui\10.3.3.x\ptwebui\taglibsLayout\taglibAdvancedSearch\build\x86\classes\java
Metrics
163 lines of code analyzed,
in 10 classes,
in 1 packages.
High Priority Warnings |
|
0.00 |
Medium Priority Warnings |
5 |
30.67 |
Total Warnings
|
5
|
30.67
|
(* Defects per Thousand lines of non-commenting source statements)
Contents
Summary
Warnings
Click on a warning row to see full context information.
DLS
|
Dead store to advSearchModel in com.plumtree.taglib.advancedSearch.AdvancedSearchFolderFilterTag.DisplayTag() |
|
Bug type DLS_DEAD_LOCAL_STORE (click for details)
In class com.plumtree.taglib.advancedSearch.AdvancedSearchFolderFilterTag In method com.plumtree.taglib.advancedSearch.AdvancedSearchFolderFilterTag.DisplayTag() Local variable named advSearchModel At AdvancedSearchFolderFilterTag.java:[line 47]
|
DLS
|
Dead store to advSearchModel in com.plumtree.taglib.advancedSearch.AdvancedSearchLanguageFilterTag.DisplayTag() |
|
Bug type DLS_DEAD_LOCAL_STORE (click for details)
In class com.plumtree.taglib.advancedSearch.AdvancedSearchLanguageFilterTag In method com.plumtree.taglib.advancedSearch.AdvancedSearchLanguageFilterTag.DisplayTag() Local variable named advSearchModel At AdvancedSearchLanguageFilterTag.java:[line 47]
|
DLS
|
Dead store to advSearchModel in com.plumtree.taglib.advancedSearch.AdvancedSearchResultCountTag.DisplayTag() |
|
Bug type DLS_DEAD_LOCAL_STORE (click for details)
In class com.plumtree.taglib.advancedSearch.AdvancedSearchResultCountTag In method com.plumtree.taglib.advancedSearch.AdvancedSearchResultCountTag.DisplayTag() Local variable named advSearchModel At AdvancedSearchResultCountTag.java:[line 48]
|
DLS
|
Dead store to advSearchModel in com.plumtree.taglib.advancedSearch.AdvancedSearchResultTypesTag.DisplayTag() |
|
Bug type DLS_DEAD_LOCAL_STORE (click for details)
In class com.plumtree.taglib.advancedSearch.AdvancedSearchResultTypesTag In method com.plumtree.taglib.advancedSearch.AdvancedSearchResultTypesTag.DisplayTag() Local variable named advSearchModel At AdvancedSearchResultTypesTag.java:[line 45]
|
DLS
|
Dead store to advSearchModel in com.plumtree.taglib.advancedSearch.SearchCriteriaDisplayTag.DisplayTag() |
|
Bug type DLS_DEAD_LOCAL_STORE (click for details)
In class com.plumtree.taglib.advancedSearch.SearchCriteriaDisplayTag In method com.plumtree.taglib.advancedSearch.SearchCriteriaDisplayTag.DisplayTag() Local variable named advSearchModel At SearchCriteriaDisplayTag.java:[line 51]
|
This instruction assigns a value to a local variable,
but the value is not read or used in any subsequent instruction.
Often, this indicates an error, because the value computed is never
used.
Note that Sun's javac compiler often generates dead stores for
final local variables. Because FindBugs is a bytecode-based tool,
there is no easy way to eliminate these false positives.