Search found 4 matches
- Thu Jun 28, 2012 10:27 pm
- Forum: Developer Notes
- Topic: Patch for removal of broken code
- Replies: 2
- Views: 2313
Patch for removal of broken code
This patch includes the removal of some a bad distance method which is quite likely part of the java.lang.IllegalArgumentException thrown when using Java 7. Function is removed since a corresponding method exists within the Point2D class. This fix was originally discussed in this thread . The follow...
- Wed Jun 27, 2012 11:03 pm
- Forum: MapTool
- Topic: Problem! [Java 7 Bug?]
- Replies: 10
- Views: 2536
Re: Problem! [Java 7 Bug?]
Ah, you are right. In all of the maptool code base it is used twice. Once in that CompareTo method, the other in the class "AreaMeta". If there is another method, perhaps removing it may be a better option? I've actually been looking to contribute. If it's not over-complicating it, I could...
- Tue Jun 26, 2012 11:18 pm
- Forum: MapTool
- Topic: Problem! [Java 7 Bug?]
- Replies: 10
- Views: 2536
Re: Problem! [Java 7 Bug?]
Hello! I had a friend encounter this issue back on the 87 build and I went about diagnosing it before I saw you put in a fix. But I'm wondering if anyone is still encountering this because I think I may see another problem: The compareTo method you patched calls "VisibleAreaSegment.getDistanceF...
- Tue May 29, 2012 2:57 am
- Forum: Bug Reports
- Topic: 1.3b88 deleting macro messes up indices
- Replies: 0
- Views: 561
1.3b88 deleting macro messes up indices
Hello! I've been having trouble with "getMacroGroup" and "getMacros" disagreeing about what macro goes to what index. I've narrowed this down as best I can and it seems that deleting a macro from a token does not update the index of all macros that come after it. This can be easi...