Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

java.lang.AssertionError: Need to normalize ..., when there is a colon in the string #19

Closed
markiewb opened this issue Feb 11, 2015 · 3 comments
Assignees
Labels
Milestone

Comments

@markiewb
Copy link
Owner

java.lang.AssertionError: Need to normalize D:\ws\main\maven\src\org\netbeans\modules\maven\execute\navigator\ACT_Execute_help=Execute help:describe..(class java.io.File) was D:\ws\main\maven\src\org\netbeans\modules\maven\execute\navigator\ACT_Execute_help=Execute help:describe.(class java.io.File)
    at org.openide.filesystems.FileUtil.assertNormalized(FileUtil.java:165)
    at org.openide.filesystems.FileUtil.assertNormalized(FileUtil.java:149)
    at org.openide.filesystems.FileUtil.normalizeFile(FileUtil.java:1575)
    at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FolderObj.getFileObject(FolderObj.java:124)
    at de.markiewb.netbeans.plugins.resourcehyperlink.ResourceHyperlinkProvider.getMatchingFileInCurrentDirectory(ResourceHyperlinkProvider.java:312)
    at de.markiewb.netbeans.plugins.resourcehyperlink.ResourceHyperlinkProvider.findFiles(ResourceHyperlinkProvider.java:214)
    at de.markiewb.netbeans.plugins.resourcehyperlink.ResourceHyperlinkProvider.findResources(ResourceHyperlinkProvider.java:191)
    at de.markiewb.netbeans.plugins.resourcehyperlink.ResourceHyperlinkProvider.updateCacheIfNecessary(ResourceHyperlinkProvider.java:356)
    at de.markiewb.netbeans.plugins.resourcehyperlink.ResourceHyperlinkProvider.isHyperlinkPoint(ResourceHyperlinkProvider.java:141)
    at org.netbeans.lib.editor.hyperlink.HyperlinkOperation.findProvider(HyperlinkOperation.java:291)
    at org.netbeans.lib.editor.hyperlink.HyperlinkOperation.performHyperlinking(HyperlinkOperation.java:249)
    at org.netbeans.lib.editor.hyperlink.HyperlinkOperation.keyPressed(HyperlinkOperation.java:407)
    at java.awt.AWTEventMulticaster.keyPressed(AWTEventMulticaster.java:249)
    at java.awt.AWTEventMulticaster.keyPressed(AWTEventMulticaster.java:249)
    at java.awt.AWTEventMulticaster.keyPressed(AWTEventMulticaster.java:249)
    at java.awt.AWTEventMulticaster.keyPressed(AWTEventMulticaster.java:249)
    at java.awt.AWTEventMulticaster.keyPressed(AWTEventMulticaster.java:249)
    at java.awt.Component.processKeyEvent(Component.java:6485)
    at javax.swing.JComponent.processKeyEvent(JComponent.java:2829)
    at java.awt.Component.processEvent(Component.java:6304)
    at java.awt.Container.processEvent(Container.java:2234)
    at java.awt.Component.dispatchEventImpl(Component.java:4883)
    at java.awt.Container.dispatchEventImpl(Container.java:2292)
    at java.awt.Component.dispatchEvent(Component.java:4705)
    at java.awt.KeyboardFocusManager.redispatchEvent(KeyboardFocusManager.java:1954)
    at java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent(DefaultKeyboardFocusManager.java:806)
    at java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent(DefaultKeyboardFocusManager.java:1074)
    at java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(DefaultKeyboardFocusManager.java:945)
    at java.awt.DefaultKeyboardFocusManager.dispatchEvent(DefaultKeyboardFocusManager.java:771)
    at java.awt.Component.dispatchEventImpl(Component.java:4754)
    at java.awt.Container.dispatchEventImpl(Container.java:2292)
    at java.awt.Window.dispatchEventImpl(Window.java:2739)
    at java.awt.Component.dispatchEvent(Component.java:4705)
    at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:746)
    at java.awt.EventQueue.access$400(EventQueue.java:97)
    at java.awt.EventQueue$3.run(EventQueue.java:697)
    at java.awt.EventQueue$3.run(EventQueue.java:691)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:75)
    at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:86)
    at java.awt.EventQueue$4.run(EventQueue.java:719)
    at java.awt.EventQueue$4.run(EventQueue.java:717)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:75)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:716)
    at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:159)
[catch] at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201)
    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)

@markiewb markiewb added the bug label Feb 11, 2015
@markiewb
Copy link
Owner Author

Cannot reproduce. I require a reproducible testcase

@markiewb markiewb added this to the Next milestone Mar 20, 2016
@markiewb
Copy link
Owner Author

Reproduction: Hover over

System.out.println("file:asdsdf..")

@markiewb markiewb modified the milestones: 1.3.2, Next Apr 12, 2016
@markiewb markiewb self-assigned this Apr 12, 2016
@markiewb
Copy link
Owner Author

fixed in 1.3.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant