Crusha K. Rool
Crusha K. Rool
Yeah, the CustomMessage is not included in the generated reports, so it wouldn't be much use to the developers receiving the report. Personally, I tend to set CustomMessage to a...
In addition to the things you've listed, I would actually propose to also use the feature to offer more restrictions. Each user account should need to be explicitly assigned to...
Small enhancement to the feature request: perhaps in addition to being able to show child items as collapsible list, it would also be possible to show individual stock entries as...
I've actually stumbled upon this myself and investigated a bit. The problem lies in `MagicEntries.optimizeFirstBytes()`, where it calls `MagicEntry.getStartsWithByte()` -> `StringType.getStartingBytes()` ->`StringType$TestInfo.getStartingBytes()`. This will always return null if the string...
Ah, you are right. I overlooked that. Debugging it further, it seems to identify the first magic bytes as Bitmap but fails to match any of the child formats, which...
I updated the code base in my fork to support Eclipse 4.12 (which indeed meant fixing up some compile errors due to changes in JDT) and then published a local...
I was trying to wrap my changes into a pull request to update the libraries and code base to Eclipse 4.15 (which is not the most recent due to their...
Apparently it got fixed in their snapshot build now. :)
Could this be related to (and maybe fixed by) #383?
While the Oxygen release of the plugin seems to work fine with Photon, I did encounter some compile issues due to changed API when opening the project in Photon. I've...