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.
Discovered while solving issue #250007. The problem is that there is no way to detect "pure" ProjectConvertor projects; this is needed e.g. when creating new project with existing sources. Yes, one can easily just directly open such directory but not everyone knowns about it or wants to use it (the New Project wizard allows you configure more properties). So it would be great if there was e.g. boolean isConvertorProject(Project) method available somewhere in API support. Feel free to close this issue if you think that everyone should solve this on his own but please note that such solution will work only in the given NB module or an API - with the marker interface to be found in the project's lookup - must be created for it. Marking as P2 since this needs to be resolved for the DEV version of NetBeans. Thanks.
Created attachment 154641 [details] Diff file
TM01: ProjectConvertors should be final class IMHO. The patch seems OK to me (very nice unit test!). Thanks.
TM01: Fixed.
Fixed jet-main a37de0bb057c
Integrated into 'main-silver', will be available in build *201507160001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress) Changeset: http://hg.netbeans.org/main-silver/rev/a37de0bb057c User: Tomas Zezula <tzezula@netbeans.org> Log: #250232:No way to detect ProjectConvertor project
Verified, thanks.