This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 236321 - JQuery missing lock
Summary: JQuery missing lock
Status: RESOLVED DUPLICATE of bug 239589
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.4
Hardware: PC All
: P3 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-24 12:25 UTC by Petr Hejl
Modified: 2014-02-04 10:35 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Hejl 2013-09-24 12:25:32 UTC
INFO [org.netbeans.spi.lexer.MutableTextInput]: !!WARNING!! Missing READ-LOCK when accessing TokenHierarchy: input-source:org.netbeans.modules.csl.core.GsfDocument@5d5df21b, mimeType='text/javascript', kitClass=null, length=192, version=2, file=org.netbeans.modules.csl.core.GsfDataObject@50701820[/home/sickboy/NetBeansProjects/HTML5Application/public_html/newjavascript.js@a78f2d45:606c43eb]
java.lang.Exception
	at org.netbeans.lib.lexer.TokenHierarchyOperation.ensureReadLocked(TokenHierarchyOperation.java:397)
	at org.netbeans.lib.lexer.TokenHierarchyOperation.tokenSequence(TokenHierarchyOperation.java:422)
	at org.netbeans.api.lexer.TokenHierarchy.tokenSequence(TokenHierarchy.java:201)
	at org.netbeans.modules.javascript2.editor.api.lexer.LexUtilities.getTokenSequence(LexUtilities.java:125)
	at org.netbeans.modules.javascript2.editor.api.lexer.LexUtilities.getJsTokenSequence(LexUtilities.java:84)
	at org.netbeans.modules.javascript2.jquery.editor.JQueryDeclarationFinder.getReferenceSpan(JQueryDeclarationFinder.java:122)
	at org.netbeans.modules.javascript2.editor.navigation.DeclarationFinderImpl.getReferenceSpan(DeclarationFinderImpl.java:216)
	at org.netbeans.modules.csl.editor.hyperlink.GoToSupport.identifyActiveFindersLanguage(GoToSupport.java:375)
	at org.netbeans.modules.csl.editor.hyperlink.GoToSupport.perform(GoToSupport.java:132)
	at org.netbeans.modules.csl.editor.hyperlink.GoToSupport.access$000(GoToSupport.java:92)
	at org.netbeans.modules.csl.editor.hyperlink.GoToSupport$1.run(GoToSupport.java:112)
	at org.netbeans.modules.progress.ui.RunOffEDTImpl$1.run(RunOffEDTImpl.java:150)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1432)
	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2042)
Comment 1 Petr Pisl 2014-02-04 10:35:40 UTC

*** This bug has been marked as a duplicate of bug 239589 ***