[ 
https://issues.apache.org/jira/browse/NETBEANS-2802?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Pavel_K updated NETBEANS-2802:
------------------------------
    Description: 
I use NB 11.0 and I work on JPMS module with integrations tests. My folder 
structure is like
this:

|-- pom.xml
`-- src
    |-- it
    |   `-- java
    |       `-- com
    |           `-- soebes
    |               `-- maui
    |                   `-- it
    |                       `-- BitMaskIT.java
    |-- main
    |   `-- java
    |       `-- com
    |           `-- soebes
    |               `-- maui
    |                   `-- it
    |                       `-- BitMask.java
    `-- test
        `-- java
            `-- com
                `-- soebes
                    `-- maui
                        `-- it
                            `-- BitMaskTest.java

The problem is NB wants JUnit modules for integrations tests to be declared in 
module-info.
Otherwise it shows errors. At the same time code all execution tests are 
compiled and
run without problems. Besides there are problems with classes dependencies in 
integrations tests, for example, code complete doesn't work at all.

  was:
I use NB 11.0 and I work on JPMS module with integrations tests. My folder 
structure is like
this:
.
|-- pom.xml
`-- src
    |-- it
    |   `-- java
    |       `-- com
    |           `-- soebes
    |               `-- maui
    |                   `-- it
    |                       `-- BitMaskIT.java
    |-- main
    |   `-- java
    |       `-- com
    |           `-- soebes
    |               `-- maui
    |                   `-- it
    |                       `-- BitMask.java
    `-- test
        `-- java
            `-- com
                `-- soebes
                    `-- maui
                        `-- it
                            `-- BitMaskTest.java

The problem is NB wants JUnit modules for integrations tests to be declared in 
module-info.
Otherwise it shows errors. At the same time code all execution tests are 
compiled and
run without problems. Besides there are problems with classes dependencies in 
integrations tests, for example, code complete doesn't work at all.


> Netbeans doesn't work correctly with integration tests when there is a 
> modu-info
> --------------------------------------------------------------------------------
>
>                 Key: NETBEANS-2802
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-2802
>             Project: NetBeans
>          Issue Type: Bug
>            Reporter: Pavel_K
>            Priority: Major
>
> I use NB 11.0 and I work on JPMS module with integrations tests. My folder 
> structure is like
> this:
> |-- pom.xml
> `-- src
>     |-- it
>     |   `-- java
>     |       `-- com
>     |           `-- soebes
>     |               `-- maui
>     |                   `-- it
>     |                       `-- BitMaskIT.java
>     |-- main
>     |   `-- java
>     |       `-- com
>     |           `-- soebes
>     |               `-- maui
>     |                   `-- it
>     |                       `-- BitMask.java
>     `-- test
>         `-- java
>             `-- com
>                 `-- soebes
>                     `-- maui
>                         `-- it
>                             `-- BitMaskTest.java
> The problem is NB wants JUnit modules for integrations tests to be declared 
> in module-info.
> Otherwise it shows errors. At the same time code all execution tests are 
> compiled and
> run without problems. Besides there are problems with classes dependencies in 
> integrations tests, for example, code complete doesn't work at all.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to