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 5361 - Internal compiler doesn`t compile class literals of primitive types.
Summary: Internal compiler doesn`t compile class literals of primitive types.
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: All All
: P4 normal (vote)
Assignee: Peter Zavadsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-01-14 01:02 UTC by Peter Zavadsky
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 Peter Zavadsky 2000-01-14 01:02:15 UTC
{JDK 1.3-R}

When you compile e.g. file like this with Internal compiler:

public class InnerClassLiterals {

    public static void main(String[] args) {
	Class x1 = int.class;  // here could be any of Class Literals of primitive types
    }
}

You get only message in status of Main Window: Errors compiling  etc., but no Error message in Output window and no class file is produced too.
Comment 1 Marek Grummich 2000-07-25 09:32:59 UTC
Priority is changed to P4 (normal).
Comment 2 Quality Engineering 2003-07-02 17:18:13 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.