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 243653 - Add missing TIMER logger notification upon document creation
Summary: Add missing TIMER logger notification upon document creation
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Text (show other bugs)
Version: 8.0.1
Hardware: PC Linux
: P3 normal (vote)
Assignee: Miloslav Metelka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-08 11:45 UTC by Miloslav Metelka
Modified: 2014-04-11 02:18 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 Miloslav Metelka 2014-04-08 11:45:34 UTC
Changeset

http://hg.netbeans.org/main-silver/rev/128de1eb603d

removed notification to TIMER logger upon document creation in CloneableEditorSupport.setDoc():

Logger.getLogger("TIMER").log(Level.FINE, "TextDocument", doc);

The missing logging should be restored.
Comment 1 Miloslav Metelka 2014-04-08 11:53:54 UTC
http://hg.netbeans.org/jet-main/rev/1ef94ade7547
Comment 2 Quality Engineering 2014-04-11 02:18:10 UTC
Integrated into 'main-silver', will be available in build *201404110001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/1ef94ade7547
User: Miloslav Metelka <mmetelka@netbeans.org>
Log: #243653 - Add missing TIMER logger notification upon document creation.