[
https://issues.jboss.org/browse/TOOLSDOC-549?page=com.atlassian.jira.plug...
]
Michelle Murray resolved TOOLSDOC-549.
--------------------------------------
Resolution: Rejected
Typing 'java.lang.Boolean' is not necessary. Typing 'Boolean' is
sufficient; the created Java variable is automatically set as java.lang.Boolean.
This is akin to just typing String in the first and second fields created; the created
Java variable is automatically set to java.lang.String.
java.lang.Boolean - not just "boolean"
--------------------------------------
Key: TOOLSDOC-549
URL:
https://issues.jboss.org/browse/TOOLSDOC-549
Project: Documentation for JBoss Tools and Developer Studio
Issue Type: Bug
Affects Versions: 4.2.0.Final
Environment: Build Name: 22960, Start Developing-8.0
Build Date: 22-10-2014 11:29:36
Topic ID: 13791-717241 [Latest]
Reporter: Len DiMaggio
Assignee: Michelle Murray
Priority: Minor
Fix For: 4.2.0.Final
Title: Add an Entity Using Forge Tools
Describe the issue:
The text reads:
Repeat steps 5 and 6 to create three more fields for the Event entity as follows:
description, with Field Type String and Length 1000
major, with Field Type Boolean
We should change this so that the type to be used is:
java.lang.Boolean
Thx!
Suggestions for improvement:
Additional information:
--
This message was sent by Atlassian JIRA
(v6.3.8#6338)