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 - Work with editor to separate out indentation settings
Summary: Work with editor to separate out indentation settings
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: PC All
: P2 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-22 10:04 UTC by Martin Matula
Modified: 2007-09-26 09:14 UTC (History)
1 user (show)

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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