facebook

JavaScript editor problem with commented return values

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

  1. MyEclipse Archived
  2.  > 
  3. Bugs
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #222779 Reply

    osmanullah
    Member

    Hello,

    It seems that the following syntax is breaking the javascript outline view in MyEclipse 3.8.3, using eclipse 3.0.1:

    
    function /*: boolean :*/ IsTrue(){
      var bTrue = true;
      return bTrue;
    }
    

    The function won’t be listed in the JS outline but the variable “bTrue” is listed as a top level variable.

    #222781

    Riyad Kalla
    Member

    I have filed the issue, thank you.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: JavaScript editor problem with commented return values

You must be logged in to post in the forum log in