Code Monkey home page Code Monkey logo

jdeclipse-realign's People

Contributors

mchr3k avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

jdeclipse-realign's Issues

Causes eclipse kepler to crash!

When trying to open the org.apache.axis.client.AxisClient.class file in axis-nspatch-1.4.jar for decompiliation, the decompiler causes Eclipse to crash.

maven dependency information for the artifact:

      <dependency>
          <groupId>org.apache.axis</groupId>
          <artifactId>axis-nspatch</artifactId>
          <version>1.4</version>
      </dependency>

Does not work with Eclipse Neon

The following error is exposed

org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.NoSuchMethodError: org.eclipse.ui.internal.registry.FileEditorMapping.setDefaultEditor(Lorg/eclipse/ui/internal/registry/EditorDescriptor;)V)
    at org.eclipse.swt.SWT.error(SWT.java:4533)
    at org.eclipse.swt.SWT.error(SWT.java:4448)
    at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185)
    at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4024)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3700)
    at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$4.run(PartRenderingEngine.java:1121)
    at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336)
    at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1022)
    at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:150)
    at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:687)
    at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336)
    at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:604)
    at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:148)
    at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:138)
    at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:673)
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:610)
    at org.eclipse.equinox.launcher.Main.run(Main.java:1519)
Caused by: java.lang.NoSuchMethodError: org.eclipse.ui.internal.registry.FileEditorMapping.setDefaultEditor(Lorg/eclipse/ui/internal/registry/EditorDescriptor;)V
    at jd.ide.eclipse.JavaDecompilerPlugin$SetupClassFileAssociationRunnable.run(JavaDecompilerPlugin.java:114)
    at org.eclipse.ui.internal.UILockListener.doPendingWork(UILockListener.java:162)
    at org.eclipse.ui.internal.UISynchronizer$3.run(UISynchronizer.java:154)
    at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
    at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:182)
    ... 23 more

Realignment feature doesn't work on big decompiled class (at least 7000 lines)

Hi,
I have an issue with realigment 1.1.2 on Eclipse 3.8.1 64bits.
When I tried to go to a method which is in a big class, the decompilation steps work, but not the realigment.
The decompiled file is open, but instead of setting the cursor in the begining of the method, it is set to the first line.
The outline view is unable to navigate into the decompiled class.

Notice that it's works with the old realigment project, version 1.0.2.

Class not decompiled if bundle has incomplete source attached

Occasionally I find myself viewing a class that is part of a jar that has source attached but no source for the class I am currently viewing. In this case I am unaware of a way to enable decompilation for this class.

For example, the Sun JDK has the class "com.sun.media.sound.SunCodec" It is part of the rt.jar but the source is not include in the src.zip file. When I view this class in eclipse it would be nice if it were possible to see a decompilation of it.

It tries to load *NUX library on Windows x64

When I try to see decompiled class I get the following error:

An error has occurred. See error log for more details.
C:\eclipse\configuration\org.eclipse.osgi\bundles\75\1.cp\lib\linux\x86\libjd-eclipse.so: Can't load this .dll (machine code=0x101) on a AMD 64-bit platform

I run Eclipse Juno on Windows7 x64.

Attach Source -> Decompiled Source for multiple jars not working

When selecting multiple jar files in the Package explorer under for example "Referenced Libraries" the right-click and Attach Source-> Decompiled Source have no effect. It seem to work, byt when opening up a class the lines are not aligned.

When right-clicking on each of the jar files separately it works.

Suggestion, either give a warning that multiple jars cannot be selected at once, or even better, make it work for all the selected jar files.

Great extension of the JD plugin btw.

breakpoints not with double click possible

Eclipse : 3.7.2 / windows
JDEclipse-Realign : 1.1.2 / JDEclipse : 0.1.3

Description : Breakpoints is not working with mouse double click possible. User must "click right" and add "Toggle Breakpoint".

This bug is referenced to JDEclipse plugin : http://java.decompiler.free.fr/?q=node/373

But perhaps that the workaround explained (add the extension point) could be done by JDEclipse-Realign ?

Improve discoverability

When there in no source available the Class File Viewer displays a button promoting for source to be attached. It is not obvious that right clicking the class in the Package Explorer view allows decompiled source to be enabled. It would be better if the Class File Viewer included a button or some other indication that Decompiled Source could be enabled.

Eclipse 3.8 Linux 64bit - crash when decompiling

Unfortunately I can't actually provide you with the JAR in question as it's a custom hotfix to a product from our vendor :(

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x00007f0bdc571c7a, pid=5343, tid=139689227818752
#
# JRE version: 6.0_24-b24
# Java VM: OpenJDK 64-Bit Server VM (20.0-b12 mixed mode linux-amd64 compressed oops)
# Derivative: IcedTea6 1.11.5
# Distribution: CentOS release 6.3 (Final), package rhel-1.50.1.11.5.el6_3-x86_64
# Problematic frame:
# C  [libjd-eclipse.so+0xb2c7a]  List<Constant*>::Get(unsigned int)+0x72
#
# If you would like to submit a bug report, please include
# instructions how to reproduce the bug and visit:
#   http://icedtea.classpath.org/bugzilla
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#

---------------  T H R E A D  ---------------

Current thread (0x00007f0be8007800):  JavaThread "main" [_thread_in_native, id=5344, stack(0x00007f0beebd9000,0x00007f0beecda000)]

siginfo:si_signo=SIGSEGV: si_errno=0, si_code=128 (), si_addr=0x0000000000000000

Registers:
RAX=0x000000000000020a, RBX=0x0000000000000001, RCX=0x0000000000000000, RDX=0x6180000005e10000
RSP=0x00007f0beecd6420, RBP=0x00007f0be877e6b0, RSI=0x000000000000020a, RDI=0x00007f0beecd672a
R8 =0x00007f0be8000088, R9 =0x0000000000000001, R10=0x0000000000000050, R11=0x0000000000000062
R12=0x00007f0be8777660, R13=0x00007f0beecd6870, R14=0x00007f0beecd66aa, R15=0x00007f0beb0483a0
RIP=0x00007f0bdc571c7a, EFLAGS=0x0000000000010287, CSGSFS=0x0000000000000033, ERR=0x0000000000000000
  TRAPNO=0x000000000000000d

Top of Stack: (sp=0x00007f0beecd6420)
0x00007f0beecd6420:   00007f0be877e6b0 0000000000000001
0x00007f0beecd6430:   00007f0be877e6b0 00007f0bdc571358
0x00007f0beecd6440:   0000000000000000 00007f0bdc576593
0x00007f0beecd6450:   0000000000000000 00007f0be8000020
0x00007f0beecd6460:   00007f0be877e620 00007f0beecd64f0
0x00007f0beecd6470:   00007f0beecd6930 00007f0be85f9e88
0x00007f0beecd6480:   00000003e877e620 00007f0beecd6722
0x00007f0beecd6490:   0000000100003068 0000000000000000
0x00007f0beecd64a0:   0000000000000000 00007f0bdc56a2ea
0x00007f0beecd64b0:   00007f0beecd67e2 00007f0bdc833068
0x00007f0beecd64c0:   00007f0beb048420 0000002900000001
0x00007f0beecd64d0:   00007f0beecd6510 00007f0bdc56410b
0x00007f0beecd64e0:   00007f0bdc5655b4 0000000000000000
0x00007f0beecd64f0:   00007f0beecd6870 00007f0bdc572a52
0x00007f0beecd6500:   00007f0be877e6b0 00000001a2e7a141
0x00007f0beecd6510:   00007f0be8777660 0000000000000018
0x00007f0beecd6520:   00000001eb0483a0 00007f0beb0483a8
0x00007f0beecd6530:   00007f0beecd6870 00007f0beb0483a0
0x00007f0beecd6540:   00007f0be85f9fd0 00007f0beecd66aa
0x00007f0beecd6550:   0000000000000000 00007f0bdc5732ad
0x00007f0beecd6560:   00007f0beecd6930 00007f0beecd65a0
0x00007f0beecd6570:   00007f0beecd6930 00007f0beecd6710
0x00007f0beecd6580:   00000078eecd6870 00007f0beecd6728
0x00007f0beecd6590:   00007f0beecd6930 0000003b00000007
0x00007f0beecd65a0:   0000000000000000 00007f0be8000038
0x00007f0beecd65b0:   00007f0beecd66b0 00007f0beecd6870
0x00007f0beecd65c0:   00007f0beecd6870 00007f0beecd66b0
0x00007f0beecd65d0:   00007f0beecd6930 00007f0beecd6aa0
0x00007f0beecd65e0:   00007f0bdc839640 00007f0bdc5747a5
0x00007f0beecd65f0:   00007f0beecd66b0 00007f0beecd67e8
0x00007f0beecd6600:   00007f0beecd6930 00007f0bdc574516
0x00007f0beecd6610:   00007f0be8670688 00007f0beecd6930 

Instructions: (pc=0x00007f0bdc571c7a)
0x00007f0bdc571c5a:   31 d2 e8 5f 6d fe ff 48 89 c3 48 89 ef e8 54 22
0x00007f0bdc571c6a:   fe ff 48 89 df e8 dc 7d fe ff 48 8b 57 10 89 f0
0x00007f0bdc571c7a:   48 8b 04 c2 41 58 5b 5d c3 90 41 57 41 89 d7 41
0x00007f0bdc571c8a:   56 41 55 49 89 f5 41 54 45 31 e4 55 48 89 fd 53 

Register to memory mapping:

RAX=0x000000000000020a is an unknown value
RBX=0x0000000000000001 is an unknown value
RCX=0x0000000000000000 is an unknown value
RDX=0x6180000005e10000 is an unknown value
RSP=0x00007f0beecd6420 is pointing into the stack for thread: 0x00007f0be8007800
RBP=0x00007f0be877e6b0 is an unknown value
RSI=0x000000000000020a is an unknown value
RDI=0x00007f0beecd672a is pointing into the stack for thread: 0x00007f0be8007800
R8 =0x00007f0be8000088 is an unknown value
R9 =0x0000000000000001 is an unknown value
R10=0x0000000000000050 is an unknown value
R11=0x0000000000000062 is an unknown value
R12=0x00007f0be8777660 is an unknown value
R13=0x00007f0beecd6870 is pointing into the stack for thread: 0x00007f0be8007800
R14=0x00007f0beecd66aa is pointing into the stack for thread: 0x00007f0be8007800
R15=0x00007f0beb0483a0 is an unknown value


Stack: [0x00007f0beebd9000,0x00007f0beecda000],  sp=0x00007f0beecd6420,  free space=1013k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C  [libjd-eclipse.so+0xb2c7a]  List<Constant*>::Get(unsigned int)+0x72

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j  jd.ide.eclipse.editors.JDSourceMapper.decompile(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;+0
j  jd.ide.eclipse.editors.JDSourceMapper.findSource(Lorg/eclipse/core/runtime/IPath;Ljava/lang/String;)[C+70
j  jd.ide.eclipse.realignment.editors.RealignmentJDSourceMapper.findSource(Lorg/eclipse/core/runtime/IPath;Ljava/lang/String;)[C+21
j  jd.ide.eclipse.editors.JDSourceMapper.findSource(Ljava/lang/String;)[C+104
j  org.eclipse.jdt.internal.core.SourceMapper.getSourceForRootPath(Ljava/lang/String;Ljava/lang/String;)[C+72
j  org.eclipse.jdt.internal.core.SourceMapper.findSource(Lorg/eclipse/jdt/core/IType;Ljava/lang/String;)[C+64
j  org.eclipse.jdt.internal.core.SourceMapper.findSource(Lorg/eclipse/jdt/core/IType;Lorg/eclipse/jdt/internal/compiler/env/IBinaryType;)[C+29
j  jd.ide.eclipse.realignment.editors.RealignmentJDSourceMapper.findSource(Lorg/eclipse/jdt/core/IType;Lorg/eclipse/jdt/internal/compiler/env/IBinaryType;)[C+18
j  org.eclipse.jdt.internal.core.ClassFile.mapSource(Lorg/eclipse/jdt/internal/core/SourceMapper;Lorg/eclipse/jdt/internal/compiler/env/IBinaryType;Lorg/eclipse/jdt/core/IClassFile;)Lorg/eclipse/jdt/core/IBuffer;+6
j  org.eclipse.jdt.internal.core.ClassFile.openBuffer(Lorg/eclipse/core/runtime/IProgressMonitor;Ljava/lang/Object;)Lorg/eclipse/jdt/core/IBuffer;+64
j  org.eclipse.jdt.internal.core.Openable.getBuffer()Lorg/eclipse/jdt/core/IBuffer;+28
j  org.eclipse.jdt.internal.core.ClassFile.getBuffer()Lorg/eclipse/jdt/core/IBuffer;+15
j  org.eclipse.jdt.internal.core.ClassFile.getSourceRange()Lorg/eclipse/jdt/core/ISourceRange;+1
j  org.eclipse.jdt.internal.ui.javaeditor.EditorUtility.getEditorID(Lorg/eclipse/ui/IEditorInput;)Ljava/lang/String;+52
j  org.eclipse.jdt.internal.ui.javaeditor.EditorUtility.openInEditor(Ljava/lang/Object;Z)Lorg/eclipse/ui/IEditorPart;+62
j  org.eclipse.jdt.ui.actions.OpenAction.run([Ljava/lang/Object;)V+59
j  org.eclipse.jdt.ui.actions.OpenAction.run(Lorg/eclipse/jface/viewers/IStructuredSelection;)V+16
j  org.eclipse.jdt.ui.actions.SelectionDispatchAction.dispatchRun(Lorg/eclipse/jface/viewers/ISelection;)V+12
j  org.eclipse.jdt.ui.actions.SelectionDispatchAction.run()V+5
j  org.eclipse.jdt.internal.ui.packageview.PackageExplorerActionGroup.handleOpen(Lorg/eclipse/jface/viewers/ISelection;Z)V+22
j  org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart$4.open(Lorg/eclipse/jface/viewers/ISelection;Z)V+9
j  org.eclipse.ui.OpenAndLinkWithEditorHelper$InternalListener.open(Lorg/eclipse/jface/viewers/OpenEvent;)V+25
j  org.eclipse.jface.viewers.StructuredViewer$2.run()V+8
J  org.eclipse.core.runtime.SafeRunner.run(Lorg/eclipse/core/runtime/ISafeRunnable;)V
j  org.eclipse.ui.internal.JFaceUtil$1.run(Lorg/eclipse/core/runtime/ISafeRunnable;)V+1
j  org.eclipse.jface.util.SafeRunnable.run(Lorg/eclipse/core/runtime/ISafeRunnable;)V+4
j  org.eclipse.jface.viewers.StructuredViewer.fireOpen(Lorg/eclipse/jface/viewers/OpenEvent;)V+32
j  org.eclipse.jface.viewers.StructuredViewer.handleOpen(Lorg/eclipse/swt/events/SelectionEvent;)V+31
j  org.eclipse.jface.viewers.StructuredViewer$6.handleOpen(Lorg/eclipse/swt/events/SelectionEvent;)V+5
j  org.eclipse.jface.util.OpenStrategy.fireOpenEvent(Lorg/eclipse/swt/events/SelectionEvent;)V+38
j  org.eclipse.jface.util.OpenStrategy.access$2(Lorg/eclipse/jface/util/OpenStrategy;Lorg/eclipse/swt/events/SelectionEvent;)V+2
j  org.eclipse.jface.util.OpenStrategy$1.handleEvent(Lorg/eclipse/swt/widgets/Event;)V+37
J  org.eclipse.swt.widgets.EventTable.sendEvent(Lorg/eclipse/swt/widgets/Event;)V
j  org.eclipse.swt.widgets.Widget.sendEvent(Lorg/eclipse/swt/widgets/Event;)V+25
j  org.eclipse.swt.widgets.Display.runDeferredEvents()Z+92
j  org.eclipse.swt.widgets.Display.readAndDispatch()Z+46
j  org.eclipse.ui.internal.Workbench.runEventLoop(Lorg/eclipse/jface/window/Window$IExceptionHandler;Lorg/eclipse/swt/widgets/Display;)V+9
j  org.eclipse.ui.internal.Workbench.runUI()I+555
j  org.eclipse.ui.internal.Workbench.access$4(Lorg/eclipse/ui/internal/Workbench;)I+1
j  org.eclipse.ui.internal.Workbench$7.run()V+73
j  org.eclipse.core.databinding.observable.Realm.runWithDefault(Lorg/eclipse/core/databinding/observable/Realm;Ljava/lang/Runnable;)V+12
j  org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Lorg/eclipse/swt/widgets/Display;Lorg/eclipse/ui/application/WorkbenchAdvisor;)I+18
j  org.eclipse.ui.PlatformUI.createAndRunWorkbench(Lorg/eclipse/swt/widgets/Display;Lorg/eclipse/ui/application/WorkbenchAdvisor;)I+2
j  org.eclipse.ui.internal.ide.application.IDEApplication.start(Lorg/eclipse/equinox/app/IApplicationContext;)Ljava/lang/Object;+108
j  org.eclipse.equinox.internal.app.EclipseAppHandle.run(Ljava/lang/Object;)Ljava/lang/Object;+135
j  org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(Ljava/lang/Object;)Ljava/lang/Object;+103
j  org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(Ljava/lang/Object;)Ljava/lang/Object;+29
j  org.eclipse.core.runtime.adaptor.EclipseStarter.run(Ljava/lang/Object;)Ljava/lang/Object;+149
j  org.eclipse.core.runtime.adaptor.EclipseStarter.run([Ljava/lang/String;Ljava/lang/Runnable;)Ljava/lang/Object;+183
v  ~StubRoutines::call_stub
j  sun.reflect.NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+0
j  sun.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+87
j  sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+6
j  java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+161
j  org.eclipse.equinox.launcher.Main.invokeFramework([Ljava/lang/String;[Ljava/net/URL;)V+211
j  org.eclipse.equinox.launcher.Main.basicRun([Ljava/lang/String;)V+126
j  org.eclipse.equinox.launcher.Main.run([Ljava/lang/String;)I+4
j  org.eclipse.equinox.launcher.Main.main([Ljava/lang/String;)V+10
v  ~StubRoutines::call_stub

---------------  P R O C E S S  ---------------

Java Threads: ( => current thread )
  0x00007f0b90009000 JavaThread "[ThreadPool Manager] - Idle Thread" daemon [_thread_blocked, id=5402, stack(0x00007f0bdcc47000,0x00007f0bdcd48000)]
  0x00007f0b78039000 JavaThread "MultiThreadedHttpConnectionManager cleanup" daemon [_thread_blocked, id=5395, stack(0x00007f0bde1f5000,0x00007f0bde2f6000)]
  0x00007f0b74004800 JavaThread "Worker-13" [_thread_blocked, id=5393, stack(0x00007f0bdd1e6000,0x00007f0bdd2e7000)]
  0x00007f0b64006000 JavaThread "Worker-12" [_thread_blocked, id=5392, stack(0x00007f0bdd2f7000,0x00007f0bdd3f8000)]
  0x00007f0b68001000 JavaThread "Worker-11" [_thread_blocked, id=5391, stack(0x00007f0bdd3f8000,0x00007f0bdd4f9000)]
  0x0000000000ee9800 JavaThread "Worker-10" [_thread_blocked, id=5390, stack(0x00007f0bdd4f9000,0x00007f0bdd5fa000)]
  0x00007f0b5c002800 JavaThread "Worker-9" [_thread_blocked, id=5389, stack(0x00007f0bdd5fa000,0x00007f0bdd6fb000)]
  0x00007f0b5c001000 JavaThread "Worker-8" [_thread_blocked, id=5388, stack(0x00007f0bdd6fb000,0x00007f0bdd7fc000)]
  0x00007f0b78014000 JavaThread "Worker-7" [_thread_blocked, id=5387, stack(0x00007f0bdd7fc000,0x00007f0bdd8fd000)]
  0x00007f0b64001000 JavaThread "Worker-6" [_thread_blocked, id=5386, stack(0x00007f0bdd8fd000,0x00007f0bdd9fe000)]
  0x00007f0b70001000 JavaThread "Worker-5" [_thread_blocked, id=5385, stack(0x00007f0bdd9fe000,0x00007f0bddaff000)]
  0x00007f0b78003000 JavaThread "Worker-4" [_thread_blocked, id=5384, stack(0x00007f0bddaff000,0x00007f0bddc00000)]
  0x00007f0b78027000 JavaThread "Worker-3" [_thread_blocked, id=5383, stack(0x00007f0bdfdfe000,0x00007f0bdfeff000)]
  0x00007f0b84002000 JavaThread "Worker-2" [_thread_blocked, id=5382, stack(0x00007f0bdfcfd000,0x00007f0bdfdfe000)]
  0x00007f0beb438000 JavaThread "Java indexing" daemon [_thread_blocked, id=5380, stack(0x00007f0bde0f4000,0x00007f0bde1f5000)]
  0x00007f0b9441d800 JavaThread "Thread-2" daemon [_thread_blocked, id=5373, stack(0x00007f0bdfeff000,0x00007f0be0000000)]
  0x00007f0b84001000 JavaThread "Worker-1" [_thread_blocked, id=5371, stack(0x00007f0be40ec000,0x00007f0be41ed000)]
  0x00007f0b941c1000 JavaThread "Provisioning Event Dispatcher" daemon [_thread_blocked, id=5370, stack(0x00007f0be41ed000,0x00007f0be42ee000)]
  0x00007f0b940b0000 JavaThread "Worker-0" [_thread_blocked, id=5369, stack(0x00007f0be42ee000,0x00007f0be43ef000)]
  0x00007f0b9413e000 JavaThread "Worker-JM" [_thread_blocked, id=5368, stack(0x00007f0be45ab000,0x00007f0be46ac000)]
  0x00007f0b8c087800 JavaThread "[Timer] - Main Queue Handler" daemon [_thread_blocked, id=5367, stack(0x00007f0be43ef000,0x00007f0be44f0000)]
  0x00007f0b9427f800 JavaThread "Bundle File Closer" daemon [_thread_blocked, id=5362, stack(0x00007f0be47df000,0x00007f0be48e0000)]
  0x00007f0be8296800 JavaThread "Start Level Event Dispatcher" daemon [_thread_blocked, id=5360, stack(0x00007f0be48e0000,0x00007f0be49e1000)]
  0x00007f0be8212800 JavaThread "Framework Event Dispatcher" daemon [_thread_blocked, id=5359, stack(0x00007f0be49e1000,0x00007f0be4ae2000)]
  0x00007f0be827f000 JavaThread "Framework Active Thread" [_thread_blocked, id=5357, stack(0x00007f0bec0f7000,0x00007f0bec1f8000)]
  0x00007f0be809d800 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=5355, stack(0x00007f0becd3a000,0x00007f0bece3b000)]
  0x00007f0be809b000 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=5354, stack(0x00007f0bece3b000,0x00007f0becf3c000)]
  0x00007f0be8098800 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=5353, stack(0x00007f0becf3c000,0x00007f0bed03d000)]
  0x00007f0be8097000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=5352, stack(0x00007f0bed03d000,0x00007f0bed13e000)]
  0x00007f0be8077800 JavaThread "Finalizer" daemon [_thread_blocked, id=5351, stack(0x00007f0bed13e000,0x00007f0bed23f000)]
  0x00007f0be8076000 JavaThread "Reference Handler" daemon [_thread_blocked, id=5350, stack(0x00007f0bed23f000,0x00007f0bed340000)]
=>0x00007f0be8007800 JavaThread "main" [_thread_in_native, id=5344, stack(0x00007f0beebd9000,0x00007f0beecda000)]

Other Threads:
  0x00007f0be806f000 VMThread [stack: 0x00007f0bed340000,0x00007f0bed441000] [id=5349]
  0x00007f0be80a8000 WatcherThread [stack: 0x00007f0becc39000,0x00007f0becd3a000] [id=5356]

VM state:not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

Heap
 PSYoungGen      total 174784K, used 14312K [0x00000000f0000000, 0x0000000100000000, 0x0000000100000000)
  eden space 87424K, 12% used [0x00000000f0000000,0x00000000f0a89350,0x00000000f5560000)
  from space 87360K, 4% used [0x00000000faab0000,0x00000000fae20fa8,0x0000000100000000)
  to   space 87360K, 0% used [0x00000000f5560000,0x00000000f5560000,0x00000000faab0000)
 PSOldGen        total 346880K, used 262500K [0x00000000d0000000, 0x00000000e52c0000, 0x00000000f0000000)
  object space 346880K, 75% used [0x00000000d0000000,0x00000000e00591a0,0x00000000e52c0000)
 PSPermGen       total 180928K, used 134198K [0x00000000c0000000, 0x00000000cb0b0000, 0x00000000d0000000)
  object space 180928K, 74% used [0x00000000c0000000,0x00000000c830da38,0x00000000cb0b0000)

Code Cache  [0x00007f0be5000000, 0x00007f0be5de0000, 0x00007f0be8000000)
 total_blobs=3487 nmethods=2854 adapters=584 free_code_cache=36020416 largest_free_block=31104

Dynamic libraries:
00400000-00408000 r-xp 00000000 08:03 2624154                            /usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/bin/java
00608000-00609000 rw-p 00008000 08:03 2624154                            /usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/bin/java
00ee5000-01308000 rw-p 00000000 00:00 0                                  [heap]
c0000000-cb0b0000 rw-p 00000000 00:00 0 
cb0b0000-d0000000 rw-p 00000000 00:00 0 
d0000000-e52c0000 rw-p 00000000 00:00 0 
e52c0000-f0000000 rw-p 00000000 00:00 0 
f0000000-100000000 rw-p 00000000 00:00 0 
3aa3a00000-3aa3a40000 r-xp 00000000 08:03 3539029                        /lib64/libdbus-1.so.3.4.0
3aa3a40000-3aa3c3f000 ---p 00040000 08:03 3539029                        /lib64/libdbus-1.so.3.4.0
3aa3c3f000-3aa3c40000 r--p 0003f000 08:03 3539029                        /lib64/libdbus-1.so.3.4.0
3aa3c40000-3aa3c41000 rw-p 00040000 08:03 3539029                        /lib64/libdbus-1.so.3.4.0
3aa3e00000-3aa3e22000 r-xp 00000000 08:03 805820                         /usr/lib64/libdbus-glib-1.so.2.1.0
3aa3e22000-3aa4021000 ---p 00022000 08:03 805820                         /usr/lib64/libdbus-glib-1.so.2.1.0
3aa4021000-3aa4023000 rw-p 00021000 08:03 805820                         /usr/lib64/libdbus-glib-1.so.2.1.0
3aa4a00000-3aa4b48000 r-xp 00000000 08:03 805822                         /usr/lib64/libxml2.so.2.7.6
3aa4b48000-3aa4d47000 ---p 00148000 08:03 805822                         /usr/lib64/libxml2.so.2.7.6
3aa4d47000-3aa4d51000 rw-p 00147000 08:03 805822                         /usr/lib64/libxml2.so.2.7.6
3aa4d51000-3aa4d52000 rw-p 00000000 00:00 0 
3aa4e00000-3aa4e17000 r-xp 00000000 08:03 794760                         /usr/lib64/libgvfscommon.so.0.0.0
3aa4e17000-3aa5016000 ---p 00017000 08:03 794760                         /usr/lib64/libgvfscommon.so.0.0.0
3aa5016000-3aa5017000 rw-p 00016000 08:03 794760                         /usr/lib64/libgvfscommon.so.0.0.0
3aa7e00000-3aa7e0e000 r-xp 00000000 08:03 3539258                        /lib64/libudev.so.0.5.1
3aa7e0e000-3aa800d000 ---p 0000e000 08:03 3539258                        /lib64/libudev.so.0.5.1
3aa800d000-3aa800e000 r--p 0000d000 08:03 3539258                        /lib64/libudev.so.0.5.1
3aa800e000-3aa800f000 rw-p 0000e000 08:03 3539258                        /lib64/libudev.so.0.5.1
3aac600000-3aac639000 r-xp 00000000 08:03 790876                         /usr/lib64/libcroco-0.6.so.3.0.1
3aac639000-3aac839000 ---p 00039000 08:03 790876                         /usr/lib64/libcroco-0.6.so.3.0.1
3aac839000-3aac83d000 rw-p 00039000 08:03 790876                         /usr/lib64/libcroco-0.6.so.3.0.1
3aace00000-3aace3b000 r-xp 00000000 08:03 805895                         /usr/lib64/libgsf-1.so.114.0.15
3aace3b000-3aad03a000 ---p 0003b000 08:03 805895                         /usr/lib64/libgsf-1.so.114.0.15
3aad03a000-3aad03f000 rw-p 0003a000 08:03 805895                         /usr/lib64/libgsf-1.so.114.0.15
3aad03f000-3aad040000 rw-p 00000000 00:00 0 
3aad200000-3aad236000 r-xp 00000000 08:03 805897                         /usr/lib64/librsvg-2.so.2.26.0
3aad236000-3aad435000 ---p 00036000 08:03 805897                         /usr/lib64/librsvg-2.so.2.26.0
3aad435000-3aad437000 rw-p 00035000 08:03 805897                         /usr/lib64/librsvg-2.so.2.26.0
3ba2a00000-3ba2a20000 r-xp 00000000 08:03 3538972                        /lib64/ld-2.12.so
3ba2c1f000-3ba2c20000 r--p 0001f000 08:03 3538972                        /lib64/ld-2.12.so
3ba2c20000-3ba2c21000 rw-p 00020000 08:03 3538972                        /lib64/ld-2.12.so
3ba2c21000-3ba2c22000 rw-p 00000000 00:00 0 
3ba2e00000-3ba2f89000 r-xp 00000000 08:03 3538974                        /lib64/libc-2.12.so
3ba2f89000-3ba3189000 ---p 00189000 08:03 3538974                        /lib64/libc-2.12.so
3ba3189000-3ba318d000 r--p 00189000 08:03 3538974                        /lib64/libc-2.12.so
3ba318d000-3ba318e000 rw-p 0018d000 08:03 3538974                        /lib64/libc-2.12.so
3ba318e000-3ba3193000 rw-p 00000000 00:00 0 
3ba3200000-3ba3202000 r-xp 00000000 08:03 3539067                        /lib64/libdl-2.12.so
3ba3202000-3ba3402000 ---p 00002000 08:03 3539067                        /lib64/libdl-2.12.so
3ba3402000-3ba3403000 r--p 00002000 08:03 3539067                        /lib64/libdl-2.12.so
3ba3403000-3ba3404000 rw-p 00003000 08:03 3539067                        /lib64/libdl-2.12.so
3ba3600000-3ba3617000 r-xp 00000000 08:03 3539040                        /lib64/libpthread-2.12.so
3ba3617000-3ba3817000 ---p 00017000 08:03 3539040                        /lib64/libpthread-2.12.so
3ba3817000-3ba3818000 r--p 00017000 08:03 3539040                        /lib64/libpthread-2.12.so
3ba3818000-3ba3819000 rw-p 00018000 08:03 3539040                        /lib64/libpthread-2.12.so
3ba3819000-3ba381d000 rw-p 00000000 00:00 0 
3ba3a00000-3ba3a04000 r-xp 00000000 08:03 2623581                        /usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/jre/lib/amd64/jli/libjli.so
3ba3a04000-3ba3c03000 ---p 00004000 08:03 2623581                        /usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/jre/lib/amd64/jli/libjli.so
3ba3c03000-3ba3c04000 rw-p 00003000 08:03 2623581                        /usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/jre/lib/amd64/jli/libjli.so
3ba3e00000-3ba3ee4000 r-xp 00000000 08:03 3539452                        /lib64/libglib-2.0.so.0.2200.5
3ba3ee4000-3ba40e3000 ---p 000e4000 08:03 3539452                        /lib64/libglib-2.0.so.0.2200.5
3ba40e3000-3ba40e5000 rw-p 000e3000 08:03 3539452                        /lib64/libglib-2.0.so.0.2200.5
3ba4200000-3ba4207000 r-xp 00000000 08:03 3539338                        /lib64/librt-2.12.so
3ba4207000-3ba4406000 ---p 00007000 08:03 3539338                        /lib64/librt-2.12.so
3ba4406000-3ba4407000 r--p 00006000 08:03 3539338                        /lib64/librt-2.12.so
3ba4407000-3ba4408000 rw-p 00007000 08:03 3539338                        /lib64/librt-2.12.so
3ba4600000-3ba4615000 r-xp 00000000 08:03 3539005                        /lib64/libz.so.1.2.3
3ba4615000-3ba4814000 ---p 00015000 08:03 3539005                        /lib64/libz.so.1.2.3
3ba4814000-3ba4815000 r--p 00014000 08:03 3539005                        /lib64/libz.so.1.2.3
3ba4815000-3ba4816000 rw-p 00015000 08:03 3539005                        /lib64/libz.so.1.2.3
3ba4a00000-3ba4a1d000 r-xp 00000000 08:03 3539496                        /lib64/libselinux.so.1
3ba4a1d000-3ba4c1c000 ---p 0001d000 08:03 3539496                        /lib64/libselinux.so.1
3ba4c1c000-3ba4c1d000 r--p 0001c000 08:03 3539496                        /lib64/libselinux.so.1
3ba4c1d000-3ba4c1e000 rw-p 0001d000 08:03 3539496                        /lib64/libselinux.so.1
3ba4c1e000-3ba4c1f000 rw-p 00000000 00:00 0 
3ba4e00000-3ba4e43000 r-xp 00000000 08:03 3539479                        /lib64/libgobject-2.0.so.0.2200.5
3ba4e43000-3ba5043000 ---p 00043000 08:03 3539479                        /lib64/libgobject-2.0.so.0.2200.5
3ba5043000-3ba5045000 rw-p 00043000 08:03 3539479                        /lib64/libgobject-2.0.so.0.2200.5
3ba5600000-3ba5616000 r-xp 00000000 08:03 3539550                        /lib64/libresolv-2.12.so
3ba5616000-3ba5816000 ---p 00016000 08:03 3539550                        /lib64/libresolv-2.12.so
3ba5816000-3ba5817000 r--p 00016000 08:03 3539550                        /lib64/libresolv-2.12.so
3ba5817000-3ba5818000 rw-p 00017000 08:03 3539550                        /lib64/libresolv-2.12.so
3ba5818000-3ba581a000 rw-p 00000000 00:00 0 
3ba5a00000-3ba5a03000 r-xp 00000000 08:03 3539468                        /lib64/libgmodule-2.0.so.0.2200.5
3ba5a03000-3ba5c02000 ---p 00003000 08:03 3539468                        /lib64/libgmodule-2.0.so.0.2200.5
3ba5c02000-3ba5c03000 rw-p 00002000 08:03 3539468                        /lib64/libgmodule-2.0.so.0.2200.5
3ba5e00000-3ba5ea7000 r-xp 00000000 08:03 3539565                        /lib64/libgio-2.0.so.0.2200.5
3ba5ea7000-3ba60a7000 ---p 000a7000 08:03 3539565                        /lib64/libgio-2.0.so.0.2200.5
3ba60a7000-3ba60aa000 rw-p 000a7000 08:03 3539565                        /lib64/libgio-2.0.so.0.2200.5
3ba60aa000-3ba60ab000 rw-p 00000000 00:00 0 
3ba6200000-3ba6204000 r-xp 00000000 08:03 3539576                        /lib64/libgthread-2.0.so.0.2200.5
3ba6204000-3ba6403000 ---p 00004000 08:03 3539576                        /lib64/libgthread-2.0.so.0.2200.5
3ba6403000-3ba6404000 rw-p 00003000 08:03 3539576                        /lib64/libgthread-2.0.so.0.2200.5
3ba6600000-3ba6739000 r-xp 00000000 08:03 807940                         /usr/lib64/libX11.so.6.3.0
3ba6739000-3ba6939000 ---p 00139000 08:03 807940                         /usr/lib64/libX11.so.6.3.0
3ba6939000-3ba693f000 rw-p 00139000 08:03 807940                         /usr/lib64/libX11.so.6.3.0
3ba6a00000-3ba6a02000 r-xp 00000000 08:03 801193                         /usr/lib64/libXau.so.6.0.0
3ba6a02000-3ba6c02000 ---p 00002000 08:03 801193                         /usr/lib64/libXau.so.6.0.0
3ba6c02000-3ba6c03000 rw-p 00002000 08:03 801193                         /usr/lib64/libXau.so.6.0.0
3ba6e00000-3ba6e1b000 r-xp 00000000 08:03 806860                         /usr/lib64/libxcb.so.1.1.0
3ba6e1b000-3ba701a000 ---p 0001b000 08:03 806860                         /usr/lib64/libxcb.so.1.1.0
3ba701a000-3ba701b000 rw-p 0001a000 08:03 806860                         /usr/lib64/libxcb.so.1.1.0
3ba7200000-3ba7226000 r-xp 00000000 08:03 3539385                        /lib64/libexpat.so.1.5.2
3ba7226000-3ba7425000 ---p 00026000 08:03 3539385                        /lib64/libexpat.so.1.5.2
3ba7425000-3ba7428000 rw-p 00025000 08:03 3539385                        /lib64/libexpat.so.1.5.2
3ba7a00000-3ba7a11000 r-xp 00000000 08:03 807942                         /usr/lib64/libXext.so.6.4.0
3ba7a11000-3ba7c11000 ---p 00011000 08:03 807942                         /usr/lib64/libXext.so.6.4.0
3ba7c11000-3ba7c12000 rw-p 00011000 08:03 807942                         /usr/lib64/libXext.so.6.4.0
3ba7e00000-3ba7e98000 r-xp 00000000 08:03 807963                         /usr/lib64/libfreetype.so.6.3.22
3ba7e98000-3ba8097000 ---p 00098000 08:03 807963                         /usr/lib64/libfreetype.so.6.3.22
3ba8097000-3ba809d000 rw-p 00097000 08:03 807963                         /usr/lib64/libfreetype.so.6.3.22
3ba8200000-3ba820f000 r-xp 00000000 08:03 807972                         /usr/lib64/libXi.so.6.1.0
3ba820f000-3ba840e000 ---p 0000f000 08:03 807972                         /usr/lib64/libXi.so.6.1.0
3ba840e000-3ba840f000 rw-p 0000e000 08:03 807972                         /usr/lib64/libXi.so.6.1.0
3ba8600000-3ba8625000 r-xp 00000000 08:03 807962                         /usr/lib64/libpng12.so.0.49.0
3ba8625000-3ba8825000 ---p 00025000 08:03 807962                         /usr/lib64/libpng12.so.0.49.0
3ba8825000-3ba8826000 rw-p 00025000 08:03 807962                         /usr/lib64/libpng12.so.0.49.0
3ba8a00000-3ba8a09000 r-xp 00000000 08:03 807966                         /usr/lib64/libXrender.so.1.3.0
3ba8a09000-3ba8c09000 ---p 00009000 08:03 807966                         /usr/lib64/libXrender.so.1.3.0
3ba8c09000-3ba8c0a000 rw-p 00009000 08:03 807966                         /usr/lib64/libXrender.so.1.3.0
3ba8e00000-3ba8e34000 r-xp 00000000 08:03 807964                         /usr/lib64/libfontconfig.so.1.4.4
3ba8e34000-3ba9034000 ---p 00034000 08:03 807964                         /usr/lib64/libfontconfig.so.1.4.4
3ba9034000-3ba9036000 rw-p 00034000 08:03 807964                         /usr/lib64/libfontconfig.so.1.4.4
3ba9200000-3ba9208000 r-xp 00000000 08:03 807973                         /usr/lib64/libXrandr.so.2.2.0
3ba9208000-3ba9407000 ---p 00008000 08:03 807973                         /usr/lib64/libXrandr.so.2.2.0
3ba9407000-3ba9408000 rw-p 00007000 08:03 807973                         /usr/lib64/libXrandr.so.2.2.0
3ba9600000-3ba9602000 r-xp 00000000 08:03 807976                         /usr/lib64/libXcomposite.so.1.0.0
3ba9602000-3ba9801000 ---p 00002000 08:03 807976                         /usr/lib64/libXcomposite.so.1.0.0
3ba9801000-3ba9802000 rw-p 00001000 08:03 807976                         /usr/lib64/libXcomposite.so.1.0.0
3ba9a00000-3ba9a09000 r-xp 00000000 08:03 807975                         /usr/lib64/libXcursor.so.1.0.2
3ba9a09000-3ba9c09000 ---p 00009000 08:03 807975                         /usr/lib64/libXcursor.so.1.0.2
3ba9c09000-3ba9c0a000 rw-p 00009000 08:03 807975                         /usr/lib64/libXcursor.so.1.0.2
3ba9e00000-3ba9e02000 r-xp 00000000 08:03 807977                         /usr/lib64/libXdamage.so.1.1.0
3ba9e02000-3baa001000 ---p 00002000 08:03 807977                         /usr/lib64/libXdamage.so.1.1.0
3baa001000-3baa002000 rw-p 00001000 08:03 807977                         /usr/lib64/libXdamage.so.1.1.0
3baa200000-3baa276000 r-xp 00000000 08:03 807967                         /usr/lib64/libcairo.so.2.10800.8
3baa276000-3baa476000 ---p 00076000 08:03 807967                         /usr/lib64/libcairo.so.2.10800.8
3baa476000-3baa479000 rw-p 00076000 08:03 807967                         /usr/lib64/libcairo.so.2.10800.8
3baa600000-3baa65d000 r-xp 00000000 08:03 805188                         /usr/lib64/libpixman-1.so.0.18.4
3baa65d000-3baa85d000 ---p 0005d000 08:03 805188                         /usr/lib64/libpixman-1.so.0.18.4
3baa85d000-3baa861000 rw-p 0005d000 08:03 805188                         /usr/lib64/libpixman-1.so.0.18.4
3baaa00000-3baaa0b000 r-xp 00000000 08:03 807970                         /usr/lib64/libpangocairo-1.0.so.0.2800.1
3baaa0b000-3baac0b000 ---p 0000b000 08:03 807970                         /usr/lib64/libpangocairo-1.0.so.0.2800.1
3baac0b000-3baac0c000 rw-p 0000b000 08:03 807970                         /usr/lib64/libpangocairo-1.0.so.0.2800.1
3baae00000-3baae29000 r-xp 00000000 08:03 807969                         /usr/lib64/libpangoft2-1.0.so.0.2800.1
3baae29000-3bab028000 ---p 00029000 08:03 807969                         /usr/lib64/libpangoft2-1.0.so.0.2800.1
3bab028000-3bab02a000 rw-p 00028000 08:03 807969                         /usr/lib64/libpangoft2-1.0.so.0.2800.1
3bab200000-3bab248000 r-xp 00000000 08:03 807968                         /usr/lib64/libpango-1.0.so.0.2800.1
3bab248000-3bab448000 ---p 00048000 08:03 807968                         /usr/lib64/libpango-1.0.so.0.2800.1
3bab448000-3bab44b000 rw-p 00048000 08:03 807968                         /usr/lib64/libpango-1.0.so.0.2800.1
3bab600000-3bab602000 r-xp 00000000 08:03 807971                         /usr/lib64/libXinerama.so.1.0.0
3bab602000-3bab801000 ---p 00002000 08:03 807971                         /usr/lib64/libXinerama.so.1.0.0
3bab801000-3bab802000 rw-p 00001000 08:03 807971                         /usr/lib64/libXinerama.so.1.0.0
3baba00000-3baba1e000 r-xp 00000000 08:03 807982                         /usr/lib64/libatk-1.0.so.0.2809.1
3baba1e000-3babc1d000 ---p 0001e000 08:03 807982                         /usr/lib64/libatk-1.0.so.0.2809.1
3babc1d000-3babc20000 rw-p 0001d000 08:03 807982                         /usr/lib64/libatk-1.0.so.0.2809.1
3babe00000-3babe05000 r-xp 00000000 08:03 807974                         /usr/lib64/libXfixes.so.3.1.0
3babe05000-3bac004000 ---p 00005000 08:03 807974                         /usr/lib64/libXfixes.so.3.1.0
3bac004000-3bac005000 rw-p 00004000 08:03 807974                         /usr/lib64/libXfixes.so.3.1.0
3bac200000-3bac21e000 r-xp 00000000 08:03 807978                         /usr/lib64/libgdk_pixbuf-2.0.so.0.1800.9
3bac21e000-3bac41e000 ---p 0001e000 08:03 807978                         /usr/lib64/libgdk_pixbuf-2.0.so.0.1800.9
3bac41e000-3bac41f000 rw-p 0001e000 08:03 807978                         /usr/lib64/libgdk_pixbuf-2.0.so.0.1800.9
3baca00000-3bace59000 r-xp 00000000 08:03 807983                         /usr/lib64/libgtk-x11-2.0.so.0.1800.9
3bace59000-3bad058000 ---p 00459000 08:03 807983                         /usr/lib64/libgtk-x11-2.0.so.0.1800.9
3bad058000-3bad063000 rw-p 00458000 08:03 807983                         /usr/lib64/libgtk-x11-2.0.so.0.1800.9
3bad063000-3bad065000 rw-p 00000000 00:00 0 
3bad200000-3bad2b6000 r-xp 00000000 08:03 807979                         /usr/lib64/libgdk-x11-2.0.so.0.1800.9
3bad2b6000-3bad4b6000 ---p 000b6000 08:03 807979                         /usr/lib64/libgdk-x11-2.0.so.0.1800.9
3bad4b6000-3bad4bb000 rw-p 000b6000 08:03 807979                         /usr/lib64/libgdk-x11-2.0.so.0.1800.9
3baee00000-3baee02000 r-xp 00000000 08:03 3539841                        /lib64/libutil-2.12.so
3baee02000-3baf001000 ---p 00002000 08:03 3539841                        /lib64/libutil-2.12.so
3baf001000-3baf002000 r--p 00001000 08:03 3539841                        /lib64/libutil-2.12.so
3baf002000-3baf003000 rw-p 00002000 08:03 3539841                        /lib64/libutil-2.12.so
3baf200000-3baf216000 r-xp 00000000 08:03 3539337                        /lib64/libgcc_s-4.4.6-20120305.so.1
3baf216000-3baf415000 ---p 00016000 08:03 3539337                        /lib64/libgcc_s-4.4.6-20120305.so.1
3baf415000-3baf416000 rw-p 00015000 08:03 3539337                        /lib64/libgcc_s-4.4.6-20120305.so.1
3baf600000-3baf6e8000 r-xp 00000000 08:03 790681                         /usr/lib64/libstdc++.so.6.0.13
3baf6e8000-3baf8e8000 ---p 000e8000 08:03 790681                         /usr/lib64/libstdc++.so.6.0.13
3baf8e8000-3baf8ef000 r--p 000e8000 08:03 790681                         /usr/lib64/libstdc++.so.6.0.13
3baf8ef000-3baf8f1000 rw-p 000ef000 08:03 790681                         /usr/lib64/libstdc++.so.6.0.13
3baf8f1000-3baf906000 rw-p 00000000 00:00 0 
3bb1200000-3bb1209000 r-xp 00000000 08:03 808101                         /usr/lib64/libltdl.so.7.2.1
3bb1209000-3bb1408000 ---p 00009000 08:03 808101                         /usr/lib64/libltdl.so.7.2.1
3bb1408000-3bb1409000 rw-p 00008000 08:03 808101                         /usr/lib64/libltdl.so.7.2.1
3bb1600000-3bb160f000 r-xp 00000000 08:03 808102                         /usr/lib64/libcanberra.so.0.2.1
3bb160f000-3bb180f000 ---p 0000f000 08:03 808102                         /usr/lib64/libcanberra.so.0.2.1
3bb180f000-3bb1810000 rw-p 0000f000 08:03 808102                         /usr/lib64/libcanberra.so.0.2.1
3bb1e00000-3bb1e05000 r-xp 00000000 08:03 800925                         /usr/lib64/libXtst.so.6.1.0
3bb1e05000-3bb2005000 ---p 00005000 08:03 800925                         /usr/lib64/libXtst.so.6.1.0
3bb2005000-3bb2006000 rw-p 00005000 08:03 800925                         /usr/lib64/libXtst.so.6.1.0
3bb2600000-3bb2616000 r-xp 00000000 08:03 3539591                        /lib64/libnsl-2.12.so
3bb2616000-3bb2815000 ---p 00016000 08:03 3539591                        /lib64/libnsl-2.12.so
3bb2815000-3bb2816000 r--p 00015000 08:03 3539591                        /lib64/libnsl-2.12.so
3bb2816000-3bb2817000 rw-p 00016000 08:03 3539591                        /lib64/libnsl-2.12.so
3bb2817000-3bb2819000 rw-p 00000000 00:00 0 
3bb2a00000-3bb2a04000 r-xp 00000000 08:03 808103                         /usr/lib64/libcanberra-gtk.so.0.1.5
3bb2a04000-3bb2c03000 ---p 00004000 08:03 808103                         /usr/lib64/libcanberra-gtk.so.0.1.5
3bb2c03000-3bb2c04000 rw-p 00003000 08:03 808103                         /usr/lib64/libcanberra-gtk.so.0.1.5
3bb2e00000-3bb2e2c000 r-xp 00000000 08:03 808059                         /usr/lib64/libvorbis.so.0.4.3
3bb2e2c000-3bb302b000 ---p 0002c000 08:03 808059                         /usr/lib64/libvorbis.so.0.4.3
3bb302b000-3bb302c000 rw-p 0002b000 08:03 808059                         /usr/lib64/libvorbis.so.0.4.3
3bb3600000-3bb3605000 r-xp 00000000 08:03 808057                         /usr/lib64/libogg.so.0.6.0
3bb3605000-3bb3805000 ---p 00005000 08:03 808057                         /usr/lib64/libogg.so.0.6.0
3bb3805000-3bb3806000 rw-p 00005000 08:03 808057                         /usr/lib64/libogg.so.0.6.0
3bb6200000-3bb6210000 r-xp 00000000 08:03 3539830                        /lib64/libbz2.so.1.0.4
3bb6210000-3bb640f000 ---p 00010000 08:03 3539830                        /lib64/libbz2.so.1.0.4
3bb640f000-3bb6411000 rw-p 0000f000 08:03 3539830                        /lib64/libbz2.so.1.0.4
3bb8e00000-3bb8e07000 r-xp 00000000 08:03 808099                         /usr/lib64/libvorbisfile.so.3.3.2
3bb8e07000-3bb9006000 ---p 00007000 08:03 808099                         /usr/lib64/libvorbisfile.so.3.3.2
3bb9006000-3bb9007000 rw-p 00006000 08:03 808099                         /usr/lib64/libvorbisfile.so.3.3.2
3bb9200000-3bb920e000 r-xp 00000000 08:03 808100                         /usr/lib64/libtdb.so.1.2.1
3bb920e000-3bb940d000 ---p 0000e000 08:03 808100                         /usr/lib64/libtdb.so.1.2.1
3bb940d000-3bb940e000 rw-p 0000d000 08:03 808100                         /usr/lib64/libtdb.so.1.2.1
7f0b3c000000-7f0b3e314000 rw-p 00000000 00:00 0 
7f0b3e314000-7f0b40000000 ---p 00000000 00:00 0 
7f0b40000000-7f0b43fe6000 rw-p 00000000 00:00 0 
7f0b43fe6000-7f0b44000000 ---p 00000000 00:00 0 
7f0b44000000-7f0b47ffc000 rw-p 00000000 00:00 0 
7f0b47ffc000-7f0b48000000 ---p 00000000 00:00 0 
7f0b48000000-7f0b4bffc000 rw-p 00000000 00:00 0 
7f0b4bffc000-7f0b4c000000 ---p 00000000 00:00 0 
7f0b4c000000-7f0b4fff6000 rw-p 00000000 00:00 0 
7f0b4fff6000-7f0b50000000 ---p 00000000 00:00 0 
7f0b50000000-7f0b53ffc000 rw-p 00000000 00:00 0 
7f0b53ffc000-7f0b54000000 ---p 00000000 00:00 0 
7f0b54000000-7f0b57ffc000 rw-p 00000000 00:00 0 
7f0b57ffc000-7f0b58000000 ---p 00000000 00:00 0 
7f0b58000000-7f0b5bfff000 rw-p 00000000 00:00 0 
7f0b5bfff000-7f0b5c000000 ---p 00000000 00:00 0 
7f0b5c000000-7f0b5c0b7000 rw-p 00000000 00:00 0 
7f0b5c0b7000-7f0b60000000 ---p 00000000 00:00 0 
7f0b60000000-7f0b63fff000 rw-p 00000000 00:00 0 
7f0b63fff000-7f0b64000000 ---p 00000000 00:00 0 
7f0b64000000-7f0b64c83000 rw-p 00000000 00:00 0 
7f0b64c83000-7f0b68000000 ---p 00000000 00:00 0 
7f0b68000000-7f0b685d9000 rw-p 00000000 00:00 0 
7f0b685d9000-7f0b6c000000 ---p 00000000 00:00 0 
7f0b6c000000-7f0b6c18b000 rw-p 00000000 00:00 0 
7f0b6c18b000-7f0b70000000 ---p 00000000 00:00 0 
7f0b70000000-7f0b70236000 rw-p 00000000 00:00 0 
7f0b70236000-7f0b74000000 ---p 00000000 00:00 0 
7f0b74000000-7f0b74056000 rw-p 00000000 00:00 0 
7f0b74056000-7f0b78000000 ---p 00000000 00:00 0 
7f0b78000000-7f0b78b96000 rw-p 00000000 00:00 0 
7f0b78b96000-7f0b7c000000 ---p 00000000 00:00 0 
7f0b7c000000-7f0b7c07b000 rw-p 00000000 00:00 0 
7f0b7c07b000-7f0b80000000 ---p 00000000 00:00 0 
7f0b80000000-7f0b80079000 rw-p 00000000 00:00 0 
7f0b80079000-7f0b84000000 ---p 00000000 00:00 0 
7f0b84000000-7f0b84021000 rw-p 00000000 00:00 0 
7f0b84021000-7f0b88000000 ---p 00000000 00:00 0 
7f0b88000000-7f0b88021000 rw-p 00000000 00:00 0 
7f0b88021000-7f0b8c000000 ---p 00000000 00:00 0 
7f0b8c000000-7f0b8c223000 rw-p 00000000 00:00 0 
7f0b8c223000-7f0b90000000 ---p 00000000 00:00 0 
7f0b90000000-7f0b90025000 rw-p 00000000 00:00 0 
7f0b90025000-7f0b94000000 ---p 00000000 00:00 0 
7f0b94000000-7f0b9447d000 rw-p 00000000 00:00 0 
7f0b9447d000-7f0b98000000 ---p 00000000 00:00 0 
7f0b98000000-7f0b98047000 rw-p 00000000 00:00 0 
7f0b98047000-7f0b9c000000 ---p 00000000 00:00 0 
7f0b9c000000-7f0b9c06e000 rw-p 00000000 00:00 0 
7f0b9c06e000-7f0ba0000000 ---p 00000000 00:00 0 
7f0ba0000000-7f0ba0067000 rw-p 00000000 00:00 0 
7f0ba0067000-7f0ba4000000 ---p 00000000 00:00 0 
7f0ba4000000-7f0ba4021000 rw-p 00000000 00:00 0 
7f0ba4021000-7f0ba8000000 ---p 00000000 00:00 0 
7f0ba8000000-7f0ba8021000 rw-p 00000000 00:00 0 
7f0ba8021000-7f0bac000000 ---p 00000000 00:00 0 
7f0bac000000-7f0bafffc000 rw-p 00000000 00:00 0 
7f0bafffc000-7f0bb0000000 ---p 00000000 00:00 0 
7f0bb0000000-7f0bb0021000 rw-p 00000000 00:00 0 
7f0bb0021000-7f0bb4000000 ---p 00000000 00:00 0 
7f0bb4000000-7f0bb7ffa000 rw-p 00000000 00:00 0 
7f0bb7ffa000-7f0bb8000000 ---p 00000000 00:00 0 
7f0bba16f000-7f0bc0000000 r--p 00000000 08:03 787929                     /usr/lib/locale/locale-archive
7f0bc0000000-7f0bc0021000 rw-p 00000000 00:00 0 
7f0bc0021000-7f0bc4000000 ---p 00000000 00:00 0 
7f0bc4000000-7f0bc4021000 rw-p 00000000 00:00 0 
7f0bc4021000-7f0bc8000000 ---p 00000000 00:00 0 
7f0bc8000000-7f0bc81e8000 rw-p 00000000 00:00 0 
7f0bc81e8000-7f0bcc000000 ---p 00000000 00:00 0 
7f0bcc000000-7f0bcc021000 rw-p 00000000 00:00 0 
7f0bcc021000-7f0bd0000000 ---p 00000000 00:00 0 
7f0bd0000000-7f0bd0066000 rw-p 00000000 00:00 0 
7f0bd0066000-7f0bd4000000 ---p 00000000 00:00 0 
7f0bd4000000-7f0bd407a000 rw-p 00000000 00:00 0 
7f0bd407a000-7f0bd8000000 ---p 00000000 00:00 0 
7f0bd8000000-7f0bd8058000 rw-p 00000000 00:00 0 
7f0bd8058000-7f0bdc000000 ---p 00000000 00:00 0 
7f0bdc473000-7f0bdc47c000 r--s 000c3000 08:03 2624280                    /usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/jre/lib/rhino.jar
7f0bdc47c000-7f0bdc48a000 r--s 00351000 08:03 2624212                    /usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/jre/lib/charsets.jar
7f0bdc4bf000-7f0bdc623000 r-xp 00000000 08:03 5900595                    /home/atgdev/springsource/sts-3.1.0.e3.8.RELEASE/configuration/org.eclipse.osgi/bundles/55/1/.cp/lib/linux/x86_64/libjd-eclipse.so
7f0bdc623000-7f0bdc823000 ---p 00164000 08:03 5900595                    /home/atgdev/springsource/sts-3.1.0.e3.8.RELEASE/configuration/org.eclipse.osgi/bundles/55/1/.cp/lib/linux/x86_64/libjd-eclipse.so
7f0bdc823000-7f0bdc82e000 r--p 00164000 08:03 5900595                    /home/atgdev/springsource/sts-3.1.0.e3.8.RELEASE/configuration/org.eclipse.osgi/bundles/55/1/.cp/lib/linux/x86_64/libjd-eclipse.so
7f0bdc82e000-7f0bdc833000 rw-p 0016f000 08:03 5900595                    /home/atgdev/springsource/sts-3.1.0.e3.8.RELEASE/configuration/org.eclipse.osgi/bundles/55/1/.cp/lib/linux/x86_64/libjd-eclipse.so
7f0bdc833000-7f0bdc83a000 rw-p 00000000 00:00 0 
7f0bdc83a000-7f0bdc871000 r--s 005ac000 08:03 5775028                    /home/atgdev/springsource/sts-3.1.0.e3.8.RELEASE/plugins/org.aspectj.ajde_1.7.2.20120920133900/ajde.jar
7f0bdc871000-7f0bdc8a8000 r--p 00000000 08:03 1315980                    /usr/share/fonts/dejavu/DejaVuSansMono-BoldOblique.ttf
7f0bdc8a8000-7f0bdc8e0000 r--p 00000000 08:03 1315981                    /usr/share/fonts/dejavu/DejaVuSansMono-Oblique.ttf
7f0bdc8e0000-7f0bdc92a000 r--p 00000000 08:03 1315979                    /usr/share/fonts/dejavu/DejaVuSansMono-Bold.ttf
7f0bdc92a000-7f0bdc9aa000 r--p 00000000 08:03 1315984                    /usr/share/fonts/dejavu/DejaVuSans-BoldOblique.ttf
7f0bdc9aa000-7f0bdc9b4000 r--s 00062000 08:03 5123862                    /home/atgdev/springsource/sts-3.1.0.e3.8.RELEASE/plugins/org.eclipse.wst.sse.core_1.1.701.v201208170345.jar
7f0bdc9bf000-7f0bdca0e000 r--p 00000000 08:03 1315982                    /usr/share/fonts/dejavu/DejaVuSansMono.ttf
7f0bdca0e000-7f0bdca8e000 r--p 00000000 08:03 1315986                    /usr/share/fonts/dejavu/DejaVuSans-Oblique.ttf
7f0bdca8e000-7f0bdcab8000 r--s 0044e000 08:03 5123431                    /home/atgdev/springsource/sts-3.1.0.e3.8.RELEASE/plugins/org.eclipse.jdt.core_3.8.2.v20120814-155456.jar
7f0bdcad2000-7f0bdcaff000 r--s 001a2000 08:03 5123486                    /home/atgdev/springsource/sts-3.1.0.e3.8.RELEASE/plugins/org.eclipse.jpt.jpa.ui_3.2.1.v201208222210.jar
7f0bdcaff000-7f0bdcb32000 r--s 0024b000 08:03 5123305                    /home/atgdev/springsource/sts-3.1.0.e3.8.RELEASE/plugins/org.eclipse.debug.ui_3.8.1.v20120718-192144.jar
7f0bdcbb1000-7f0bdcc47000 r--s 00944000 08:03 5123439                    /home/atgdev/springsource/sts-3.1.0.e3.8.RELEASE/plugins/org.eclipse.jdt.ui_3.8.1.v20120814-144251.jar
7f0bdcc47000-7f0bdcc4a000 ---p 00000000 00:00 0 
7f0bdcc4a000-7f0bdcd48000 rw-p 00000000 00:00 0 
7f0bdcd48000-7f0bdcd4b000 ---p 00000000 00:00 0 
7f0bdcd4b000-7f0bdce49000 rw-p 00000000 00:00 0 
7f0bdce69000-7f0bdce6a000 r--p 00000000 00:00 0 
7f0bdce6c000-7f0bdce94000 r--s 00219000 08:03 5123783                    /home/atgdev/springsource/sts-3.1.0.e3.8.RELEASE/plugins/org.eclipse.ui.ide_3.8.1.v20120829-085332.jar
7f0bdce94000-7f0bdcedf000 r--s 003d0000 08:03 5123683                    /home/atgdev/springsource/sts-3.1.0.e3.8.RELEASE/plugins/org.eclipse.pde.ui_3.7.1.v20120824-102423.jar
7f0bdcedf000-7f0bdcee4000 r-xp 00000000 08:03 3538970                    /lib64/libnss_dns-2.12.so
7f0bdcee4000-7f0bdd0e3000 ---p 00005000 08:03 3538970                    /lib64/libnss_dns-2.12.so
7f0bdd0e3000-7f0bdd0e4000 r--p 00004000 08:03 3538970                    /lib64/libnss_dns-2.12.so
7f0bdd0e4000-7f0bdd0e5000 rw-p 00005000 08:03 3538970                    /lib64/libnss_dns-2.12.so
7f0bdd0e5000-7f0bdd0e8000 ---p 00000000 00:00 0 
7f0bdd0e8000-7f0bdd1e6000 rw-p 00000000 00:00 0 
7f0bdd1e6000-7f0bdd1e9000 ---p 00000000 00:00 0 
7f0bdd1e9000-7f0bdd2e7000 rw-p 00000000 00:00 0 
7f0bdd2f7000-7f0bdd2fa000 ---p 00000000 00:00 0 
7f0bdd2fa000-7f0bdd3f8000 rw-p 00000000 00:00 0 
7f0bdd3f8000-7f0bdd3fb000 ---p 00000000 00:00 0 
7f0bdd3fb000-7f0bdd4f9000 rw-p 00000000 00:00 0 
7f0bdd4f9000-7f0bdd4fc000 ---p 00000000 00:00 0 
7f0bdd4fc000-7f0bdd5fa000 rw-p 00000000 00:00 0 
7f0bdd5fa000-7f0bdd5fd000 ---p 00000000 00:00 0 
7f0bdd5fd000-7f0bdd6fb000 rw-p 00000000 00:00 0 
7f0bdd6fb000-7f0bdd6fe000 ---p 00000000 00:00 0 
7f0bdd6fe000-7f0bdd7fc000 rw-p 00000000 00:00 0 
7f0bdd7fc000-7f0bdd7ff000 ---p 00000000 00:00 0 
7f0bdd7ff000-7f0bdd8fd000 rw-p 00000000 00:00 0 
7f0bdd8fd000-7f0bdd900000 ---p 00000000 00:00 0 
7f0bdd900000-7f0bdd9fe000 rw-p 00000000 00:00 0 
7f0bdd9fe000-7f0bdda01000 ---p 00000000 00:00 0 
7f0bdda01000-7f0bddaff000 rw-p 00000000 00:00 0 
7f0bddaff000-7f0bddb02000 ---p 00000000 00:00 0 
7f0bddb02000-7f0bddc00000 rw-p 00000000 00:00 0 
7f0bddc1e000-7f0bddc49000 r--s 00205000 08:03 5123320                    /home/atgdev/springsource/sts-3.1.0.e3.8.RELEASE/plugins/org.eclipse.egit.ui_2.1.0.201209190230-r.jar
7f0bddc6b000-7f0bddc8d000 r--s 00184000 08:03 5123651                    /home/atgdev/springsource/sts-3.1.0.e3.8.RELEASE/plugins/org.eclipse.mylyn.tasks.ui_3.8.2.v20120916-1200.jar
7f0bddc99000-7f0bddcb0000 r--s 00130000 08:03 5123125                    /home/atgdev/springsource/sts-3.1.0.e3.8.RELEASE/plugins/org.apache.xerces_2.9.0.v201101211617.jar
7f0bddcb0000-7f0bddcc3000 r-xp 00000000 08:03 1055369                    /usr/lib64/gio/modules/libgioremote-volume-monitor.so
7f0bddcc3000-7f0bddec3000 ---p 00013000 08:03 1055369                    /usr/lib64/gio/modules/libgioremote-volume-monitor.so
7f0bddec3000-7f0bddec4000 rw-p 00013000 08:03 1055369                    /usr/lib64/gio/modules/libgioremote-volume-monitor.so
7f0bddec4000-7f0bddeed000 r-xp 00000000 08:03 1055370                    /usr/lib64/gio/modules/libgvfsdbus.so
7f0bddeed000-7f0bde0ec000 ---p 00029000 08:03 1055370                    /usr/lib64/gio/modules/libgvfsdbus.so
7f0bde0ec000-7f0bde0ee000 rw-p 00028000 08:03 1055370                    /usr/lib64/gio/modules/libgvfsdbus.so
7f0bde0f4000-7f0bde0f7000 ---p 00000000 00:00 0 
7f0bde0f7000-7f0bde1f5000 rw-p 00000000 00:00 0 
7f0bde1f5000-7f0bde1f8000 ---p 00000000 00:00 0 
7f0bde1f8000-7f0bde2f6000 rw-p 00000000 00:00 0 
7f0bde2f6000-7f0bde2f8000 r-xp 00000000 08:03 1449791                    /usr/lib64/gtk-2.0/2.10.0/loaders/svg_loader.so
7f0bde2f8000-7f0bde4f7000 ---p 00002000 08:03 1449791                    /usr/lib64/gtk-2.0/2.10.0/loaders/svg_loader.so
7f0bde4f7000-7f0bde4f8000 rw-p 00001000 08:03 1449791                    /usr/lib64/gtk-2.0/2.10.0/loaders/svg_loader.so
7f0bde4f8000-7f0bde7a2000 r--p 00000000 08:03 1191838                    /usr/share/icons/hicolor/icon-theme.cache
7f0bde7a2000-7f0bdee2f000 r--p 00000000 08:03 1449781                    /usr/share/icons/gnome/icon-theme.cache
7f0bdee2f000-7f0bdf2c0000 r--p 00000000 08:03 1453576                    /usr/share/icons/Mist/icon-theme.cache
7f0bdf2c0000-7f0bdf31c000 r--p 00000000 08:03 1189276                    /usr/share/icons/System/icon-theme.cache
7f0bdf31c000-7f0bdf37c000 rw-s 00000000 00:04 2293779                    /SYSV00000000 (deleted)
7f0bdf37c000-7f0bdf382000 r-xp 00000000 08:03 1442987                    /usr/lib64/gtk-2.0/2.10.0/loaders/libpixbufloader-gif.so
7f0bdf382000-7f0bdf581000 ---p 00006000 08:03 1442987                    /usr/lib64/gtk-2.0/2.10.0/loaders/libpixbufloader-gif.so
7f0bdf581000-7f0bdf582000 rw-p 00005000 08:03 1442987                    /usr/lib64/gtk-2.0/2.10.0/loaders/libpixbufloader-gif.so
7f0bdf592000-7f0bdf59e000 r--s 00086000 08:03 5123998                    /home/atgdev/springsource/sts-3.1.0.e3.8.RELEASE/plugins/org.springframework.web.servlet_3.1.1.RELEASE.jar
7f0bdf5ab000-7f0bdf5b2000 r--s 0003a000 08:03 5123996                    /home/atgdev/springsource/sts-3.1.0.e3.8.RELEASE/plugins/org.springframework.transaction_3.1.1.RELEASE.jar
7f0bdf5b4000-7f0bdf5c0000 r--s 00081000 08:03 5123779                    /home/atgdev/springsource/sts-3.1.0.e3.8.RELEASE/plugins/org.eclipse.ui.editors_3.8.0.v20120523-1540.jar
7f0bdf5d1000-7f0bdf618000 r--s 003b4000 08:03 5123799                    /home/atgdev/springsource/sts-3.1.0.e3.8.RELEASE/plugins/org.eclipse.ui.workbench_3.8.1.v20120816-082703.jar
7f0bdf61a000-7f0bdf629000 r--s 00098000 08:03 5123595                    /home/atgdev/springsource/sts-3.1.0.e3.8.RELEASE/plugins/org.eclipse.m2e.core.ui_1.2.0.20120903-1050.jar
7f0bdf629000-7f0bdf63c000 r--s 000e4000 08:03 5123865                    /home/atgdev/springsource/sts-3.1.0.e3.8.RELEASE/plugins/org.eclipse.wst.sse.ui_1.3.101.v201208170345.jar
7f0bdf63c000-7f0bdf64c000 r--s 00082000 08:03 5123989                    /home/atgdev/springsource/sts-3.1.0.e3.8.RELEASE/plugins/org.springframework.osgi.core_2.0.0.M2-SNAPSHOT.jar
7f0bdf655000-7f0bdf657000 r-xp 00000000 08:03 5776367                    /home/atgdev/springsource/sts-3.1.0.e3.8.RELEASE/configuration/org.eclipse.osgi/bundles/118/1/.cp/os/linux/x86_64/libunixfile_1_0_0.so
7f0bdf657000-7f0bdf756000 ---p 00002000 08:03 5776367                    /home/atgdev/springsource/sts-3.1.0.e3.8.RELEASE/configuration/org.eclipse.osgi/bundles/118/1/.cp/os/linux/x86_64/libunixfile_1_0_0.so
7f0bdf756000-7f0bdf757000 rw-p 00001000 08:03 5776367                    /home/atgdev/springsource/sts-3.1.0.e3.8.RELEASE/configuration/org.eclipse.osgi/bundles/118/1/.cp/os/linux/x86_64/libunixfile_1_0_0.so
7f0bdf757000-7f0bdf7e3000 r--p 00000000 08:03 1315983                    /usr/share/fonts/dejavu/DejaVuSans-Bold.ttf
7f0bdf7e3000-7f0bdf7ee000 r-xp 00000000 08:03 5776358                    /home/atgdev/springsource/sts-3.1.0.e3.8.RELEASE/configuration/org.eclipse.osgi/bundles/684/1/.cp/libswt-atk-gtk-3834.so
7f0bdf7ee000-7f0bdf8ee000 ---p 0000b000 08:03 5776358                    /home/atgdev/springsource/sts-3.1.0.e3.8.RELEASE/configuration/org.eclipse.osgi/bundles/684/1/.cp/libswt-atk-gtk-3834.so
7f0bdf8ee000-7f0bdf8ef000 rw-p 0000b000 08:03 5776358                    /home/atgdev/springsource/sts-3.1.0.e3.8.RELEASE/configuration/org.eclipse.osgi/bundles/684/1/.cp/libswt-atk-gtk-3834.so
7f0bdf8ef000-7f0bdf8fc000 r-xp 00000000 08:03 5776351                    /home/atgdev/springsource/sts-3.1.0.e3.8.RELEASE/configuration/org.eclipse.osgi/bundles/684/1/.cp/libswt-cairo-gtk-3834.so
7f0bdf8fc000-7f0bdf9fc000 ---p 0000d000 08:03 5776351                    /home/atgdev/springsource/sts-3.1.0.e3.8.RELEASE/configuration/org.eclipse.osgi/bundles/684/1/.cp/libswt-cairo-gtk-3834.so
7f0bdf9fc000-7f0bdf9fd000 rw-p 0000d000 08:03 5776351                    /home/atgdev/springsource/sts-3.1.0.e3.8.RELEASE/configuration/org.eclipse.osgi/bundles/684/1/.cp/libswt-cairo-gtk-3834.so
7f0bdf9fd000-7f0bdfa71000 r-xp 00000000 08:03 5776342                    /home/atgdev/springsource/sts-3.1.0.e3.8.RELEASE/configuration/org.eclipse.osgi/bundles/684/1/.cp/libswt-pi-gtk-3834.so
7f0bdfa71000-7f0bdfb71000 ---p 00074000 08:03 5776342                    /home/atgdev/springsource/sts-3.1.0.e3.8.RELEASE/configuration/org.eclipse.osgi/bundles/684/1/.cp/libswt-pi-gtk-3834.so
7f0bdfb71000-7f0bdfb74000 rw-p 00074000 08:03 5776342                    /home/atgdev/springsource/sts-3.1.0.e3.8.RELEASE/configuration/org.eclipse.osgi/bundles/684/1/.cp/libswt-pi-gtk-3834.so
7f0bdfb74000-7f0bdfb76000 rw-p 00000000 00:00 0 
7f0bdfb76000-7f0bdfbf4000 r-xp 00000000 08:03 5776341                    /home/atgdev/springsource/sts-3.1.0.e3.8.RELEASE/configuration/org.eclipse.osgi/bundles/684/1/.cp/libswt-gtk-3834.so
7f0bdfbf4000-7f0bdfcf3000 ---p 0007e000 08:03 5776341                    /home/atgdev/springsource/sts-3.1.0.e3.8.RELEASE/configuration/org.eclipse.osgi/bundles/684/1/.cp/libswt-gtk-3834.so
7f0bdfcf3000-7f0bdfcfa000 rw-p 0007d000 08:03 5776341                    /home/atgdev/springsource/sts-3.1.0.e3.8.RELEASE/configuration/org.eclipse.osgi/bundles/684/1/.cp/libswt-gtk-3834.so
7f0bdfcfa000-7f0bdfcfd000 rw-p 00000000 00:00 0 
7f0bdfcfd000-7f0bdfd00000 ---p 00000000 00:00 0 
7f0bdfd00000-7f0bdfdfe000 rw-p 00000000 00:00 0 
7f0bdfdfe000-7f0bdfe01000 ---p 00000000 00:00 0 
7f0bdfe01000-7f0bdfeff000 rw-p 00000000 00:00 0 
7f0bdfeff000-7f0bdff02000 ---p 00000000 00:00 0 
7f0bdff02000-7f0be0000000 rw-p 00000000 00:00 0 
7f0be0000000-7f0be004b000 rw-p 00000000 00:00 0 
7f0be004b000-7f0be4000000 ---p 00000000 00:00 0 
7f0be4000000-7f0be401a000 r--s 00139000 08:03 5123432                    /home/atgdev/springsource/sts-3.1.0.e3.8.RELEASE/plugins/org.eclipse.jdt.debug.ui_3.6.100.v20120530-1425.jar
7f0be401a000-7f0be4024000 r--s 0005f000 08:03 5123986                    /home/atgdev/springsource/sts-3.1.0.e3.8.RELEASE/plugins/org.springframework.jdbc_3.1.1.RELEASE.jar
7f0be4029000-7f0be403a000 r--s 00115000 08:03 5123673                    /home/atgdev/springsource/sts-3.1.0.e3.8.RELEASE/plugins/org.eclipse.pde.core_3.8.0.v20120606-170547.jar
7f0be403a000-7f0be4054000 r--s 00188000 08:03 5123458                    /home/atgdev/springsource/sts-3.1.0.e3.8.RELEASE/plugins/org.eclipse.jgit_2.1.0.201209190230-r.jar
7f0be4054000-7f0be40ec000 r--p 00000000 08:03 1315987                    /usr/share/fonts/dejavu/DejaVuSans.ttf
7f0be40ec000-7f0be40ef000 ---p 00000000 00:00 0 
7f0be40ef000-7f0be41ed000 rw-p 00000000 00:00 0 
7f0be41ed000-7f0be41f0000 ---p 00000000 00:00 0 
7f0be41f0000-7f0be42ee000 rw-p 00000000 00:00 0 
7f0be42ee000-7f0be42f1000 ---p 00000000 00:00 0 
7f0be42f1000-7f0be43ef000 rw-p 00000000 00:00 0 
7f0be43ef000-7f0be43f2000 ---p 00000000 00:00 0 
7f0be43f2000-7f0be44f0000 rw-p 00000000 00:00 0 
7f0be44f0000-7f0be44f7000 r--s 00041000 08:03 5123599                    /home/atgdev/springsource/sts-3.1.0.e3.8.RELEASE/plugins/org.eclipse.m2e.editor_1.2.0.20120903-1050.jar
7f0be44f8000-7f0be4505000 r--s 000c6000 08:03 5775691                    /home/atgdev/springsource/sts-3.1.0.e3.8.RELEASE/plugins/org.eclipse.jdt.debug_3.7.101.v20120725-115645/jdimodel.jar
7f0be4505000-7f0be450a000 r--s 0002f000 08:03 5123987                    /home/atgdev/springsource/sts-3.1.0.e3.8.RELEASE/plugins/org.springframework.jms_3.1.1.RELEASE.jar
7f0be450b000-7f0be4521000 r--s 0025d000 08:03 5123764                    /home/atgdev/springsource/sts-3.1.0.e3.8.RELEASE/plugins/org.eclipse.swt.gtk.linux.x86_64_3.8.1.v3834e.jar
7f0be4521000-7f0be4525000 r--s 00000000 08:03 656361                     /var/cache/fontconfig/87f5e051180a7a75f16eb6fe7dbd3749-le64.cache-3
7f0be4525000-7f0be452e000 r--s 00000000 08:03 656363                     /var/cache/fontconfig/b79f3aaa7d385a141ab53ec885cc22a8-le64.cache-3
7f0be452e000-7f0be4531000 r--s 00000000 08:03 656772                     /var/cache/fontconfig/0b1bcc92b4d25cc154d77dafe3bceaa0-le64.cache-3
7f0be4531000-7f0be4533000 r--s 00000000 08:03 656785                     /var/cache/fontconfig/2e1514a9fdd499050989183bb65136db-le64.cache-3
7f0be4533000-7f0be456f000 r--s 00629000 08:03 5123044                    /home/atgdev/springsource/sts-3.1.0.e3.8.RELEASE/plugins/com.ibm.icu_4.4.2.v20110823.jar
7f0be4570000-7f0be4588000 r--s 00000000 08:03 1053094                    /usr/share/mime/mime.cache
7f0be4588000-7f0be458a000 r--s 00013000 08:03 2624264                    /usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/jre/lib/jce.jar
7f0be458a000-7f0be458d000 r--s 00011000 08:03 5123991                    /home/atgdev/springsource/sts-3.1.0.e3.8.RELEASE/plugins/org.springframework.oxm_3.1.1.RELEASE.jar
7f0be458d000-7f0be4596000 r--s 0005f000 08:03 5123437                    /home/atgdev/springsource/sts-3.1.0.e3.8.RELEASE/plugins/org.eclipse.jdt.junit_3.7.100.v20120523-1543.jar
7f0be4596000-7f0be45ab000 r--s 000f6000 08:03 5123457                    /home/atgdev/springsource/sts-3.1.0.e3.8.RELEASE/plugins/org.eclipse.jface_3.8.0.v20120521-2332.jar
7f0be45ab000-7f0be45ae000 ---p 00000000 00:00 0 
7f0be45ae000-7f0be46ac000 rw-p 00000000 00:00 0 
7f0be46ac000-7f0be46af000 r--s 00000000 08:03 656778                     /var/cache/fontconfig/5c755b2f27115486aa6359c84dd3cbda-le64.cache-3
7f0be46af000-7f0be46b0000 r--s 00000000 08:03 656783                     /var/cache/fontconfig/b966c23d19cce9e9a98d55765cf2a0c7-le64.cache-3
7f0be46b0000-7f0be46b2000 r--s 00000000 08:03 656771                     /var/cache/fontconfig/3f821257dd33660ba7bbb45c32deb84c-le64.cache-3
7f0be46b2000-7f0be46b4000 r--s 00000000 08:03 656790                     /var/cache/fontconfig/830f035fa84a65ce80e050178dbb630d-le64.cache-3
7f0be46b4000-7f0be46b5000 r--s 00000000 08:03 656351                     /var/cache/fontconfig/81a173283b451552b599cfaafd6236bd-le64.cache-3
7f0be46b5000-7f0be46b6000 r--s 00000000 08:03 656782                     /var/cache/fontconfig/ac68f755438cc3dc5a526084839fc7ca-le64.cache-3
7f0be46b6000-7f0be46c8000 r--s 000bf000 08:03 5123861                    /home/atgdev/springsource/sts-3.1.0.e3.8.RELEASE/plugins/org.eclipse.wst.server.ui_1.4.1.v20120821_1330.jar
7f0be46c9000-7f0be46df000 r--s 00196000 08:03 5123052                    /home/atgdev/springsource/sts-3.1.0.e3.8.RELEASE/plugins/com.springsource.org.aspectj.weaver_1.6.10.RELEASE.jar
7f0be46df000-7f0be46e7000 r--s 00040000 08:03 5123041                    /home/atgdev/springsource/sts-3.1.0.e3.8.RELEASE/plugins/com.atlassian.connector.eclipse.jira.ui_3.0.6.v20120628.jar
7f0be46e7000-7f0be46f1000 r--s 00066000 08:03 5123593                    /home/atgdev/springsource/sts-3.1.0.e3.8.RELEASE/plugins/org.eclipse.ltk.ui.refactoring_3.7.0.v20120523-1543.jar
7f0be46f1000-7f0be46f8000 r--s 00049000 08:03 5123592                    /home/atgdev/springsource/sts-3.1.0.e3.8.RELEASE/plugins/org.eclipse.ltk.core.refactoring_3.6.0.v20120523-1543.jar
7f0be46f8000-7f0be4701000 r--s 00060000 08:03 5123671                    /home/atgdev/springsource/sts-3.1.0.e3.8.RELEASE/plugins/org.eclipse.pde.api.tools.ui_1.0.400.v20120523-2012.jar
7f0be4701000-7f0be4708000 r--s 00183000 08:03 5123962                    /home/atgdev/springsource/sts-3.1.0.e3.8.RELEASE/plugins/org.springframework.ide.eclipse.core_3.1.0.201210040510-RELEASE.jar
7f0be470a000-7f0be4711000 r--s 00000000 08:03 787375                     /usr/lib64/gconv/gconv-modules.cache
7f0be4711000-7f0be4724000 r--s 00132000 08:03 5123146                    /home/atgdev/springsource/sts-3.1.0.e3.8.RELEASE/plugins/org.eclipse.ajdt.ui_2.2.1.e42x-RELEASE-20120921-1400.jar
7f0be4724000-7f0be472b000 r--s 00034000 08:03 5123938                    /home/atgdev/springsource/sts-3.1.0.e3.8.RELEASE/plugins/org.springframework.data.core_1.3.1.RELEASE.jar
7f0be472b000-7f0be472e000 r--s 00031000 08:03 2624228                    /usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/jre/lib/ext/sunjce_provider.jar
7f0be472f000-7f0be473f000 r--s 000dc000 08:03 5123149                    /home/atgdev/springsource/sts-3.1.0.e3.8.RELEASE/plugins/org.eclipse.ant.ui_3.5.300.v20120523-1752.jar
7f0be4742000-7f0be4748000 r--s 00034000 08:03 5123844                    /home/atgdev/springsource/sts-3.1.0.e3.8.RELEASE/plugins/org.eclipse.wst.jsdt.debug.ui_1.0.201.v201208241832.jar
7f0be474b000-7f0be4751000 r--s 00045000 08:03 5123979                    /home/atgdev/springsource/sts-3.1.0.e3.8.RELEASE/plugins/org.springframework.ide.eclipse.webflow.core_3.1.0.201210040510-RELEASE.jar
7f0be4751000-7f0be4752000 r--s 00000000 08:03 656786                     /var/cache/fontconfig/6cfc7d49b27ba7d3eb71ab86e04def2c-le64.cache-3
7f0be4752000-7f0be4753000 r--s 00000000 08:03 656792                     /var/cache/fontconfig/46d51d90fe9d963f6f4186edb936a931-le64.cache-3
7f0be4753000-7f0be4756000 rw-s 00000000 00:04 2261010                    /SYSV00000000 (deleted)
7f0be4758000-7f0be475c000 r--s 00012000 08:03 5900580                    /home/atgdev/springsource/sts-3.1.0.e3.8.RELEASE/configuration/org.eclipse.osgi/bundles/901/1/.cp/lib/spring-binding-1.0.3.jar
7f0be475c000-7f0be4763000 r--s 0003f000 08:03 5123476                    /home/atgdev/springsource/sts-3.1.0.e3.8.RELEASE/plugins/org.eclipse.jpt.jaxb.ui_1.3.1.v201208222210.jar
7f0be4763000-7f0be4778000 r--s 000c2000 08:03 5123936                    /home/atgdev/springsource/sts-3.1.0.e3.8.RELEASE/plugins/org.springframework.context_3.1.1.RELEASE.jar
7f0be4778000-7f0be4779000 r--s 00000000 08:03 656791                     /var/cache/fontconfig/b887eea8f1b96e1d899b44ed6681fc27-le64.cache-3
7f0be4779000-7f0be477a000 r--s 00000000 08:03 656789                     /var/cache/fontconfig/860639f272b8b4b3094f9e399e41bccd-le64.cache-3
7f0be477a000-7f0be477b000 r--s 00000000 08:03 656787                     /var/cache/fontconfig/211368abcb0ff835c229ff05c9ec01dc-le64.cache-3
7f0be477b000-7f0be477f000 r--s 00000000 08:03 656784                     /var/cache/fontconfig/b67b32625a2bb51b023d3814a918f351-le64.cache-3
7f0be477f000-7f0be4788000 r--s 00000000 08:03 656788                     /var/cache/fontconfig/12b26b760a24f8b4feb03ad48a333a72-le64.cache-3
7f0be478a000-7f0be478e000 r--s 00025000 08:03 5123642                    /home/atgdev/springsource/sts-3.1.0.e3.8.RELEASE/plugins/org.eclipse.mylyn.java.ui_3.8.2.v20120916-1200.jar
7f0be478e000-7f0be4793000 r--s 0002f000 08:03 5123587                    /home/atgdev/springsource/sts-3.1.0.e3.8.RELEASE/plugins/org.eclipse.jst.ws.jaxws.ui_1.0.200.v201204221614.jar
7f0be4793000-7f0be47a7000 r--s 000df000 08:03 5123456                    /home/atgdev/springsource/sts-3.1.0.e3.8.RELEASE/plugins/org.eclipse.jface.text_3.8.1.v20120828-155502.jar
7f0be47a7000-7f0be47ac000 r--s 00038000 08:03 5123771                    /home/atgdev/springsource/sts-3.1.0.e3.8.RELEASE/plugins/org.eclipse.text_3.5.200.v20120523-1310.jar
7f0be47ac000-7f0be47b0000 r--s 0001f000 08:03 5123928                    /home/atgdev/springsource/sts-3.1.0.e3.8.RELEASE/plugins/org.sat4j.pb_2.3.0.v20110329.jar
7f0be47b0000-7f0be47b7000 r--s 0009c000 08:03 5123140                    /home/atgdev/springsource/sts-3.1.0.e3.8.RELEASE/plugins/org.eclipse.ajdt.core_2.2.1.e42x-RELEASE-20120921-1400.jar
7f0be47b7000-7f0be47c2000 r--s 000bb000 08:03 5123176                    /home/atgdev/springsource/sts-3.1.0.e3.8.RELEASE/plugins/org.eclipse.core.resources_3.8.1.v20120802-154922.jar
7f0be47c7000-7f0be47d0000 r--s 0006b000 08:03 5123596                    /home/atgdev/springsource/sts-3.1.0.e3.8.RELEASE/plugins/org.eclipse.m2e.core_1.2.0.20120903-1050.jar
7f0be47d0000-7f0be47d5000 r--s 0002f000 08:03 5123927                    /home/atgdev/springsource/sts-3.1.0.e3.8.RELEASE/plugins/org.sat4j.core_2.3.0.v20110329.jar
7f0be47d7000-7f0be47da000 r--s 00014000 08:03 5123792                    /home/atgdev/springsource/sts-3.1.0.e3.8.RELEASE/plugins/org.eclipse.ui.views_3.6.100.v20120521-2332.jar
7f0be47da000-7f0be47df000 r--s 0001b000 08:03 5123132                    /home/atgdev/springsource/sts-3.1.0.e3.8.RELEASE/plugins/org.aspectj.runtime_1.7.2.20120920133900/aspectjrt.jar
7f0be47df000-7f0be47e2000 ---p 00000000 00:00 0 
7f0be47e2000-7f0be48e0000 rw-p 00000000 00:00 0 
7f0be48e0000-7f0be48e3000 ---p 00000000 00:00 0 
7f0be48e3000-7f0be49e1000 rw-p 00000000 00:00 0 
7f0be49e1000-7f0be49e4000 ---p 00000000 00:00 0 
7f0be49e4000-7f0be4ae2000 rw-p 00000000 00:00 0 
7f0be4ae2000-7f0be4ae5000 ---p 00000000 00:00 0 
7f0be4ae5000-7f0be4be3000 rw-p 00000000 00:00 0 
7f0be4be3000-7f0be4beb000 r-xp 00000000 08:03 2624193                    /usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/jre/lib/amd64/libnio.so
7f0be4beb000-7f0be4dea000 ---p 00008000 08:03 2624193                    /usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/jre/lib/amd64/libnio.so
7f0be4dea000-7f0be4deb000 rw-p 00007000 08:03 2624193                    /usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/jre/lib/amd64/libnio.so
7f0be4deb000-7f0be4e00000 r-xp 00000000 08:03 2624192                    /usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/jre/lib/amd64/libnet.so
7f0be4e00000-7f0be4fff000 ---p 00015000 08:03 2624192                    /usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/jre/lib/amd64/libnet.so
7f0be4fff000-7f0be5000000 rw-p 00014000 08:03 2624192                    /usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/jre/lib/amd64/libnet.so
7f0be5000000-7f0be5de0000 rwxp 00000000 00:00 0 
7f0be5de0000-7f0beb51e000 rw-p 00000000 00:00 0 
7f0beb51e000-7f0bec000000 ---p 00000000 00:00 0 
7f0bec000000-7f0bec001000 r--s 00000000 08:03 656793                     /var/cache/fontco

realign doesn't work if line numbers turned off

After turning off 'Display line numbers' in Preferences > Java > Decompiler, plugin doesn't realign the source to match line numbers.

Since I already have line numbers turned on in Eclipse (Preferences > General > Editors > Text Editors), I really don't need them showing up twice.

Viewing proxies via jd-eclipse

I am not really sure if this is really an issue. I have managed to create a jar of a bunch of classes. Some of these classes are proxy classes that have fully qualified names of style "com.sun.proxy.$Proxy1" and "com.sun.proxy.$Proxy2" and so on. Now when this JAR is put on the classpath of one of my eclipse projects, I am able to examine the non-proxy classes, but all proxy classes are missing (though the package com.sun.proxy shows up). Is there some check that doesn't allow classes that begin with weird symbols, like $ to show up?

image

I confirmed the presence of the classes by looking at the contents of the jar
image

As a final workaround, I pasted one of the classes into the target folder of the project and tried to view its decompiled output - but it was not able to decompile. I am using 0.1.3 of JD-Eclipse plugin.

image

Any help would be greatly appreciated - thanks!

Decompiler does not work with JARs within Eclipse Debugger

When I set a breakpoint within a JAR of a Maven dependency of a project and afterwards debug that project, the debugger will not show the decompiled source of the Maven dependency when stepping through the code. Also I cannot I cannot evaluate new expressions.
I don't know though, whether this problem can be fixed in jdeclipse-realign, or whether it is the problem in m2e described here: https://bugs.eclipse.org/bugs/show_bug.cgi?id=384065.

Enable context menu for class files not in jars

thanks for the addition.

I have installed JD-Eclipse Plugin (0.1.3) and Realign edition 1.0.9

There are no options to decompile a class file.
The class file is stored in a lib folder which is associated as a library file.

The attach source option is initially available but then becomes greyed out before it can be used.

trying to view the file in either the Java Class Viewer or Java Class Editor does not show the Java source code.

Download package

I'm missing a package (.tar.gz or .zip) that can be downloaded and placed (extracted) manually to eclipse plugins folder. We cannot add the update site to our eclipse because we habe no internet connection on our development computers.

Is it possible to provide a separate package?

Does not work with jd-eclipse 0.1.4

jd-eclipse 0.1.4 released,
http://jd.benow.ca/#jd-eclipse-changes

I cannot install realignment 1.1.2 along with jd-eclipse 0.1.4, error message:

Cannot complete the install because of a conflicting dependency.
  Software being installed: JD Eclipse (Realign Edition) 1.1.2 (realignment.jd.ide.eclipse.feature.feature.group 1.1.2)
  Software currently installed: JD-Eclipse Plug-in 0.1.4 (jd.ide.eclipse.feature.feature.group 0.1.4)
  Only one of the following can be installed at once: 
    JD-Eclipse Plug-in 0.1.4 (jd.ide.eclipse 0.1.4)
    jd.ide.eclipse 0.1.3
  Cannot satisfy dependency:
    From: JD-Eclipse Plug-in 0.1.3 (jd.edi.eclipse.feature.feature.group 0.1.3)
    To: jd.ide.eclipse [0.1.3]
  Cannot satisfy dependency:
    From: JD-Eclipse Plug-in 0.1.4 (jd.ide.eclipse.feature.feature.group 0.1.4)
    To: jd.ide.eclipse [0.1.4]
  Cannot satisfy dependency:
    From: JD Eclipse (Realign Edition) 1.1.2 (realignment.jd.ide.eclipse.feature.feature.group 1.1.2)
    To: jd.edi.eclipse.feature.feature.group 0.0.0

Make use of new '*.class without source' file association

Juno added a new file association of '*.class without source' which I associated with the JDEclipse 'Class File Editor' so that JDEclipse doesn't get in the road of jars with source attachments. This works really well except for the code alignment problem of JDEclipse.

Then I found your great plugin but it seems that if I open a class file it still only opens in 'normal' JDEclipse editor not your realigned editor.

Please make it possible that the realigned editor is used when associated with '*.class without source'.

Keep up the good work

Editor Icon

Could you provide an Icon for Editor extension (realignment.editor.jd.ide.eclipse)?
The default icon for e.g. text files is the same. Therefore it would be much more easier to distinguish java decompiled class from other files.

the Enum type can't be decomplier completely

I open a enum type in a class file , ionly to find that the enum lose some infomation,e.g.
public enum BizFunNo{
F_INIT(100,'init register'),F_NORMAL(101,'nolamai trans');
punlic void setXXX
public void getXXX
....
}
when i open the enum with this plugin,i found it be this:
public enum BizFunNo{
F_INIT,F_NORMAL;
punlic void setXXX
public void getXXX
....
}
why?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.