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 247470 - A @Property cannot be named private
Summary: A @Property cannot be named private
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Html4j (show other bugs)
Version: 8.1
Hardware: PC Linux
: P3 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-25 11:58 UTC by Jaroslav Tulach
Modified: 2014-10-16 07:17 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 Jaroslav Tulach 2014-09-25 11:58:40 UTC
I just tried:

@Property(name="private", type=String.class)

and the generated code is not compilable.
Comment 1 Jaroslav Tulach 2014-10-16 07:17:15 UTC
https://hg.netbeans.org/html4j/rev/7cacce04dfd8

Will be part of post 1.0 version which will hopefully be included in post 8.0 NetBeans Platform.