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 125719 - Add UI Gesture Collector in JSF comp palette
Summary: Add UI Gesture Collector in JSF comp palette
Status: NEW
Alias: None
Product: obsolete
Classification: Unclassified
Component: visualweb (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Petr Blaha
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-22 08:56 UTC by Petr Blaha
Modified: 2008-01-22 09:08 UTC (History)
0 users

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 Petr Blaha 2008-01-22 08:56:20 UTC
Add UI Gesture Collector logger for tracking which components are D&D from JSF palette.
Comment 1 Petr Blaha 2008-01-22 09:08:16 UTC
The LogRecord creation:
Checking in PaletteItemDataObject.java;
/cvs/visualweb/palette/src/org/netbeans/modules/visualweb/palette/PaletteItemDataObject.java,v  <-- 
PaletteItemDataObject.java
new revision: 1.4; previous revision: 1.3
done
Checking in Bundle.properties;
/cvs/visualweb/palette/src/org/netbeans/modules/visualweb/palette/Bundle.properties,v  <--  Bundle.properties
new revision: 1.3; previous revision: 1.2
done

the statics in logger/uihandlerserver should be created.