first Commit
1 parent f4f7e2d commit 0e43f8a2ecfda187362e0a9c8da6c58413ea9ab5
daiki1020 authored on 21 Mar 2018
Showing 66 changed files
View
org.ntlab.interactiveFeatureLocator/.classpath 0 → 100644
View
org.ntlab.interactiveFeatureLocator/.gitignore 0 → 100644
View
org.ntlab.interactiveFeatureLocator/.project 0 → 100644
View
org.ntlab.interactiveFeatureLocator/.settings/org.eclipse.jdt.core.prefs 0 → 100644
View
org.ntlab.interactiveFeatureLocator/Feature/Feature1/Pattern1/Minus/Minus.trace 0 → 100644
View
org.ntlab.interactiveFeatureLocator/Feature/Feature1/Pattern1/Plus/Mark.mark 0 → 100644
View
org.ntlab.interactiveFeatureLocator/Feature/Feature1/Pattern1/Plus/Plus.trace 0 → 100644
View
org.ntlab.interactiveFeatureLocator/Feature/Feature1/Pattern1/scenario.xml 0 → 100644
View
org.ntlab.interactiveFeatureLocator/Feature/Feature1/feature1.xml 0 → 100644
View
org.ntlab.interactiveFeatureLocator/Feature/Feature1593375/Pattern1/Minus/1593375-.trace 0 → 100644
Not supported
View
org.ntlab.interactiveFeatureLocator/Feature/Feature1593375/Pattern1/Plus/1593375.trace 0 → 100644
Not supported
View
org.ntlab.interactiveFeatureLocator/Feature/Feature1593375/Pattern1/Plus/Mark.mark 0 → 100644
View
org.ntlab.interactiveFeatureLocator/Feature/Feature1593375/Pattern1/scenario.xml 0 → 100644
View
org.ntlab.interactiveFeatureLocator/Feature/Feature1593375/feature1593375.xml 0 → 100644
View
org.ntlab.interactiveFeatureLocator/META-INF/MANIFEST.MF 0 → 100644
View
org.ntlab.interactiveFeatureLocator/UML/InteractiveFeatureLocator.uxf 0 → 100644
View
org.ntlab.interactiveFeatureLocator/UML/SelectionMethodSession.uxf 0 → 100644
View
org.ntlab.interactiveFeatureLocator/build.properties 0 → 100644
View
org.ntlab.interactiveFeatureLocator/contexts.xml 0 → 100644
View
org.ntlab.interactiveFeatureLocator/icons/sample.gif 0 → 100644
View
org.ntlab.interactiveFeatureLocator/plugin.xml 0 → 100644
View
org.ntlab.interactiveFeatureLocator/src/interactivefeaturelocator/Activator.java 0 → 100644
View
org.ntlab.interactiveFeatureLocator/src/interactivefeaturelocator/actions/InteractiveFeatureLocatorAction.java 0 → 100644
View
org.ntlab.interactiveFeatureLocator/src/interactivefeaturelocator/model/CallTreeGraphConnection.java 0 → 100644
View
org.ntlab.interactiveFeatureLocator/src/interactivefeaturelocator/model/CallTreeGraphLayoutAlgorithm.java 0 → 100644
View
org.ntlab.interactiveFeatureLocator/src/interactivefeaturelocator/model/CallTreeGraphNode.java 0 → 100644
View
org.ntlab.interactiveFeatureLocator/src/interactivefeaturelocator/model/DerivationManager.java 0 → 100644
View
org.ntlab.interactiveFeatureLocator/src/interactivefeaturelocator/model/DerivationResults.java 0 → 100644
View
org.ntlab.interactiveFeatureLocator/src/interactivefeaturelocator/model/DerivationSession.java 0 → 100644
View
org.ntlab.interactiveFeatureLocator/src/interactivefeaturelocator/model/DerivationUnit.java 0 → 100644
View
org.ntlab.interactiveFeatureLocator/src/interactivefeaturelocator/model/Feature.java 0 → 100644
View
org.ntlab.interactiveFeatureLocator/src/interactivefeaturelocator/model/IMethodListener.java 0 → 100644
View
org.ntlab.interactiveFeatureLocator/src/interactivefeaturelocator/model/Mark.java 0 → 100644
View
org.ntlab.interactiveFeatureLocator/src/interactivefeaturelocator/model/MethodInfo.java 0 → 100644
View
org.ntlab.interactiveFeatureLocator/src/interactivefeaturelocator/model/MethodProperty.java 0 → 100644
View
org.ntlab.interactiveFeatureLocator/src/interactivefeaturelocator/model/Pattern.java 0 → 100644
View
org.ntlab.interactiveFeatureLocator/src/interactivefeaturelocator/model/ProgressMonitor.java 0 → 100644
View
org.ntlab.interactiveFeatureLocator/src/interactivefeaturelocator/model/TreeModel.java 0 → 100644
View
org.ntlab.interactiveFeatureLocator/src/interactivefeaturelocator/perspective/IFLPerspectiveFactory.java 0 → 100644
View
org.ntlab.interactiveFeatureLocator/src/interactivefeaturelocator/test/Constraint.java 0 → 100644
View
org.ntlab.interactiveFeatureLocator/src/interactivefeaturelocator/test/Main.java 0 → 100644
View
org.ntlab.interactiveFeatureLocator/src/interactivefeaturelocator/test/Test.java 0 → 100644
View
org.ntlab.interactiveFeatureLocator/src/interactivefeaturelocator/views/CallTreeGraph.java 0 → 100644
View
org.ntlab.interactiveFeatureLocator/src/interactivefeaturelocator/views/DataflowComposite.java 0 → 100644
View
org.ntlab.interactiveFeatureLocator/src/interactivefeaturelocator/views/InteractiveDerivationSession.java 0 → 100644
View
org.ntlab.interactiveFeatureLocator/src/interactivefeaturelocator/views/InteractiveDerivationTabFolder.java 0 → 100644
View
org.ntlab.interactiveFeatureLocator/src/interactivefeaturelocator/views/InteractiveDerivationView.java 0 → 100644
View
org.ntlab.interactiveFeatureLocator/src/interactivefeaturelocator/views/SelectionComposite.java 0 → 100644
View
org.ntlab.interactiveFeatureLocator/src/interactivefeaturelocator/views/TraceView.java 0 → 100644
View
org.ntlab.interactiveFeatureLocator/src/interactivefeaturelocator/views/ViewLabelProvider.java 0 → 100644
View
org.ntlab.interactiveFeatureLocator/src/org/ntlab/trace/AugmentationInfo.java 0 → 100644
View
org.ntlab.interactiveFeatureLocator/src/org/ntlab/trace/FieldAccess.java 0 → 100644
View
org.ntlab.interactiveFeatureLocator/src/org/ntlab/trace/FieldUpdate.java 0 → 100644
View
org.ntlab.interactiveFeatureLocator/src/org/ntlab/trace/IBoundaryChecker.java 0 → 100644
View
org.ntlab.interactiveFeatureLocator/src/org/ntlab/trace/IMethodExecutionVisitor.java 0 → 100644
View
org.ntlab.interactiveFeatureLocator/src/org/ntlab/trace/IStatementVisitor.java 0 → 100644
View
org.ntlab.interactiveFeatureLocator/src/org/ntlab/trace/MethodExecution.java 0 → 100644
View
org.ntlab.interactiveFeatureLocator/src/org/ntlab/trace/MethodInvocation.java 0 → 100644
View
org.ntlab.interactiveFeatureLocator/src/org/ntlab/trace/ObjectReference.java 0 → 100644
View
org.ntlab.interactiveFeatureLocator/src/org/ntlab/trace/Reference.java 0 → 100644
View
org.ntlab.interactiveFeatureLocator/src/org/ntlab/trace/SoftwareReconnaissance.java 0 → 100644
View
org.ntlab.interactiveFeatureLocator/src/org/ntlab/trace/Statement.java 0 → 100644
View
org.ntlab.interactiveFeatureLocator/src/org/ntlab/trace/TestTrace.java 0 → 100644
View
org.ntlab.interactiveFeatureLocator/src/org/ntlab/trace/ThreadInstance.java 0 → 100644
View
org.ntlab.interactiveFeatureLocator/src/org/ntlab/trace/Trace.java 0 → 100644
View
org.ntlab.interactiveFeatureLocator/src/org/ntlab/trace/TracePoint.java 0 → 100644