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 257977 - java.lang.AssertionError
Summary: java.lang.AssertionError
Status: RESOLVED FIXED
Alias: None
Product: php
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Mysik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-02-14 04:01 UTC by junichi11
Modified: 2016-02-16 02:52 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
stacktrace (1.54 KB, text/plain)
2016-02-14 04:01 UTC, junichi11
Details
patch (8.53 KB, patch)
2016-02-15 02:58 UTC, junichi11
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description junichi11 2016-02-14 04:01:52 UTC
Created attachment 158490 [details]
stacktrace

Report from @dicexq

Steps to reproduce:

1. Just write the following code:
/**
 * @since       2016-02-12
 *
 * Test
 */

Product Version: NetBeans IDE Dev (Build 20160212-4674e01e5113)
Java: 1.8.0_72; Java HotSpot(TM) 64-Bit Server VM 25.72-b15
Runtime: Java(TM) SE Runtime Environment 1.8.0_72-b15
System: Linux version 3.13.0-77-generic running on amd64;

Thanks.
Comment 1 junichi11 2016-02-15 02:58:44 UTC
Created attachment 158500 [details]
patch
Comment 2 junichi11 2016-02-15 03:03:48 UTC
Tomas, could you please review it?

Thanks!
Comment 3 Tomas Mysik 2016-02-15 07:48:48 UTC
Thanks Junichi for the patch, I will apply it.

Thanks.
Comment 4 Tomas Mysik 2016-02-15 10:14:12 UTC
Patch applied, thanks!

http://hg.netbeans.org/web-main/rev/3b178031a885
Comment 5 Quality Engineering 2016-02-16 02:52:42 UTC
Integrated into 'main-silver', will be available in build *201602160002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/3b178031a885
User: Tomas Mysik <tmysik@netbeans.org>
Log: #257977 - java.lang.AssertionError

Patch contributed by junichi11@netbeans.org.