[js-import-plugin] @import declarations and regular comments
------------------------------------------------------------
Key: MOJO-1686
URL: http://jira.codehaus.org/browse/MOJO-1686
Project: Mojo
Issue Type: Bug
Reporter: Christopher Hunt
Looks as though @import declarations find it difficult to live with other
comments e.g.:
/**
* This is a "view" as defined by "supervising controller".
*
* @see http://martinfowler.com/eaaDev/SupervisingPresenter.html
* @import com.github.mleibman:slickgrid
*/
Did not appear to work. As soon as it was changed to:
/**
* @import com.github.mleibman:slickgrid
*/
/**
* This is a "view" as defined by "supervising controller".
*
* @see http://martinfowler.com/eaaDev/SupervisingPresenter.html
*/
then things were fine again.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email