Bug: Dead store of null to context in
org.eclipse.equinox.internal.transforms.xslt.Activator.stop(BundleContext)

The code stores null into a local variable, and the stored value is not
read. This store may have been introduced to assist the garbage
collector, but as of Java SE 6.0, this is no longer needed or useful.

Rank: Of Concern (15), confidence: High
Pattern: DLS_DEAD_LOCAL_STORE_OF_NULL
Type: DLS, Category: STYLE (Dodgy code)

Change-Id: Ia433040c9f102daeca8cfd574a00f8dbb6a7185a
Signed-off-by: Carsten Hammer <carsten.hammer@t-online.de>
1 file changed