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 28328 - Changing Uncompiled implementation classes brings up Synchronization confirmation dialog not required
Summary: Changing Uncompiled implementation classes brings up Synchronization confirma...
Status: RESOLVED WORKSFORME
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: -S1S-
Hardware: Sun Windows ME/2000
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-10-29 19:40 UTC by Sakthivel Gopal
Modified: 2007-09-26 09:14 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
image (185.82 KB, image/jpeg)
2002-10-30 15:22 UTC, Sakthivel Gopal
Details
Interface & Implementation class (18.58 KB, application/octet-stream)
2002-10-30 18:35 UTC, Sakthivel Gopal
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sakthivel Gopal 2002-10-29 19:40:54 UTC
Sierra RC5 on Windows 2000

I have an interface class compiled.
I have an implementation class uncompiled *which
fully implements* all the methods specified in the
interface class.

Opening the implementaion class and making some
changes to it brings up the Confirmation dialog
for Synchronization --- but the class has already
implemented  all the methods in the interface.

Will Attach the JPG showing the case .
Comment 1 Jan Becicka 2002-10-30 10:48:35 UTC
Please attach above mentioned interface and implementation class. Thanks
Comment 2 Sakthivel Gopal 2002-10-30 15:22:49 UTC
Created attachment 7802 [details]
image
Comment 3 Sakthivel Gopal 2002-10-30 18:35:43 UTC
Created attachment 7815 [details]
Interface & Implementation class
Comment 4 Sakthivel Gopal 2002-10-30 18:38:49 UTC
The attached Zip file has the :
com.sun.eportal.retirement.RetirementServiceIF -- 
Interface 
and
com.sun.eportal.retirement.RetirementServiceImpl -- 
Implementation

I tried to reproduce but I am not getting the situation 
when it crops up -- the Image attached will provide you 
some proof that it happens.
Comment 5 Svata Dedic 2003-01-14 12:24:18 UTC
Can not reproduce; I forced the completness check (the same one which
is done when you first type in the Editor) and everything seems to
work OK.
Please re-check the bug in the latest dev-build, if possible. If it is
still there (there were some fixes in code sync feature since you
reported the issue), please reopen.