This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 214335 - [72cat] Weird JUnit library node appearance for NetBeans Module project
Summary: [72cat] Weird JUnit library node appearance for NetBeans Module project
Status: RESOLVED WORKSFORME
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 7.2
Hardware: PC Windows 7 x64
: P4 normal (vote)
Assignee: issues@apisupport
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-17 12:13 UTC by crazyjavahacking
Modified: 2012-11-15 17:21 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
NetBeans Module Visual Bug (6.07 KB, image/png)
2012-06-17 12:13 UTC, crazyjavahacking
Details

Note You need to log in before you can comment on or make changes to this bug.
Description crazyjavahacking 2012-06-17 12:13:27 UTC
Created attachment 120955 [details]
NetBeans Module Visual Bug

When create JUnit tests for NetBeans module project, the testing will work, however the visual appearance of JUnit library is weird.

1.) Unit Test Libraries node will contain node called 'JUnit from Maven'
2.) The ''JUnit from Maven' node contains only one '<default package>' node

See attachment


NetBeans 7.2 RC1, JDK 7u5 32bit
Comment 1 Theofanis Oikonomou 2012-06-18 10:56:54 UTC
Something wrong in ModuleList (apisupport.ant)? Sorry if this is not the correct component. Please evaluate. Thank you
Comment 2 Ondrej Vrabec 2012-11-15 16:25:29 UTC
Could you please attach here the project's nbproject/project.xml?
Comment 3 Ondrej Vrabec 2012-11-15 17:21:51 UTC
aah, was able to reproduce. Only when JUnit is not yet installed. In 7.3 it should be fine if you select Install JUnit during NB installation.