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 172313 - Bogus sigtest failure E1.3 when making abstract class constructor protected
Summary: Bogus sigtest failure E1.3 when making abstract class constructor protected
Status: RESOLVED FIXED
Alias: None
Product: www
Classification: Unclassified
Component: Builds & Repositories (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Jaroslav Tulach
URL: https://sigtest.dev.java.net/issues/s...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-15 16:54 UTC by Jesse Glick
Modified: 2009-09-27 22:35 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 Jesse Glick 2009-09-15 16:54:32 UTC
public abstract class A {
  public A() {}
}

=>

public abstract class A {
  protected A() {}
}

is not actually incompatible (since calling the constructor as public would be impossible anyway), yet it is reported as
if it were, e.g.

"E1.3 - Narrowing type or member visibility" : constructor public org.netbeans.spi.options.AdvancedOption.AdvancedOption()
Comment 1 Jaroslav Tulach 2009-09-16 07:15:36 UTC
Should be reported to https://sigtest.dev.java.net/
Comment 2 Quality Engineering 2009-09-18 22:37:14 UTC
Integrated into 'main-golden', will be available in build *200909181401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/e2fc5b49a6fe
User: Jesse Glick <jglick@netbeans.org>
Log: Working around #172313 (sigtest being overly strict).
Comment 3 Jaroslav Tulach 2009-09-25 17:02:18 UTC
Seems to work in http://hg.netbeans.org/apitest/rev/4a8f3833dc46, now I need to update the apitest.jar in netbeans 
repository.
Comment 4 Jesse Glick 2009-09-25 17:21:53 UTC
If you want to verify the fix, please also delete the last two lines in options.api/nbproject/project.properties.
Comment 5 Jaroslav Tulach 2009-09-25 17:34:08 UTC
Done: ant -f options.api/build.xml clean netbeans check-sigtest passes OK now.

ergonomics#1da7e1d6282e


Comment 6 Quality Engineering 2009-09-27 22:35:51 UTC
Integrated into 'main-golden', will be available in build *200909270201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/1da7e1d6282e
User: Jaroslav Tulach <jtulach@netbeans.org>
Log: #172313: Moving to apitest rev. 4a8f3833dc46