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 268252 - The Run property is duplicated in the properties tree.
Summary: The Run property is duplicated in the properties tree.
Status: VERIFIED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 8.2
Hardware: PC Windows 10 x64
: P1 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords: 82_HR_FIX
Depends on:
Blocks:
 
Reported: 2016-09-28 16:15 UTC by rpacheco
Modified: 2016-09-30 14:53 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Properties verision 8.1 vs 8.2. Run is duplicated in version 8.2 (79.63 KB, image/png)
2016-09-28 16:15 UTC, rpacheco
Details

Note You need to log in before you can comment on or make changes to this bug.
Description rpacheco 2016-09-28 16:15:16 UTC
Created attachment 162258 [details]
Properties verision 8.1 vs 8.2. Run is duplicated in version 8.2

In a web based project, The run Property that refers to the web server i correctly displayed. Additionally, the Run property that refers to the main class in a non web app is also displayed. That is not the behavior of version 8.1.

See attached image.
Comment 1 skygo 2016-09-28 17:35:16 UTC
Hi,
it seems to be on mavenized project only.

This changeset has some impact on Properties Run for maven project http://hg.netbeans.org/main-silver/rev/383aaa593e4e
Comment 2 Jiri Kovalsky 2016-09-29 13:30:54 UTC
This is serious. Please consider fixing for 8.2. Thanks.
Comment 3 Jiri Kovalsky 2016-09-29 13:55:37 UTC
Jirko, can you please verify this fix in tomorrow's build? Thanks!
Comment 4 Tomas Stupka 2016-09-29 14:03:42 UTC
> This changeset has some impact on Properties Run for maven project http://hg.netbeans.org/main-silver/rev/383aaa593e4e
indeed, thanks for the catch.
Comment 5 Tomas Stupka 2016-09-29 14:04:28 UTC
fixed in jet-main #ecbe2a0fb8f4
Comment 6 Tomas Stupka 2016-09-29 14:14:59 UTC
integrated into releases82 #5fd841261bf9
Comment 7 Jaroslav Tulach 2016-09-29 15:30:10 UTC
I would suggest to keep

<friend>org.netbeans.modules.jshell.support</friend>

in for NetBeans 8.2. That line is certainly not a culprit of your problems.
Comment 8 Quality Engineering 2016-09-30 03:00:17 UTC
Integrated into 'main-silver', will be available in build *201609300002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/ecbe2a0fb8f4
User: Tomas Stupka <tstupka@netbeans.org>
Log: Issue #268252 - The Run property is duplicated in the properties tree.
Comment 9 Jiri Prox 2016-09-30 10:33:21 UTC
verified
Comment 10 rpacheco 2016-09-30 14:53:55 UTC
I can confirm that the issue has been fixed. 
Thanks a lot!!