-
Until now, I've been lazy and have just resorted to changing the 0's to 1's in all the flag fields within the database file for my regions in which I do not want any special restrictions, but I am mak…
-
### Describe the bug
This was discovered through this issue #5412. It does not crash in noclasspath mode, where it returns `false`.
### Source code you are trying to analyze/transform
_No response_…
-
When I run the command using the lang_63 example:
`java -cp astor-1.1.0-jar-with-dependencies.jar fr.inria.main.evolution.AstorMain -mode jgenprog -srcjavafolder /src/java/ -srctestfolder /src/test…
-
This issue with `Doc` elements was surfaced earlier this week. Code examples in `@typecheck` fenced codeblock elements are swapped with other code examples from `@typecheck` block elements, leading to…
-
### Describe the bug
``` java
@Override
public void visitAllStaticMembersImport(CtTypeMemberWildcardImportReference typeReference) {
CtType type = typeReference.getDeclaration();
type.map…
-
Hi. I'm using Hammerspoon 0.9.73 and Seal commit `ce0b652`. My `init.lua` is as follows:
```
local hyper = {"cmd", "alt", "ctrl", "shift"}
hs.loadSpoon("Seal")
spoon.Seal:loadPlugins({"apps", "use…
-
### Describe the bug
Salut!
Attaching demo-project https://github.com/embraceddd/spoonpckinfobug
Quickstart for it:
[spoonpckinfobug](https://github.com/embraceddd/spoonpckinfobug/tree/master)/[sr…
-
I'm trying to use pitmp on Spoon as follows:
mvn eu.stamp-project:pitmp-maven-plugin:descartes
This crashed with
```
[ERROR] Failed to execute goal eu.stamp-project:pitmp-maven-plugin:1.…
-
Dear NPEFix's maintainers,
I've been trying to run NPEFix on Closure from the Defects4J benchmark but no success so far. I'm getting a "spoon.SpoonException: Cannot create MethodTypingContext" exce…
-
Here is a snipped to reproduce the issue
```
Launcher launcher = new Launcher();
launcher.addInputResource("/home/user/TestClass2.java");
launcher.buildModel();
…