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 78277 - All parameters types are changed to int after applying design pattern
Summary: All parameters types are changed to int after applying design pattern
Status: VERIFIED FIXED
Alias: None
Product: uml
Classification: Unclassified
Component: Design Center (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P2 blocker (vote)
Assignee: Trey Spiva
URL:
Keywords:
Depends on: 87495
Blocks:
  Show dependency tree
 
Reported: 2006-06-19 19:39 UTC by bugbridge
Modified: 2007-03-27 23:29 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 bugbridge 2006-06-19 19:39:51 UTC
Original status: 1-Dispatched; Suggested Status: NEW

These items should be added to the Status Whiteboard: HOL
Original submitter: sergeyp

Description:
reproducible with buzz and coke_build7

steps to reproduce:
0. create project in design center
1. create class diagram
2. add pattern to the diagram
3. bind class role with the pattern
4. add operation 'public void op( Vector par)' to the class
5. invoke 'Apply Design Pattern' on the pattern
6. go throught wizard (check class diagram creation)
check operation in created class, it has public void op( int par)' declaration
Comment 1 Sergey Petrov 2006-10-19 10:47:46 UTC
seems not reproducible but I can't verify because of issue 87495
Comment 2 Sergey Petrov 2006-10-19 10:56:46 UTC
it's a stopper but let it be P2 until 87495 exists
Comment 3 Trey Spiva 2006-10-19 14:07:08 UTC
Great you can not reproduce this issue.  That is because it was fixed by Kris
Richards.  There was another P1 that was similiar to to this one.  In stead of
being applied, it was about promoting design patterns.  Since both cases are
basically the same (they also go throught the same code base), we test both
promoted use cases and appling use cases.  

Also, I do not understand you comment that this issue is blocked by 87495.  You
marked issue 87495 as not being reproducable.  

For these reasons I am marking this issues as fixed.
Comment 4 Trey Spiva 2006-10-19 14:13:15 UTC
Got, it the other issue is a regression from build 061005.  Ok.  
Comment 5 Sergey Petrov 2006-10-19 14:15:33 UTC
I said abut block because new issue blocks from reproducing exact steps, i want
to be sure the issue is fixed by verifing with suggested steps.
But it seems to be fixed based on result of applying of EJB2.0 patterns.
Comment 6 Sergey Petrov 2006-10-20 12:44:38 UTC
verified with 061019_8