Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » xml format and big files
xml format and big files [message #155261] Sat, 07 January 2006 19:22 Go to next message
Haris Peco is currently offline Haris PecoFriend
Messages: 1072
Registered: July 2009
Senior Member
Hello,
I try format big xml file (600k, original in 2 lines)
on eclipse with wtp 1.0 and netbeans 5.1 dev (linux ,P3 900 mhz 512M)
netbeans do work relative quick and don't block ide when do format
eclipse freeze - i wait yet, but i think that i have to kill IDE

Please comment
Re: xml format and big files [message #155293 is a reply to message #155261] Sun, 08 January 2006 05:42 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: ifedorenko.rogers.com

https://bugs.eclipse.org/bugs/show_bug.cgi?id=102822

Haris Peco wrote:
> Hello,
> I try format big xml file (600k, original in 2 lines)
> on eclipse with wtp 1.0 and netbeans 5.1 dev (linux ,P3 900 mhz 512M)
> netbeans do work relative quick and don't block ide when do format
> eclipse freeze - i wait yet, but i think that i have to kill IDE
>
> Please comment
Re: xml format and big files [message #155320 is a reply to message #155293] Sun, 08 January 2006 15:12 Go to previous messageGo to next message
Haris Peco is currently offline Haris PecoFriend
Messages: 1072
Registered: July 2009
Senior Member
i see, but it is general eclipse failure, not formating only.
i can't explore this file too and simple text (or java editor)
freeze eclipse with large files (> 2mb)
see http://www.eclipsezone.com/eclipse/forums/t59786.html
this is bad and blam for eclipse

Igor Fedorenko wrote:

> https://bugs.eclipse.org/bugs/show_bug.cgi?id=102822
>
> Haris Peco wrote:
>> Hello,
>> I try format big xml file (600k, original in 2 lines)
>> on eclipse with wtp 1.0 and netbeans 5.1 dev (linux ,P3 900 mhz 512M)
>> netbeans do work relative quick and don't block ide when do format
>> eclipse freeze - i wait yet, but i think that i have to kill IDE
>>
>> Please comment
Re: xml format and big files [message #155349 is a reply to message #155293] Sun, 08 January 2006 20:16 Go to previous messageGo to next message
David Williams is currently offline David WilliamsFriend
Messages: 722
Registered: July 2009
Senior Member
On Sun, 08 Jan 2006 00:42:41 -0500, Igor Fedorenko <ifedorenko@rogers.co=
m> wrote:

> https://bugs.eclipse.org/bugs/show_bug.cgi?id=3D102822
>
> Haris Peco wrote:
>> Hello,
>> I try format big xml file (600k, original in 2 lines)
>> on eclipse with wtp 1.0 and netbeans 5.1 dev (linux ,P3 900 mhz 512M)=

>> netbeans do work relative quick and don't block ide when do format=

>> eclipse freeze - i wait yet, but i think that i have to kill IDE
>>
>> Please comment
>

Also see
https://bugs.eclipse.org/bugs/show_bug.cgi?id=3D108806

I suspect since original is in "2 lines", that bug 108806
is the majority of this this problem.
Thanks for the continued reminders of what problem's you encounter in pr=
actice.
Re: xml format and big files - off topic [message #155365 is a reply to message #155320] Sun, 08 January 2006 20:28 Go to previous messageGo to next message
David Williams is currently offline David WilliamsFriend
Messages: 722
Registered: July 2009
Senior Member
>
> http://www.eclipsezone.com/eclipse/forums/t59786.html
>

I must say I found this blog entry very interesting useful, so thanks Ha=
rris for
pointing it out, and thanks to Ed for writing it!

I think its very helpful to have this sort of "meta analysis" of bugs
to identify a problem that might go unnoticed (or, at least its severity=
)
when you look at only individual bugs. I wonder how many other constella=
tions of
bugs are lurking out in that in that mass database of 20,000 open Eclips=
e bugs?

It may seem acedemic, but I wonder if there's been any "clustering" work=
done
to help identify groups, or themes of bugs? (If not, would be a good mas=
ters theis :)
Re: xml format and big files - off topic [message #155373 is a reply to message #155365] Sun, 08 January 2006 22:46 Go to previous messageGo to next message
Haris Peco is currently offline Haris PecoFriend
Messages: 1072
Registered: July 2009
Senior Member
David Williams wrote:

>
>>
>> http://www.eclipsezone.com/eclipse/forums/t59786.html
>>
>
> I must say I found this blog entry very interesting useful, so thanks
> Harris for pointing it out, and thanks to Ed for writing it!
>
> I think its very helpful to have this sort of "meta analysis" of bugs
> to identify a problem that might go unnoticed (or, at least its severity)
> when you look at only individual bugs. I wonder how many other
> constellations of bugs are lurking out in that in that mass database of
> 20,000 open Eclipse bugs?
>
> It may seem acedemic, but I wonder if there's been any "clustering" work
> done to help identify groups, or themes of bugs? (If not, would be a good
> masters theis :)
i format this file with prettyPrint (from dom4j) and it do job for 2-3
seconds - after this formating xml editor work fine with this file
(file is from windows environment,too - e-banking statement)
vim editor (6.1) can't work with long line, too, but work fine after dom4j's
formatting
Re: xml format and big files - off topic - sorry [message #155381 is a reply to message #155373] Sun, 08 January 2006 23:07 Go to previous messageGo to next message
Haris Peco is currently offline Haris PecoFriend
Messages: 1072
Registered: July 2009
Senior Member
Haris Peco wrote:

> David Williams wrote:
>
>>
>>>
>>> http://www.eclipsezone.com/eclipse/forums/t59786.html
>>>
>>
>> I must say I found this blog entry very interesting useful, so thanks
>> Harris for pointing it out, and thanks to Ed for writing it!
>>
>> I think its very helpful to have this sort of "meta analysis" of bugs
>> to identify a problem that might go unnoticed (or, at least its severity)
>> when you look at only individual bugs. I wonder how many other
>> constellations of bugs are lurking out in that in that mass database of
>> 20,000 open Eclipse bugs?
>>
>> It may seem acedemic, but I wonder if there's been any "clustering" work
>> done to help identify groups, or themes of bugs? (If not, would be a good
>> masters theis :)
> i format this file with prettyPrint (from dom4j) and it do job for 2-3
> seconds - after this formating xml editor work fine with this file
> (file is from windows environment,too - e-banking statement)
> vim editor (6.1) can't work with long line, too, but work fine after
> dom4j's formatting
i work with wrong file (sorry) - file with 600k freeze eclipse after dom4j's
prettyPrint,too - explore or formatting do freeze
Re: xml format and big files - off topic [message #156023 is a reply to message #155365] Thu, 12 January 2006 03:10 Go to previous message
Darryl Miles is currently offline Darryl MilesFriend
Messages: 123
Registered: July 2009
Senior Member
David Williams wrote:
>
> I think its very helpful to have this sort of "meta analysis" of bugs
> to identify a problem that might go unnoticed (or, at least its severity)
> when you look at only individual bugs. I wonder how many other
> constellations of
> bugs are lurking out in that in that mass database of 20,000 open
> Eclipse bugs?

Would an audit on File.deleteOnExit() usage to remove it from the
codebase and use some alternative method fall within what you ask.


http://www.bobcongdon.net/blog/2005/07/filedeleteonexit-is-e vil.html
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4513817


Darryl
Previous Topic:Does XDoclet work for you with WTP M200601102004 (aka R1.0.1 alpha) ?
Next Topic:could supply a tool to convent a project to J2EE prpject
Goto Forum:
  


Current Time: Thu Sep 19 22:05:08 GMT 2024

Powered by FUDForum. Page generated in 0.03812 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top