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 145288

Summary: Add TokenSequence.joined()
Product: editor Reporter: Miloslav Metelka <mmetelka>
Component: LexerAssignee: Miloslav Metelka <mmetelka>
Status: NEW ---    
Severity: blocker CC: mfukala
Priority: P2    
Version: 6.x   
Hardware: PC   
OS: All   
Issue Type: TASK Exception Reporter:

Description Miloslav Metelka 2008-08-27 12:58:15 UTC
TS.joined() would get a joined version of the current TS. Currently it's necessary to get outer TS in order to get the
joined TS (by calling ts.embeddedJoined()) which is somewhat awkward for this usecase.