Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 351997 - [exceptions] IllegalArgumentException involving array type signatures
Summary: [exceptions] IllegalArgumentException involving array type signatures
Status: RESOLVED FIXED
Alias: None
Product: JSDT
Classification: WebTools
Component: General (show other bugs)
Version: 3.2.5   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.2.5   Edit
Assignee: Chris Jaun CLA
QA Contact: Nitin Dahyabhai CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-13 11:49 EDT by Chris Jaun CLA
Modified: 2011-09-23 11:41 EDT (History)
0 users

See Also:
thatnitind: review+


Attachments
patch (1.93 KB, patch)
2011-07-13 11:51 EDT, Chris Jaun CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Jaun CLA 2011-07-13 11:49:10 EDT
ava.lang.IllegalArgumentException: dojox.html.ext-dojo,style
	at java.lang.Throwable.<init>(Throwable.java:67)
	at org.eclipse.wst.jsdt.core.Signature.createCharArrayTypeSignature(Signature.java:295)
	at org.eclipse.wst.jsdt.internal.codeassist.CompletionEngine.createNonGenericTypeSignature(CompletionEngine.java:6931)
	at org.eclipse.wst.jsdt.internal.codeassist.CompletionEngine.createTypeProposal(CompletionEngine.java:7008)
	at org.eclipse.wst.jsdt.internal.codeassist.CompletionEngine.proposeType(CompletionEngine.java:1231)
	at org.eclipse.wst.jsdt.internal.codeassist.CompletionEngine.acceptTypes(CompletionEngine.java:645)
	at org.eclipse.wst.jsdt.internal.codeassist.CompletionEngine.findTypesAndPackages(CompletionEngine.java:5613)
Comment 1 Chris Jaun CLA 2011-07-13 11:51:52 EDT
Created attachment 199605 [details]
patch
Comment 2 Nitin Dahyabhai CLA 2011-07-13 15:52:01 EDT
Approved and checked into HEAD and maintenances.