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 143468

Summary: Language change: Accessibility modifiers
Product: javafx Reporter: David Strupl <dstrupl>
Component: EditorAssignee: David Strupl <dstrupl>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P1    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: TASK Exception Reporter:
Bug Depends on:    
Bug Blocks: 130138    

Description David Strupl 2008-08-11 14:05:50 UTC
The accessibility modifiers (as specified in Robert's recent e-mails) will be "public", "package", "protected",
"public-readable", and "non-writable".  "private" will go away.  The default accessibility is "private to the current
script".  Status: partially implemented, currently we implement "readable" instead of "public-readable".
Comment 1 David Strupl 2008-08-19 09:08:02 UTC
The code completion must be checked to suggest proper keywords.
Comment 2 David Strupl 2008-09-08 13:09:14 UTC
This revision should check in the basic support for the access modifiers.
http://hg.netbeans.org/javafx/rev/48b4c3b55c2e
The rest will be bugs.
Comment 3 Alexandr Scherbatiy 2008-09-19 10:25:03 UTC
verified in 2008-09-19_02-01-58.zip