<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-4544</id>
	<title>Nabble - NetBeans Community Acceptance Testing (NetCAT)</title>
	<updated>2009-11-26T11:26:09Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/NetBeans-Community-Acceptance-Testing-(NetCAT)-f4544.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/NetBeans-Community-Acceptance-Testing-%28NetCAT%29-f4544.html" />
	<subtitle type="html">&lt;p&gt;&lt;img src=&quot;http://qa.netbeans.org/processes/cat/67/images/logo.png&quot; border=&quot;0&quot; /&gt;&lt;br /&gt;&lt;br /&gt;NetBeans Community Acceptance Program (NetCAT). The &lt;a href=&quot;http://qa.netbeans.org/processes/cat/67/index.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;home page&lt;/a&gt; of the NetCAT 6.7 project can be viewed &lt;a href=&quot;http://qa.netbeans.org/processes/cat/67/index.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;, and the general &lt;a href=&quot;http://qa.netbeans.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;NetBeans QA&lt;/a&gt; website &lt;a href=&quot;http://qa.netbeans.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Only those who signed up for the NetCat program should post messages here. For general user help see nbusers or other user lists. To submit issues, requests for enhancement, or feature requests see &lt;a href=&quot;http://www.netbeans.org/community/issues&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;IssueZilla&lt;/a&gt;&lt;/p&gt;</subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-26533959</id>
	<title>[68cat] [68Cat][Maven] Problem with Maven Wagon-WebDav plugin</title>
	<published>2009-11-26T11:26:09Z</published>
	<updated>2009-11-26T11:26:09Z</updated>
	<author>
		<name>Franco Monsalvo</name>
	</author>
	<content type="html">Hello all,
&lt;br&gt;I'm experiencing a bug that seems to be present on NB 6.7.1 and hasn't
&lt;br&gt;yet been fixed.
&lt;br&gt;The bug I'm talking about is that any maven project containing maven
&lt;br&gt;wagon-webdav plugin with no defined version is not correctly open in
&lt;br&gt;the IDE and showing the &amp;quot;Badly Formed Maven Project&amp;quot; message.
&lt;br&gt;If I even add a version for that project I still have problems with
&lt;br&gt;the child modules, the only way I found to fix this on some modules is
&lt;br&gt;to redefine the wagon-webdav declaration on every pom, but still
&lt;br&gt;couldn't fix every project in the hierarchy.
&lt;br&gt;Here's an old forum post about this issue:
&lt;br&gt;&lt;a href=&quot;http://forums.netbeans.org/ntopic13920.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://forums.netbeans.org/ntopic13920.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;Has anyone experienced this issue?
&lt;br&gt;Thanks,
&lt;br&gt;Franco.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-68cat---68Cat--Maven--Problem-with-Maven-Wagon-WebDav-plugin-tp26533959p26533959.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26533606</id>
	<title>[68cat] Re: [debugger] Debugger closes source files</title>
	<published>2009-11-26T10:52:28Z</published>
	<updated>2009-11-26T10:52:28Z</updated>
	<author>
		<name>Matthies, Niklas</name>
	</author>
	<content type="html">On Thu, 26. Nov 2009 14:36, &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26533606&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Vojtech.Sigler@...&lt;/a&gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; debugger uses a &amp;quot;reusable&amp;quot; editor tab, so that as you
&lt;br&gt;&amp;gt; step through multiple source files, all of them are
&lt;br&gt;&amp;gt; consequently opened in one tab (if they weren't open
&lt;br&gt;&amp;gt; before). Is this what you mean by automatic closing of
&lt;br&gt;&amp;gt; the source files? &amp;nbsp;
&lt;br&gt;&lt;br&gt;Yes. (For the user, tab = file, so when the file changes,
&lt;br&gt;it isn't perceived as staying in the same tab, but rather
&lt;br&gt;a new tab replacing the old one.)
&lt;br&gt;&lt;br&gt;&amp;gt; This tab remains open even when you finish a debugging
&lt;br&gt;&amp;gt; session. You can use the history buttons in the editor
&lt;br&gt;&amp;gt; tab to navigate through all the source files you stepped
&lt;br&gt;&amp;gt; through in that tab. 
&lt;br&gt;&lt;br&gt;I see. It's not really the same though, as for instance you
&lt;br&gt;can't easily display a list of the files like with Ctrl+Tab,
&lt;br&gt;and when single-stepping you have to navigate through each
&lt;br&gt;single step instead of directly switching the files. I often
&lt;br&gt;want to quickly switch back and forth some of the files
&lt;br&gt;while debugging.
&lt;br&gt;&lt;br&gt;&amp;gt; But if you want every source file opened by debugger in a
&lt;br&gt;&amp;gt; new tab, I'm afraid there's no such option for that.
&lt;br&gt;&amp;gt; At least I'm not aware of it. 
&lt;br&gt;&lt;br&gt;Well, that's unfortunate. While I understand the motivation
&lt;br&gt;for this change (not ending up with a large number of files
&lt;br&gt;open), it also works against some existing use cases and
&lt;br&gt;debugging habits.
&lt;br&gt;&lt;br&gt;There is a workaround (sort-of): When making a dummy change
&lt;br&gt;in a file, then it remains open and the debugger opens a new
&lt;br&gt;tab for the next file. One shouldn't have to jump through
&lt;br&gt;such hoops though.
&lt;br&gt;&lt;br&gt;-- Niklas Matthies
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-68cat---debugger--Debugger-closes-source-files-tp26516099p26533606.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26531385</id>
	<title>[68cat] Re: [other]Topvoted bugs</title>
	<published>2009-11-26T07:53:17Z</published>
	<updated>2009-11-26T07:53:17Z</updated>
	<author>
		<name>Jiri Kovalsky</name>
	</author>
	<content type="html">Thanks for your notice Wilfling. It should be fixed now.
&lt;br&gt;&lt;br&gt;-Jirka
&lt;br&gt;&lt;br&gt;Wilfling Stefan wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi!
&lt;br&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt; Yesterday I found the page &lt;a href=&quot;http://wiki.netbeans.org/TopVoted&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.netbeans.org/TopVoted&lt;/a&gt;&amp;nbsp;(link from 
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://wiki.netbeans.org/NetBeans68&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.netbeans.org/NetBeans68&lt;/a&gt;).
&lt;br&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt; 1.) &amp;quot;You can find top-voted defects for NB 6.5 beginning at this link: 
&lt;br&gt;&amp;gt; NetBeans 6.5 Top Voted Issues 
&lt;br&gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://www.netbeans.org/issues/buglist.cgi?resort=1&amp;;issue_id=135166%2C134458%2C57402%2C99355%2C102290%2C119617%2C121950%2C134455%2C134744%2C41306%2C43547%2C57457%2C66471%2C76970%2C85329%2C91584%2C101586%2C112278%2C112353%2C115983%2C121742%2C121784%2C121847%2C122256%2C123094%2C125107%2C126469%2C130270%2C135165%2C129103%2C26513%2C70067%2C96196%2C106815%2C111441%2C113110%2C117259%2C117530%2C117309&amp;order=issues.votes%20desc%2C%20issues.votes%20desc%2C%20issues.priority%2C%20issues.issue_type&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.netbeans.org/issues/buglist.cgi?resort=1&amp;;issue_id=135166%2C134458%2C57402%2C99355%2C102290%2C119617%2C121950%2C134455%2C134744%2C41306%2C43547%2C57457%2C66471%2C76970%2C85329%2C91584%2C101586%2C112278%2C112353%2C115983%2C121742%2C121784%2C121847%2C122256%2C123094%2C125107%2C126469%2C130270%2C135165%2C129103%2C26513%2C70067%2C96196%2C106815%2C111441%2C113110%2C117259%2C117530%2C117309&amp;order=issues.votes%20desc%2C%20issues.votes%20desc%2C%20issues.priority%2C%20issues.issue_type&lt;/a&gt;&amp;gt;&amp;quot;
&lt;br&gt;&amp;gt; Why 6.5 and not 6.7 (or 6.8)?
&lt;br&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt; 2.) When you click on Current Top Voted Issues 
&lt;br&gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://www.netbeans.org/issues/buglist.cgi?resort=1&amp;issue_status=NEW;issue_status=STARTED;issue_status=REOPENED;email1=;emailtype1=exact;emailassigned_to1=1;email2=;emailtype2=exact;emailreporter2=1;issueidtype=include;issue_id=;changedin=;votes=;chfieldfrom=;chfieldto=;chfieldvalue=;short_desc=;short_desc_type=substring;long_desc=;long_desc_type=substring;issue_file_loc=;issue_file_loc_type=substring;status_whiteboard=;status_whiteboard_type=substring;keywords=;keywords_type=anytokens;field0-0-0=votes;type0-0-0=greaterthan;value0-0-0=3;namedcmd=bpel;newqueryname=;Submit%20query=Submit%20query&amp;order=issues.votes%20desc%2C%20issues.issue_type%2C%20issues.votes%20desc%2C%20issues.priority%2C%20issues.issue_id&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.netbeans.org/issues/buglist.cgi?resort=1&amp;issue_status=NEW;issue_status=STARTED;issue_status=REOPENED;email1=;emailtype1=exact;emailassigned_to1=1;email2=;emailtype2=exact;emailreporter2=1;issueidtype=include;issue_id=;changedin=;votes=;chfieldfrom=;chfieldto=;chfieldvalue=;short_desc=;short_desc_type=substring;long_desc=;long_desc_type=substring;issue_file_loc=;issue_file_loc_type=substring;status_whiteboard=;status_whiteboard_type=substring;keywords=;keywords_type=anytokens;field0-0-0=votes;type0-0-0=greaterthan;value0-0-0=3;namedcmd=bpel;newqueryname=;Submit%20query=Submit%20query&amp;order=issues.votes%20desc%2C%20issues.issue_type%2C%20issues.votes%20desc%2C%20issues.priority%2C%20issues.issue_id&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; After some Minutes, I can see an empty page.
&lt;br&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt; -
&lt;br&gt;&amp;gt; Stefan
&lt;br&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-68cat---other-Topvoted-bugs-tp26525567p26531385.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26529531</id>
	<title>[68cat] Re: [debugger] Debugger closes source files</title>
	<published>2009-11-26T05:35:45Z</published>
	<updated>2009-11-26T05:35:45Z</updated>
	<author>
		<name>Vojtech Sigler</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;debugger uses a &amp;quot;reusable&amp;quot; editor tab, so that as you step through 
&lt;br&gt;multiple source files, all of them are consequently opened in one tab 
&lt;br&gt;(if they weren't open before). Is this what you mean by automatic 
&lt;br&gt;closing of the source files?
&lt;br&gt;&lt;br&gt;This tab remains open even when you finish a debugging session. You can 
&lt;br&gt;use the history buttons in the editor tab to navigate through all the 
&lt;br&gt;source files you stepped through in that tab.
&lt;br&gt;&lt;br&gt;But if you want every source file opened by debugger in a new tab, I'm 
&lt;br&gt;afraid there's no such option for that. At least I'm not aware of it.
&lt;br&gt;&lt;br&gt;Vojta
&lt;br&gt;&lt;br&gt;&lt;br&gt;Matthies, Niklas wrote:
&lt;br&gt;&amp;gt; It seems that when the debugger leaves a source files that it opened
&lt;br&gt;&amp;gt; itself, it automatically closes that source file again (even if the
&lt;br&gt;&amp;gt; source is still &amp;quot;on&amp;quot; the call stack). Is ist possible to turn that off,
&lt;br&gt;&amp;gt; i.e. to have the source file be left open, at least for the duration of
&lt;br&gt;&amp;gt; the debugging session?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; -- Niklas Matthies
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-68cat---debugger--Debugger-closes-source-files-tp26516099p26529531.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26529377</id>
	<title>[68cat] Re: [core] 50 updates?</title>
	<published>2009-11-26T05:22:05Z</published>
	<updated>2009-11-26T05:22:05Z</updated>
	<author>
		<name>Jiri Kovalsky</name>
	</author>
	<content type="html">I think it's not necessary Glenn. Please wait for tomorrow... ;-)
&lt;br&gt;&lt;br&gt;Thanks for your patience,
&lt;br&gt;-Jirka
&lt;br&gt;&lt;br&gt;Glenn Holmer wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; After taking two updates against 200911241400, I'm seeing 50 more
&lt;br&gt;&amp;gt; available. &amp;nbsp;Is that right? &amp;nbsp;Should we pull those?
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-68cat---core--50-updates--tp26513604p26529377.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26525567</id>
	<title>[68cat] [other]Topvoted bugs</title>
	<published>2009-11-25T23:50:17Z</published>
	<updated>2009-11-25T23:50:17Z</updated>
	<author>
		<name>Wilfling Stefan</name>
	</author>
	<content type="html">&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0 Transitional//EN&quot;&gt;
&lt;HTML&gt;&lt;HEAD&gt;
&lt;META content=&quot;text/html; charset=us-ascii&quot; http-equiv=Content-Type&gt;
&lt;META name=GENERATOR content=&quot;MSHTML 8.00.6001.18852&quot;&gt;&lt;/HEAD&gt;
&lt;BODY&gt;
&lt;DIV&gt;&lt;SPAN class=859131007-26112009&gt;&lt;FONT size=2 face=Arial&gt;Hi!&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN class=859131007-26112009&gt;&lt;FONT size=2 face=Arial&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN class=859131007-26112009&gt;&lt;FONT size=2 face=Arial&gt;Yesterday I found 
the page &lt;A href=&quot;http://wiki.netbeans.org/TopVoted&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.netbeans.org/TopVoted&lt;/A&gt;&amp;nbsp;(link 
from &lt;A href=&quot;http://wiki.netbeans.org/NetBeans68&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.netbeans.org/NetBeans68&lt;/A&gt;). 
&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN class=859131007-26112009&gt;&lt;FONT size=2 face=Arial&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN class=859131007-26112009&gt;&lt;FONT size=2 face=Arial&gt;1.) &lt;FONT size=3 face=&quot;Times New Roman&quot;&gt;&quot;You can find top-voted defects for NB 6.5 beginning at 
this link: &lt;/FONT&gt;&lt;A class=&quot;external text&quot; title=http://www.netbeans.org/issues/buglist.cgi?resort=1&amp;amp;;issue_id=135166%2C134458%2C57402%2C99355%2C102290%2C119617%2C121950%2C134455%2C134744%2C41306%2C43547%2C57457%2C66471%2C76970%2C85329%2C91584%2C101586%2C112278%2C112353%2C115983%2C121742%2C121784%2C121847%2C122256%2C123094%2C125107%2C126469%2C130270%2C135165%2C129103%2C26513%2C70067%2C96196%2C106815%2C111441%2C113110%2C117259%2C117530%2C117309&amp;amp;order=issues.votes%20desc%2C%20issues.votes%20desc%2C%20issues.priority%2C%20issues.issue_type href=&quot;http://www.netbeans.org/issues/buglist.cgi?resort=1&amp;amp;;issue_id=135166%2C134458%2C57402%2C99355%2C102290%2C119617%2C121950%2C134455%2C134744%2C41306%2C43547%2C57457%2C66471%2C76970%2C85329%2C91584%2C101586%2C112278%2C112353%2C115983%2C121742%2C121784%2C121847%2C122256%2C123094%2C125107%2C126469%2C130270%2C135165%2C129103%2C26513%2C70067%2C96196%2C106815%2C111441%2C113110%2C117259%2C117530%2C117309&amp;amp;order=issues.votes%20desc%2C%20issues.votes%20desc%2C%20issues.priority%2C%20issues.issue_type&quot; rel=&quot;nofollow&quot; target=&quot;_top&quot;&gt;&lt;FONT size=3 face=&quot;Times New Roman&quot;&gt;NetBeans 6.5 Top Voted 
Issues&lt;/FONT&gt;&lt;/A&gt;&lt;FONT size=3 face=&quot;Times New Roman&quot;&gt;&quot;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN class=859131007-26112009&gt;&lt;FONT size=2 face=Arial&gt;Why 6.5 and not 6.7 
(or 6.8)?&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN class=859131007-26112009&gt;&lt;FONT size=2 face=Arial&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN class=859131007-26112009&gt;&lt;FONT size=2 face=Arial&gt;2.) When you click 
on &lt;A class=&quot;external text&quot; title=http://www.netbeans.org/issues/buglist.cgi?resort=1&amp;amp;issue_status=NEW;issue_status=STARTED;issue_status=REOPENED;email1=;emailtype1=exact;emailassigned_to1=1;email2=;emailtype2=exact;emailreporter2=1;issueidtype=include;issue_id=;changedin=;votes=;chfieldfrom=;chfieldto=;chfieldvalue=;short_desc=;short_desc_type=substring;long_desc=;long_desc_type=substring;issue_file_loc=;issue_file_loc_type=substring;status_whiteboard=;status_whiteboard_type=substring;keywords=;keywords_type=anytokens;field0-0-0=votes;type0-0-0=greaterthan;value0-0-0=3;namedcmd=bpel;newqueryname=;Submit%20query=Submit%20query&amp;amp;order=issues.votes%20desc%2C%20issues.issue_type%2C%20issues.votes%20desc%2C%20issues.priority%2C%20issues.issue_id href=&quot;http://www.netbeans.org/issues/buglist.cgi?resort=1&amp;amp;issue_status=NEW;issue_status=STARTED;issue_status=REOPENED;email1=;emailtype1=exact;emailassigned_to1=1;email2=;emailtype2=exact;emailreporter2=1;issueidtype=include;issue_id=;changedin=;votes=;chfieldfrom=;chfieldto=;chfieldvalue=;short_desc=;short_desc_type=substring;long_desc=;long_desc_type=substring;issue_file_loc=;issue_file_loc_type=substring;status_whiteboard=;status_whiteboard_type=substring;keywords=;keywords_type=anytokens;field0-0-0=votes;type0-0-0=greaterthan;value0-0-0=3;namedcmd=bpel;newqueryname=;Submit%20query=Submit%20query&amp;amp;order=issues.votes%20desc%2C%20issues.issue_type%2C%20issues.votes%20desc%2C%20issues.priority%2C%20issues.issue_id&quot; rel=&quot;nofollow&quot; target=&quot;_top&quot;&gt;&lt;FONT size=3 face=&quot;Times New Roman&quot;&gt;Current Top Voted 
Issues&lt;/FONT&gt;&lt;/A&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN class=859131007-26112009&gt;&lt;FONT size=2 face=Arial&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
After some Minutes, I can see an empty page.&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN class=859131007-26112009&gt;&lt;FONT size=2 face=Arial&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN class=859131007-26112009&gt;&lt;FONT size=2 face=Arial&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial&gt;&lt;FONT size=2&gt;&lt;SPAN class=859131007-26112009&gt;-&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial&gt;&lt;FONT size=2&gt;&lt;SPAN class=859131007-26112009&gt;Stefan&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-68cat---other-Topvoted-bugs-tp26525567p26525567.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26518485</id>
	<title>[68cat] Re: AW: Re: RE: &quot;?&quot; acts as if I were in insertion mode or deletes next caracter</title>
	<published>2009-11-25T11:04:24Z</published>
	<updated>2009-11-25T11:04:24Z</updated>
	<author>
		<name>Alied Pérez Martínez</name>
	</author>
	<content type="html">Thanks, but nothing appears. It displays Shift+QUOTE
&lt;br&gt;Quote (') is the key's character without the Shift
&lt;br&gt;(I wonder who had the idea of different kb layouts for latin alphabets)
&lt;br&gt;&lt;br&gt;El 25/11/2009 13:42, Wilfling Stefan escribió:
&lt;br&gt;&amp;gt; In this case you can try to type in the &amp;quot;?&amp;quot; in Options/Keymap/&amp;quot;Search in Shortcuts&amp;quot;.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; -
&lt;br&gt;&amp;gt; Stefan
&lt;br&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-68cat--%22-%22-acts-as-if-I-were-in-insertion-mode-or-deletes-next-caracter-tp26512366p26518485.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26518029</id>
	<title>[68cat] Configuration Files node in Maven project</title>
	<published>2009-11-25T10:30:20Z</published>
	<updated>2009-11-25T10:30:20Z</updated>
	<author>
		<name>Leed III, John P</name>
	</author>
	<content type="html">&lt;html xmlns:v=&quot;urn:schemas-microsoft-com:vml&quot; xmlns:o=&quot;urn:schemas-microsoft-com:office:office&quot; xmlns:w=&quot;urn:schemas-microsoft-com:office:word&quot; xmlns:x=&quot;urn:schemas-microsoft-com:office:excel&quot; xmlns:p=&quot;urn:schemas-microsoft-com:office:powerpoint&quot; xmlns:a=&quot;urn:schemas-microsoft-com:office:access&quot; xmlns:dt=&quot;uuid:C2F41010-65B3-11d1-A29F-00AA00C14882&quot; xmlns:s=&quot;uuid:BDC6E3F0-6DA3-11d1-A2A3-00AA00C14882&quot; xmlns:rs=&quot;urn:schemas-microsoft-com:rowset&quot; xmlns:Z=&quot;urn:schemas-microsoft-com:&quot; xmlns:b=&quot;urn:schemas-microsoft-com:office:publisher&quot; xmlns:ss=&quot;urn:schemas-microsoft-com:office:spreadsheet&quot; xmlns:c=&quot;urn:schemas-microsoft-com:office:component:spreadsheet&quot; xmlns:odc=&quot;urn:schemas-microsoft-com:office:odc&quot; xmlns:oa=&quot;urn:schemas-microsoft-com:office:activation&quot; xmlns:html=&quot;http://www.w3.org/TR/REC-html40&quot; xmlns:q=&quot;http://schemas.xmlsoap.org/soap/envelope/&quot; xmlns:rtc=&quot;http://microsoft.com/officenet/conferencing&quot; xmlns:D=&quot;DAV:&quot; xmlns:Repl=&quot;http://schemas.microsoft.com/repl/&quot; xmlns:mt=&quot;http://schemas.microsoft.com/sharepoint/soap/meetings/&quot; xmlns:x2=&quot;http://schemas.microsoft.com/office/excel/2003/xml&quot; xmlns:ppda=&quot;http://www.passport.com/NameSpace.xsd&quot; xmlns:ois=&quot;http://schemas.microsoft.com/sharepoint/soap/ois/&quot; xmlns:dir=&quot;http://schemas.microsoft.com/sharepoint/soap/directory/&quot; xmlns:ds=&quot;http://www.w3.org/2000/09/xmldsig#&quot; xmlns:dsp=&quot;http://schemas.microsoft.com/sharepoint/dsp&quot; xmlns:udc=&quot;http://schemas.microsoft.com/data/udc&quot; xmlns:xsd=&quot;http://www.w3.org/2001/XMLSchema&quot; xmlns:sub=&quot;http://schemas.microsoft.com/sharepoint/soap/2002/1/alerts/&quot; xmlns:ec=&quot;http://www.w3.org/2001/04/xmlenc#&quot; xmlns:sp=&quot;http://schemas.microsoft.com/sharepoint/&quot; xmlns:sps=&quot;http://schemas.microsoft.com/sharepoint/soap/&quot; xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns:udcs=&quot;http://schemas.microsoft.com/data/udc/soap&quot; xmlns:udcxf=&quot;http://schemas.microsoft.com/data/udc/xmlfile&quot; xmlns:udcp2p=&quot;http://schemas.microsoft.com/data/udc/parttopart&quot; xmlns:wf=&quot;http://schemas.microsoft.com/sharepoint/soap/workflow/&quot; xmlns:dsss=&quot;http://schemas.microsoft.com/office/2006/digsig-setup&quot; xmlns:dssi=&quot;http://schemas.microsoft.com/office/2006/digsig&quot; xmlns:mdssi=&quot;http://schemas.openxmlformats.org/package/2006/digital-signature&quot; xmlns:mver=&quot;http://schemas.openxmlformats.org/markup-compatibility/2006&quot; xmlns:m=&quot;http://schemas.microsoft.com/office/2004/12/omml&quot; xmlns:mrels=&quot;http://schemas.openxmlformats.org/package/2006/relationships&quot; xmlns:spwp=&quot;http://microsoft.com/sharepoint/webpartpages&quot; xmlns:ex12t=&quot;http://schemas.microsoft.com/exchange/services/2006/types&quot; xmlns:ex12m=&quot;http://schemas.microsoft.com/exchange/services/2006/messages&quot; xmlns:pptsl=&quot;http://schemas.microsoft.com/sharepoint/soap/SlideLibrary/&quot; xmlns:spsl=&quot;http://microsoft.com/webservices/SharePointPortalServer/PublishedLinksService&quot; xmlns:st=&quot;&amp;#1;&quot; xmlns=&quot;http://www.w3.org/TR/REC-html40&quot;&gt;
&lt;head&gt;
&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=us-ascii&quot;&gt;
&lt;meta name=&quot;Generator&quot; content=&quot;Microsoft Word 12 (filtered medium)&quot;&gt;
&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;o:shapedefaults v:ext=&quot;edit&quot; spidmax=&quot;1026&quot; /&gt;
&lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;o:shapelayout v:ext=&quot;edit&quot;&gt;
  &lt;o:idmap v:ext=&quot;edit&quot; data=&quot;1&quot; /&gt;
 &lt;/o:shapelayout&gt;&lt;/xml&gt;&lt;![endif]--&gt;
&lt;/head&gt;
&lt;body lang=&quot;EN-US&quot; link=&quot;blue&quot; vlink=&quot;purple&quot;&gt;
&lt;div class=&quot;Section1&quot;&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;I&amp;#8217;ve been playing around with Maven projects this week and a big difference with them and Ant projects that I&amp;#8217;ve noticed is that there is no Configuration Files node. I&amp;#8217;ve always found this to be pretty handy since persistence.xml isn&amp;#8217;t
 in the same place as faces-config.xml or web.xml.&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;Since I started with new projects, I&amp;#8217;m assuming I&amp;#8217;m not missing anything. I&amp;#8217;ve put in an enhancement request:
&lt;a href=&quot;https://netbeans.org/bugzilla/show_bug.cgi?id=177621&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://netbeans.org/bugzilla/show_bug.cgi?id=177621&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;John&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;br&gt;
&lt;hr&gt;
&lt;font face=&quot;Arial&quot; color=&quot;Gray&quot; size=&quot;2&quot;&gt;This e-mail message, including any attachments, is for the sole use of the intended recipient(s) and may contain information that is confidential and protected by law from unauthorized disclosure. Any unauthorized review,
 use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message.&lt;br&gt;
&lt;/font&gt;
&lt;/body&gt;
&lt;/html&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-68cat--Configuration-Files-node-in-Maven-project-tp26518029p26518029.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26516545</id>
	<title>[68cat] Re: RE: Re: Slowness detection popup</title>
	<published>2009-11-25T09:08:15Z</published>
	<updated>2009-11-25T09:08:15Z</updated>
	<author>
		<name>Tomas Pavek</name>
	</author>
	<content type="html">Matthies, Niklas wrote:
&lt;br&gt;&amp;gt; What, this is implemented by an assertion? Weird.
&lt;br&gt;&lt;br&gt;It's just used as a condition to recognize a final release build where the 
&lt;br&gt;slowness reports should be minimized (and non-intrusive). Development builds 
&lt;br&gt;have assertions enabled, final release builds don't.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;- Tomas
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Well, I'll try that, thanks.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; -- Niklas Matthies
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; On Wed, 25. Nov 2009 17:34, &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26516545&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Tomas.Pavek@...&lt;/a&gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt; It should help to remove -J-ea flag in etc/netbeans.conf file (on
&lt;br&gt;&amp;gt;&amp;gt; netbeans_default_options line).
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp;- Tomas
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Matthies, Niklas wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Is here a way to turn off the &amp;quot;Slowness detected&amp;quot; popup?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; It comes up all the time when I'm working in NB, usually due to 4-5
&lt;br&gt;&amp;gt; seconds &amp;quot;slowness&amp;quot;.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; The popup gets rather distracting after a while, and I noticed that
&lt;br&gt;&amp;gt; I'm
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; confusing it with my &amp;quot;new important e-mail&amp;quot; popup (which has similar
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; size and also fades in and out at the bottom of the screen).
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; -- Niklas Matthies
&lt;/div&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-68cat--Slowness-detection-popup-tp26515517p26516545.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26516482</id>
	<title>[68cat] Re: RE: RE: Re: Slowness detection popup</title>
	<published>2009-11-25T09:05:57Z</published>
	<updated>2009-11-25T09:05:57Z</updated>
	<author>
		<name>Jindrich Sedek</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;You can increase the time that causes notification popup.
&lt;br&gt;See &lt;a href=&quot;http://wiki.netbeans.org/FitnessViaPostMortem&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.netbeans.org/FitnessViaPostMortem&lt;/a&gt;&amp;nbsp;and use
&lt;br&gt;-J-Dorg.netbeans.core.TimeableEventQueue.report=10000
&lt;br&gt;&lt;br&gt;Jindra
&lt;br&gt;&lt;br&gt;Matthies, Niklas wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; PS: Actually I still want &amp;quot;slowness&amp;quot; to be detected, for easy reporting
&lt;br&gt;&amp;gt; via the icon in the status bar. I just don't want it to show a popup
&lt;br&gt;&amp;gt; each time. I'll notice it by myself when there is report-worthy
&lt;br&gt;&amp;gt; slowness. ;)
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; -- Niklas Matthies
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; On Wed, 25. Nov 2009 17:46, Matthies, Niklas wrote:
&lt;br&gt;&amp;gt;&amp;gt; What, this is implemented by an assertion? Weird.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Well, I'll try that, thanks.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; -- Niklas Matthies
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; On Wed, 25. Nov 2009 17:34, &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26516482&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Tomas.Pavek@...&lt;/a&gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; It should help to remove -J-ea flag in etc/netbeans.conf file (on
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; netbeans_default_options line).
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp;- Tomas
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Matthies, Niklas wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Is here a way to turn off the &amp;quot;Slowness detected&amp;quot; popup?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; It comes up all the time when I'm working in NB, usually
&lt;br&gt;&amp;gt;&amp;gt; due to 4-5
&lt;br&gt;&amp;gt;&amp;gt; seconds &amp;quot;slowness&amp;quot;.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; The popup gets rather distracting after a while, and I
&lt;br&gt;&amp;gt;&amp;gt; noticed that
&lt;br&gt;&amp;gt;&amp;gt; I'm
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; confusing it with my &amp;quot;new important e-mail&amp;quot; popup (which has
&lt;br&gt;&amp;gt; similar
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; size and also fades in and out at the bottom of the screen).
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; -- Niklas Matthies
&lt;/div&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-68cat--Slowness-detection-popup-tp26515517p26516482.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26516442</id>
	<title>[68cat] Re: RE: RE: Re: Slowness detection popup</title>
	<published>2009-11-25T09:02:23Z</published>
	<updated>2009-11-25T09:02:23Z</updated>
	<author>
		<name>Oleg Khokhlov</name>
	</author>
	<content type="html">then you can use -J-Dorg.netbeans.core.TimeableEventQueue.report=&amp;lt;time 
&lt;br&gt;in ms&amp;gt;
&lt;br&gt;(more info - &lt;a href=&quot;http://wiki.netbeans.org/FitnessViaPostMortem&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.netbeans.org/FitnessViaPostMortem&lt;/a&gt;)
&lt;br&gt;&lt;br&gt;Matthies, Niklas said the following, on 11/25/09 7:57 PM:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; PS: Actually I still want &amp;quot;slowness&amp;quot; to be detected, for easy reporting
&lt;br&gt;&amp;gt; via the icon in the status bar. I just don't want it to show a popup
&lt;br&gt;&amp;gt; each time. I'll notice it by myself when there is report-worthy
&lt;br&gt;&amp;gt; slowness. ;)
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; -- Niklas Matthies
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; On Wed, 25. Nov 2009 17:46, Matthies, Niklas wrote:
&lt;br&gt;&amp;gt;&amp;gt; What, this is implemented by an assertion? Weird.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Well, I'll try that, thanks.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; -- Niklas Matthies
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; On Wed, 25. Nov 2009 17:34, &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26516442&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Tomas.Pavek@...&lt;/a&gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; It should help to remove -J-ea flag in etc/netbeans.conf file (on
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; netbeans_default_options line).
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp;- Tomas
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Matthies, Niklas wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Is here a way to turn off the &amp;quot;Slowness detected&amp;quot; popup?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; It comes up all the time when I'm working in NB, usually
&lt;br&gt;&amp;gt;&amp;gt; due to 4-5
&lt;br&gt;&amp;gt;&amp;gt; seconds &amp;quot;slowness&amp;quot;.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; The popup gets rather distracting after a while, and I
&lt;br&gt;&amp;gt;&amp;gt; noticed that
&lt;br&gt;&amp;gt;&amp;gt; I'm
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; confusing it with my &amp;quot;new important e-mail&amp;quot; popup (which has
&lt;br&gt;&amp;gt; similar
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; size and also fades in and out at the bottom of the screen).
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; -- Niklas Matthies
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;Thanks,
&lt;br&gt;Oleg.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-68cat--Slowness-detection-popup-tp26515517p26516442.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26516337</id>
	<title>[68cat] RE: RE: Re: Slowness detection popup</title>
	<published>2009-11-25T08:57:42Z</published>
	<updated>2009-11-25T08:57:42Z</updated>
	<author>
		<name>Matthies, Niklas</name>
	</author>
	<content type="html">PS: Actually I still want &amp;quot;slowness&amp;quot; to be detected, for easy reporting
&lt;br&gt;via the icon in the status bar. I just don't want it to show a popup
&lt;br&gt;each time. I'll notice it by myself when there is report-worthy
&lt;br&gt;slowness. ;)
&lt;br&gt;&lt;br&gt;-- Niklas Matthies
&lt;br&gt;&lt;br&gt;&lt;br&gt;On Wed, 25. Nov 2009 17:46, Matthies, Niklas wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; What, this is implemented by an assertion? Weird.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Well, I'll try that, thanks.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; -- Niklas Matthies
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; On Wed, 25. Nov 2009 17:34, &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26516337&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Tomas.Pavek@...&lt;/a&gt; wrote:
&lt;br&gt;&amp;gt; &amp;gt; It should help to remove -J-ea flag in etc/netbeans.conf file (on
&lt;br&gt;&amp;gt; &amp;gt; netbeans_default_options line).
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp;- Tomas
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; Matthies, Niklas wrote:
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; Is here a way to turn off the &amp;quot;Slowness detected&amp;quot; popup?
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; It comes up all the time when I'm working in NB, usually
&lt;br&gt;&amp;gt; due to 4-5
&lt;br&gt;&amp;gt; seconds &amp;quot;slowness&amp;quot;.
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; The popup gets rather distracting after a while, and I
&lt;br&gt;&amp;gt; noticed that
&lt;br&gt;&amp;gt; I'm
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; confusing it with my &amp;quot;new important e-mail&amp;quot; popup (which has
&lt;/div&gt;similar
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; size and also fades in and out at the bottom of the screen).
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; -- Niklas Matthies
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-68cat--Slowness-detection-popup-tp26515517p26516337.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26516146</id>
	<title>[68cat] RE: Re: Slowness detection popup</title>
	<published>2009-11-25T08:45:44Z</published>
	<updated>2009-11-25T08:45:44Z</updated>
	<author>
		<name>Matthies, Niklas</name>
	</author>
	<content type="html">What, this is implemented by an assertion? Weird.
&lt;br&gt;&lt;br&gt;Well, I'll try that, thanks.
&lt;br&gt;&lt;br&gt;-- Niklas Matthies
&lt;br&gt;&lt;br&gt;&lt;br&gt;On Wed, 25. Nov 2009 17:34, &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26516146&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Tomas.Pavek@...&lt;/a&gt; wrote:
&lt;br&gt;&amp;gt; It should help to remove -J-ea flag in etc/netbeans.conf file (on
&lt;br&gt;&amp;gt; netbeans_default_options line).
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;- Tomas
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Matthies, Niklas wrote:
&lt;br&gt;&amp;gt; &amp;gt; Is here a way to turn off the &amp;quot;Slowness detected&amp;quot; popup?
&lt;br&gt;&amp;gt; &amp;gt; It comes up all the time when I'm working in NB, usually due to 4-5
&lt;br&gt;seconds &amp;quot;slowness&amp;quot;.
&lt;br&gt;&amp;gt; &amp;gt; The popup gets rather distracting after a while, and I noticed that
&lt;br&gt;I'm
&lt;br&gt;&amp;gt; &amp;gt; confusing it with my &amp;quot;new important e-mail&amp;quot; popup (which has similar
&lt;br&gt;&amp;gt; &amp;gt; size and also fades in and out at the bottom of the screen).
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; -- Niklas Matthies
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-68cat--Slowness-detection-popup-tp26515517p26516146.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26516099</id>
	<title>[68cat] [debugger] Debugger closes source files</title>
	<published>2009-11-25T08:42:56Z</published>
	<updated>2009-11-25T08:42:56Z</updated>
	<author>
		<name>Matthies, Niklas</name>
	</author>
	<content type="html">It seems that when the debugger leaves a source files that it opened
&lt;br&gt;itself, it automatically closes that source file again (even if the
&lt;br&gt;source is still &amp;quot;on&amp;quot; the call stack). Is ist possible to turn that off,
&lt;br&gt;i.e. to have the source file be left open, at least for the duration of
&lt;br&gt;the debugging session?
&lt;br&gt;&lt;br&gt;-- Niklas Matthies
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-68cat---debugger--Debugger-closes-source-files-tp26516099p26516099.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26516063</id>
	<title>[68cat] AW: Re: RE: &quot;?&quot; acts as if I were in insertion mode or deletes next caracter</title>
	<published>2009-11-25T08:42:04Z</published>
	<updated>2009-11-25T08:42:04Z</updated>
	<author>
		<name>Wilfling Stefan</name>
	</author>
	<content type="html">In this case you can try to type in the &amp;quot;?&amp;quot; in Options/Keymap/&amp;quot;Search in Shortcuts&amp;quot;. 
&lt;br&gt;&lt;br&gt;-
&lt;br&gt;Stefan
&lt;br&gt;&lt;br&gt;-----Ursprüngliche Nachricht-----
&lt;br&gt;Von: Alied Pérez Martínez [mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26516063&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;aliedperezmartinez@...&lt;/a&gt;] 
&lt;br&gt;Gesendet: Mittwoch, 25. November 2009 17:38
&lt;br&gt;An: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26516063&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;netcat@...&lt;/a&gt;
&lt;br&gt;Betreff: [68cat] Re: RE: &amp;quot;?&amp;quot; acts as if I were in insertion mode or deletes next caracter
&lt;br&gt;&lt;br&gt;Maybe it has to do with keyboard layout. To write the ? I must press Shift... Maybe the scan code conflicts with some keyboard action (Delete so far)
&lt;br&gt;&lt;br&gt;El 25/11/2009 12:05, Matthies, Niklas escribió:
&lt;br&gt;&amp;gt; On Wed, 25. Nov 2009 14:09, Alied Pérez Martínez wrote:
&lt;br&gt;&amp;gt;&amp;gt; Hi, have you ever noticed [1]?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Doesn't happen here (build 200911220201).
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; -- Niklas Matthies
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; [1] &lt;a href=&quot;https://netbeans.org/bugzilla/show_bug.cgi?id=177580&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://netbeans.org/bugzilla/show_bug.cgi?id=177580&lt;/a&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-68cat--%22-%22-acts-as-if-I-were-in-insertion-mode-or-deletes-next-caracter-tp26512366p26516063.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26515997</id>
	<title>[68cat] Re: RE: &quot;?&quot; acts as if I were in insertion mode or deletes next caracter</title>
	<published>2009-11-25T08:38:00Z</published>
	<updated>2009-11-25T08:38:00Z</updated>
	<author>
		<name>Alied Pérez Martínez</name>
	</author>
	<content type="html">Maybe it has to do with keyboard layout. To write the ? I must press 
&lt;br&gt;Shift... Maybe the scan code conflicts with some keyboard action (Delete 
&lt;br&gt;so far)
&lt;br&gt;&lt;br&gt;El 25/11/2009 12:05, Matthies, Niklas escribió:
&lt;br&gt;&amp;gt; On Wed, 25. Nov 2009 14:09, Alied Pérez Martínez wrote:
&lt;br&gt;&amp;gt;&amp;gt; Hi, have you ever noticed [1]?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Doesn't happen here (build 200911220201).
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; -- Niklas Matthies
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; [1] &lt;a href=&quot;https://netbeans.org/bugzilla/show_bug.cgi?id=177580&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://netbeans.org/bugzilla/show_bug.cgi?id=177580&lt;/a&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-68cat--%22-%22-acts-as-if-I-were-in-insertion-mode-or-deletes-next-caracter-tp26512366p26515997.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26515946</id>
	<title>[68cat] Re: Slowness detection popup</title>
	<published>2009-11-25T08:34:25Z</published>
	<updated>2009-11-25T08:34:25Z</updated>
	<author>
		<name>Tomas Pavek</name>
	</author>
	<content type="html">It should help to remove -J-ea flag in etc/netbeans.conf file (on 
&lt;br&gt;netbeans_default_options line).
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;- Tomas
&lt;br&gt;&lt;br&gt;Matthies, Niklas wrote:
&lt;br&gt;&amp;gt; Is here a way to turn off the &amp;quot;Slowness detected&amp;quot; popup?
&lt;br&gt;&amp;gt; It comes up all the time when I'm working in NB, usually due to 4-5
&lt;br&gt;&amp;gt; seconds &amp;quot;slowness&amp;quot;.
&lt;br&gt;&amp;gt; The popup gets rather distracting after a while, and I noticed that I'm
&lt;br&gt;&amp;gt; confusing it with my &amp;quot;new important e-mail&amp;quot; popup (which has similar
&lt;br&gt;&amp;gt; size and also fades in and out at the bottom of the screen).
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; -- Niklas Matthies
&lt;br&gt;&amp;gt; 
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-68cat--Slowness-detection-popup-tp26515517p26515946.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26515517</id>
	<title>[68cat] Slowness detection popup</title>
	<published>2009-11-25T08:12:06Z</published>
	<updated>2009-11-25T08:12:06Z</updated>
	<author>
		<name>Matthies, Niklas</name>
	</author>
	<content type="html">Is here a way to turn off the &amp;quot;Slowness detected&amp;quot; popup?
&lt;br&gt;It comes up all the time when I'm working in NB, usually due to 4-5
&lt;br&gt;seconds &amp;quot;slowness&amp;quot;.
&lt;br&gt;The popup gets rather distracting after a while, and I noticed that I'm
&lt;br&gt;confusing it with my &amp;quot;new important e-mail&amp;quot; popup (which has similar
&lt;br&gt;size and also fades in and out at the bottom of the screen).
&lt;br&gt;&lt;br&gt;-- Niklas Matthies
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-68cat--Slowness-detection-popup-tp26515517p26515517.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26514792</id>
	<title>[68cat] Re:  [news] NetCAT Status Report - 9.</title>
	<published>2009-11-25T07:30:53Z</published>
	<updated>2009-11-25T07:30:53Z</updated>
	<author>
		<name>Jiri Kovalsky</name>
	</author>
	<content type="html">Resolved offline. Thanks for the notice Ingo.
&lt;br&gt;&lt;br&gt;-Jirka
&lt;br&gt;&lt;br&gt;Ingo Reinhart wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi!
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;&lt;a href=&quot;http://wiki.netbeans.org/NetBeans68TutorialsForCommunityReview&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.netbeans.org/NetBeans68TutorialsForCommunityReview&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;BTW, many PHP tutorials
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; were added too. :-)
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Thx! I review one (or more if requested).
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; But &amp;quot;NetBeans IDE PHP Quick Start Tutorial&amp;quot; is duplicated on the wiki page.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Best Regards,
&lt;br&gt;&amp;gt; Ingo
&lt;br&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-68cat---news--NetCAT-Status-Report---9.-tp26502158p26514792.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26514272</id>
	<title>[68cat] RE: &quot;?&quot; acts as if I were in insertion mode or deletes next caracter</title>
	<published>2009-11-25T07:05:57Z</published>
	<updated>2009-11-25T07:05:57Z</updated>
	<author>
		<name>Matthies, Niklas</name>
	</author>
	<content type="html">On Wed, 25. Nov 2009 14:09, Alied Pérez Martínez wrote:
&lt;br&gt;&amp;gt; Hi, have you ever noticed [1]?
&lt;br&gt;&lt;br&gt;Doesn't happen here (build 200911220201).
&lt;br&gt;&lt;br&gt;-- Niklas Matthies
&lt;br&gt;&lt;br&gt;&amp;gt; [1] &lt;a href=&quot;https://netbeans.org/bugzilla/show_bug.cgi?id=177580&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://netbeans.org/bugzilla/show_bug.cgi?id=177580&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-68cat--%22-%22-acts-as-if-I-were-in-insertion-mode-or-deletes-next-caracter-tp26512366p26514272.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26513974</id>
	<title>[68cat] Re: Re: [news] NetCAT Status Report - 9.</title>
	<published>2009-11-25T06:51:16Z</published>
	<updated>2009-11-25T06:51:16Z</updated>
	<author>
		<name>Jiri Kovalsky</name>
	</author>
	<content type="html">Nigel, this is only a preview that does not work. Once RC1 gets released, you will be able to submit your answers.
&lt;br&gt;&lt;br&gt;Thanks for your understanding,
&lt;br&gt;-Jirka
&lt;br&gt;&lt;br&gt;Nigel Leck wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; I got the following error when I tried to do the survey. There is one 
&lt;br&gt;&amp;gt; bug that I did want to highlight #176320
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; |
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; Change Rejected
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; The change you wanted was rejected.
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; Maybe you tried to change something you didn't have access to?
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-68cat---news--NetCAT-Status-Report---9.-tp26502158p26513974.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26513604</id>
	<title>[68cat] [core] 50 updates?</title>
	<published>2009-11-25T06:27:10Z</published>
	<updated>2009-11-25T06:27:10Z</updated>
	<author>
		<name>Glenn Holmer</name>
	</author>
	<content type="html">After taking two updates against 200911241400, I'm seeing 50 more
&lt;br&gt;available. &amp;nbsp;Is that right? &amp;nbsp;Should we pull those?
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;____________________________________________________________
&lt;br&gt;Glenn Holmer &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26513604&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gholmer@...&lt;/a&gt;
&lt;br&gt;Software Engineer &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;phone: 414-908-1809
&lt;br&gt;Weyco Group, Inc. &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;fax: 414-908-1601
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-68cat---core--50-updates--tp26513604p26513604.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26512366</id>
	<title>[68cat] &quot;?&quot; acts as if I were in insertion mode or deletes next caracter</title>
	<published>2009-11-25T05:08:35Z</published>
	<updated>2009-11-25T05:08:35Z</updated>
	<author>
		<name>Alied Pérez Martínez</name>
	</author>
	<content type="html">Hi, have you ever noticed [1]?
&lt;br&gt;&lt;br&gt;&lt;br&gt;[1] &lt;a href=&quot;https://netbeans.org/bugzilla/show_bug.cgi?id=177580&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://netbeans.org/bugzilla/show_bug.cgi?id=177580&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-68cat--%22-%22-acts-as-if-I-were-in-insertion-mode-or-deletes-next-caracter-tp26512366p26512366.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26508703</id>
	<title>[68cat]  [news] NetCAT Status Report - 9.</title>
	<published>2009-11-24T23:50:06Z</published>
	<updated>2009-11-24T23:50:06Z</updated>
	<author>
		<name>Ingo Reinhart-2</name>
	</author>
	<content type="html">Hi!
&lt;br&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;&lt;a href=&quot;http://wiki.netbeans.org/NetBeans68TutorialsForCommunityReview&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.netbeans.org/NetBeans68TutorialsForCommunityReview&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;BTW, many PHP tutorials
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; were added too. :-)
&lt;br&gt;&lt;br&gt;Thx! I review one (or more if requested).
&lt;br&gt;&lt;br&gt;But &amp;quot;NetBeans IDE PHP Quick Start Tutorial&amp;quot; is duplicated on the wiki page.
&lt;br&gt;&lt;br&gt;Best Regards,
&lt;br&gt;Ingo
&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-68cat---news--NetCAT-Status-Report---9.-tp26502158p26508703.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26508225</id>
	<title>[68cat] [installation][plugins] I received a Zip Exception during plugin activation.</title>
	<published>2009-11-24T22:43:48Z</published>
	<updated>2009-11-24T22:43:48Z</updated>
	<author>
		<name>esmithbss</name>
	</author>
	<content type="html">Team,&lt;br&gt;&lt;br&gt;I just downloaded the 32bit Linux version of NB Full 200911241400 and installed it.  During plugin activation I selected all plugins to activate.  During the process I received a Zip Exception (id #307960).&lt;br&gt;

&lt;br&gt;I don&amp;#39;t know what caused it (exception viewer didn&amp;#39;t show much), but has anyone else seen this?&lt;br&gt;&lt;br clear=&quot;all&quot;&gt;Eric M. Smith&lt;br&gt;Burning Sun Enterprises&lt;br&gt;&lt;a href=&quot;http://typicalisoverrated.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://typicalisoverrated.com&lt;/a&gt;&lt;br&gt;


</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-68cat---installation--plugins--I-received-a-Zip-Exception-during-plugin-activation.-tp26508225p26508225.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26506230</id>
	<title>[68cat] Re: [deploy_on_save] How can I disable or change the deploy-on-save capabilities of a Struts app.</title>
	<published>2009-11-24T17:29:25Z</published>
	<updated>2009-11-24T17:29:25Z</updated>
	<author>
		<name>Javier Ortiz</name>
	</author>
	<content type="html">Should be on your projects properties. Probably Run options, not sure.&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Tue, Nov 24, 2009 at 5:19 PM, Eric M. Smith &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26506230&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;esmithbss@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;
&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;&quot;&gt;I have a tendency to hit &amp;lt;Ctrl&amp;gt;-&amp;lt;S&amp;gt; frequently while developing; however, on Web applications like a Struts app, each time I save the file I&amp;#39;m working on, it does a deployment.&lt;br&gt;
&lt;br&gt;This would be great if I weren&amp;#39;t typing fast enough that NB ends up getting far enough behind me that it&amp;#39;s still deploying while I hit the next save.&lt;br&gt;

&lt;br&gt;How do I turn off the deployment on save?&lt;br&gt;&lt;font color=&quot;#888888&quot;&gt;&lt;br&gt;&lt;br clear=&quot;all&quot;&gt;Eric M. Smith&lt;br&gt;Burning Sun Enterprises&lt;br&gt;&lt;a href=&quot;http://typicalisoverrated.com&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://typicalisoverrated.com&lt;/a&gt;&lt;br&gt;

&lt;/font&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-68cat---deploy_on_save--How-can-I-disable-or-change-the-deploy-on-save-capabilities-of-a-Struts-app.-tp26505064p26506230.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26505064</id>
	<title>[68cat] [deploy_on_save] How can I disable or change the deploy-on-save capabilities of a Struts app.</title>
	<published>2009-11-24T15:19:01Z</published>
	<updated>2009-11-24T15:19:01Z</updated>
	<author>
		<name>esmithbss</name>
	</author>
	<content type="html">I have a tendency to hit &amp;lt;Ctrl&amp;gt;-&amp;lt;S&amp;gt; frequently while developing; however, on Web applications like a Struts app, each time I save the file I&amp;#39;m working on, it does a deployment.&lt;br&gt;&lt;br&gt;This would be great if I weren&amp;#39;t typing fast enough that NB ends up getting far enough behind me that it&amp;#39;s still deploying while I hit the next save.&lt;br&gt;

&lt;br&gt;How do I turn off the deployment on save?&lt;br&gt;&lt;br&gt;&lt;br clear=&quot;all&quot;&gt;Eric M. Smith&lt;br&gt;Burning Sun Enterprises&lt;br&gt;&lt;a href=&quot;http://typicalisoverrated.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://typicalisoverrated.com&lt;/a&gt;&lt;br&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-68cat---deploy_on_save--How-can-I-disable-or-change-the-deploy-on-save-capabilities-of-a-Struts-app.-tp26505064p26505064.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26504718</id>
	<title>[68cat] Re: [news] NetCAT Status Report - 9.</title>
	<published>2009-11-24T14:52:37Z</published>
	<updated>2009-11-24T14:52:37Z</updated>
	<author>
		<name>Claudiu Bulcu</name>
	</author>
	<content type="html">I reported the hints issue, after briefly checking if there is an older one with resembling summary :-P&lt;br&gt;&lt;br&gt;The issue is here: &lt;a href=&quot;https://netbeans.org/bugzilla/show_bug.cgi?id=177549&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://netbeans.org/bugzilla/show_bug.cgi?id=177549&lt;/a&gt;&lt;br&gt;

&lt;br clear=&quot;all&quot;&gt;All the best,&lt;br&gt;&lt;br&gt;-- &lt;br&gt;Claudiu Bulcu&lt;br&gt;Software Developer&lt;br&gt;&lt;br&gt;&amp;quot;A wise person will listen and take in more instruction, and a man of understanding is the one who acquires skillful direction&amp;quot;&lt;br&gt;

&lt;br&gt;&lt;a href=&quot;http://udy.smugmug.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://udy.smugmug.com&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://www.bulcu.ro&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;www.bulcu.ro&lt;/a&gt;&lt;br&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-68cat---news--NetCAT-Status-Report---9.-tp26502158p26504718.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26504101</id>
	<title>[68cat] Re: [news] NetCAT Status Report - 9.</title>
	<published>2009-11-24T14:05:24Z</published>
	<updated>2009-11-24T14:05:24Z</updated>
	<author>
		<name>esmithbss</name>
	</author>
	<content type="html">I know I&amp;#39;ve seen issues in America with projects during the October
31st =&amp;gt; January 3rd time period due to the holiday and vacation
schedules, and I&amp;#39;m sure other people have seen trends at work based on
Vacation and National and Religious Holidays as well, but since there appears to be a major trailing off on the 6.7 and 6.8 NetCats, I wonder if there is any evidence of a trend based on time of year and user availability. &lt;br&gt;

&lt;br&gt;I would also find it interesting how the bugs line up over time with regards to the different technologies NetBeans provides.  Questions like:&lt;br&gt;&lt;ul&gt;&lt;li&gt;Do bug reports for a given technology go up when the technology is discussed in the NetCat forum?&lt;/li&gt;

&lt;li&gt;Are there correlations between issue reports for different technologies?  As one goes up, the other goes up.&lt;/li&gt;&lt;li&gt;Are there correlations between issues and enhancement requests for a given technology.&lt;/li&gt;&lt;/ul&gt;Granted, some of the numbers will be very low (single and double digits) but I would still find it interesting to know how the whole process progresses.&lt;br&gt;

&lt;br clear=&quot;all&quot;&gt;Eric M. Smith&lt;br&gt;Burning Sun Enterprises&lt;br&gt;&lt;a href=&quot;http://typicalisoverrated.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://typicalisoverrated.com&lt;/a&gt;&lt;br&gt;
&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Tue, Nov 24, 2009 at 1:46 PM, Jiri Kovalsky &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26504101&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Jiri.Kovalsky@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;





&lt;div bgcolor=&quot;#ffffff&quot; text=&quot;#000000&quot;&gt;
Hello NetCAT team,&lt;br&gt;
&lt;br&gt;
   if you need an update on what happened in NetCAT program last week,
read below.&lt;br&gt;
&lt;br&gt;
&lt;b&gt;1. Overall summary&lt;/b&gt;&lt;br&gt;
&lt;br&gt;
   Past week was pretty similar to the previous one. Many of you still
keep submitting new bugs which generated relatively high income of
~12.4 defects per day. This is one of the reasons why we are moving
towards RC1 slower than expected. &lt;span&gt;&lt;span&gt;
:-( &lt;/span&gt;&lt;/span&gt; 24 people participated in e-mail discussions about
many interesting topics. The average traffic was ~12.6 messages daily.
We are glad to see that you are eager to communicate this much even so
close to the release. FYI, I am attaching 2 charts comparing activity
from the last 3 NetCAT programs. Let&amp;#39;s elaborate the latest feedback
now.&lt;br&gt;
&lt;br&gt;
&lt;b&gt;2. Important stuff&lt;/b&gt;&lt;br&gt;
&lt;ul&gt;
  &lt;li&gt;Source code &lt;u&gt;repository was cloned&lt;/u&gt; for the final NetBeans
6.8 stabilization over the weekend and trunk is now open for NetBeans
6.9 integrations. Unfortunately, we are tracking &lt;u&gt;13 showstopper bugs&lt;/u&gt;
so whether RC1 will make it this week (Thursday) or not is questionable.&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
  &lt;li&gt;If you are curious what &lt;u&gt;Community Acceptance survey&lt;/u&gt; for
NetBeans 6.8 will look like, you can get familiar with its preview &lt;a href=&quot;http://qa.netbeans.org/processes/cat/68/ca_survey_preview.html&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;[1]&lt;/a&gt;
already now. The CA survey will be launched together with RC1 release.&lt;br&gt;
  &lt;/li&gt;
&lt;/ul&gt;
&lt;blockquote&gt;[1] &lt;a href=&quot;http://qa.netbeans.org/processes/cat/68/ca_survey_preview.html&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://qa.netbeans.org/processes/cat/68/ca_survey_preview.html&lt;/a&gt;&lt;br&gt;
&lt;/blockquote&gt;
&lt;ul&gt;
  &lt;li&gt;We would very much appreciate if you could help us &lt;u&gt;review 6.8
specific tutorials&lt;/u&gt;. If you have time, please choose one &lt;a href=&quot;http://wiki.netbeans.org/NetBeans68TutorialsForCommunityReview&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;[2]&lt;/a&gt;
and follow instructions on that Wiki page. BTW, many PHP tutorials were
added too. &lt;span&gt;&lt;span&gt; :-) &lt;/span&gt;&lt;/span&gt;&lt;br&gt;
  &lt;/li&gt;
&lt;/ul&gt;
&lt;blockquote&gt;[2] &lt;a href=&quot;http://wiki.netbeans.org/NetBeans68TutorialsForCommunityReview&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://wiki.netbeans.org/NetBeans68TutorialsForCommunityReview&lt;/a&gt;&lt;br&gt;
&lt;/blockquote&gt;
&lt;ul&gt;
  &lt;li&gt;&lt;i&gt;Ulf Zibis&lt;/i&gt; pointed out that &lt;u&gt;Copy/Paste buttons in
Editor toolbar were disabled&lt;/u&gt; under some circumstances. &lt;i&gt;Scott
Palmer&lt;/i&gt; added more investigations and helped us reproduce the
problem (&lt;a href=&quot;http://netbeans.org/bugzilla/show_bug.cgi?id=176766&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;#177041&lt;/a&gt;).
This showstopper will be fixed in RC1. Thanks guys!&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
  &lt;li&gt;&lt;i&gt;Claudiu Bulcu&lt;/i&gt; initiated a thread about &lt;u&gt;what annotation
is better&lt;/u&gt; for interface/abstract class method implementations. He
thinks &lt;i&gt;@Implements&lt;/i&gt; should be used in such cases instead of &lt;i&gt;@Overrides&lt;/i&gt;.
This dilemma is being discussed (&lt;a href=&quot;http://netbeans.org/bugzilla/show_bug.cgi?id=118928&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;#118928&lt;/a&gt;)
since October 2007 already. &lt;span&gt;&lt;span&gt; :-) &lt;/span&gt;&lt;/span&gt;
Did you file the tooltip bug Claudiu?&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
  &lt;li&gt;Although tireless &lt;i&gt;Eric Smith&lt;/i&gt; and also Scott noticed
significant improvements in &lt;u&gt;performance of classpath scanning, code
completion&lt;/u&gt; etc. they are still convinced we can do better for
instance when switching project groups. &lt;i&gt;David Strupl&lt;/i&gt; provided
some optimization tips but also a switch for fine logging if anyone
faces long response times often.&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
  &lt;li&gt;&lt;i&gt;Glenn Holmer&lt;/i&gt; reminded that &lt;u&gt;sorting buttons in Search
Results&lt;/u&gt; window are still gone (&lt;a href=&quot;http://netbeans.org/bugzilla/show_bug.cgi?id=119818&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;#119818&lt;/a&gt;)
and also reported serious &lt;u&gt;regression in XHTML Editor&lt;/u&gt; (&lt;a href=&quot;http://netbeans.org/bugzilla/show_bug.cgi?id=177088&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;#177088&lt;/a&gt;)
causing almost all attributes flagged as error. While the first thing
is still not finished, we consider the latter as showstopper for RC1.&lt;br&gt;
  &lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
  &lt;li&gt;We don&amp;#39;t recommend using NetBeans 6.8 with JDK 7 unless you
download &lt;a href=&quot;http://bertram.netbeans.org/hudson/job/jdk7&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;[3]&lt;/a&gt;
a special build for this new version of Java. In the other case you
risk compilation errors (&lt;a href=&quot;http://netbeans.org/bugzilla/show_bug.cgi?id=177043&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;#177043&lt;/a&gt;)
from built-in &lt;i&gt;javac&lt;/i&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;blockquote&gt;[3] &lt;a href=&quot;http://bertram.netbeans.org/hudson/job/jdk7&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://bertram.netbeans.org/hudson/job/jdk7&lt;/a&gt;&lt;br&gt;
&lt;/blockquote&gt;
&lt;br&gt;
&lt;b&gt;3. Bug hunting&lt;/b&gt;&lt;br&gt;
&lt;ul&gt;
  &lt;li&gt;&lt;i&gt;Michael Bar-Sinai&lt;/i&gt; found out that his &lt;i&gt;Go To
Implementation&lt;/i&gt; plugin for NetBeans 6.7 does not work in NetBeans
6.8 (&lt;a href=&quot;http://netbeans.org/bugzilla/show_bug.cgi?id=177084&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;#177084&lt;/a&gt;).
    &lt;i&gt;Jan Lahoda&lt;/i&gt; promptly rebuilt it against 6.8 sources and
uploaded new version to his Update Center.&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
  &lt;li&gt;We can&amp;#39;t reproduce &lt;u&gt;classpath scanning started during debugging&lt;/u&gt;
session (&lt;a href=&quot;http://netbeans.org/bugzilla/show_bug.cgi?id=174668&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;#174668&lt;/a&gt;).
    &lt;i&gt;Stefan Wilfling&lt;/i&gt;, &lt;i&gt;Neil Green&lt;/i&gt; or &lt;i&gt;Glenn Holmer&lt;/i&gt;,
did you encounter this recently? We need more logs. &lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
  &lt;li&gt;&lt;i&gt;Michael Santos Nascimento&lt;/i&gt; reported a &lt;u&gt;NPE thrown from
Debugger&lt;/u&gt; (&lt;a href=&quot;http://netbeans.org/bugzilla/show_bug.cgi?id=176887&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;#176887&lt;/a&gt;).
This regression was fixed within 2.5 hours. &lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
  &lt;li&gt;&lt;i&gt;Niklas Matthies&lt;/i&gt; decided to delete many folders with ~1.000
files from his EJB project but &lt;u&gt;IDE got unresponsive&lt;/u&gt; during that
operation (&lt;a href=&quot;http://netbeans.org/bugzilla/show_bug.cgi?id=177014&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;#177014&lt;/a&gt;).
Niklas, can you try deleting a copy of that project one more time and
producing 2-3 FTDs, profiler snapshot or memory dumps? Thanks!&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
  &lt;li&gt;&lt;i&gt;Javier Ortiz&lt;/i&gt; discovered that &lt;u&gt;changing properties of a
breakpoint&lt;/u&gt; can end up with an error dialog (&lt;a href=&quot;http://netbeans.org/bugzilla/show_bug.cgi?id=176932&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;#176932&lt;/a&gt;)
and unusable debugger. This issue was accepted as RC1 showstopper and
is fixed already. Good catch Javier.&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
  &lt;li&gt;Best bug reporters of the previous week was again &lt;i&gt;Eric Smith&lt;/i&gt;
with &lt;b&gt;13&lt;/b&gt; submitted issues.&lt;/li&gt;
&lt;/ul&gt;
&lt;br&gt;
&lt;b&gt;4. Statistics&lt;/b&gt;&lt;br&gt;
&lt;blockquote&gt;Bugs submitted: 782 (+87)&lt;br&gt;
Open bugs:      299 (0/13/242/44)&lt;br&gt;
E-mails:        977 (+88)&lt;br&gt;
&lt;/blockquote&gt;
Any ideas for the next status report? Let me know!&lt;br&gt;
&lt;br&gt;
Best regards,&lt;br&gt;
-Jirka&lt;br&gt;
&lt;/div&gt;

&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-68cat---news--NetCAT-Status-Report---9.-tp26502158p26504101.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26503343</id>
	<title>Re: [68cat] [news] NetCAT Status Report - 9.</title>
	<published>2009-11-24T13:11:26Z</published>
	<updated>2009-11-24T13:11:26Z</updated>
	<author>
		<name>Nigel Leck</name>
	</author>
	<content type="html">I got the following error when I tried to do the survey. There is one bug that I did want to highlight #176320 
&lt;pre&gt;
&lt;code&gt;
    Change Rejected
    The change you wanted was rejected.
    Maybe you tried to change something you didn't have access to?
&lt;/code&gt;
&lt;/pre&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-68cat---news--NetCAT-Status-Report---9.-tp26502158p26503343.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26502158</id>
	<title>[68cat] [news] NetCAT Status Report - 9.</title>
	<published>2009-11-24T11:46:26Z</published>
	<updated>2009-11-24T11:46:26Z</updated>
	<author>
		<name>Jiri Kovalsky</name>
	</author>
	<content type="html">&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot;&gt;
&lt;html&gt;
&lt;head&gt;
&lt;/head&gt;
&lt;body bgcolor=&quot;#ffffff&quot; text=&quot;#000000&quot;&gt;
Hello NetCAT team,&lt;br&gt;
&lt;br&gt;
&amp;nbsp;&amp;nbsp; if you need an update on what happened in NetCAT program last week,
read below.&lt;br&gt;
&lt;br&gt;
&lt;b&gt;1. Overall summary&lt;/b&gt;&lt;br&gt;
&lt;br&gt;
&amp;nbsp;&amp;nbsp; Past week was pretty similar to the previous one. Many of you still
keep submitting new bugs which generated relatively high income of
~12.4 defects per day. This is one of the reasons why we are moving
towards RC1 slower than expected.&amp;nbsp;&lt;span class=&quot;moz-smiley-s2&quot;&gt;&lt;span&gt;
:-( &lt;/span&gt;&lt;/span&gt; 24 people participated in e-mail discussions about
many interesting topics. The average traffic was ~12.6 messages daily.
We are glad to see that you are eager to communicate this much even so
close to the release. FYI, I am attaching 2 charts comparing activity
from the last 3 NetCAT programs. Let's elaborate the latest feedback
now.&lt;br&gt;
&lt;br&gt;
&lt;b&gt;2. Important stuff&lt;/b&gt;&lt;br&gt;
&lt;ul&gt;
  &lt;li&gt;Source code &lt;u&gt;repository was cloned&lt;/u&gt; for the final NetBeans
6.8 stabilization over the weekend and trunk is now open for NetBeans
6.9 integrations. Unfortunately, we are tracking &lt;u&gt;13 showstopper bugs&lt;/u&gt;
so whether RC1 will make it this week (Thursday) or not is questionable.&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
  &lt;li&gt;If you are curious what &lt;u&gt;Community Acceptance survey&lt;/u&gt; for
NetBeans 6.8 will look like, you can get familiar with its preview &lt;a href=&quot;http://qa.netbeans.org/processes/cat/68/ca_survey_preview.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;[1]&lt;/a&gt;
already now. The CA survey will be launched together with RC1 release.&lt;br&gt;
  &lt;/li&gt;
&lt;/ul&gt;
&lt;blockquote&gt;[1] &lt;a href=&quot;http://qa.netbeans.org/processes/cat/68/ca_survey_preview.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://qa.netbeans.org/processes/cat/68/ca_survey_preview.html&lt;/a&gt;&lt;br&gt;
&lt;/blockquote&gt;
&lt;ul&gt;
  &lt;li&gt;We would very much appreciate if you could help us &lt;u&gt;review 6.8
specific tutorials&lt;/u&gt;. If you have time, please choose one &lt;a href=&quot;http://wiki.netbeans.org/NetBeans68TutorialsForCommunityReview&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;[2]&lt;/a&gt;
and follow instructions on that Wiki page. BTW, many PHP tutorials were
added too. &lt;span class=&quot;moz-smiley-s1&quot;&gt;&lt;span&gt; :-) &lt;/span&gt;&lt;/span&gt;&lt;br&gt;
  &lt;/li&gt;
&lt;/ul&gt;
&lt;blockquote&gt;[2] &lt;a href=&quot;http://wiki.netbeans.org/NetBeans68TutorialsForCommunityReview&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.netbeans.org/NetBeans68TutorialsForCommunityReview&lt;/a&gt;&lt;br&gt;
&lt;/blockquote&gt;
&lt;ul&gt;
  &lt;li&gt;&lt;i&gt;Ulf Zibis&lt;/i&gt; pointed out that &lt;u&gt;Copy/Paste buttons in
Editor toolbar were disabled&lt;/u&gt; under some circumstances. &lt;i&gt;Scott
Palmer&lt;/i&gt; added more investigations and helped us reproduce the
problem (&lt;a href=&quot;http://netbeans.org/bugzilla/show_bug.cgi?id=176766&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;#177041&lt;/a&gt;).
This showstopper will be fixed in RC1. Thanks guys!&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
  &lt;li&gt;&lt;i&gt;Claudiu Bulcu&lt;/i&gt; initiated a thread about &lt;u&gt;what annotation
is better&lt;/u&gt; for interface/abstract class method implementations. He
thinks &lt;i&gt;@Implements&lt;/i&gt; should be used in such cases instead of &lt;i&gt;@Overrides&lt;/i&gt;.
This dilemma is being discussed (&lt;a href=&quot;http://netbeans.org/bugzilla/show_bug.cgi?id=118928&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;#118928&lt;/a&gt;)
since October 2007 already.&amp;nbsp;&lt;span class=&quot;moz-smiley-s1&quot;&gt;&lt;span&gt; :-) &lt;/span&gt;&lt;/span&gt;
Did you file the tooltip bug Claudiu?&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
  &lt;li&gt;Although tireless &lt;i&gt;Eric Smith&lt;/i&gt; and also Scott noticed
significant improvements in &lt;u&gt;performance of classpath scanning, code
completion&lt;/u&gt; etc. they are still convinced we can do better for
instance when switching project groups. &lt;i&gt;David Strupl&lt;/i&gt; provided
some optimization tips but also a switch for fine logging if anyone
faces long response times often.&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
  &lt;li&gt;&lt;i&gt;Glenn Holmer&lt;/i&gt; reminded that &lt;u&gt;sorting buttons in Search
Results&lt;/u&gt; window are still gone (&lt;a href=&quot;http://netbeans.org/bugzilla/show_bug.cgi?id=119818&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;#119818&lt;/a&gt;)
and also reported serious &lt;u&gt;regression in XHTML Editor&lt;/u&gt; (&lt;a href=&quot;http://netbeans.org/bugzilla/show_bug.cgi?id=177088&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;#177088&lt;/a&gt;)
causing almost all attributes flagged as error. While the first thing
is still not finished, we consider the latter as showstopper for RC1.&lt;br&gt;
  &lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
  &lt;li&gt;We don't recommend using NetBeans 6.8 with JDK 7 unless you
download &lt;a href=&quot;http://bertram.netbeans.org/hudson/job/jdk7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;[3]&lt;/a&gt;
a special build for this new version of Java. In the other case you
risk compilation errors (&lt;a href=&quot;http://netbeans.org/bugzilla/show_bug.cgi?id=177043&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;#177043&lt;/a&gt;)
from built-in &lt;i&gt;javac&lt;/i&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;blockquote&gt;[3] &lt;a href=&quot;http://bertram.netbeans.org/hudson/job/jdk7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bertram.netbeans.org/hudson/job/jdk7&lt;/a&gt;&lt;br&gt;
&lt;/blockquote&gt;
&lt;br&gt;
&lt;b&gt;3. Bug hunting&lt;/b&gt;&lt;br&gt;
&lt;ul&gt;
  &lt;li&gt;&lt;i&gt;Michael Bar-Sinai&lt;/i&gt; found out that his &lt;i&gt;Go To
Implementation&lt;/i&gt; plugin for NetBeans 6.7 does not work in NetBeans
6.8 (&lt;a href=&quot;http://netbeans.org/bugzilla/show_bug.cgi?id=177084&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;#177084&lt;/a&gt;).
    &lt;i&gt;Jan Lahoda&lt;/i&gt; promptly rebuilt it against 6.8 sources and
uploaded new version to his Update Center.&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
  &lt;li&gt;We can't reproduce &lt;u&gt;classpath scanning started during debugging&lt;/u&gt;
session (&lt;a href=&quot;http://netbeans.org/bugzilla/show_bug.cgi?id=174668&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;#174668&lt;/a&gt;).
    &lt;i&gt;Stefan Wilfling&lt;/i&gt;, &lt;i&gt;Neil Green&lt;/i&gt; or &lt;i&gt;Glenn Holmer&lt;/i&gt;,
did you encounter this recently? We need more logs. &lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
  &lt;li&gt;&lt;i&gt;Michael Santos Nascimento&lt;/i&gt; reported a &lt;u&gt;NPE thrown from
Debugger&lt;/u&gt; (&lt;a href=&quot;http://netbeans.org/bugzilla/show_bug.cgi?id=176887&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;#176887&lt;/a&gt;).
This regression was fixed within 2.5 hours. &lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
  &lt;li&gt;&lt;i&gt;Niklas Matthies&lt;/i&gt; decided to delete many folders with ~1.000
files from his EJB project but &lt;u&gt;IDE got unresponsive&lt;/u&gt; during that
operation (&lt;a href=&quot;http://netbeans.org/bugzilla/show_bug.cgi?id=177014&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;#177014&lt;/a&gt;).
Niklas, can you try deleting a copy of that project one more time and
producing 2-3 FTDs, profiler snapshot or memory dumps? Thanks!&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
  &lt;li&gt;&lt;i&gt;Javier Ortiz&lt;/i&gt; discovered that &lt;u&gt;changing properties of a
breakpoint&lt;/u&gt; can end up with an error dialog (&lt;a href=&quot;http://netbeans.org/bugzilla/show_bug.cgi?id=176932&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;#176932&lt;/a&gt;)
and unusable debugger. This issue was accepted as RC1 showstopper and
is fixed already. Good catch Javier.&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
  &lt;li&gt;Best bug reporters of the previous week was again &lt;i&gt;Eric Smith&lt;/i&gt;
with &lt;b&gt;13&lt;/b&gt; submitted issues.&lt;/li&gt;
&lt;/ul&gt;
&lt;br&gt;
&lt;b&gt;4. Statistics&lt;/b&gt;&lt;br&gt;
&lt;blockquote&gt;Bugs submitted: 782 (+87)&lt;br&gt;
Open bugs:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 299 (0/13/242/44)&lt;br&gt;
E-mails:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 977 (+88)&lt;br&gt;
&lt;/blockquote&gt;
Any ideas for the next status report? Let me know!&lt;br&gt;
&lt;br&gt;
Best regards,&lt;br&gt;
-Jirka&lt;br&gt;
&lt;/body&gt;
&lt;/html&gt;
&lt;br /&gt; &lt;br /&gt; &lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;activity_comparison_bugs.jpg&lt;/strong&gt; (26K) &lt;a href=&quot;http://old.nabble.com/attachment/26502158/0/activity_comparison_bugs.jpg&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;activity_comparison_emails.jpg&lt;/strong&gt; (26K) &lt;a href=&quot;http://old.nabble.com/attachment/26502158/1/activity_comparison_emails.jpg&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-68cat---news--NetCAT-Status-Report---9.-tp26502158p26502158.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26502039</id>
	<title>[68cat] Re: RE: Re: Strange behavior in scrollbars when netbeans is maximized</title>
	<published>2009-11-24T11:36:33Z</published>
	<updated>2009-11-24T11:36:33Z</updated>
	<author>
		<name>esmithbss</name>
	</author>
	<content type="html">Sounds like what I experienced with the CASA editor (bug 138971).  When the editor window hit a specific size or larger, the scrollbars would enter a continuous loop of add/remove from the editor pane.&lt;br&gt;&lt;br&gt;for bug 138971, when I shrunk the window, or wasn&amp;#39;t maximized, the scrollbars behaved very differently.&lt;br&gt;

&lt;br&gt;FWIW:  It took almost 5 months before the dev team was able to reproduce bug 138971.  It appears (based on going back to the bug report) that it was a Linux specific issue (not for Windows).&lt;br&gt;&lt;br&gt;The apparent view is that when the window gets to the size where the scrollbars are/aren&amp;#39;t needed, then the editor scrollbars go haywire.&lt;br&gt;

&lt;br&gt;To verify, try to resize the window down and see if it still exists.&lt;br&gt;&lt;br&gt;The solution to bug 138971 was to force a property that always displays the scrollbars.  I hope this helps.&lt;br&gt;&lt;br clear=&quot;all&quot;&gt;Eric M. Smith&lt;br&gt;

Burning Sun Enterprises&lt;br&gt;&lt;a href=&quot;http://typicalisoverrated.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://typicalisoverrated.com&lt;/a&gt;&lt;br&gt;
&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Tue, Nov 24, 2009 at 10:00 AM, Leed III, John P &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26502039&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;john.leediii@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;

Not me either: Build 200911220201, Java 1.6.0u17, Windows XP SP3, 1280x1024x2 32bit&lt;br&gt;
&lt;br&gt;
John Leed&lt;br&gt;
&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;h5&quot;&gt;&lt;br&gt;
-----Original Message-----&lt;br&gt;
From: Alied Pérez Martínez [mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26502039&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;aliedperezmartinez@...&lt;/a&gt;]&lt;br&gt;
Sent: Tuesday, November 24, 2009 10:56 AM&lt;br&gt;
To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26502039&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;netcat@...&lt;/a&gt;&lt;br&gt;
Subject: [68cat] Re: Strange behavior in scrollbars when netbeans is maximized&lt;br&gt;
&lt;br&gt;
Not me:&lt;br&gt;
Product Version: NetBeans IDE Dev (Build 200911230200)&lt;br&gt;
Java: 1.7.0-ea; Java HotSpot(TM) Client VM 16.0-b06&lt;br&gt;
System: Windows Vista version 6.0 running on x86; Cp1252; es_ES (nb)&lt;br&gt;
(1280X800, 32bit)&lt;br&gt;
&lt;br&gt;
El 24/11/2009 12:47, Manuel Carrizo escribió:&lt;br&gt;
&amp;gt; I&amp;#39;ve filled this bug &lt;a href=&quot;https://netbeans.org/bugzilla/show_bug.cgi?id=177527&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://netbeans.org/bugzilla/show_bug.cgi?id=177527&lt;/a&gt;&lt;br&gt;
&amp;gt; Is anyone able to reproduce it?&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; Regards, Manuel&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;This e-mail message, including any attachments, is for the sole use of the intended recipient(s) and may contain information that is confidential and protected by law from unauthorized disclosure. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message.&lt;br&gt;


&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-68cat---Strange-behavior-in-scrollbars-when-netbeans-is-maximized-tp26498289p26502039.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26498638</id>
	<title>[68cat] RE: Re:  Strange behavior in scrollbars when netbeans is maximized</title>
	<published>2009-11-24T08:00:47Z</published>
	<updated>2009-11-24T08:00:47Z</updated>
	<author>
		<name>Leed III, John P</name>
	</author>
	<content type="html">Not me either: Build 200911220201, Java 1.6.0u17, Windows XP SP3, 1280x1024x2 32bit
&lt;br&gt;&lt;br&gt;John Leed
&lt;br&gt;&lt;br&gt;-----Original Message-----
&lt;br&gt;From: Alied Pérez Martínez [mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26498638&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;aliedperezmartinez@...&lt;/a&gt;]
&lt;br&gt;Sent: Tuesday, November 24, 2009 10:56 AM
&lt;br&gt;To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26498638&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;netcat@...&lt;/a&gt;
&lt;br&gt;Subject: [68cat] Re: Strange behavior in scrollbars when netbeans is maximized
&lt;br&gt;&lt;br&gt;Not me:
&lt;br&gt;Product Version: NetBeans IDE Dev (Build 200911230200)
&lt;br&gt;Java: 1.7.0-ea; Java HotSpot(TM) Client VM 16.0-b06
&lt;br&gt;System: Windows Vista version 6.0 running on x86; Cp1252; es_ES (nb)
&lt;br&gt;(1280X800, 32bit)
&lt;br&gt;&lt;br&gt;El 24/11/2009 12:47, Manuel Carrizo escribió:
&lt;br&gt;&amp;gt; I've filled this bug &lt;a href=&quot;https://netbeans.org/bugzilla/show_bug.cgi?id=177527&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://netbeans.org/bugzilla/show_bug.cgi?id=177527&lt;/a&gt;&lt;br&gt;&amp;gt; Is anyone able to reproduce it?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Regards, Manuel
&lt;br&gt;&lt;br&gt;&lt;br&gt;This e-mail message, including any attachments, is for the sole use of the intended recipient(s) and may contain information that is confidential and protected by law from unauthorized disclosure. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-68cat---Strange-behavior-in-scrollbars-when-netbeans-is-maximized-tp26498289p26498638.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26498459</id>
	<title>[68cat] Re:  Strange behavior in scrollbars when netbeans is maximized</title>
	<published>2009-11-24T07:56:21Z</published>
	<updated>2009-11-24T07:56:21Z</updated>
	<author>
		<name>Alied Pérez Martínez</name>
	</author>
	<content type="html">Not me:
&lt;br&gt;Product Version: NetBeans IDE Dev (Build 200911230200)
&lt;br&gt;Java: 1.7.0-ea; Java HotSpot(TM) Client VM 16.0-b06
&lt;br&gt;System: Windows Vista version 6.0 running on x86; Cp1252; es_ES (nb)
&lt;br&gt;(1280X800, 32bit)
&lt;br&gt;&lt;br&gt;El 24/11/2009 12:47, Manuel Carrizo escribió:
&lt;br&gt;&amp;gt; I've filled this bug &lt;a href=&quot;https://netbeans.org/bugzilla/show_bug.cgi?id=177527&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://netbeans.org/bugzilla/show_bug.cgi?id=177527&lt;/a&gt;&lt;br&gt;&amp;gt; Is anyone able to reproduce it?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Regards, Manuel
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-68cat---Strange-behavior-in-scrollbars-when-netbeans-is-maximized-tp26498289p26498459.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26498289</id>
	<title>[68cat]  Strange behavior in scrollbars when netbeans is maximized</title>
	<published>2009-11-24T07:47:00Z</published>
	<updated>2009-11-24T07:47:00Z</updated>
	<author>
		<name>Manuel Carrizo-2</name>
	</author>
	<content type="html">I've filled this bug &lt;a href=&quot;https://netbeans.org/bugzilla/show_bug.cgi?id=177527&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://netbeans.org/bugzilla/show_bug.cgi?id=177527&lt;/a&gt;&lt;br&gt;Is anyone able to reproduce it?
&lt;br&gt;&lt;br&gt;Regards, Manuel
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-68cat---Strange-behavior-in-scrollbars-when-netbeans-is-maximized-tp26498289p26498289.html" />
</entry>

</feed>
