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 236645 - Refactoring class that uses @PSP annotation makes unwanted changes in layer.xml
Summary: Refactoring class that uses @PSP annotation makes unwanted changes in layer.xml
Status: RESOLVED DUPLICATE of bug 226407
Alias: None
Product: apisupport
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 7.3
Hardware: PC Linux
: P3 normal (vote)
Assignee: Martin Kozeny
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-02 11:46 UTC by Martin Janicek
Modified: 2013-10-02 14:10 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Janicek 2013-10-02 11:46:48 UTC
1. Find some class which uses @ProjectServiceProvider annotation (e.g. maven.j2ee module contains many of these) and invoke class-rename refactoring.
2. Change the name to anything you want

--> Beside the correct refactoring, there are some changes in layer.xml which are unwanted with respect to the usage of @PSP annotation (I guess they make sense in case if the service registration is made directly in layer.xml)

..not sure about the correct Product/Component, so please reassign to the correct component if it doesn't belong here.
Comment 1 Martin Kozeny 2013-10-02 14:10:26 UTC
Probably connected to https://netbeans.org/bugzilla/show_bug.cgi?id=226407. In Dev build works.

*** This bug has been marked as a duplicate of bug 226407 ***