DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=34527>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=34527
Summary: FileUtils.isNetware field should be static to improve
performance
Product: Ant
Version: 1.6.2
Platform: Other
OS/Version: All
Status: NEW
Severity: trivial
Priority: P5
Component: Core
AssignedTo: dev@ant.apache.org
ReportedBy: radim.kubacki@sun.com
CC: jglick@netbeans.org
While profiling build of NetBeans IDE that uses Ant I noticed that creating of
new FileUtils is more expensive than neceseary as it spents most of time
initializing isNetware field that has always the same value. Changing the field
to static can remove this call from profiler output.
--
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org
|