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 208226 - Add friend dependency for Java ME
Summary: Add friend dependency for Java ME
Status: VERIFIED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 7.1
Hardware: All All
: P1 normal (vote)
Assignee: Tomas Hurka
URL:
Keywords:
Depends on:
Blocks: 207409
  Show dependency tree
 
Reported: 2012-02-10 08:07 UTC by Tomas Hurka
Modified: 2012-02-17 18:48 UTC (History)
2 users (show)

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 Tomas Hurka 2012-02-10 08:07:27 UTC
After API changes in NB profiler the module "profiler" was split into several modules including "profiler" and "profiler.api" and "profiler.nbimpl"

To integrated ME SDK profiler Java ME needs access to these module.

Also, after these refactoring, Java ME needs the friend dependency in "lib.profiler.common".
In "lib.profiler.common" module 2 friends should be present:
1. org.netbeans.modules.javame.profiler (already there)
2. org.netbeans.modules.javame.profiler.j2me (should be added)
Comment 1 Tomas Hurka 2012-02-10 08:12:35 UTC
Fixed in main

http://hg.netbeans.org/main/rev/7a11c777f42e

changeset:   212357:7a11c777f42e
user:        Tomas Hurka <thurka@netbeans.org>
date:        Tue Feb 07 14:59:03 2012 +0100
summary:     bugfix #207409, friend packages for Java ME SDK


http://hg.netbeans.org/main/rev/0793d44fc297

changeset:   212360:0793d44fc297
user:        Tomas Hurka <thurka@netbeans.org>
date:        Tue Feb 07 17:35:05 2012 +0100
summary:     bugfix #207409, additional friend packages for Java ME SDK
Comment 2 Tomas Hurka 2012-02-10 08:13:53 UTC
This issue was verified by alexander.burdukov@netbeans.org (see comment #4 in issue #207409).
Comment 3 Tomas Hurka 2012-02-10 08:20:17 UTC
Transplanted to release71_fixes branch

http://hg.netbeans.org/releases/rev/9a4f25b7c209
changeset:   219131:9a4f25b7c209
branch:      release71_fixes
user:        Tomas Hurka <thurka@netbeans.org>
date:        Tue Feb 07 14:59:03 2012 +0100
summary:     bugfix #207409, friend packages for Java ME SDK

http://hg.netbeans.org/releases/rev/556522bb4348
changeset:   219132:556522bb4348
branch:      release71_fixes
user:        Tomas Hurka <thurka@netbeans.org>
date:        Tue Feb 07 17:35:05 2012 +0100
summary:     bugfix #207409, additional friend packages for Java ME SDK

http://hg.netbeans.org/releases/rev/ee36fedd0525
changeset:   219133:ee36fedd0525
branch:      release71_fixes
user:        Tomas Hurka <thurka@netbeans.org>
date:        Wed Feb 08 12:21:04 2012 +0100
summary:     increase spec. version due to #207409 integration to release71_fixes branch


Note that affected modules have increased spec. version (changeset ee36fedd0525).
Comment 4 Tomas Hurka 2012-02-10 08:23:53 UTC
Alex, please verify in in the build from release71_fixes clone and change status whiteboard from 71patch1-fixed to 71patch1-verified. Thanks.
Comment 5 alexander.burdukov 2012-02-17 18:48:45 UTC
Verified on 7.1.1 RC1