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 250348

Summary: Several typos in description of reference problem in Maven based NetBeans Module
Product: apisupport Reporter: Jiri Kovalsky <jkovalsky>
Component: MavenAssignee: Jiri Kovalsky <jkovalsky>
Status: VERIFIED FIXED    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Attachments: Screenshot showing several typos in description of reference problem in Maven based NetBeans Module.

Description Jiri Kovalsky 2015-02-10 17:22:16 UTC
Created attachment 151931 [details]
Screenshot showing several typos in description of reference problem in Maven based NetBeans Module.

Product Version: NetBeans IDE Dev (Build 201502100301)
Java: 1.8.0_25; Java HotSpot(TM) 64-Bit Server VM 25.25-b02
Runtime: Java(TM) SE Runtime Environment 1.8.0_25-b17
System: Linux version 3.13.0-24-generic running on amd64; UTF-8; en_US (nb)

Description:
============
There are typos like "Netbeans" or joined words in description of reference problem in Maven based NetBeans Module. See attached screenshot.

Steps to reproduce:
===================
1. Invoke "File > New Project..." from main menu.
2. Select "Maven" category and "NetBeans Module" project type.
3. Click "Next >" button twice and then "Finish".
4. Once the project is created, right click its root node and invoke "Resolve Project Problems..." from its popup menu.
5. Select "No NetBeans platform/IDE associated with the project" problem.

Expected: Description does not contain any "Netbeans" or "ordefine" words.
Actual: There are two "Netbeans" words and one space missing in "ordefine" word in the description of the problem.
Comment 1 Jiri Kovalsky 2015-02-12 10:55:22 UTC
Fixed by http://hg.netbeans.org/core-main/rev/fb11c9d2fc64
Comment 2 Quality Engineering 2015-02-13 04:13:57 UTC
Integrated into 'main-silver', will be available in build *201502130001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/fb11c9d2fc64
User: Jiri Kovalsky <jkovalsky@netbeans.org>
Log: Fixed both "Netbeans" typos and missing space character in "... or" + "define..." Strings concatenation.
Task #250348 - Several typos in description of reference problem in Maven based NetBeans Module
Comment 3 Jiri Kovalsky 2015-02-13 09:19:27 UTC
Product Version: NetBeans IDE Dev (Build 201502130001)
Java: 1.8.0_25; Java HotSpot(TM) 64-Bit Server VM 25.25-b02
Runtime: Java(TM) SE Runtime Environment 1.8.0_25-b17
System: Linux version 3.13.0-24-generic running on amd64; UTF-8; en_US (nb)

Verified.