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 111166 - native method has body
Summary: native method has body
Status: VERIFIED FIXED
Alias: None
Product: uml
Classification: Unclassified
Component: Code Generation (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P2 blocker (vote)
Assignee: Viktor Lapitski
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2007-07-26 19:25 UTC by Sherry Zhou
Modified: 2007-08-29 18:31 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 Sherry Zhou 2007-07-26 19:25:01 UTC
build 070726

1. Create a class diagram. Insert a operation
2. Set the operation's native property to true.
3. Invoke CG
-- the method has body defined:
  public native void operation1 () {
   }

  Expected: public native void operation1();
Comment 1 Viktor Lapitski 2007-07-27 00:04:48 UTC
fixed.
Comment 2 Sherry Zhou 2007-08-29 18:31:39 UTC
verified on build 0828