添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接
相关文章推荐
英俊的水桶  ·  Build Antroid app ...·  9 小时前    · 
无邪的扁豆  ·  [Bug 54746] New: ...·  昨天    · 
紧张的火龙果  ·  PowerProtect DP ...·  2 天前    · 
酷酷的扁豆  ·  Apache Tomcat ...·  3 天前    · 
纯真的橙子  ·  Retrieve a saved data ...·  2 周前    · 
没读研的大葱  ·  TYPE_NAME ...·  3 周前    · 
坚强的遥控器  ·  Resolving TypeError: ...·  3 周前    · 
Product Version = NetBeans IDE 7.3 (Build 201302132200)
Operating System = Linux version 3.2.0-41-generic running on i386
Java; VM; Vendor = 1.6.0_27
Runtime = OpenJDK Client VM 20.0-b12
Showing following Error to JavaScript code 
Expected an operand but found error
function GetURLParameter(sParam)
        var sPageURL = window.location.search.substring(1);
        var sURLVariables = sPageURL.split('&');
        for (var i = 0; i < sURLVariables.length; i++) 
            var sParameterName = sURLVariables[i].split('=');
            if (sParameterName[0] == sParam) 
                return sParameterName[1];
Reproducible in trunk, you can "fix" it by removing last character after "}" (closing function). 
I think there is already similar issue but I cannot find it...
screenshot Not the brace, when I copied the code above, I had "whitespace" after the closing "}", so in IDE, it looked like on the screenshot. Once I deleted this "whitespace" (I think it is not really whitespace), it was OK Please check the screenshot to see what I mean. Perhaps I misunderstood the problem
This is Apache NetBeans Bugzilla : the Apache NetBeans bug system. In case of problems with the functioning of Apache NetBeans Bugzilla, please contact [email protected] . Please Note: this e-mail address is only for reporting problems with Apache NetBeans Bugzilla. Mail about any other subject will be silently ignored.
  • | New
  • | Browse
  • | Search
  •