History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEADEV-23485
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Normal Normal
Assignee: Bas Leijdekkers
Reporter: Stephen Friedrich
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
IDEA: Development

Inspection "Unused import": Wrong warning

Created: 12 Oct 07 00:31   Updated: 28 Feb 08 17:53
Component/s: Code Analysis. Inspection
Fix Version/s: Diana 8243, Selena 7.0.3

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown

Build: 7,346
Fixed in build: 8,031


 Description  « Hide
Idea thinks the import is unused. Removing it breaks the code.
@Namespace(value="http://foo.acme.com")
package com.lufthansatechnik.mscoreengine.trinidad;

import org.jboss.seam.annotations.Namespace;


 All   Comments   Work Log   Change History      Sort Order:
Stephen Friedrich - 12 Oct 07 00:53
Oops - missed the most important part: This is in a package javadoc (package-info.java).

Dmitry Jemerov - 12 Oct 07 16:52
This problem is specific to IG's Unused Import inspection - IDEA's built-in unused import highlighting processes this correctly.

Bas Leijdekkers - 28 Feb 08 17:53
fix backported to Selena