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 20337

Summary: Lexical analysis of Java source code
Product: java Reporter: Tomas Hurka <thurka>
Component: UnsupportedAssignee: Tomas Hurka <thurka>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P2    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: TASK Exception Reporter:
Bug Depends on: 20341    
Bug Blocks: 20332, 20338, 20351    

Description Tomas Hurka 2002-02-08 11:41:52 UTC
Create lexical analyzer of Java Source code. This will be part of Java Parser.
The lexical analyzer should preserve information about comments and white
spaces.  Token's starting and ending positions should be maintained.
Comment 1 Tomas Hurka 2002-09-03 20:18:28 UTC
Done in branch meta_2