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 - Several typos in description of reference problem in Maven based NetBeans Module
Summary: Several typos in description of reference problem in Maven based NetBeans Module
Status: VERIFIED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Maven (show other bugs)
Version: 8.1
Hardware: PC Linux
: P3 normal (vote)
Assignee: Jiri Kovalsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-10 17:22 UTC by Jiri Kovalsky
Modified: 2015-02-13 09:19 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Screenshot showing several typos in description of reference problem in Maven based NetBeans Module. (28.32 KB, image/png)
2015-02-10 17:22 UTC, Jiri Kovalsky
Details

Note You need to log in before you can comment on or make changes to this bug.
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.