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 10127 - Synchronization bug: problem with modifiers
Summary: Synchronization bug: problem with modifiers
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-03-09 11:18 UTC by Jan Becicka
Modified: 2007-09-26 09:14 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 Jan Becicka 2001-03-09 11:18:44 UTC
[dev-140]
I have this class:
public class A extends B {
  public int method(){
  }
}

B is abstract class:

public class B {
  protected abstract int method() {
  }
}

I already have method() defined in my class, but synchronization still tries to 
update this method.
Comment 1 Jan Chalupa 2001-03-12 10:46:23 UTC
Version: 'Dev' -> 3.2
Comment 2 Svata Dedic 2001-03-28 17:30:23 UTC
Fixed for 3.2.15, dev-156.
Also change from package-private to protected access is left unnoticed.
Comment 3 Jan Chalupa 2001-05-05 23:26:26 UTC
Target milestone -> 3.2
Comment 4 Jan Becicka 2001-06-08 18:15:09 UTC
[dev-206] Verified
Comment 5 Quality Engineering 2003-07-01 13:19:30 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.