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 117219 - typo in enterprise/sql Bundle.properties
Summary: typo in enterprise/sql Bundle.properties
Status: VERIFIED FIXED
Alias: None
Product: soa
Classification: Unclassified
Component: SQL Project (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Pavan Veeravarapu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-01 07:26 UTC by Masaki Katakai
Modified: 2007-10-29 13:30 UTC (History)
1 user (show)

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 Masaki Katakai 2007-10-01 07:26:49 UTC
Please fix these typo in enterprise/sql.

./enterprise/sql/jdbcwizard/src/org/netbeans/modules/jdbcwizard/builder/dbmodel/Bundle.properties
  ERROR_MISSING_ORDINAL=Missing oridinal position for parameter {0}
  (oridinal)

./enterprise/sql/jdbcwizard/src/org/netbeans/modules/jdbcwizard/builder/dbmodel/Bundle.properties
  ERROR_MISSING_TYPE=Missing atrribute ParameterType for parameter {0}
  (atrribute)

./enterprise/sql/jdbcwizard/src/org/netbeans/modules/jdbcwizard/builder/dbmodel/impl/Bundle.properties
  ERROR_MISSING_ORDINAL=Missing oridinal position for parameter {0}
  (oridinal)

./enterprise/sql/jdbcwizard/src/org/netbeans/modules/jdbcwizard/builder/dbmodel/impl/Bundle.properties
  ERROR_MISSING_TYPE=Missing atrribute ParameterType for parameter {0}
  (atrribute)
Comment 1 Venkat Srinivasan 2007-10-01 07:31:28 UTC
pls look into this
Comment 2 Narayana Rallabandi 2007-10-29 11:10:33 UTC
Fixed the Bundle.properties for the typo(s) in
enterprise\sql\jdbcwizard\src\org\netbeans\modules\jdbcwizard\builder\dbmodel and
enterprise\sql\jdbcwizard\src\org\netbeans\modules\jdbcwizard\builder\dbmodel\impl
Comment 3 Rebecca Liu 2007-10-29 13:30:27 UTC
Verified