|
From: SourceForge.net <no...@so...> - 2013-01-29 16:50:11
|
Bugs item #3599336, was opened at 2013-01-03 07:54 Message generated for change (Comment added) made by malmeje You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100588&aid=3599336&group_id=588 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: virtual file systems Group: severe bug Status: Open Resolution: None Priority: 5 Private: No Submitted By: J-M Malmedy (malmeje) Assigned to: Nobody/Anonymous (nobody) Summary: Root node in file browser Initial Comment: I'm using jEdit 5.0.0 on Windows XP SP3. In the file browser (or file opening window), when I select the root node, "loading" is displayed but the file list is never refreshed. The activity logs contains the following error report: 18:14:50 [AWT-EventQueue-0] [error] AWT-EventQueue-0: Exception in thread "AWT-EventQueue-0" 18:14:50 [AWT-EventQueue-0] [error] AWT-EventQueue-0: java.lang.NullPointerException 18:14:50 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at java.util.regex.Matcher.getTextLength(Unknown Source) 18:14:50 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at java.util.regex.Matcher.reset(Unknown Source) 18:14:50 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at java.util.regex.Matcher.(Unknown Source) 18:14:50 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at java.util.regex.Pattern.matcher(Unknown Source) 18:14:50 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at org.gjt.sp.jedit.io.GlobVFSFileFilter.accept(GlobVFSFileFilter.java:65) 18:14:50 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at org.gjt.sp.jedit.io.GlobVFSFileFilter.accept(GlobVFSFileFilter.java:54) 18:14:50 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at org.gjt.sp.jedit.browser.VFSBrowser.directoryLoaded(VFSBrowser.java:1380) 18:14:50 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at org.gjt.sp.jedit.browser.BrowserView$2.run(BrowserView.java:189) 18:14:50 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at java.awt.event.InvocationEvent.dispatch(Unknown Source) 18:14:50 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at java.awt.EventQueue.dispatchEventImpl(Unknown Source) 18:14:50 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at java.awt.EventQueue.access$000(Unknown Source) 18:14:50 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at java.awt.EventQueue$1.run(Unknown Source) 18:14:50 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at java.awt.EventQueue$1.run(Unknown Source) 18:14:50 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at java.security.AccessController.doPrivileged(Native Method) 18:14:50 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source) 18:14:50 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at java.awt.EventQueue.dispatchEvent(Unknown Source) 18:14:50 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) 18:14:50 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) 18:14:50 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) 18:14:50 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at java.awt.EventDispatchThread.pumpEvents(Unknown Source) 18:14:50 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at java.awt.EventDispatchThread.pumpEvents(Unknown Source) 18:14:50 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at java.awt.EventDispatchThread.run(Unknown Source) There is a thread in the forum about this problem: http://community.jedit.org/?q=node/view/37802 ---------------------------------------------------------------------- Comment By: J-M Malmedy (malmeje) Date: 2013-01-29 08:50 Message: What kind of information do you need to make the report complete? ---------------------------------------------------------------------- Comment By: Alan Ezust (ezust) Date: 2013-01-28 10:57 Message: oops. I meant to say this bug report is *INCOMPLETE* ---------------------------------------------------------------------- Comment By: Alan Ezust (ezust) Date: 2013-01-28 10:57 Message: Anyone can submit a patch to fix any bug at any time. Please open a separate ticket in jedit-patches tracker. You do not need to ask permission to work on something. And you do not need to be a member of the project. An active core developers is responsible for reviewing and accepting it, not usually the reporter. IMHO, this bug report is complete because it does not contain enough information to reproduce. ---------------------------------------------------------------------- Comment By: J-M Malmedy (malmeje) Date: 2013-01-28 08:59 Message: Hi, Sure, I'll accept the patch. Thank you very much. ---------------------------------------------------------------------- Comment By: Alaa (alaa-k) Date: 2013-01-27 15:06 Message: Hi, I would like to work in this bug. would you accept the patch later when I solve it? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100588&aid=3599336&group_id=588 |