Adding a new package to a project and referencing a class in that package
incorrectly adds missing import
---------------------------------------------------------------------------------------------------------
Key: FELIX-2591
URL: https://issues.apache.org/jira/browse/FELIX-2591
Project: Felix
Issue Type: Bug
Components: Sigil
Affects Versions: sigil-1.0.0
Reporter: Christopher Brind
Priority: Minor
To reproduce:
1) Create a Sigil project
2) Create a Class in a package
-- No bundle is built at this point, could be a bug also?
3) Touch the sigil.properties file
4) Add a new class in a different package
5) Reference the new class from the first class
-- console shows "WARN: missing imports (added): [<new package>]", an import
has been added
6) Touch the sigil.properties file
-- Bundle is built as expected
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.