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 69788 - Formatter options do not take effect on a current session
Summary: Formatter options do not take effect on a current session
Status: RESOLVED FIXED
Alias: None
Product: contrib
Classification: Unclassified
Component: Jackpot (show other bugs)
Version: 5.x
Hardware: All All
: P4 blocker (vote)
Assignee: issues@contrib
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-02 20:34 UTC by Jesse Glick
Modified: 2006-01-14 00:09 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 Jesse Glick 2005-12-02 20:34:15 UTC
Just casually observed, so my apologies if not reproducible, but: it seems that
if you change Jackpot formatter options while a session is running, doing a new
transformation will not show the effects of the changed format in the diff view.
You have to end the session and restart it.
Comment 1 _ tball 2006-01-14 00:09:44 UTC
Different option instances were being used by the engine and UI due to
classloader barrier -- fixed.