{{theTime}}

Search This Blog

Total Pageviews

Eclipse Error: org.eclipse.recommenders.completion.rcp.javaCompletionProposealComputer.intelligent

Problems during Content Assist:
org.eclipse.recommenders.completion.rcp.javaCompletionProposealComputer.intelligent

Fix:  To avoid these messages, 
          -- Disable the org.eclipse.recommenders.compeltion.rcp plug-in or 
          -- Disable the 'Java Proposals' Category on the content assist.

No comments:

Generate Insert Sql from Select Statement

SELECT 'INSERT INTO ReferenceTable (ID, Name) VALUES (' +        CAST(ID AS NVARCHAR) + ', ''' + Name + ''...