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 250957 - Missing semicolon hint after buffered code
Summary: Missing semicolon hint after buffered code
Status: VERIFIED FIXED
Alias: None
Product: javascript
Classification: Unclassified
Component: Jade (show other bugs)
Version: 8.1
Hardware: PC Linux
: P3 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
: 250956 (view as bug list)
Depends on:
Blocks:
 
Reported: 2015-03-06 08:36 UTC by Vladimir Riha
Modified: 2015-03-12 20:43 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 Vladimir Riha 2015-03-06 08:36:08 UTC
Please try:

==== file start ====
- var foo = "bar"
p= 'This code is' + ' <escaped>!'
p
    = 'This code is <escaped>!'
==== file end ===


=> Line 4 has missing semicolon hint, if you remove line 3 and 4, the same hint appears on line 2.


Thank you



Product Version: NetBeans IDE Dev (Build 201503060001)
Java: 1.8.0_40; Java HotSpot(TM) Client VM 25.40-b25
Runtime: Java(TM) SE Runtime Environment 1.8.0_40-b25
System: Linux version 3.13.0-35-generic running on i386; UTF-8; en_US (nb)
Comment 1 Petr Pisl 2015-03-06 08:47:46 UTC
The issue with the semicolon I have fixed yesterday. Now the hint is not displayed for any line in this example. Probably still is not in the build.
Comment 2 Petr Pisl 2015-03-06 08:49:14 UTC
Sorry taking back. The important is end of file. I'm reopening.
Comment 3 Vladimir Riha 2015-03-06 08:54:02 UTC
The 

http://hg.netbeans.org/web-main/rev/cd8d5a7997b2

is already in today's build. I'll try a latest web-main to see if this works. 
Thanks
Comment 4 Petr Pisl 2015-03-06 09:03:21 UTC
No it doesn't work. I have fixed this just now. Thanks.
Comment 5 Vladimir Riha 2015-03-06 09:05:30 UTC
Thank you, issue 250956 could be a dupl., it also about end of file (but Jade directive)
Comment 6 Petr Pisl 2015-03-06 09:07:48 UTC
*** Bug 250956 has been marked as a duplicate of this bug. ***
Comment 7 Quality Engineering 2015-03-07 08:41:53 UTC
Integrated into 'main-silver', will be available in build *201503070001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/3bc0f08c3e53
User: Petr Pisl <ppisl@netbeans.org>
Log: #250957 - Missing semicolon hint after buffered code
Comment 8 Vladimir Riha 2015-03-12 20:43:31 UTC
Verified, thank you

Product Version: NetBeans IDE Dev (Build 201503121016)
Java: 1.7.0_45; Java HotSpot(TM) 64-Bit Server VM 24.45-b08
Runtime: Java(TM) SE Runtime Environment 1.7.0_45-b18
System: Linux version 3.13.0-45-generic running on amd64; UTF-8; en_US (nb)