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 40328 - Code folding error in the java editor
Summary: Code folding error in the java editor
Status: CLOSED WORKSFORME
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: PC Windows XP
: P1 blocker (vote)
Assignee: issues@editor
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-20 17:59 UTC by _ viendu
Modified: 2007-11-05 13:42 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 _ viendu 2004-02-20 17:59:45 UTC
Opening a TScollBar.java file with the following
content.  Try to click on the + and - signs, and
also clicking other places in the java editor. 
Things will look very interesting and messed up.

/*
 * TScrollBar.java
 *
 * Created on February 20, 2004, 12:56 PM
 */

/**
 *
 * @author  abc
 */

import java.awt.*;
import java.util.*;

public class TScrollBar{
	
	/** Creates a new instance of TScrollBar */
	public TScrollBar() {
	}
	
}
Comment 1 Jan Chalupa 2004-02-23 08:24:09 UTC
I opened a file with the provided content and I didn't observe
anything strange. Unless more information is provided, I'm going to
close this issue as WORKSFORME shortly.

Could you please be more specific about what you mean by "interesting"
and "messed up"? A screen-shot would be useful. Thanks.

Comment 2 Miloslav Metelka 2004-02-23 17:19:58 UTC
Closing as WORKSFORME. Please provide the requested information before
possible reopening.
Comment 3 Max Sauer 2005-07-14 14:24:53 UTC
I cannot reproduce anything "interresting" neither "messed up" (200507131800),
so I'm closing this.