[ 
http://jira.codehaus.org/browse/MOJO-1686?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Christopher Hunt updated MOJO-1686:
-----------------------------------

    Description: 
Looks as though @import declarations find it difficult to live with other 
comments e.g.:

{code}
/**
 * This is a "view" as defined by "supervising controller".
 * 
 * @see http://martinfowler.com/eaaDev/SupervisingPresenter.html
 * @import com.github.mleibman:slickgrid
 */
{code}

Did not appear to work. As soon as it was changed to:

{code}
/**
 * @import com.github.mleibman:slickgrid
 */

/**
 * This is a "view" as defined by "supervising controller".
 * 
 * @see http://martinfowler.com/eaaDev/SupervisingPresenter.html
 */
{code}

then things were fine again.

  was:
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.


> [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
>            Assignee: Christopher Hunt
>
> Looks as though @import declarations find it difficult to live with other 
> comments e.g.:
> {code}
> /**
>  * This is a "view" as defined by "supervising controller".
>  * 
>  * @see http://martinfowler.com/eaaDev/SupervisingPresenter.html
>  * @import com.github.mleibman:slickgrid
>  */
> {code}
> Did not appear to work. As soon as it was changed to:
> {code}
> /**
>  * @import com.github.mleibman:slickgrid
>  */
> /**
>  * This is a "view" as defined by "supervising controller".
>  * 
>  * @see http://martinfowler.com/eaaDev/SupervisingPresenter.html
>  */
> {code}
> 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


Reply via email to