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 51706

Summary: Work with editor to separate out indentation settings
Product: java Reporter: Martin Matula <mmatula>
Component: UnsupportedAssignee: issues@java <issues>
Status: RESOLVED FIXED    
Severity: blocker CC: issues
Priority: P2    
Version: 4.x   
Hardware: PC   
OS: All   
Issue Type: TASK Exception Reporter:

Description Martin Matula 2004-11-22 10:04:45 UTC
Javacore needs to have access to the indentation
engine settings. Currently it accesses it using
reflection to avoid circular dependency. We need
to work with the editor team to move the
indentation settings into a separate module that
we both could depend on.
Comment 1 Martin Matula 2005-02-10 11:35:35 UTC
This was implemented in cooperation with the editor team.
Comment 2 Quality Engineering 2007-09-20 09:50:03 UTC
Reorganization of java component