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 71511 - Formatter skips space after cast
Summary: Formatter skips space after cast
Status: RESOLVED FIXED
Alias: None
Product: contrib
Classification: Unclassified
Component: Jackpot (show other bugs)
Version: 5.x
Hardware: All All
: P4 blocker (vote)
Assignee: _ tball
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-17 21:09 UTC by Jesse Glick
Modified: 2006-03-22 04:51 UTC (History)
0 users

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 Jesse Glick 2006-01-17 21:09:06 UTC
Jackpot seems to always write

  (T)expr

whereas Java style guidelines say (I think)

  (T) expr

and there is no option to produce this.
Comment 1 _ tball 2006-03-22 04:51:13 UTC
Added spacing in pretty printer.