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 50780 - a small typo in a bundle
Summary: a small typo in a bundle
Status: RESOLVED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: All All
: P4 blocker (vote)
Assignee: Misha Bykov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-24 16:35 UTC by _ mihmax
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description _ mihmax 2004-10-24 16:35:53 UTC
Currently there's a missing \ in a
editor/fastjavac/src/org/netbbeans/modules/java/fastjavac/Bundle.properties
bundle:

# additional hints for external compiler
MSG_FastCompilerHint=\
    {optimize} = optimize switch for the compiler\n\
    {debuginfo} = insert debug info\n\
    {deprecation} = show deprecations\n\
    {encoding} = use encoding\n\
    {outputdir} = use output directory\n
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    {ide.home} = directory with IDE installation\n\
    {msgfile} = path to FastJavac's
fastjavac.messages\n



Should be

# additional hints for external compiler
MSG_FastCompilerHint=\
    {optimize} = optimize switch for the compiler\n\
    {debuginfo} = insert debug info\n\
    {deprecation} = show deprecations\n\
    {encoding} = use encoding\n\
    {outputdir} = use output directory\n\
    {ide.home} = directory with IDE installation\n\
    {msgfile} = path to FastJavac's
fastjavac.messages\n
Comment 1 Jan Becicka 2005-09-30 09:31:03 UTC
fastjavac is not part of netbeans any more.
Comment 2 Quality Engineering 2007-09-20 09:52:08 UTC
Reorganization of java component