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

Summary: Add friend dependency for Java ME
Product: profiler Reporter: Tomas Hurka <thurka>
Component: BaseAssignee: Tomas Hurka <thurka>
Status: VERIFIED FIXED    
Severity: normal CC: alexander.burdukov, manowar
Priority: P1    
Version: 7.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 207409    

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