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 156364 - Unnecessary semicolon on new module template code
Summary: Unnecessary semicolon on new module template code
Status: RESOLVED FIXED
Alias: None
Product: python
Classification: Unclassified
Component: Projects (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P4 blocker (vote)
Assignee: Rohan Ranade
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-06 16:18 UTC by itsadok
Modified: 2009-07-25 06:26 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Proposed patch as a changeset (728 bytes, patch)
2009-07-15 20:52 UTC, Rohan Ranade
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description itsadok 2009-01-06 16:18:03 UTC
When creating a new module, NetBeans creates a file whose last line is:
    
    print "Hello World";

The semicolon should not be there...
Comment 1 Rohan Ranade 2009-07-15 20:52:33 UTC
Created attachment 84804 [details]
Proposed patch as a changeset
Comment 2 Rohan Ranade 2009-07-24 18:05:19 UTC
fixed in 20303cda109c
Comment 3 Quality Engineering 2009-07-25 06:26:21 UTC
Integrated into 'main-golden', will be available in build *200907250201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/20303cda109c
User: Rohan Ranade <rohanranade@netbeans.org>
Log: Fix for IZ#156364 - Unnecessary semicolon on new module template code