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

Summary: Add missing TIMER logger notification upon document creation
Product: platform Reporter: Miloslav Metelka <mmetelka>
Component: TextAssignee: Miloslav Metelka <mmetelka>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 8.0.1   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

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.