hoseindoost / decojer

Automatically exported from code.google.com/p/decojer
0 stars 0 forks source link

adf.jar inner not found #13

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
package com.aquafold.aquaeditor;

public class BaseSQLKit extends org.netbeans.modules.editor.NbEditorKit {

5 inner classes not recognized?!

Original issue reported on code.google.com by andrePan...@gmail.com on 24 Mar 2013 at 12:27

GoogleCodeExporter commented 8 years ago
the problem is that obfuscated code can ditch inner classes info!!! so we can 
not rely on these info alone like currently.

should be easy for anonymous case (find all news with my$... and adapt) 

more complicated for inner/local: guess if outer with naming pattern exists and 
adapt

Original comment by andrePan...@gmail.com on 25 Mar 2013 at 3:25

GoogleCodeExporter commented 8 years ago

Original comment by andrePan...@gmail.com on 25 Mar 2013 at 3:26

GoogleCodeExporter commented 8 years ago
skip for later

Original comment by andrePan...@gmail.com on 3 Sep 2014 at 1:34